platform/upstream/nodejs.git
2013-07-28 Ben Noordhuissrc: remove unused tick_spinner
2013-07-28 Ben Noordhuistest: cluster: add 'bind to privileged port' tests
2013-07-28 Ben Noordhuiscluster: fix shared handle bind error propagation
2013-07-28 Ben Noordhuiscluster: remove duplicate this.errno assignment
2013-07-27 Maciej Małeckidoc: document possible return values of os.arch()
2013-07-25 Dav Glassdoc: Fix missing backtick in debugger doc
2013-07-25 isaacsstreams: Don't emit 'end' until read() past EOF
2013-07-25 Fedor Indutnyopenssl: use asm for sha, md5, rmd
2013-07-24 Fedor Indutnytls: share tls tickets key between cluster workers
2013-07-24 Fedor Indutnycluster: support setting data on shared server
2013-07-24 Ben Noordhuissrc: move NODE_MODULE_VERSION to node_version.h
2013-07-24 Ben Noordhuislib: macro-ify type checks
2013-07-24 Ben Noordhuistools: fix js2c macro expansion bug
2013-07-24 Ben Noordhuissrc: rename macros.py to notrace_macros.py
2013-07-24 Ben Noordhuissrc: cares_wrap: remove two unused variables
2013-07-24 Trevor Norrissmalloc: add external to alloc with callbacks
2013-07-23 Trevor Norrisbuffer: misc logic simplification
2013-07-23 Trevor Norrisbuffer: revert length and parent check
2013-07-23 David Björklundcrypto: Add test for sha.write(''); sha.end()
2013-07-23 Trevor Norrisbuffer: slice on zero length buffer
2013-07-22 isaacsstream: Simplify flowing, passive data listening
2013-07-22 Wyatt Preulutil: removed duplicated isArray check
2013-07-22 Ben Noordhuisv8: reapply floating patches
2013-07-22 Trevor Norrissrc: update v8 build requirements
2013-07-22 Trevor Norrisv8: upgrade to v8 3.20.7
2013-07-20 Ben Noordhuissrc: fix windows build error from 221c689e
2013-07-20 Ben Noordhuisbench: fix up benchmarks after internal api change
2013-07-20 Ben Noordhuistest: fix up tests after internal api change
2013-07-20 Ben Noordhuissrc, lib: update after internal api change
2013-07-20 Ben Noordhuissrc, lib: deduplicate errnoException
2013-07-20 Ben Noordhuissrc: add libuv bindings module
2013-07-20 Ben Noordhuisdeps: upgrade libuv to 3ee4d3f
2013-07-19 Ben Noordhuisudp_wrap, tcp_wrap: add out arg to AddressToJS
2013-07-19 Ben Noordhuissrc: ReqWrap now optionally accepts a wrap object
2013-07-19 Trevor Norrisbuffer: return offset for end of last write
2013-07-19 Ben Noordhuissrc: fix persistent handle lifecycle issue
2013-07-19 Ben Noordhuissrc: add IsFunction() assert to MakeCallback
2013-07-19 Ben Noordhuistools: make check-imports.sh work on bsd-likes
2013-07-19 Trevor Norrissmalloc: create separate module
2013-07-19 Trevor Norrisnode: always set function name
2013-07-18 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-07-17 Shuan Wangurl: Fix edge-case when protocol is non-lowercase
2013-07-16 isaacsdoc: Explain process.nextTick timing
2013-07-16 isaacsdoc: style the 'type' fields in API docs
2013-07-16 isaacsdoc: Streams API Doc Rewrite
2013-07-15 Trevor Norrissmalloc: remove NULL assert check
2013-07-15 isaacstls: Trivial use_strict fix
2013-07-13 Ben Noordhuissrc: remove Buffer::Data(Persistent<T>&)
2013-07-13 Timothy J Fontaineblog: v0.11.4 is unstable not stable
2013-07-12 Timothy J Fontainelint: fix _http_client.js after v0.10 merge
2013-07-12 Timothy J FontaineNow working on 0.11.5
2013-07-12 Timothy J FontaineMerge branch 'v0.11.4-release'
2013-07-12 Timothy J Fontaineblog: v0.11.4 release
2013-07-12 Timothy J Fontaine2013.07.12, Version 0.11.4 (Unstable) v0.11.4
2013-07-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-07-12 isaacsnpm: Upgrade to 1.3.4
2013-07-12 isaacsnpm: Upgrade to 1.3.3
2013-07-12 isaacsnpm: Upgrade to 1.3.3
2013-07-12 Timothy J Fontainetest: regression test for #5798 setImmediate
2013-07-12 Ben Noordhuistimers: setImmediate process full queue each turn
2013-07-11 Ben Noordhuisbuild: fix windows build
2013-07-10 Trevor Norrisnode: call MakeDomainCallback in all domain cases
2013-07-10 Fedor Indutnycrypto: fix memory leak in LoadPKCS12
2013-07-10 Ben Noordhuistest: fix up indentation, replace tabs with spaces
2013-07-09 isaacstools: Add next/prev version scripts
2013-07-09 Timothy J Fontaineblog: Post for v0.10.13
2013-07-09 Timothy J FontaineNow working v0.10.14
2013-07-09 Timothy J FontaineMerge branch 'v0.10.13-release' into v0.10
2013-07-09 Timothy J Fontaine2013.07.09, Version 0.10.13 (Stable) upstream/0.10.13 v0.10.13
2013-07-09 Timothy J Fontainebuild: use separate env vars for signing
2013-07-09 isaacsuv: Upgrade to v0.10.12
2013-07-09 isaacsnpm: Upgrade to 1.3.2
2013-07-09 Timothy J Fontainetls: only wait for finish if we haven't seen it
2013-07-08 Nathan Rajlichdoc: fix bad markdown parsing in list
2013-07-08 isaacshttp: Dump response when request is aborted
2013-07-07 Ben Noordhuissrc: remove unnecessary calls to Local<T>::New()
2013-07-07 Ben Noordhuissrc: cast strong persistent handles to locals
2013-07-07 Ben Noordhuissmalloc: don't take address of stack var
2013-07-10 isaacshttp: Use OOP for OutgoingMessage._finish
2013-07-10 isaacshttp: Reuse more http/https Agent code
2013-07-10 isaacshttp: Add agent.get/request methods
2013-07-10 isaacshttp: Proper KeepAlive behavior
2013-07-10 isaacshttp: style
2013-07-09 Nathan Rajlichcrypto: throw a helpful error message for "tls" and...
2013-07-09 Nathan Rajlichconfigure: fix the --without-ssl option
2013-07-09 Trevor Norrisbuffer: propagate originating parent
2013-07-09 Timothy J Fontainetls_wrap: return Error not throw for missing cert
2013-07-08 Trevor Norrisbenchmark: update callbacks only receive data
2013-07-08 Trevor Norrissmalloc: call callback if set on AllocDispose
2013-07-08 Trevor Norrissmalloc: zero size allocs may need to be free'd
2013-07-06 Ben Noordhuisdeps: upgrade c-ares to piscisaureus/cares@805d153
2013-07-08 Peter Rusthttp: use an unref'd timer to fix delay in exit
2013-07-08 Timothy J Fontainetimers: internal unref timers should use Timer.now
2013-07-06 Ben Noordhuisbuild: don't enable --gc-sections on sunos
2013-07-06 Ben Noordhuistest: fix up weakref.cc after v8 api change
2013-07-06 Ben Noordhuistools: add check-imports.sh script
2013-07-06 Ben Noordhuissrc: enable native v8 typed arrays
2013-07-06 Ben Noordhuissrc: abort() on fatal error in debug mode
2013-07-06 Ben Noordhuisstring_bytes: stop using String::AsciiValue
2013-07-06 Ben Noordhuislib, src: upgrade after v8 api change
next