platform/upstream/nodejs.git
2012-05-31 Erwin van der... doc: remove all references to setsid
2012-05-29 Andreas Madsenfs: no end emit after createReadStream.pause()
2012-05-24 Ben Noordhuisbench: start a worker for each CPU
2012-05-24 Ben Noordhuisbench: add http_simple_auto benchmark
2012-05-20 Marcel Laverdetvm: cleanup module memory leakage
2012-05-15 isaacsNow working on 0.6.19
2012-05-15 isaacsMerge branch 'v0.6.18-release' into v0.6
2012-05-15 isaacs2012.05.15 Version 0.6.18 (stable) v0.6.18
2012-05-15 isaacsEscape leading # signs in 'make email.md'
2012-05-15 isaacsGuard against emitting 'end' twice on http responses
2012-05-14 isaacsUpgrade libuv to bc4126b
2012-05-14 Ben Noordhuistest: add https + .pfx client/server test
2012-05-14 ssudacrypto: add PKCS12/PFX support
2012-05-14 Ben Noordhuisnode: delete NODE_CHANNEL_FD from env
2012-05-13 Bert BelderWindows: add test for path.normalize with UNC paths
2012-05-13 Bert BelderWindows: make path.normalize convert all slashes to...
2012-05-13 Bert BelderAutomatically close FSWatcher on error
2012-05-12 koichikfs: fix ReadStream.pause() emits duplicate data event
2012-05-11 isaacs500 is a magic number for the GC for some reason
2012-05-11 isaacsBreak up huge function in ClientRequest.onSocket
2012-05-11 Ben Noordhuisbuild: fix cross-compiling
2012-05-11 Shigeki Ohtsudoc: fix typo in buffer documentation
2012-05-09 vegorov@chromium.orgRuntime_NotifyDeoptimized should search for function...
2012-05-09 Philip Tellisdoc: fs.ReadableStream does not have a destroySoon...
2012-05-09 Ben Noordhuispipe_wrap: don't assert() on pipe accept errors
2012-05-09 Felix GeisendörferFix exception output for module load exceptions
2012-05-09 Felix GeisendörferFix process.nextTick throw call sites
2012-05-09 Ben Noordhuiszlib: fix error reporting
2012-05-07 isaacsDon't destroy on timeout
2012-05-07 isaacsFix #3231. Don't try to emit error on a null'ed req...
2012-05-07 Ben Noordhuistest: add failing HTTP client timeout test
2012-05-05 isaacstest: No need for weak in 'make test'
2012-05-04 isaacsNow working on 0.6.18
2012-05-04 isaacsMerge branch 'v0.6.17-release' into v0.6
2012-05-04 isaacs2012.05.04 Version 0.6.17 (stable) v0.6.17
2012-05-04 isaacstest: Run weak install with --unsafe-perm
2012-05-04 isaacsUpgrade npm to 1.1.21
2012-05-04 isaacsUpgrade uv to 936795a2c
2012-05-04 isaacsUpdate Authors
2012-05-04 isaacsMerge branch 'http-memleak' into v0.6
2012-05-04 isaacshttp: Clean up parser usage
2012-05-04 isaacsClean up gc tests
2012-05-04 ANDO Takahirodoc: fix callback argument of child_process.exec, execFile
2012-05-03 isaacshttp: .once() usage in setTimeout
2012-05-03 isaacsTests for memory leaks
2012-05-03 isaacshttp leak: Null links from parser to req/res
2012-05-03 vvoFix #3179 HTTP memory leak using ClientRequest.
2012-05-03 Ben Noordhuisfs: fix file descriptor leak in sync functions
2012-05-02 Ben Noordhuisfs: fix ReadStream / WriteStream double close bug
2012-05-02 isaacshttp client: Destroy on timeout
2012-05-01 isaacshttp: Remove socket ondata/onend in parser cleanup
2012-05-01 isaacsNull references to request object on socket errors.
2012-05-01 isaacsNow working on 0.6.17
2012-04-30 isaacsMerge branch 'v0.6.16-release' into v0.6
2012-04-30 isaacs2012.04.30 Version 0.6.16 (stable) v0.6.16
2012-04-30 isaacsFix #3194 correct url documentation
2012-04-30 isaacsIndentation fix
2012-04-30 isaacsUpgrade npm to 1.1.18
2012-04-28 ssudaprocess: don't use strdup()
2012-04-28 Bert Belderprocess_wrap: avoid leaking memory when throwing due...
2012-04-27 Bert BelderChild process: support the `gid` and `uid` options
2012-04-27 Bert BelderWindows: turn off /Gm
2012-04-27 Bert Belderuv: upgrade to d41cc9118d
2012-04-27 Bert Belderuv: upgrade to aea5db5da1
2012-04-27 isaacsAdd customary 'fork me on github' banner to website
2012-04-23 Ben Noordhuistest: cluster: add worker death event test
2012-04-20 isaacsdoc: typo in child_process documentation
2012-04-20 Brian Whitedocs: Remove duplicate socket.write() description
2012-04-18 isaacstypo in node_http_parser
2012-04-18 Dane Springmeyerdeps: fix v8 build error
2012-04-16 lrn@chromium.orgFix bug in x64 RegExp detecting start of string.
2012-04-16 Dave Pachecodisable omit-frame-pointer on solaris systems
2012-04-16 isaacsPatches floating on v8
2012-04-16 Bert BelderUpgrade V8 to 3.6.6.25
2012-04-16 Ben Noordhuisnode: don't check return value of unsetenv()
2012-04-14 Ben Noordhuisdeps: upgrade http_parser to joyent/http-parser@da91852
2012-04-11 isaacsFix #3089 Build changelog.html for website
2012-04-11 isaacsMakefile: minor nit
2012-04-09 isaacsNow working on v0.6.16
2012-04-09 isaacsMerge branch 'v0.6.15-release' into v0.6
2012-04-09 isaacs2012.04.09 Version 0.6.15 (stable) v0.6.15
2012-04-09 isaacsfs.WriteStream: Handle modifications to fs.open
2012-04-07 isaacsfs.readFile: Emit 'close' if we don't expect a close...
2012-04-07 isaacsMake rules for release blog post and email message
2012-04-07 isaacswebsite: Add October Sky JS and Node.js Hispano
2012-04-07 isaacsRemove stray comment from LICENSE file
2012-04-06 Bert BelderWindows: installer shows license agreement dialog
2012-04-06 Bert BelderWindows: add build step that generates license.rtf...
2012-04-06 Ryan DahlMac installer shows license
2012-04-06 Ryan DahlInclude text of licenses in LICENSE file
2012-04-06 Ryan DahlFix links to libev and libeio licenses
2012-04-06 isaacsUpdate npm to 1.1.16
2012-04-06 Igor Zinkovskyenable test-fs-largefile.js test
2012-04-06 Bert BelderPlease the compiler
2012-04-06 Bert Belderfs.readFile: don't make the callback before the fd...
2012-04-06 Igor Zinkovskyupgrade libuv to d68b3d960b6d95bfc16027cecca2f3fa48bcc36f
2012-04-05 Igor Zinkovskywindows: use 64bit offsets for uv_fs apis
2012-04-02 Ben Noordhuisbuild: define _DARWIN_USE_64_BIT_INODE=1 on OS X
2012-03-31 Nathan Rajlichjs2c: fix to support files other than ones ending with...
2012-03-31 isaacswebsite: Consistency in the industry logos
next