platform/upstream/nodejs.git
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
2010-05-07 Tim Caswellfs.readFile uses a buffer internally and will return...
2010-05-06 Ryan Dahlfix authors file
2010-05-06 Ryan DahlInstall node_buffer.h on make install
2010-05-06 Ryan Dahlbump version v0.1.94
2010-05-06 Ryan DahlUpgrade V8 to 2.2.8
2010-05-06 Ryan Dahldestroy instead of end http connection at end of pipeline
2010-05-06 Thomas LeeFix a bug in http.Client where parsers may be premature...
2010-05-06 Jonathan KnezekChanged undefined pos to null to prevent hanging on...
2010-05-06 Jonathan KnezekAdded c-ares headers for linux-arm
2010-05-05 Ryan DahlAdd buffer response to http_simple.js
2010-05-05 Ryan DahlUse test port instead of 8000 in test-http-304
2010-05-05 isaacsLook in /usr/local/lib/node for modules, so that there...
2010-05-05 Matt RanneyAdd proper HTML header for changelog so UTF-8 works.
2010-05-05 Ryan DahlFix whitespace
2010-05-05 isaacsEmit a better error message when something strange...
2010-05-04 Ryan DahlLazy load crypto
2010-05-04 Rhys JonesAdded default CAs, updated openssl verify behaviour...
2010-05-04 Ryan DahlIgnore SIGPIPE
2010-05-04 Peter GriessFix SEGV by setting msg_controllen earlier.
2010-05-03 Rhys JonesAdditional OpenSSL tests
2010-05-03 Paulo MatiasRead all records to always empty the OpenSSL reading...
2010-05-03 Paulo MatiasMake it possible to use client certificates to connect...
2010-05-03 Ryan DahlImplement writeSync for buffers
2010-05-03 Ryan DahlImplement fs.readSync for buffers
2010-05-03 Ryan DahlImplement fs.read() for Buffers (again)
2010-05-03 Ryan DahlFix memory leak with fs.writeSync
2010-05-03 Ryan DahlAdd another http upgrade test
2010-05-03 Ryan DahlDon't emit error twice from http.Client
2010-05-03 Michaeljohn... documentation typos and tweaks
2010-05-03 Ryan DahlAdd symbols to release build
2010-05-03 Ryan DahlRevert changes to node_file.cc
2010-05-03 Ryan DahlAllow different ports for http_simple.js
2010-05-03 Ryan DahlFix memory leak in fs.writeSync()
2010-05-02 Ryan DahlGnuTLS -> OpenSSL on website
2010-05-02 dpb587Fix a couple mistypes in API doc
2010-05-02 Micheil SmithDocumenting http.Server#event:upgrade
2010-05-02 Micheil SmithFixing the 1 byte off error in http.Server's upgradeHead
next