platform/upstream/nodejs.git
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.
2010-05-13 Jérémy LalSystem EV compatibility fix : use EV_DEFAULT_UC
2010-05-13 Ryan Dahlbump version v0.1.95
2010-05-13 Ryan DahlAllow parallel jobs to be passed to V8 build
2010-05-13 Ryan DahlChange the 'make dist' to remove v8 test dir
2010-05-13 Elijah InsuaHandle empty files with fs.readFile
2010-05-12 Ben NoordhuisSupport for fstat(2) through fs.fstat() and fs.fstatSyn...
2010-05-12 Ryan DahlDisable test-signal-unregister.js as functionality...
2010-05-12 Ryan DahlRemove reference to C++ EventEmitter in docs
2010-05-12 Ryan DahlDeprecate sendHeader() and writeHeader(), ppl should...
2010-05-12 Ryan DahlDefault to 2 second timeout for http servers
2010-05-12 Ryan DahlAdd note about 'error' event to docs
2010-05-12 Ryan DahlIdle timeout changes
2010-05-11 Ryan DahlQuote variables in configure script
2010-05-10 Ryan DahlJust add an extra include for strings.h - don't try...
2010-05-10 Ryan DahlRevert "Check for strings.h"
2010-05-10 Ryan DahlCheck for strings.h
2010-05-10 Ryan DahlPatch v8 build for solaris
2010-05-10 Ryan DahlUpgrade V8 to 2.2.9
2010-05-10 Ryan DahlRevert "destroy instead of end http connection at end...
2010-05-10 Ryan DahlDisable test-remote-module-loading
2010-05-09 Ryan DahlChange string.h to strings.h compile on solaris
2010-05-09 Ryan DahlAdd failing test - http responses not all complete
2010-05-09 Ryan DahlImprove error reporting
2010-05-09 Ryan DahlBetter logic for testing if an argument is a port
2010-05-09 Ryan DahlDon't emit 'exit' twice from child process
2010-05-09 Ryan DahlForgot to add child_process_should_emit_error.js
2010-05-09 Ryan DahlFix error reporting in child_process callbacks
2010-05-09 rentzschfs.Stats.size V8::Integer => V8::Number.
2010-05-08 Ryan DahlChange GC idle notify so that it runs along side setInt...
2010-05-07 isaacsAdd binding.close to fs.readFile
next