platform/upstream/nodejs.git
2013-03-21 isaacsMerge remote-tracking branch 'ry/v0.10' into master
2013-03-21 Trevor Norrissrc: write ascii strings using WriteOneByte
2013-03-21 isaacsblog: Post for v0.10.1
2013-03-21 isaacsNow working on v0.10.2
2013-03-21 isaacsMerge branch 'v0.10.1-release' into v0.10
2013-03-21 Ben Noordhuisdeps: upgrade libuv to 9b61939
2013-03-21 isaacs2013.03.21, Version 0.10.1 (Stable) v0.10.1
2013-03-21 isaacsnpm: upgrade to 1.2.15
2013-03-20 Fedor Indutnycrypto: initialize transform lazily
2013-03-20 isaacstls: Prevent hang in readStart
2013-03-20 Trevor Norrisbench: compare binaries equal times
2013-03-20 Ben Noordhuisbench: add dgram send/recv benchmark
2013-03-20 Fedor Indutnytls: always reset this.ssl.error after handling
2013-03-20 Fedor Indutnyv8: unbreak build on smartos after 831af97df211f04
2013-03-20 Ben Noordhuissrc: bump NODE_MODULE_VERSION after abi change
2013-03-20 Ben Noordhuistest: fix up weakref.cc after v8 api change
2013-03-20 Raymond Fengfs: make write/appendFileSync correctly set file mode
2013-03-20 Trevor Norrissrc: pass Isolate to all applicable api
2013-03-20 Trevor Norrisdocs: show how to use Isolate
2013-03-20 Fedor Indutnydtrace: fix generation of v8 constants on freebsd
2013-03-20 isaacsdtrace: More style
2013-03-20 isaacsdtrace: Make D style more D-ish
2013-03-20 Fedor Indutnydtrace: x64 ustack helper
2013-03-20 Fedor Indutnydtrace: fix style in ustack helper
2013-03-20 Trevor Norrisv8: revert dtrace fix from 3.14 downgrade
2013-03-20 Bryan Cantrillv8: loosen artificial mmap constraint
2013-03-20 Trevor Norrisbindings: update api
2013-03-20 Trevor Norrisv8: remove optimization switches
2013-03-20 Trevor Norrisdeps: update v8 to 3.17.13
2013-03-19 Iskren Ivov... doc: fix streams2 SimpleProtocol example
2013-03-19 Bert Belderwindows: enable watching signals with process.on('SIGXYZ')
2013-03-19 Bert BelderUpdate .mailmap and AUTHORS
2013-03-19 Scott Blomquisttest: Misc Windows unit test fixes
2013-03-18 Ben Noordhuisdoc: fix broken links in blog footer
2013-03-17 Fedor Indutnytls: write pending data of opposite side
2013-03-17 Fedor Indutnytls: write pending data of opposite side
2013-03-17 Trevor Norrisnode: revert removal of MakeCallback
2013-03-17 JeongHoon Byundoc: fix typo in crypto docs
2013-03-16 Yi EungJundoc: https: Fix the link to tls.connect
2013-03-16 Ben Noordhuisdeps: upgrade libuv to b45a74f
2013-03-16 Ben Noordhuisinstall: don't install man page twice
2013-03-16 Nao Iizukareadline: handle wide characters properly
2013-03-15 Timothy J Fontainev8: move 32 bit heap hint on sunos
2013-03-14 isaacsstream: Return self from readable.wrap
2013-03-14 isaacstest: No need for kicking in streams2 test
2013-03-14 Gil Pedersenstream: Never call decoder.end() multiple times
2013-03-14 isaacsrepl: Use a domain to catch async errors safely
2013-03-14 Sami Samhurirepl: emit 'reset' event when context is reset
2013-03-14 koichikdoc: don't mark fs callbacks as optional
2013-03-14 isaacshttp: Don't hot-path end() for large buffers
2013-03-14 Ben Noordhuisnet: improve arbitrary tcp socket support
2013-03-14 Ben Noordhuisdeps: upgrade libuv to 7b66ea1
2013-03-14 Adam Malcontenti... doc: change dgram to socket for properties of dgram...
2013-03-13 isaacsRevert "fs: Missing cb errors are deprecated, not a...
2013-03-13 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-03-13 isaacsRevert "stream: Never call decoder.end() multiple times"
2013-03-13 isaacsfs: Missing cb errors are deprecated, not a throw
2013-03-13 Ben Noordhuisdoc: implicit fs callbacks don't throw in v0.10
2013-03-13 Ben Noordhuisdoc: add note on process.title max length
2013-03-13 Gil Pedersenstream: Never call decoder.end() multiple times
2013-03-13 isaacscore: Move UNWRAP_NO_ABORT to handle_wrap.h
2013-03-13 Ben Noordhuisdoc: path.join() arguments must be strings
2013-03-13 Fedor Indutnynet: handle 'finish' event only after 'connect'
2013-03-13 isaacscore: Unwrap without aborting in handle fd getter
2013-03-13 isaacsblog: Fix typo in typo fix
2013-03-13 Fedor Indutnynet: handle 'finish' event only after 'connect'
2013-03-13 Nathan Rajlichblog: fix small typo in v0.10.0 release article
2013-03-12 Nathan Rajlichdoc: fix inpect() -> inspect() typo
2013-03-12 Fedor Indutnycrypto: replace BIO_free with BIO_free_all
2013-03-12 Fedor Indutnycrypto: refactor crypto classes
2013-03-12 Fedor Indutnycrypto: merge Cipher and Decipher
2013-03-12 Fedor Indutnycrypto: split crypto classes
2013-03-12 Nathan Rajlichutil: custom `inspect()` method may return an Object
2013-03-12 Nathan Rajlichconsole: `console.dir()` bypasses inspect() methods
2013-03-11 Ben Noordhuisdoc: events: add 'removeListener' event section
2013-03-11 isaacsblog: Post about v0.10.0
2013-03-11 isaacsNow working on 0.10.1
2013-03-11 isaacsMerge branch 'v0.10.0-release' into v0.10
2013-03-11 isaacs2013.03.11, Version 0.10.0 (Stable) v0.10.0
2013-03-10 isaacsstream: Don't emit 'end' unless read() called
2013-03-10 isaacsstream: Avoid nextTick warning filling read buffer
2013-03-10 Julian Gruberevents: Handle missing error obj when domains in use
2013-03-10 koichikhttp: ServerRequest does not timeout after 'end'
2013-03-10 isaacshttp: Do not setTimeout a not-yet-existent socket
2013-03-10 isaacsuv: Upgrade to 5462dab
2013-03-09 isaacswin/msi: Fix typos
2013-03-09 isaacsnpm: Upgrade to 1.2.14 (fixed)
2013-03-09 hchttp: check if incoming parser has already been freed
2013-03-09 Andreas Madsentimers: consistent this keyword in setImmediate
2013-03-09 isaacsdomain: Fix double-exit on nested domains
2013-03-09 isaacsNow working on 0.11.0
2013-03-09 isaacsNow working on 0.10.0
2013-03-09 isaacslint
2013-03-09 Gil Pedersenstream: Always defer preemptive reading to improve...
2013-03-09 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2013-03-09 isaacstest: Fail faster in simple/test-cluster-bind-twice-v2
2013-03-09 isaacstest: Kill zombies when debugger-client fails on windows
2013-03-09 isaacstest: Don't run async operation in process 'exit'
2013-03-09 isaacstest: Use copy instead of symlink in child-process...
2013-03-09 isaacstest: Trim cat output for windows
next