platform/upstream/nodejs.git
2013-11-07 Ben Noordhuisdoc: cluster: bump stability level to 'unstable'
2013-11-07 fengmk2http: cleanup freeSockets when socket destroyed
2013-11-06 Jackson Tianbenchmark: Correct the bufferSize to highWaterMark
2013-11-05 Fedor Indutnytls: more accurate wrapping of connecting socket
2013-11-05 Ben Noordhuisfs: make fs.watch() non-recursive by default
2013-11-04 Ben Noordhuissrc: fix whitespace/braces lint error from 962686b
2013-11-04 Nathan Rajlichhttp: make DELETE requests set `req.method`
2013-11-03 Ben Noordhuissrc: squelch unused variable warning
2013-10-30 Erik Dubbelboertls: add ECDH ciphers support
2013-11-01 Trevor Norristest: fix async listener test for windows
2013-11-01 Ben Noordhuisbenchmark: add http chunked encoding benchmarks
2013-11-01 Trevor Norrisdoc: add docs for AsyncListeners
2013-11-01 Jacob Groundwatertest: add additional async listener tests
2013-10-31 Trevor Norrisdomain: use AsyncListener API
2013-10-31 Trevor Norriscares: add AsyncListener support
2013-10-31 Trevor Norriscrypto: convert pbkdf2_req to a class
2013-10-31 Trevor Norriscrypto: convert RandomBytesRequest to a class
2013-10-31 Trevor Norrisasync-wrap: add methods to udp/tcp/pipe/timers
2013-10-31 Trevor Norrisasync-wrap: integrate with WeakObject
2013-10-31 Trevor Norrisnode: add AsyncListener support
2013-10-31 Fedor Indutnytest: fix tls-client-reject after ba7c9ce96
2013-10-29 Ben Noordhuisbuild: use zero overhead systemtap probes
2013-10-30 Fedor Indutnytls: do not default to 'localhost' servername
2013-10-30 Fedor Indutnytls: reuse hostname from underlying net.Socket
2013-10-30 Nick Simmonsfs: add recursive subdirectory support to fs.watch
2013-10-30 Timothy J FontaineNow working on 0.11.9
2013-10-30 Timothy J FontaineMerge branch 'v0.11.8-release'
2013-10-30 Timothy J Fontaine2013.10.30, Version 0.11.8 (Unstable) v0.11.8
2013-10-29 Timothy J Fontainefs_event_wrap: update to new libuv api
2013-10-29 Timothy J Fontaineuv: Upgrade to v0.11.14
2013-10-29 Trevor Norrissrc: shorten Object{Wrap,Unwrap}
2013-10-29 Trevor Norrissrc: don't use class specific Unwrap methods
2013-10-29 Trevor Norrissrc: don't use WeakObject::Unwrap
2013-10-29 Trevor Norrissrc: use function to get internal pointer
2013-10-29 Trevor Norrisnode: don't share state with in_tick/last_threw
2013-10-29 Scott Blomquistdoc: Update documentation to reflect ObjectWrap changes
2013-10-29 Scott Blomquistwin: fix ObjectWrap for latest v8
2013-10-29 Scott Blomquistsrc: Remove unused refs to node_object_wrap.h
2013-10-29 Thom Seddonsrc: accept passphrase when crypto signing with private key
2013-10-28 Trevor Norrisdgram: send() can accept strings
2013-10-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-10-28 isaacsnpm@1.3.13
2013-10-28 isaacsvm: Copy missing properties from context
2013-10-28 Ben Noordhuishttp: remove MethodToString()
2013-10-28 Ben Noordhuishttp: expose supported methods
2013-10-27 Phillip Alexanderdoc: fs: clarify fs.symlink Windows specific args
2013-10-27 Ryan Grahamdoc: improve module documentation
2013-10-25 Sam Robertsdoc: fix missing backtick in 2e16037
2013-10-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-10-25 Brian Whitedoc: streams: document default objectMode setting
2013-10-25 Maxim Bogushevichdebugger: Fix bug in sb() with unnamed script
2013-10-24 isaacsnpm@1.3.12
2013-10-24 Ben Noordhuisbuild: fix test-gc weakref build rule
2013-10-24 Zarko Stankovicdoc: add nodejs.rs to the community page
2013-10-23 isaacshttp client: pull last chunk on socket close
2013-10-23 Ben Noordhuistest: fix up weakref.cc after v8 api change
2013-10-23 Ben Noordhuisbuild: fix test-gc weakref build rule
2013-10-23 Ben Noordhuissrc: update after v8 api changes
2013-10-23 Timothy J Fontainev8: upgrade 3.21.18.3
2013-10-23 Ben Noordhuissrc: IsInt64() should return bool, not int
2013-10-22 isaacsblog: HTTP server DoS vulnerability details
2013-10-18 Timothy J Fontaineblog: Post for v0.10.21
2013-10-18 Timothy J Fontaineblog: Post for v0.8.26
2013-10-18 Timothy J FontaineNow working on 0.10.22
2013-10-18 Timothy J FontaineMerge branch 'v0.10.21-release' into v0.10
2013-10-18 Timothy J Fontaine2013.10.18, Version 0.10.21 (Stable) v0.10.21
2013-10-18 Timothy J Fontainecrypto: clear errors from verify failure
2013-10-18 Timothy J Fontaineuv: Upgrade to v0.10.18
2013-10-17 Patrik Stutzhttp: add statusMessage
2013-10-17 isaacshttp: provide backpressure for pipeline flood
2013-10-17 Timothy J Fontainehttp_parser: expose pause/resume method for parser
2013-10-16 Sam Robertsdoc: cluster documentation cleanup and corrections
2013-10-16 Sam Robertsdoc: child_process corrections and cleanups
2013-10-16 Fedor Indutnycpplint: disallow if one-liners
2013-10-16 Fedor Indutnycpplint: disallow comma-first in C++
2013-10-16 Ben Noordhuisdns: set hostname property on error object
2013-10-16 Ben Noordhuisdns: rename domain to hostname
2013-10-16 Ben Noordhuisdebugger: fix SIGUSR1 bootstrap race condition
2013-10-16 Ben Noordhuisdebugger: make busy loops SIGUSR1-interruptible
2013-10-16 isaacshttp: provide backpressure for pipeline flood
2013-10-16 Timothy J Fontainehttp_parser: expose pause/resume method for parser
2013-10-16 Jason Gerfendoc: crypto: document SPKAC additions
2013-10-16 Jason Gerfencrypto: add SPKAC support
2013-10-16 Ben Noordhuisdoc: http: reword IncomingMessage 'close' event
2013-10-16 Ben Noordhuisdoc: http: add cross-links for easier clicking
2013-10-15 isaacsRevert "doc: crypto: document SPKAC additions"
2013-10-15 isaacsRevert "crypto: add SPKAC support"
2013-10-15 Jason Gerfendoc: crypto: document SPKAC additions
2013-10-15 Ben Noordhuisdoc: expand os.loadavg() section
2013-10-14 Ben Noordhuisdoc: document os.loadavg() behavior on windows
2013-10-13 Jason Gerfencrypto: add SPKAC support
2013-10-15 Rod Vaggutil: format as Error if instanceof Error
2013-10-14 Ben Noordhuiscluster: fix premature 'disconnect' event
2013-10-14 Ben Noordhuiscares_wrap: remove superfluous 'this' keyword
2013-10-11 Trevor Norrislint: fix a cpplint error
2013-10-11 Trevor Norrisbuffer: add buf.toArrayBuffer() API
2013-10-11 Trevor Norrisbuffer: check data is not null
2013-10-11 Glen Mailerassert: indicate if exception message is generated
2013-10-10 Dave Pachecotest: use proper findjsobjects output format
2013-10-10 Ben Noordhuisdoc: net: remove bad net.Server description
next