platform/upstream/nodejs.git
2010-06-20 Ryan DahlFix race condition in test-http-exceptions.js
2010-06-20 Ryan DahlComment out lines with full paths in message test.
2010-06-20 Ryan DahlExecute message tests by default
2010-06-20 Ryan Dahlscript.runIn*Context not throwing errors properly.
2010-06-20 Ryan DahlFix message tests
2010-06-19 Ryan DahlAdd message tests
2010-06-18 Micheil Smithtest-child-process-custom-fds to cleanup after running
2010-06-18 Micheil SmithRenaming tcp tests to net tests
2010-06-18 Micheil SmithCoding style changes, added tests in for the md5, sha25...
2010-06-18 Ryan DahlAdd platform_none for cygwin build
2010-06-18 Ryan DahlFix platform_linux.cc, missing include
2010-06-18 Ryan DahlAdd platform files, move getmem to node::OS class.
2010-06-17 Ryan DahlFix text about threads on homepage
2010-06-16 Ryan DahlUpgrade V8 to 2.2.18
2010-06-16 Peter GriessSupport 'upgrade' event in HTTP client.
2010-06-16 Ryan DahlAdd callback to dgramSocket.send()
2010-06-16 David SiegelAdd UDP broadcast support
2010-06-16 Ryan DahlFix writeFile(buffer) test
2010-06-16 Micheil SmithAdding path.existsSync (with tests.)
2010-06-16 isaacsThrow exceptions, not strings
2010-06-16 Aaron Heckmannfs.writeFile accepts Buffers
2010-06-16 Ryan DahlFix Linux build
2010-06-16 Peter DekkersFixed incorrect mask for determining fs.Stats types
2010-06-16 isaacsA replacement for decodeURIComponent that doesn't throw.
2010-06-16 Ryan DahlRootCaCerts shouldn't be global
2010-06-16 Ryan DahlRefactor: Utf8Decoder -> StringDecoder
2010-06-15 Peter GriessWrap FD in closure before emitting from Stream.
2010-06-15 Ryan DahlUpgrade V8 to 2.2.17
2010-06-15 Ben LoweryCoerce each argument to a String before attempting...
2010-06-15 Ryan DahlMore lint on node_crypto
2010-06-15 Ryan DahlFix a bunch of memory leaks in node_crypto
2010-06-15 Ryan DahlLint node_crypto.cc
2010-06-15 Ryan DahlRemove unused code from node_crypto
2010-06-15 Ryan DahlSoft deprecation of 'listening' event.
2010-06-15 Peter GriessTest case for net.Server.listenFD()
2010-06-14 isaacsExpose the FD numbers for stdin and stderr on process...
2010-06-14 Ryan DahlFix memory leak in hash.update()
2010-06-14 Ryan DahlMerge Hash.init() function into JS constructor
2010-06-14 Felix GeisendörferFix: fs.writeFile could not handle utf8
2010-06-12 Paul QuernaImplement datagram sockets
2010-06-11 isaacsFix #169. Expose require members in the repl.
2010-06-11 Brian McKennaMake addon building work for Cygwin.
2010-06-11 isaacsRemove "uri" module.
2010-06-11 Ryan DahlAdd Orlando to changelog
2010-06-11 Ryan Dahlbump version v0.1.98
2010-06-11 Ryan DahlUpgrade C-Ares to 1.7.3
2010-06-11 Ryan DahlLicense file maintenance.
2010-06-11 Matt RanneyRemove setTimeout from initial example and description.
2010-06-10 Ryan DahlImprove fs.write tests
2010-06-10 Ryan DahlDon't use bzero
2010-06-10 Jérémy LalThe underscores are not meant to emphasize. Escape...
2010-06-09 Raffaele SenaPort to cygwin
2010-06-09 Ryan DahlUpgrade V8 to 2.2.16
2010-06-09 Matt RanneyWeb site example fixes.
2010-06-09 Ryan DahlUpgrade V8 to 2.2.15
2010-06-09 Peter GriessAdd 'type' parameter to net.Server.listenFD()
2010-06-09 Ryan DahlHandle ctrl+z from readline
2010-06-08 Ryan DahlAdd NODE_NO_READLINE check for REPL
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
next