platform/upstream/nodejs.git
2010-09-16 Herbert VojčíkNatives having their own self-contained minimalistic...
2010-09-15 Ryan DahlRemove a few old deprecation warnings
2010-09-15 Sam StephensonSend multiple header lines in ServerResponse#writeHead...
2010-09-15 Ryan Dahlshorten some lines in events.js
2010-09-15 Ryan DahlOptimize emit for two arguments
2010-09-15 Ryan DahlMake a list of known globals
2010-09-14 Ryan DahlDefault value for second arg of Buffer#slice
2010-09-14 Mark NottinghamSupport for outgoing HTTP trailing headers
2010-09-14 Ryan DahlUse child_process.exec rather than sys.exec
2010-09-14 isaacsBug in realpath with symlinks to absolute folder paths...
2010-09-13 Ryan DahlUpgrade libeio
2010-09-13 Peter GriessGet rid of PHP/Rails style parameter munging.
2010-09-13 Tony MetzidisCatch Exceptions thrown when openssl is disabled
2010-09-13 Tony Metzidis- fix AttributeError on "use_openssl" when doing ....
2010-09-13 Ryan DahlFix style in node_object_wrap.h
2010-09-13 Ryan DahlAdd lfs flags to node addon script
2010-09-13 Ryan DahlFix style in readline
2010-09-13 Ryan DahlAdd SIGWINCH handler for readline
2010-09-12 Ryan Dahladd to todo
2010-09-10 Paul QuernaExpose fingerproint from getPeerCertificate
2010-09-10 Ryan DahlFix fs.realpathSync('/')
2010-09-09 isaacsBetter temporary directory handling for tests.
2010-09-09 Ryan DahlDon't use empty.js - breaks module test
2010-09-09 Felix GeisendörferSimple benchmark for node's startup time
2010-09-09 Ryan DahlUse SetPointerInInternalField
2010-09-09 Ryan DahlMerge branch 'fast-buffer'
2010-09-09 Ryan DahlRename SlowBuffer in binding
2010-09-09 Ryan DahlRemove blobs, simplify SlowBuffer
2010-09-09 Ryan DahlRemove dead code
2010-09-09 Ryan DahlFix big string bug
2010-09-09 Ryan DahlRemove fancy SlowBuffer constructor
2010-09-09 Ryan DahlSimplify fast buffer constructor
2010-09-09 Ryan DahlImprove long buffer test
2010-09-09 Ryan DahlExpose fast-buffer bug in tests
2010-09-09 Ryan DahlUpdate fast buffer benchmarks
2010-09-09 Ryan DahldefineProperty is slow, don't use it for fastbuffer
2010-09-09 Ryan DahlExpose SlowBuffer
2010-09-09 Ryan DahlFix ByteLength hangup
2010-09-09 Ryan DahlExpose Buffer.poolSize
2010-09-09 Ryan Dahlfast buffers for crypto
2010-09-09 Ryan DahlFast buffers for http-parser
2010-09-09 Ryan Dahlmap charsWritten to fast buffer
2010-09-09 Ryan DahlFix base64 write for buffers
2010-09-09 Ryan Dahlremove unnecessary casts
2010-09-09 Ryan DahlMore fast buffer work
2010-09-09 Ryan Dahlfast buffer bounds checking in copy()
2010-09-09 Tim-Smartstring.length !== Buffer.byteLength(string)
2010-09-09 Ryan DahlWork to get C++ fast buffers. incomplete
2010-09-09 Ryan DahlFast Buffer safe constructor
2010-09-09 Ryan DahlFix buffer binding
2010-09-09 Ryan DahlFix fastbuffer style
2010-09-09 Tim-SmartSome silly fixes to buffer.js
2010-09-09 Tim-SmartFastBuffer implementation. API needs migration
2010-09-09 Felix GeisendörferFix: uncaughtException was broken for main module
2010-09-09 Ryan DahlCall Tick() after coming out of select()
2010-09-09 isaacsFix issue #262. Allow fs.realpath to traverse above...
2010-09-09 Ryan DahlV8 Cygwin patch
2010-09-09 Ryan DahlUpgrade V8 to 2.4.2
2010-09-08 Tobie LangelTest for ReadStream typo
2010-09-08 Ryan DahlFix style; undefined reference bug
2010-09-08 Tobie LangelDo not emit WriteStream's drain event before ws.write...
2010-09-08 Tobie LangelAvoid closing a WriteStream before it has been opened.
2010-09-08 Tobie LangelAvoid missing ref error in WriteStream.prototype.destroy().
2010-09-08 Herbert VojčíkMake test-global work with NODE_MODULE_CONTEXTS.
2010-09-08 Herbert VojčíkModifying test-global to accomodate v8 inter-context...
2010-09-08 Herbert VojčíkRemoving test-global-between-modules.
2010-09-08 Herbert VojčíkRemoved comment-out code.
2010-09-08 Ryan DahlIncrease ReadStream bufferSize to 64k
2010-09-08 Trent Mickadd ANSI coloring option to sys.inspect and, by default...
2010-09-08 Trent MickCtrl+W support for the REPL
2010-09-08 Felix GeisendörferTest case showing a bug in nextTick ordering
2010-09-08 Ryan Dahltest-http-parser should not use private API
2010-09-08 Ryan DahlDon't refer to private API in test-repl
2010-09-08 Ryan DahlSpecial deepEquals for buffer
2010-09-05 Ryan Dahltypo: forceClose -> destroy for WriteStreams
2010-09-02 Benjamin ThomasFix bug in process._tickCallback where callbacks can...
2010-09-02 isaacsTreat "//some_path" as pathname rather than hostname...
2010-08-31 Ryan DahlMake sure setInterval(cb, 0) loops infinitely
2010-08-30 Ryan DahlFix style
2010-08-30 Ryan DahlFix style in test/simple/test-dgram-unix.js
2010-08-30 Ryan DahlRemove timer from test/simple/test-dgram-unix.js
2010-08-30 Marco Rogersfix for fs.readFile to return string when encoding...
2010-08-30 Marco RogersFixed async fs writes with length 0, it should fire...
2010-08-30 Bradley MeckAllow Strings for ports on net.Server.listen
2010-08-30 Fedor IndutnyConstants should be readOnly and DontDelete
2010-08-30 Ryan DahlAdd failing uncaughtException test
2010-08-30 Johan Euphrosineadd readline support for meta-d
2010-08-30 Russell HaeringPass an error to the sys.pump callback if one occurs
2010-08-28 Benjamin ThomasFix process.nextTick so thrown errors don't confuse it.
2010-08-27 Ryan DahlSafe constructor: net.Server, net.Stream
2010-08-27 Ryan DahlSafe Constructor: Buffer
2010-08-27 Ryan DahlSafe constructors: http.Server and http.Client
2010-08-27 Ryan DahlOnly check for execinfo lib in freebsd
2010-08-23 Johan Euphrosineadd test for readline putty support
2010-08-23 BrianFix home/end keys in repl for putty/xterm.
2010-08-23 Russell HaeringModify fs.open to use accept a callback without a mode
2010-08-23 Johan Euphrosineadd readline support for meta-f and meta-b
2010-08-23 Johan Euphrosineadd home/end support in rxvt and readline tests
2010-08-23 Felix GeisendörferDocument WriteStream 'open' event
2010-08-23 isaacsAdd testing items, and make npm lowercase
next