platform/upstream/nodejs.git
2012-04-18 isaacsMerge branch 'v0.7.8-release'
2012-04-18 isaacs2012.04.18, Version 0.7.8, (unstable) v0.7.8
2012-04-18 isaacstypo in node_http_parser
2012-04-18 isaacsReapply patches floating on V8
2012-04-18 isaacsUpgrade V8 to 3.9.24.9
2012-04-18 isaacsUpgrade npm to 1.1.17
2012-04-18 Josh Wdoc: make readline example filter shorter
2012-04-18 Josh Wdoc: add some headers to make it more legible
2012-04-17 isaacslint
2012-04-17 isaacsuv: Cherry-pick joyent/libuv@3c41597
2012-04-17 isaacstest: Minor change to message/undefined_reference_in_ne...
2012-04-17 Dave PachecoFix 64-bit SmartOS build
2012-04-17 isaacsMerge branch 'domains3'
2012-04-17 isaacsAdd Todo comments about domain-ifying crypto
2012-04-17 isaacsAdd switches to http_simple bench to use domains
2012-04-17 isaacsDomain hooks in ReqWrap<T> and MakeCallback
2012-04-17 isaacsDomain feature
2012-04-17 isaacsMakeCallback: Consistent symbol usage
2012-04-17 isaacsMakeCallback: Use in node_signal_watcher
2012-04-17 isaacsMakeCallback: Use in node_io_watcher
2012-04-17 isaacsMakeCallback: Use in node_crypto
2012-04-17 isaacsMakeCallback: Use in node_file.cc
2012-04-17 isaacsMakeCallback: abort() if not a function
2012-04-17 isaacsMakeCallback: Return the callback return value
2012-04-17 isaacsMakeCallback: Accept Function or Symbol argument
2012-04-17 isaacsReport errors thrown from uncaughtException handers
2012-04-17 Nathan Rajlichtest: lowercase setRawMode() test case filename
2012-04-17 Nathan Rajlichdoc: update the `readline` docs for the "close" event...
2012-04-17 Nathan Rajlichrepl: update the `repl` for the new `readline` behavior
2012-04-17 Nathan Rajlichtest: check for multiple "emit" calls in repl-end-emits...
2012-04-17 Nathan Rajlichreadline: re-add the Interface#close() method; rename...
2012-04-17 Nathan Rajlichdoc: change `in` to `input` in the readline docs
2012-04-17 Kyle Robinson... doc: add require.extensions to globals
2012-04-17 Kyle Robinson... doc: add cache argument to fs.realpath()
2012-04-17 domenicdoc: note that `stream.pause` is advisory
2012-04-16 ssudaFixing ClientRequest setTimeout EventEmitter Leak
2012-04-16 Zachary Scottdocs: fix broken links in zlib docs
2012-04-16 Zachary Scottdocs: url.format uses host for hostname and port, not...
2012-04-16 Zachary Scottdocs: url.host doesn't include auth
2012-04-16 fukayatsutls: remove duplicate line
2012-04-16 Shigeki Ohtsutcp: make getsockname() return address family as string
2012-04-16 Ben Noordhuistest: don't make request until server is listening
2012-04-16 ssudahttp, https: fix .setTimeout()
2012-04-16 Kyle Robinson... docs: more explicit argument names in fs
2012-04-15 Maciej Małeckievents: remove misleading comment
2012-04-14 Ben Noordhuisdeps: fix -DOPENSSL_NO_SOCK on sunos
2012-04-14 Mustansir Golawalaos: add cross platform EOL character
2012-04-13 isaacsSet errno in fake-failing child-process kill test
2012-04-13 Ben Noordhuisdns: remove unused functions
2012-04-13 Zachary Scottdocs: rewrite "addons" docs to use node-gyp
2012-04-12 Aaron Jacobstyped arrays: unexport SizeOfArrayElementForType()
2012-04-12 Ben Noordhuisnet: honor 'enable' flag in .setNoDelay()
2012-04-12 Andreas Madsenchild_process: emit error when .kill fails
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
next