platform/upstream/nodejs.git
2010-06-08 Ryan DahlUse strings instead of buffers in readline
2010-06-08 Ryan DahlFix test-repl
2010-06-07 Matt RanneySupport more readline navigation keys.
2010-06-07 Ryan DahlDo not output \n on stderr on output, breaks tests
2010-06-07 Ryan Dahlnode without arguments starts the REPL
2010-06-07 Ryan DahlFix misspelling
2010-06-07 Ryan DahlAdd binding to termios, implement readline for repl
2010-06-07 Peter Griessadd net.Server.listenFD
2010-06-07 Ryan DahlUpgrade http-parser
2010-06-04 Ryan DahlAllow ObjectWrap destructors before Wrap()
2010-06-04 Ryan DahlMore dynamic linking options (again)
2010-06-04 Peter GriessFix options parsing
2010-06-04 Ryan DahlApply fix for V8 bug 728
2010-06-04 Ryan DahlUse a less common port in docs
2010-06-03 Ryan DahlFix ability to disable TCP timeouts with setTimeout(0)
2010-06-03 Felix GeisendörferFix: require.async module exception delegation
2010-06-03 Felix GeisendörferFix: fs.readFile would execute callbacks twice
2010-06-03 rentzschDOC note stats.isSymbolicLink() is only valid with...
2010-06-03 Peter GriessSend and receive file descriptors through net.Stream.
2010-06-02 Ryan DahlServer responses should have a body if HEAD request
2010-06-02 Ryan DahlBetter 'make' output
2010-06-02 Orlando VazquezAdd a parameter to spawn() that sets the child's stdio...
2010-06-02 Ryan DahlRevert "More dynmaic linking options"
2010-06-02 Ryan DahlMore dynmaic linking options
2010-06-01 Ryan DahlFix style in sys.js
2010-05-31 Ryan DahlUpgrade to V8 2.2.13
2010-05-30 Ryan Dahlbump version v0.1.97
2010-05-30 Ryan DahlRemove throttling bug notes
2010-05-29 Ryan DahlAPI: readFileSync without encoding argument now returns...
2010-05-29 Ryan DahlDeprecate the 'ini' module
2010-05-29 Ryan DahlRename node_net2.cc to node_net.cc
2010-05-29 isaacsMake require() from the repl be relative to cwd
2010-05-29 isaacsExecute repl code in new context
2010-05-29 isaacsUse duck-typing as well as instanceof in sys.inspect
2010-05-29 Ryan Dahladdons should have debugging symbols
2010-05-28 Tim CaswellCheck for a couple of edge cases on the inspect hook.
2010-05-28 Tim CaswellProvide a hook for user-specified inspect functions
2010-05-28 Ryan DahlInsert some hot paths into HTTP
2010-05-28 Ryan DahlRefactor HTTP
2010-05-28 Ryan Dahl:%s/8000/PORT/g for a few tests
2010-05-27 Brian WhiteAdded support for OpenBSD 32-bit for c-ares
2010-05-27 Ryan DahlBugfix: fs.ReadStream.setEncoding
2010-05-27 Ryan DahlFix Solaris V8 build
2010-05-26 Micheil SmithAdding experimental support for fs.chown and fs.chownSync.
2010-05-26 Ryan DahlSimplify a few internal HTTP events.
2010-05-26 Ryan DahlFix JOBS for Solaris make
2010-05-26 Ryan DahlRemove -Werror from V8 SConstruct
2010-05-26 Ryan DahlUpgrade V8 to 2.2.12
2010-05-26 Sam HughesAvoided sending empty chunkedEncoding chunks in the...
2010-05-26 Ryan DahlFix issue 89, parsing responses to HEAD requests
2010-05-26 Ryan DahlIn HTTP parser, proxy return value of onHeadersComplete
2010-05-26 Ryan DahlUpgrade http-parser
2010-05-25 Ryan DahlDestroy REPL pipes instead of shutting down.
2010-05-24 Ryan Dahlfs.ReadStream should emit Buffers
2010-05-24 Ryan DahlCreate a public Buffer constructor for use in addons.
2010-05-24 Aapo LaitinenChange the behavior of path.extname
2010-05-24 Brian WhitePort to OpenBSD
2010-05-24 Ryan DahlUpgrade libeio
2010-05-24 Ben NoordhuisAdded reason phrases for a bunch of HTTP status codes.
2010-05-22 Ryan DahlAdd bug notes about HTTP streams and throttling
2010-05-21 Mikeal RogersAdd assert.ifError
2010-05-21 Ryan DahlUpgrade V8 to 2.2.11
2010-05-21 Ryan Dahlbump version v0.1.96
2010-05-21 Ryan Dahlimprove test for stdio non-blockingness
2010-05-21 Ryan DahlFix opposite logic, which coincidentially works
2010-05-21 Ryan DahlRemove unneeded fd variables in node_stdio.cc
2010-05-20 Felix GeisendörferDeprecate string interface for fs.read()
2010-05-20 Ryan DahlRevert "Deprecate string interface for fs.read()"
2010-05-20 Felix GeisendörferDeprecate string interface for fs.read()
2010-05-20 Ryan DahlThrowing in a callback should kill the process
2010-05-20 rentzschFIX path.dirname('/tmp') => '/'.
2010-05-20 Ryan DahlDeprecate sys.p()
2010-05-20 Ryan DahlMake buffer's c++ constructor public
2010-05-20 isaacsFix a leaking global
2010-05-19 isaacsRemove the ReportException from the Script class
2010-05-19 Ryan DahlMinor style changes for fs.write code
2010-05-19 Felix GeisendörferDeprecate string interface for fs.write()
2010-05-19 Ryan DahlFix api for request.connection
2010-05-19 Peter GriessAllow process.setuid() and process.setgid() to accept...
2010-05-18 Ryan DahlFix utf8stream references
2010-05-18 Felix GeisendörferUse Utf8Stream for http Streams with utf8 encoding
2010-05-18 Felix GeisendörferUse Utf8Stream for net Streams with utf8 encoding
2010-05-18 Felix GeisendörferImplemented Utf8Decoder module
2010-05-18 Ryan Dahlfs.WriteStream.write should support buffer
2010-05-17 Ryan DahlFix errno display in c-ares exceptions
2010-05-17 Felix GeisendörferSupport arrays and strings in buffer constructor
2010-05-15 visionmediaAdded better error messages for async and sync fs calls...
2010-05-15 Jonas PfennigerFIX: EventEmitter#removeAllListeners signature
2010-05-15 Jonas PfennigerFIX: EventEmitter#removeListener logic
2010-05-15 Jonas PfennigerFIX: signal-unregister bug
2010-05-15 Jonas PfennigerThinner SignalWatcher, only using callback
2010-05-15 Andrew JohnstonAdded posix fsync and fdatasync to fs module
2010-05-14 Ryan DahlChanges to work on Solaris 10
2010-05-14 Ryan DahlAdd --without-ssl configure option
2010-05-14 Ryan DahlRemove some unused cruft from wscript
2010-05-14 Ryan DahlSimplify stack trace reporting using new V8 API
2010-05-14 Ryan DahlFix AUTHORS file
2010-05-14 Matt RanneyAdd test for exceptions in HTTP parser event handlers.
2010-05-14 Matt RanneyRemove unused CSS reference.
2010-05-14 Matt RanneyAdd process.version description.
next