platform/upstream/nodejs.git
2010-10-13 Joshua PeekDon't flush net writeQueue on end() if its still connecting
2010-10-13 Ben NoordhuisPreliminary pkg-config support.
2010-10-13 Ryan DahlAllow people to set backlog. Need a better API.
2010-10-12 Tom HughesAdd signal handlers so we clean up before exiting.
2010-10-12 Ryan DahlAdd .js to native script's filename
2010-10-12 Ryan DahlDynamically load native scripts
2010-10-11 Ryan DahlDon't require events in fs.js
2010-10-11 Ryan Dahlfs.ReadStream and fs.WriteStream derive from stream...
2010-10-11 Ryan DahlAdd destroy methods to HTTP messages
2010-10-11 Micheil SmithMigrated from sys.p to console.dir
2010-10-11 Micheil SmithRemoved deprecated methods from lib/path.js
2010-10-11 Micheil SmithRemoved deprecated methods from lib/net.js
2010-10-11 Micheil SmithRemoved deprecated methods from lib/http.js
2010-10-11 Micheil SmithRemoved deprecated methods from lib/fs.js
2010-10-11 Micheil SmithRemoved deprecated alias to lib/fs.js
2010-10-11 Micheil SmithRemoved deprecated events.Promise
2010-10-11 Ryan DahlEnable pipe test
2010-10-11 Ryan DahlRemove sys in new tests
2010-10-11 Ryan DahlFix test-http-buffer-sanity
2010-10-11 Micheil SmithSoft migration of sys -> util, Removal of deprecated...
2010-10-11 Ryan DahlAdd broken test passing a buffer through http
2010-10-11 Rasmus Anderssonenviron symbol fix for Mac OS X
2010-10-11 Ryan DahlCloser to a working pipe
2010-10-11 Ryan DahlNo long have tcp module
2010-10-11 Felix GeisendörferStress test for http upload timeouts
2010-10-11 Ryan DahlTCP clients should buffer writes before connection
2010-10-11 Ryan Dahlpipe-test fixes
2010-10-11 Ryan DahlRemove old tcp module
2010-10-11 Ryan DahlImprove pipe-test. Still not working
2010-10-11 Ryan Dahlclean up options.end code - wasn't working
2010-10-11 Micheil SmithChanging http.js to use the same stream.Stream creation...
2010-10-11 Ryan DahlFix return in Buffer::New
2010-10-11 Ryan DahlAdd char* constructor for Buffer
2010-10-11 Ryan DahlAdd Stream base class with stream.pipe
2010-10-09 Ryan DahlFix a few compiler warnings...
2010-10-09 Ryan DahlMore clang fixes
2010-10-09 Ryan DahlUgly fix for clang
2010-10-09 Ryan DahlFix style
2010-10-09 Ryan DahlAdd flag to disable colors in REPL
2010-10-09 Ryan DahlUse readline.columns in sys.inspect when possible
2010-10-09 Ryan DahlCommas last in sys.inspect
2010-10-09 Ryan DahlWarnings for new C++ buffer API
2010-10-09 Sean Coatesadd $ to variable name character matching patterns...
2010-10-09 Ryan DahlAdd missing v8 file...
2010-10-09 Ryan DahlAdd config.h for cygwin for libev and libeio
2010-10-07 Ryan Dahlexpose parsers freelist
2010-10-07 Ryan Dahladd require.cache
2010-10-07 Joshaven Pottersyntax fixes to pass jslint
2010-10-07 TJ HolowaychukAdded -e, --eval
2010-10-05 Ryan Dahl#define HAVE_FDATASYNC 0 for darwin; 10.5 is missing it
2010-10-05 Ryan DahlUpgrade V8 to 2.4.8
2010-10-04 Ryan DahlClearWeak on ObjectWraps. I /think/ this is the correct...
2010-10-04 isaacsFix #325. Add test and check for zero-length file conte...
2010-10-04 Ryan Dahllib/http.js - nested loop stepping on variables of...
2010-10-02 Ryan Dahllibev, libeio config.h files don't depend on arch
2010-10-02 David Siegellibev libeio: added freebsd-x86 config headers
2010-10-02 Ryan DahlSimpler libev and libeio config
2010-10-02 isaacsReport "weird" errors a little better.
2010-10-01 Mark NottinghamAdd support for handling Expect: 100-continue
2010-10-01 Marco Rogersfix encoding option on ReadStream, updated test
2010-10-01 Ryan DahlUpgrade V8 to 2.4.7
2010-10-01 Ryan DahlFix REPL crash on tabbing 'this.'
2010-10-01 Ryan DahlDrop reference to timer callback on clearTimeout
2010-10-01 Evan Larkinfs.ReadStream: Passing null for file position on all...
2010-10-01 Ryan DahlFix zero length buffer bug for http res.end()
2010-09-30 Mark NottinghamConsume HTTP trailing headers
2010-09-30 Evan LarkinNo longer using the global variable "stat" in unwatchFile
2010-09-30 Ryan DahlRemove unused function
2010-09-30 Ryan DahlSimplify: per-module cache thing
2010-09-30 Ryan DahlAdd test for getting parse error from HTTP client
2010-09-30 Ryan DahlMove the http client's initParser() into prototype
2010-09-29 Ryan Dahlwriteable -> writable
2010-09-29 Ben NoordhuisSafe constructor for ObjectWrapped classes
2010-09-29 Ryan DahlFix style in node_crypto.cc
2010-09-28 Ryan DahlRename some SecureStream methods
2010-09-28 Ryan Dahllazy load crypto binding
2010-09-28 Ryan Dahlfix style in net.js
2010-09-28 Ryan DahlPut preprocessor defines into CPPFLAGS not compile...
2010-09-28 Ryan DahlDisable a few more libev features
2010-09-28 Ryan DahlRemove require('buffer') in built-in libraries.
2010-09-28 Aaron Heckmannquicker loops
2010-09-28 Ryan Dahloutput time of function calls
2010-09-25 Ryan DahlFix timing on I/O benchmark
2010-09-24 Ryan DahlAdd function_call benchmark
2010-09-23 Fedor IndutnyFixed 'upgrade' event for httpclient
2010-09-23 isaacsDon't use stat in fs.readFile[Sync]
2010-09-23 Ryan DahlRevert "Upgrade V8 to 2.4.5"
2010-09-22 Tj HolowaychukFixed fs.ReadStream() start: 0 bug
2010-09-22 Ryan DahlUpgrade V8 to 2.4.5
2010-09-22 Mikeal RogersHTTP: close connection on connection:close header.
2010-09-22 isaacsDon't try to run extension loaders unless they're actua...
2010-09-20 Ryan DahlDon't choose jobs based on processor
2010-09-20 Ryan DahlMore explicit openssl configure warning
2010-09-20 Ryan DahlFix test/message/undefined_reference_in_new_context
2010-09-20 Tim-SmartRemove registerExtension, add .extensions. Tests.
2010-09-20 Jorge Chamorro... sys.js: --needless Object.keys() --needless .map()...
2010-09-20 Ryan DahlTag release versions in 'process.version'
2010-09-19 isaacsRemove require.async
2010-09-19 Paul QuernaFatal error out if OpenSSL was not explicitly disabled...
2010-09-19 Ryan DahlForgot to include node_main.cc
next