platform/upstream/nodejs.git
2012-02-15 Ben Noordhuistcp, pipe: don't assert on uv_accept() errors
2012-02-14 Igor Zinkovskyadd tls-over-http-tunnel test
2012-02-14 koichiktls: Allow establishing secure connection on the existi...
2012-02-14 Seth Fitzsimmonsdgram: handle close of dgram socket before DNS lookup...
2012-02-13 Bert BelderWindows: support non-ansi command line arguments
2012-02-12 Bert BelderAdd libuv test that was omitted in last libuv upgrade
2012-02-12 Bert BelderFix vcbuild.bat, print error when an unrecognized optio...
2012-02-11 koichiktest: fix timing sensitivity in test-net-write-slow
2012-02-11 Ben Noordhuisdocs: update net.Server.address() documentation
2012-02-10 Igor Zinkovskyset readable/writable for pipes
2012-02-10 Igor Zinkovskyupgrade uv to f9be43a564
2012-02-10 Ben Noordhuisdocs: clarify http 'data' callback
2012-02-09 Ben Noordhuisdocs: document tls/crypto `ciphers` option
2012-02-09 Ben Noordhuistest: add cluster 'bind twice' test
2012-02-08 isaacsnpm: update to 1.1.1
2012-02-08 Dave Pachecodisable omit-frame-pointer on solaris systems
2012-02-07 Ben Noordhuistest: add --debug-brk regression test
2012-02-07 Ben Noordhuisdebugger: fix --debug-brk
2012-02-07 Igor Zinkovskyenable x64 windows build
2012-02-05 Ben NoordhuisRevert "Add explicit v8 locker"
2012-02-05 koichikdoc: add the note about 'data' event
2012-02-05 koichiknet: fix large file downloads failing
2012-02-04 Marcel LaverdetAdd explicit v8 locker
2012-02-04 Christopher... fs: fix ReadStream fails to read from existing fd
2012-02-03 Stefan Rusutest: add tcp and https DNS error tests
2012-02-03 Stefan Rusunet: destroy socket on DNS error
2012-02-03 Bert BelderRename some occurrences of `process_1` back to `process`
2012-02-03 Dave Pachecodtrace: add missing translator
2012-02-03 isaacsNow working on v0.6.11
2012-02-03 isaacs2012.02.02, Version 0.6.10 (stable) v0.6.10
2012-02-03 isaacsmsi: npm bash shim fixes
2012-02-02 isaacsPatches floating on v8
2012-02-02 isaacsUpgrade v8 to 3.6.6.20
2012-02-02 isaacsAdd npm msysgit bash shim to msi installer
2012-02-02 Ben Noordhuisbuffers: fix intermittent out of bounds error
2012-02-02 Ben Noordhuisbuffers: honor length argument in base64 decoder
2012-02-02 Bert Belderuv: upgrade to 267e75d
2012-02-02 Bert Belder_makeLong shouldn't turn the empty string into \\?\C:\
2012-02-02 Bert BelderRun path.exists paths through _makeLong
2012-02-02 Philip TellisMake QueryString.parse run faster
2012-02-01 Ben NoordhuisRevert "Process symlinked shared library as .node"
2012-02-01 Paddy ByersProcess symlinked shared library as .node
2012-02-01 Paddy ByersTidy _resolveFilename
2012-02-01 Dan VerWeiretest: dgram-{broadcast,multicast}-multi-process : preve...
2012-01-31 Bert Belderuv: upgrade to 3eb94e9
2012-01-31 Bert BelderSmall test-dgram-multicast-multi-process fixes
2012-01-30 koichikhttp: fix free http-parser too early
2012-01-30 Ben Noordhuistimers: add v0.4 compatibility hack
2012-01-28 isaacsCorrect spelling of Ben Noordhuis
2012-01-28 isaacsNow working on 0.6.10
2012-01-28 isaacs2012.01.27, Version 0.6.9 (stable) v0.6.9
2012-01-28 Ben Noordhuisuv: upgrade to 332b72e
2012-01-27 Ben Noordhuisuv: upgrade to 16124bb
2012-01-27 isaacsstdout ending test message correction
2012-01-27 Ben Noordhuisuv: upgrade to 3f1bad2
2012-01-27 isaacsProperly update npm to 1.1.0-3
2012-01-27 isaacsFix #2507 Raise errors less agressively when destroying...
2012-01-27 Dan VerWeiretest: handle unhandled dgram scenarios
2012-01-26 isaacsUpdate npm to 1.1.0-3
2012-01-26 Ben Noordhuisuv: upgrade to 9c76d0d
2012-01-24 Fedor Indutnymodule: fix --debug-brk on symlinked scripts
2012-01-23 Ben Noordhuisdgram: bring back setTTL()
2012-01-23 Ben Noordhuisdgram: bring back setMulticastLoopback()
2012-01-23 Ben Noordhuisuv: upgrade to b88bc43
2012-01-23 Ben Noordhuistest: fix typos in error messages
2012-01-23 Ben Noordhuistest: join multicast group *after* binding
2012-01-23 Ben Noordhuistest: remove erroneous dropMembership() call
2012-01-23 Ben Noordhuisdgram: make addMembership() and dropMembership() confor...
2012-01-23 Ben Noordhuisdgram: make setBroadcast() conform to v0.4 API
2012-01-23 Ben Noordhuisdgram: make setMulticastTTL() conform to v0.4 API
2012-01-23 isaacsdoc: trademark link must be absolute
2012-01-23 isaacsdoc: Remove default border around logo for MSIE
2012-01-23 isaacsdoc: Pixel-nudging
2012-01-23 isaacsdoc: Add images to makefile
2012-01-23 isaacsdoctool: correct improperly nested ul/li handling
2012-01-23 isaacsAdd images to doc_assets
2012-01-23 Matthew FitzsimmonsNodejs.org design refresh.
2012-01-23 Igor Zinkovskyfix windows build
2012-01-23 Igor Zinkovskyupgrade libuv to edbabe6f83
2012-01-22 Ben Noordhuiscrypto: silence unused variable warning
2012-01-22 koichiktest: fix test/simple/test-net-server-max-connections...
2012-01-22 koichiktest: for #2109
2012-01-22 Brandon Benvieutil: use getOwnPropertyDescripter
2012-01-22 koichikhttp: keep-alive should default with HTTP/1.1 server
2012-01-21 Dan VerWeiredgram: reintroduce setMulticastTTL()
2012-01-21 Dan VerWeiredgram: reintroduce setBroadcast()
2012-01-21 Roman Shtylmandgram: reintroduce addMembership() and dropMembership()
2012-01-21 Ben Noordhuisuv: upgrade to 497b1ec
2012-01-21 koichikhttp: reduce creating http-parser instances
2012-01-20 Nicolas LaCasseFix #2365 zlib crashing on invalid input
2012-01-20 isaacsAdd missing ChangeLog item re: fs.stat improvement
2012-01-20 isaacsNow working on 0.6.9
2012-01-20 isaacs2012.01.19, Version 0.6.8 (stable) v0.6.8
2012-01-20 isaacsUpgrade V8 to 3.6.6.19
2012-01-19 Fedor IndutnyLand number collision fix for v8 3.6 by Erik Corry
2012-01-19 Artur Adibdocs: document common add-on design patterns
2012-01-18 Brandon BenvieAdd missing TTY key translations for F1-F5 on Windows
2012-01-18 Bert BelderMake path.extname do the right thing when the last...
2012-01-17 Ben Noordhuiscluster: don't always kill the master on uncaughtException
2012-01-17 Dan Williamsdocs: replace expresso with mocha in appendix 1
next