platform/upstream/nodejs.git
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
2010-08-22 isaacsMissing 'var' in sys.inspect (Found by Oleg Slobodskoi)
2010-08-22 Aria StewartFix doc.js so that it doesn't misnest menu items in...
2010-08-22 Johan Euphrosinefix home/end on GNU/Linux
2010-08-22 Johan Euphrosineadd tests for console.log arguments handling
2010-08-22 Aria Stewarts/HTTPS/SSL/ where appropriate
2010-08-21 Ryan Dahlset-cookies header is an array of values. always
2010-08-21 Ryan DahlImprove appendix markdown
2010-08-21 Ryan DahlAdd appendix to docs
2010-08-20 Ryan DahlFix default encoding in docs
2010-08-20 Ryan DahlUpdate make website-upload
2010-08-20 Ryan Dahlbump version v0.2.0
2010-08-20 Ryan DahlAdd get/set methods to Buffer
2010-08-20 Ryan DahlRemove YAWS vs Apache benchmark
2010-08-20 Tim CaswellMake process.nextTick worlds faster for large queues.
2010-08-20 Ryan DahlFix race conditions in test-dgram-multicast.js
2010-08-19 Ryan DahlAdd buffer_creation benchmark
2010-08-19 Trent Mickdrop obsolete TODO comment
2010-08-19 Trent Mickrepl tab completion: insert common prefix of multiple...
2010-08-19 Trent Mickrepl completion: completion for arguments to "require"
2010-08-19 Trent Mickrepl completion: comment/TODO cleanup, no functional...
2010-08-19 Herbert VojčíkMaking "root" available in both context and non-context...
2010-08-19 Ryan DahlFix V8 build for old gcc
2010-08-18 Herbert VojčíkFix undefined_reference_in_new_context test for own...
2010-08-18 Ryan DahlFix process.platform
2010-08-18 Herbert VojčíkTests for behaviour of 'global'.
2010-08-18 Herbert VojčíkFix sys.inspect for regex in different context.
2010-08-18 Herbert VojčíkFix registerExtension for NODE_MODULE_CONTEXTS
2010-08-17 Ryan DahlAdd process.versions
next