platform/upstream/nodejs.git
2013-08-16 Ben Noordhuiscrypto: fix memory leak in randomBytes() error path
2013-08-16 Ben Noordhuiscrypto: don't mix new[] and free()
2013-08-16 isaacstest: Remove hard-coded port
2013-08-16 Brian Whitecluster: variable is not global
2013-08-16 Brian Whitebuffer: remove unused parameters
2013-08-16 Brian Whitelib: remove unused variables and functions
2013-08-15 isaacshttp: Prefer 'binary' over 'ascii'
2013-08-15 isaacshttp: Simplify IncomingMessage._dump method
2013-08-15 isaacshttp: Consistent 'finish' event semantics
2013-08-15 isaacshttp: make OutgoingMessage._flush inline-able
2013-08-15 isaacshttp: Add write()/end() callbacks
2013-08-15 isaacshttp: Write hex/base64 chunks properly
2013-08-15 isaacsdoc: http rawHeaders/rawTrailers
2013-08-15 isaacshttp: provide access to raw headers/trailers
2013-08-15 isaacsdoc: http keepalive, agent options
2013-08-15 isaacshttp: add agent.maxFreeSockets option
2013-08-15 Ben Noordhuistest: update tests after internal api change
2013-08-15 Trevor Norrisnode: remove duplicate infoBox checks
2013-08-15 Ben Noordhuistimers: dispatch ontimeout callback by array index
2013-08-15 Ben Noordhuissrc: add MakeCallback() that takes an array index
2013-08-15 Ben Noordhuissmalloc: don't do Has(key), then Get(key)
2013-08-15 Ben Noordhuistools: cpplint: fix NOLINT(build/include_order)
2013-08-14 Ben Noordhuiszlib: replace C cast with static_cast
2013-08-14 Fedor Indutnytls: handle errors on socket before releasing it
2013-08-14 Ben Noordhuishttp: speed up callbacks, use array indices
2013-08-14 Ben Noordhuissrc: remove redundant symbol init in node_file.cc
2013-08-13 Ben Noordhuissrc: clean up FSReqWrap
2013-08-13 Ben Noordhuissrc: move ReqWrap::data_ to FSReqWrap
2013-08-13 Matthias Bartelmeßcrypto: add TLS 1.1 and 1.2 to secureProtocol list
2013-08-12 Ben Noordhuiscrypto: use consistent conn object unwrapping
2013-08-12 Ben Noordhuiscrypto: use consistent variable names
2013-08-12 Trevor Norrisutil: fix isPrimitive check
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
next