platform/upstream/nodejs.git
2012-04-12 isaacsgyp: Apply 'argument too long' fix in another place
2012-04-11 Bert BelderDisable OpenSSL UI
2012-04-11 Ben Noordhuistest: merge tls-ext-key-usage into tls-securepair-client
2012-04-11 Ben Noordhuistest: fix openssl tests
2012-04-11 Ben Noordhuisbuild: configure openssl
2012-04-11 Ben Noordhuisdeps: reapply 0a34755 to bundled openssl
2012-04-11 Ben Noordhuisdeps: reapply 0110c90 to bundled openssl
2012-04-11 Ben Noordhuisdeps: upgrade openssl to 1.0.0f
2012-04-11 Ben Noordhuisgyp: fix 'argument list too long' build error
2012-04-11 Ben NoordhuisRevert "deps: upgrade libuv to 3c41597"
2012-04-11 Bert BelderSlab allocator: don't attempt to shrink a non-buffer
2012-04-11 Nathan Rajlichconfigure: output a newline at the end of config.gypi
2012-04-11 Nathan Rajlichconfigure: don't use "with" for Python 2.5 and older
2012-04-11 isaacsFix #3089 Build changelog.html for website
2012-04-11 isaacsMakefile: minor nit
2012-04-10 Nathan Rajlichbuild: add comment explaining MACOSX_DEPLOYMENT_TARGET.
2012-04-10 Nathan RajlichRe-apply "build: target OSX 10.5 when building on darwin"
2012-04-10 Ben Noordhuisdeps: upgrade libuv to 3c41597
2012-04-09 isaacsfs.WriteStream: Handle modifications to fs.open
2012-04-09 isaacsRevert "build: target OSX 10.5 when building on darwin"
2012-04-06 Nathan Rajlichreadline: use StringDecoder for decoding "normal" data
2012-04-06 Nathan Rajlichtest: make the ArrayStream in repl tests write a '\n'
2012-04-06 Nathan Rajlichtest: make repl-autolibs check that the callback was...
2012-04-06 Nathan Rajlichrepl: make the completer use newlines
2012-04-06 Nathan Rajlichtest: fix failing test-repl.js
2012-04-06 Nathan Friedlyreadline: buffer data to only emit 'line' on '\n'
2012-04-06 isaacschild_process: Emit err rather than throw for IPC write...
2012-04-05 Zachary Scottdocs: grammar and spelling on lib/cluster.js
2012-04-05 Nathan Rajlichbuild: target OSX 10.5 when building on darwin
2012-04-04 Bert BelderWindows: installer shows license agreement dialog
2012-04-04 Bert BelderWindows: add build step that generates license.rtf...
2012-04-03 Bert BelderDisable V8 postmortem debugging on Windows
2012-04-02 Ryan DahlMac installer shows license
2012-04-02 Ryan DahlInclude text of licenses in LICENSE file
2012-04-02 Ben Noordhuisbuild: define _DARWIN_USE_64_BIT_INODE=1 on OS X
2012-04-02 Ryan DahlFix links to libev and libeio licenses
2012-04-02 isaacsFix #3052 Handle errors properly in zlib
2012-04-01 Dave Pachecobuild: add support for DTrace and postmortem
2012-03-31 Ben Noordhuiszlib: fix uninitialized variable compiler warning
2012-03-31 Ben Noordhuisnode: provide snprintf implementation on windows
2012-03-31 Ben Noordhuisnode: don't check return value of unsetenv()
2012-03-31 Ben NoordhuisAlias _snprintf to snprintf, fix Windows build.
2012-03-31 isaacsRevert "tty: add keypress event for backwards-compat"
2012-03-30 Ben Noordhuisdoc: fix grammar error in cluster docs
2012-03-30 isaacscluster: Rename 'death' back to 'exit'
2012-03-30 Bert BelderRevert "Re-add top-level v8::Locker"
2012-03-30 Ben Noordhuisudp_wrap: simplify AddressToJS() function
2012-03-30 Ben Noordhuisudp_wrap: use new slab allocator
2012-03-30 Ben Noordhuisstream_wrap: use new slab allocator
2012-03-30 Ben Noordhuiscore: add reusable slab allocator
2012-03-30 Ben Noordhuiscore: add ROUND_UP() macro
2012-03-30 Ben Noordhuistyped arrays: root JS objects in HandleScope with Local<>
2012-03-30 Ben Noordhuistcp: root JS objects in HandleScope with Local<>
2012-03-30 Ben Noordhuisstat_watcher: root JS objects in HandleScope with Local<>
2012-03-30 Ben Noordhuishttp: root JS objects in HandleScope with Local<>
2012-03-30 Ben Noordhuiscrypto: root JS objects in HandleScope with Local<>
2012-03-30 Ben Noordhuisudp: root JS objects in HandleScope with Local<>
2012-03-30 Ben Noordhuisudp: remove slab allocator
2012-03-30 isaacsNow working on 0.7.8
2012-03-30 isaacsMerge branch 'v0.7.7-release'
2012-03-30 Igor Zinkovskyupgrade libuv to ab8c3b85c1
2012-03-30 Ben NoordhuisFix Engrish in error messages.
2012-03-30 Ben Noordhuisnode: remove unused function
2012-03-30 Ben Noordhuisnode: fix signedness compiler warnings
2012-03-30 Ben Noordhuiscrypto: fix signedness compiler warnings
2012-03-30 Ben Noordhuisbuffer: fix signedness compiler warnings
2012-03-30 Ben Noordhuisstream_wrap: fix signedness compiler warnings
2012-03-30 isaacs2012.03.30, Version 0.7.7 (unstable) v0.7.7
2012-03-30 isaacsUpgrade npm to 1.1.15
2012-03-29 isaacsMake rules for release blog post and email message
2012-03-29 isaacsUpgrade V8 to 3.9.24.7
2012-03-29 Nathan Rajlichtty: clarify that tty.setRawMode() has moved to process...
2012-03-29 isaacsMore logging in simple/test-eio-race
2012-03-29 Ben Noordhuistest: move pummel/test-tls-fragmentation to benchmark/
2012-03-29 Yosef Dinersteintls: reduce memory overhead, reuse buffer
2012-03-29 Ben Noordhuistest: move simple/test-crypto-dh to pummel/
2012-03-29 Ben Noordhuistest: remove simple/test-module-load-list
2012-03-29 ssudazlib: don't use C++ templates
2012-03-29 Shigeki Ohtsudoc: change stability index of tty and readline to...
2012-03-29 Shigeki Ohtsutty: show deprecated warn of tty.setRawMode()
2012-03-29 Shigeki Ohtsutty: add keypress event for backwards-compat
2012-03-29 isaacsPatches floating on V8
2012-03-29 isaacsUpgrade V8 to 3.9.24.6
2012-03-29 isaacsReapply "debug: Wait 50ms before running the main module"
2012-03-29 isaacsUpgrade npm to 1.1.14
2012-03-28 Ben Noordhuistty, readline: fix style errors
2012-03-28 Erik Lundintyped arrays: prevent unaligned typed array views on...
2012-03-28 Ben Noordhuisbuffer: align fast buffers on 8 byte boundary
2012-03-28 Mikael Bourges... typed arrays: add Uint8ClampedArray
2012-03-28 Nathan Rajlichrepl: don't write a newline on the readline 'end' event
2012-03-28 mstarzinger... v8: Fix missing initialization of mark-compact flags.
2012-03-28 Nathan Rajlichrepl: add a 'useColors' option to the repl
2012-03-28 Nathan Rajlichrepl: add test case verifying the repl options usage
2012-03-28 Nathan Rajlichrepl: add a 'writer' option to the repl
2012-03-28 Nathan Rajlichrepl: ensure that 'repl.ignoreUndefined' is a boolean
2012-03-28 Nathan Rajlichrepl: ensure that 'repl.useGlobal' is a boolean
2012-03-27 Nathan Rajlichrepl: make ^D emit an 'end' event on the readline instance
2012-03-27 Fedor IndutnyRevert "debug: Wait 50ms before running the main module"
2012-03-27 Fedor Indutnydebugger: use v8 api to wait for a connection
2012-03-27 Nathan Rajlichrepl: fix 'terminal' mode autodetection on global repls
next