platform/upstream/nodejs.git
2013-11-20 Timothy J Fontaineuv: upgrade to v0.11.15
2013-11-20 Trevor Norrisasyncwrap: add missing TryCatch
2013-11-19 Ben Noordhuissrc: add ASSERT/CHECK/UNREACHABLE macros
2013-11-19 Ben Noordhuissrc: make queue.h c++ compatible
2013-11-18 Timothy J Fontainev8: upgrade to 3.22.24.5
2013-11-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-16 Ben Noordhuisdebugger: pass on v8 debug switches
2013-11-15 Trevor Norrisbuffer: convert values to uint, not int
2013-11-15 Trevor Norrissrc: make buffer size errors more explicit
2013-11-15 Trevor Norrisbuffer: no warning when encoding isn't passed
2013-11-15 Ben Noordhuisdoc: add nodejs.vn to community page
2013-11-15 Ben Noordhuisdoc: sort community page links alphabetically
2013-11-14 Ben Noordhuissrc: remove unused import in cares_wrap.cc
2013-11-13 Trevor Norrisdoc: fix few smalloc entries for proper formatting
2013-11-13 Trevor Norrissmalloc: check if object has external memory
2013-11-13 Fedor Indutnytls: handle `ssl.start()` errors
2013-11-12 Tim Woodevents: don't call once twice
2013-11-12 Trevor Norrissrc: add comments about implicit dependencies
2013-11-12 Trevor Norrisbase-object: add BaseObject
2013-11-12 Trevor Norrisasync-wrap: make typenames consistent
2013-11-12 Trevor Norristls_wrap: move members to initialization list
2013-11-12 Ben Noordhuissrc: use Context::Scope objects in cares_wrap.cc
2013-11-12 Ben Noordhuissrc: fix Context::Scope usage
2013-11-12 Ben Noordhuiscrypto: fix up implicit HandleScope abuse
2013-11-12 Ben Noordhuissrc: remove global HandleScope
2013-11-12 Timothy J Fontaineblog: Post for v0.10.22
2013-11-12 Timothy J FontaineNow working on 0.10.23
2013-11-12 Timothy J FontaineMerge branch 'v0.10.22-release' into v0.10
2013-11-12 Timothy J Fontaine2013.11.12, Version 0.10.22 (Stable) v0.10.22
2013-11-12 Timothy J Fontainesrc: add HandleScope in HandleWrap::OnClose
2013-11-12 Timothy J Fontaineuv: Upgrade to v0.10.19
2013-11-12 yangguo@chromium.orgv8: use correct timezone information on Solaris
2013-11-11 Maciej Małeckirepl: do not insert duplicates into completions
2013-11-11 Ben Noordhuissrc: fix Environment::GetCurrent() usage
2013-11-11 Trevor Norrisnode: add HandleScope to prevent memory leak
2013-11-11 Ben Noordhuisv8: upgrade to 3.22.24
2013-11-10 Timothy J Fontainegyp: update to bebdcea
2013-11-09 Ben Noordhuiscrypto: update root certificates
2013-11-09 Ben Noordhuistools: check in certdata.txt from mozilla NSS
2013-11-09 Ben Noordhuistools: customize mk-ca-bundle.pl
2013-11-09 Ben Noordhuistools: bundle mk-ca-bundle.pl from upstream curl
2013-11-09 Ben Noordhuisv8: unbreak `make native` build
2013-11-08 Fedor Indutnytls: prevent stalls by using read(0)
2013-11-08 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-11-08 isaacsnpm: Upgrade to 1.3.14
2013-11-08 Ben Noordhuisbuild: make v8 use random seed for hash tables
2013-11-08 Ben Noordhuissrc: remove container_of, use CONTAINER_OF
2013-11-08 Ben Noordhuiscrypto: unbreak build with no-NPN shared openssl
2013-11-08 Fedor Indutnycrypto: try moving read head in Peek()
2013-11-07 Fedor Indutnydoc: encoding is ignored if input is a Buffer
2013-11-07 isaacshttp: force socket encoding to be null
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-31 isaacsdoc: Correct and add several items
2013-10-31 Sam Robertsdoc: document node signal handling
2013-10-30 Timothy J Fontaineblog: Post for v0.11.8
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-29 Ben Noordhuisdoc: dgram: reword dgram.Socket#send() docs
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
next