platform/upstream/nodejs.git
2013-08-12 Ben Noordhuiscrypto: remove two unused static variables
2013-08-12 Trevor Norrissrc: fix build break from generic macro name
2013-08-12 Ben Noordhuissrc: don't obj->Set(Integer::New(...), val)
2013-08-12 Trevor Norrissrc: centralize class wrap/unwrap
2013-08-12 Ben Noordhuiscares_wrap: remove unused function getHostByName()
2013-08-12 Ben Noordhuiscares_wrap: don't set oncomplete property from c++
2013-08-12 Ben Noordhuistest: fix up internet/test-dns after api change
2013-08-10 Ben Noordhuisstream_wrap: use v8::Integer::NewFromUnsigned()
2013-08-10 Ben Noordhuisv8: fix openbsd build
2013-08-10 Ben Noordhuisv8: upgrade v8 to 3.20.14.1
2013-08-10 Ben Noordhuisbuild: disable SSLv2 by default
2013-08-10 Ben Noordhuisbuild: fix up style issues in configure script
2013-08-10 Ben Noordhuisconfigure: order configure switches alphabetically
2013-08-10 Ben Noordhuis build: make ninja build respect V=
2013-08-10 Ben Noordhuisbuild: don't auto-destroy existing configuration
2013-08-09 Trevor Norrisdomain: share object and state with native land
2013-08-09 Trevor Norrisnode: remove domain nextTick
2013-08-09 Ben Noordhuissrc: don't call v8::Object::SetHiddenValue()
2013-08-09 Ben Noordhuistest: use common.PORT in simple/test-net-GH-5504
2013-08-09 Ben Noordhuissrc: fix windows build breakage from f674b09
2013-08-09 Ben Noordhuisdgram: don't call into js when send cb is omitted
2013-08-09 Ben Noordhuisdgram: fix regression in string argument handling
2013-08-09 Ben Noordhuissrc: use v8::String::NewFrom*() functions
2013-08-08 isaacsstream: Short-circuit buffer pushes when flowing
2013-08-08 isaacshttp: Use streams3 directly, not .ondata/end
2013-08-07 Trevor Norrissmalloc: allow different external array types
2013-08-07 Trevor Norrissmalloc: cleanup checks/conversions
2013-08-07 Ben Noordhuisstream_wrap: fix long line introduced in da5ad92
2013-08-07 isaacshttp: Support legacy agent.addRequest API
2013-08-07 Ben Noordhuissrc: remove no-op HandleWrap::Initialize()
2013-08-07 Ben Noordhuisstream_wrap: add handle type checkers
2013-08-07 Ben Noordhuisstream_wrap: use getters, not direct field access
2013-08-07 Ben Noordhuissrc: constify WITH_GENERIC_STREAM macro
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
next