platform/upstream/nodejs.git
2013-08-07 Ben Noordhuissrc: add IsEmpty() check to HasInstance()
2013-08-07 Timothy J FontaineNow working on 0.11.6
2013-08-07 Timothy J FontaineMerge branch 'v0.11.5-release'
2013-08-06 Trevor Norrisdomains: properly check if domains are being used
2013-08-06 Timothy J Fontaine2013.08.06, Version 0.11.5 (Unstable) v0.11.5
2013-08-06 Timothy J Fontaineuv: Upgrade to v0.11.7
2013-08-06 Fedor Indutnytls: fix lazy initialization of clienthello parser
2013-08-06 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-08-06 Ben Noordhuisprocess_wrap: omit superfluous Number creation
2013-08-06 Eran Hammerstream: Fix double pipe error emit
2013-08-06 Ben Noordhuissrc: fix WITH_GENERIC_STREAM() type check bug
2013-08-06 Ben Noordhuiscrypto: fix signed/unsigned comparison warning
2013-08-06 Fedor Indutnytls: asynchronous SNICallback
2013-08-06 Fedor Indutnytls_wrap: DRY ClientHelloParser
2013-08-06 isaacsrepl: Add 'smalloc' to list of known modules
2013-08-06 Evan Solomondoc: add a missing word in streams doc
2013-08-05 Timothy J Fontainebuild: fix ia32 sunos, elfwrap only needs -64
2013-08-05 Timothy J Fontainebuild: embed the mdb_v8.so into the binary
2013-08-05 isaacsdoc: Update LICENSE for npm's Artistic 2.0
2013-08-05 isaacstest: Move test-http-default-port from disabled to...
2013-08-05 Koichi Kobayashihttps: fix default port
2013-08-05 isaacshttp: Fix overlooked agent.globalAgent export
2013-08-05 mstarzinger... v8: back-port fix for CVE-2013-2882
2013-08-05 Forrest L Norvelldoc: document domain.enter() and domain.exit()
2013-08-05 Sam Robertsdoc: fs.open, fix flag/mode confusion, etc.
2013-08-05 Ben Noordhuisv8: fix openbsd build
2013-08-04 Fedor Indutnytls: fix handling of `SNICallback` server option
2013-08-03 Ben Noordhuissrc: use static_cast for void-to-T casts
2013-08-03 Ben Noordhuissrc: use PersistentToLocal() in a few more places
2013-08-03 Fedor Indutnycrypto: fix another over-run in bio
2013-08-02 Ben Noordhuissrc: remove non-isolate PersistentToLocal(), v2
2013-08-02 isaacsnpm: Upgrade to 1.3.7
2013-08-02 Trevor Norrisprocess: set key properties as ReadOnly
2013-08-02 Ben Noordhuissrc: remove non-isolate PersistentToLocal()
2013-08-02 Trevor Norrissmalloc: remove double checks
2013-08-02 Trevor Norrissmalloc: fix assertion fails/segfault
2013-08-02 Trevor Norrisutil: add isPrimitive check
2013-08-02 Ben Noordhuisbuild: fix --without-ssl build
2013-08-01 isaacssrc: Replace macros with util functions
2013-08-01 Trevor Norrisbenchmark: update misc to new v8 API
2013-08-01 Trevor Norristest: add mac to test-os
2013-08-01 Ben Noordhuistest: future-proof simple/test-event-emitter-memory...
2013-08-01 Ben Noordhuistest: fix pummel/test-net-connect-memleak
2013-08-01 Ben Noordhuisevents: fix memory leak, don't leak event names
2013-08-01 Fedor Indutnytls_wrap: parse tls session ticket extension
2013-08-01 Brian Whiteos: add mac address to networkInterfaces() output
2013-08-01 Ben Noordhuiscpplint: exclude src/node_win32_perfctr_provider.cc
2013-08-01 Ben Noordhuissrc: don't include <string.h> twice in src/node.cc
2013-08-01 Bert Belderbuild: disable some msvc compiler warnings
2013-08-01 Bert Belderbuild: un-break the windows build
2013-07-31 Ben Noordhuissrc: more lint after cpplint tightening
2013-07-31 Ben Noordhuistools: cpplint: fix up build/include_order rule
2013-07-31 Antony Baileydoc: remove travis status image
2013-07-31 Fedor Indutnyetw_provider: unbreak windows build
2013-07-31 Fedor Indutnymake: add `cpplint` to `test` target
2013-07-31 Fedor Indutnysrc: lint c++ code
2013-07-31 Fedor Indutnycpplint: make lint rules closer to node's source
2013-07-31 Trevor Norrisnode: add inTick and lastThrew to infoBox
2013-07-31 Ben Noordhuishttp: improve chunked res.write(buf) performance
2013-07-30 Wyatt Preuldocs: Warning about consuming response
2013-07-30 Ben Noordhuiscrypto: fix assert() on malformed hex input
2013-07-30 Ben Noordhuisstring_bytes: add StringBytes::IsValidString()
2013-07-29 Ben Noordhuisutil: don't throw on circular %j input to format()
2013-07-30 Trevor Norrisfs: write strings directly to disk
2013-07-30 Trevor Norrisstring_bytes: export GetExternalParts
2013-07-30 Ben Noordhuisdeps: upgrade libuv to joyent/libuv@4bdb7d8
2013-07-29 Ben Noordhuiscrypto: simplify DH modp group name matcher
2013-07-30 Ben Noordhuissrc: const-ify variables in src/node_crypto*
2013-07-30 Ben Noordhuissrc: remove unused import in src/node_os.cc
2013-07-30 Ben Noordhuisstring_bytes: don't use named imports in header
2013-07-30 Ben Noordhuisv8: upgrade v8 to 3.20.11
2013-07-30 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-07-30 Ben Noordhuisassert: replace !!!value with just !value
2013-07-29 Ben Noordhuisdgram: report send errors to cb, don't pass bytes
2013-07-29 Ben Noordhuissrc: don't use NewExternal() with unaligned strings
2013-07-29 Ben Noordhuisv8: upgrade to v8 3.20.9
2013-07-29 Andrew Paprockidoc: vm: fix incorrect API documentation
2013-07-29 Ben Noordhuischild_process: add 'shell' option to .exec()
2013-07-29 Fedor Indutnytest: loosen timeout in https-no-reader
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 Ben Noordhuisdoc: clarify fs.read() offset argument
2013-07-27 Andrew Chiltondoc: add nodejs.geek.nz to the community page
2013-07-27 Rod Vaggdoc: add nodejs.org.au to community listing
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-25 Ben Noordhuistest: fix simple/test-setproctitle
2013-07-26 Timothy J Fontaineblog: Post for v0.10.15
2013-07-26 Timothy J FontaineNow working on 0.10.16
2013-07-26 Timothy J FontaineMerge branch 'v0.10.15-release' into v0.10
2013-07-25 Timothy J Fontaine2013.07.25, Version 0.10.15 (Stable) v0.10.15
2013-07-25 Ben Noordhuissrc: fix process.getuid() return value
2013-07-25 Ben Noordhuisdoc: document tls.Server 'secureProtocol' option
2013-07-25 Timothy J Fontaineblog: Post for v0.10.14
2013-07-25 Timothy J FontaineNow working on 0.10.15
2013-07-25 Timothy J FontaineMerge branch 'v0.10.14-release' into v0.10
next