platform/upstream/nodejs.git
2013-08-28 Domenic Denicolavm: add isContext; prevent double-contextifying
2013-08-28 Domenic Denicolavm: use MakeWeak to fix leaking contexts
2013-08-28 Domenic Denicolavm: rip out ObjectWrap from ContextifyContext
2013-08-28 isaacsdoc: Adjust util stability index to 'API Frozen'
2013-08-28 isaacsdoc: mark repl as stable
2013-08-28 Mathias Buusstream: change default hwm for objectMode to 16
2013-08-28 isaacschild_process: Avoid extra copy for string stdio
2013-08-28 Seth Fitzsimmonschild_process: Callback with Buffers from exec
2013-08-27 Trevor Norrisv8: upgrade to 3.20.17
2013-08-27 Forrest L Norvelldomains: deprecate domain.dispose().
2013-08-27 isaacsfs: Expose birthtime on stat objects
2013-08-27 Jay Beaversdoc: Small update of readme for Windows users
2013-08-27 isaacslib: Add missing copyright notices
2013-08-27 Ben Noordhuissrc: remove two pointless globals from node.cc
2013-08-27 Ben Noordhuissrc: call uv_loop_delete() on exit in debug mode
2013-08-27 Ben Noordhuissrc: remove --max-stack-size option
2013-08-27 Ben Noordhuiscares_wrap: drop UV_HANDLE_FIELDS from ares_task_t
2013-08-26 Ben Noordhuissrc: fix up unused/unordered imports
2013-08-26 Trevor Norrisbuffer: fix assert fail from JS API
2013-08-26 Trevor Norrisbuffer: add NativeBuffer API
2013-08-26 Ben Noordhuissrc: remove pointless node_os.h header file
2013-08-25 Bert Belderprocess_wrap: don't coerce process exit code to int32_t
2013-08-24 Bert Belderuv: upgrade to v0.11.10
2013-08-23 Trevor Norrisdomain: move error handling directly into instance
2013-08-23 Bert Belderprocess_wrap: update after libuv api change
2013-08-23 Bert Belderuv: upgrade to v0.11.9
2013-08-23 Ben Noordhuisvm: fix Persistent<Context> leak
2013-08-23 Ben Noordhuisvm: remove unnecessary Persistent<FunctionTemplate>
2013-08-23 Ben Noordhuisbuffer: fix regression in Buffer(buf) constructor
2013-08-22 Timothy J Fontaineutil: pass opts to custom inspect functions
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
next