platform/upstream/nodejs.git
2013-08-22 Trevor Norrisbuffer: fix inspect throw if slice length too long
2013-08-22 Timothy J Fontainebuffer: adhere to INSPECT_MAX_BYTES
2013-08-22 isaacsvm: Put back display_errors flag
2013-08-21 Domenic Denicolavm, core, module: re-do vm to fix known issues
2013-08-21 Timothy J FontaineNow working on 0.11.7
2013-08-21 Timothy J FontaineMerge branch 'v0.11.6-release'
2013-08-21 Timothy J Fontaine2013.08.21, Version 0.11.6 (Unstable) v0.11.6
2013-08-21 Timothy J Fontaineuv: Upgrade to v0.11.8
2013-08-21 Timothy J Fontainetest: net-GH-5504 child env needs NODE_COMMON_PORT
2013-08-21 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-21 Fedor Indutnytest: fix test failure on linux after edd2fcc
2013-08-21 Ben Noordhuisdeps: upgrade http_parser to 303c4e4
2013-08-21 Fedor Indutnytls: fix assertion when ssl is destroyed at read
2013-08-20 Trevor Norrissmalloc: consistent-ify syntax
2013-08-20 Trevor Norrissmalloc: length is byte size, not array length
2013-08-20 Trevor Norrissmalloc: expose ExternalArraySize
2013-08-20 Trevor Norrisutil: isObject should always return boolean
2013-08-20 Vsevolod Strukchinskynet: family option in net.connect
2013-08-20 Gil Pedersenfs: use correct self reference for autoClose test
2013-08-20 isaacsdoc: Minor typos in dgram doc
2013-08-20 isaacstest: Remove unnecessary assertion
2013-08-20 Raynosevents: have events module exports EventEmitter
2013-08-19 Matthew Aynalemfixes #6031 spelling errors
2013-08-19 Duan Yaodoc: Add callback parameter to dgram socket.bind()
2013-08-19 ChrisWrendoc: fixed syntax error in stream.Transform
2013-08-19 James Hallidayhttp: removed headers stay removed
2013-08-19 Edward HutchinsAdded documentation for process.execArgv
2013-08-19 Eivind Uggedaldoc: add missing word in Transform stream intro
2013-08-19 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-19 Trevor Norrisbuffer: lint
2013-08-19 Fedor Indutnybuffer: lint
2013-08-19 Fedor Indutnycrypto: don't touch ssl_ in Connection
2013-08-19 isaacsstream: Throw on 'error' if listeners removed
2013-08-19 Fedor Indutnytls, crypto: deduplicate code
2013-08-19 Ben Noordhuissrc: move includes inside include guard
2013-08-17 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-17 Ben Noordhuisdgram: fix assertion on bad send() arguments
2013-08-17 Daniel Chatfieldreadline: pause stdin before turning off terminal raw...
2013-08-17 Daniel Chatfieldreadline: pause stdin before turning off terminal raw...
2013-08-16 isaacsblog: v0.10.16
2013-08-16 isaacsNow working on v0.10.17
2013-08-16 isaacsMerge branch 'v0.10.16-release' into v0.10
2013-08-16 Trevor Norrisbuffer: don't call ByteLength for simple encodings
2013-08-16 isaacs2013.08.16, Version 0.10.16 (Stable) v0.10.16
2013-08-16 isaacsnpm: Upgrade to 1.3.8
2013-08-16 Ben Noordhuiscrypto: fix memory leak in randomBytes() error path
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 isaacshttp: Handle hex/base64 encodings 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
next