Working on v4.2.3
[platform/upstream/nodejs.git] / lib /
2015-10-29 Sakthipriyan Vairamanirepl: handle comments properly
2015-10-29 Fedor Indutnytimers: reuse timer in `setTimeout().unref()`
2015-10-29 Rich Trottlib: fix cluster handle leak
2015-10-29 Trevor Norrisbuffer: fix value check for writeUInt{B,L}E
2015-10-29 ronkorvingfs: reduced duplicate code in fs.write()
2015-10-29 Jeremiah Senkpielrepl: limit persistent history correctly on load
2015-10-29 Rich Trottlib: avoid REPL exit on completion error
2015-10-29 Fedor Indutnyhttp: fix stalled pipeline bug
2015-10-29 Calvin Metcalfstream: avoid unnecessary concat of a single buffer.
2015-10-29 Fábio Santosstream: fix signature of _write() in a comment
2015-10-29 Yuval Briktls: TLSSocket options default isServer false
2015-10-13 Ryan Grahamlib: fix undefined timeout regression
2015-10-12 Fedor Indutnytls: use parent handle's close callback
2015-10-12 Trevor Norrisnet: don't throw on bytesWritten access
2015-10-12 Brian Whitestream: avoid pause with unpipe in buffered write
2015-10-10 Trevor Norrisbuffer: don't abort on prototype getters
2015-10-10 Ben Noordhuisassert: support arrow functions in .throws()
2015-10-08 Karl Skomskisrc: replace naive search in Buffer::IndexOf
2015-10-08 Fedor Indutnyhttp: cork/uncork before flushing pipelined res
2015-10-08 Trevor Norrisbuffer: clean up usage of __proto__
2015-10-08 Evan Lucasutil: fix for inspecting promises
2015-10-08 Rich Trottlib: remove redundant code, add tests in timers.js
2015-10-08 Evan Lucasutil: correctly inspect Map/Set Iterators
2015-10-08 Evan Lucasutil: fix check for Array constructor
2015-10-08 Jeremy Whitlocksrc: fix --abort-on-uncaught-exception
2015-10-08 Justin Chasemodule: use UNC paths when loading native addons
2015-10-08 Dave Eddynode: add -c|--check CLI arg to syntax check script
2015-10-08 charlierudolphfs: include filename in watch errors
2015-10-05 Fedor Indutnyhttp: add comment about `outputSize` in res/server
2015-10-05 Fedor Indutnyhttp_server: pause socket properly
2015-10-05 Fedor Indutnyhttp: fix out-of-order 'finish' bug in pipelining
2015-10-02 Trevor Norrisasync_wrap: ensure all objects have internal field
2015-10-02 Ben Noordhuisutil: optimize promise introspection
2015-09-30 Brendan Ashworthsmalloc: remove module
2015-09-30 Roman Reissdns: add missing exports.BADNAME
2015-09-30 Evan Lucaspath: improve posixSplitPath performance
2015-09-25 Fedor Indutnychild_process: `null` channel handle on close
2015-09-22 Sakthipriyan Vairamanilib,src: remove usage of events.EventEmitter
2015-09-22 Salman Aljammazrepl: don't use tty control codes when $TERM is set...
2015-09-22 Malcolm Ahoyhttp: remove redundant code in _deferToConnect
2015-09-22 Sakthipriyan Vairamanirepl: backslash bug fix
2015-09-20 Ben Noordhuishttp: guard against response splitting in trailers
2015-09-20 Matt Harrisonreadline: fix tab completion bug
2015-09-20 Trevor Norrisbuffer: don't set zero fill for zero-length buffer
2015-09-16 Sam Robertstimer: ref/unref return self
2015-09-16 Trevor Norrisbuffer: construct Uint8Array in JS
2015-09-16 Malcolm Ahoyhttp: default Agent.getName to 'localhost'
2015-09-16 Karl Skomskisrc: use subarray() in Buffer#slice() for speedup
2015-09-15 Brendan Ashworthstreams: refactor LazyTransform to internal/
2015-09-15 Yazhong Liufs: consider NaN/Infinity in toUnixTimestamp
2015-09-15 Fedor Indutnyhttp_server: fix resume after socket close
2015-09-15 Ron Korvingfs: implemented WriteStream#writev
2015-09-08 Fedor Indutnycluster: allow shared reused dgram sockets
2015-09-08 Evan Lucaschild_process: use stdio.fd even if it is 0
2015-09-06 Michaël Zassobuffer: SlowBuffer only accept valid numeric values
2015-09-06 Ali Ijaz Sheikhsrc: apply debug force load fixups from 41e63fb
2015-09-06 Jeremiah Senkpielevents,lib: don't require EE#listenerCount()
2015-09-06 James M Snellchild_process: check execFile and fork args
2015-09-06 Ben Noordhuischild_process: add callback parameter to .send()
2015-09-06 Karl Skomskisrc: fix memory leak in ExternString
2015-09-03 Jeremiah Senkpieltimers: minor _unrefActive fixes and improvements
2015-09-03 Julien Gillitimers: don't mutate unref list while iterating it
2015-09-03 Julien Gillitimers: Avoid linear scan in _unrefActive.
2015-08-27 Ben NoordhuisRevert "lib,src: add unix socket getsockname/getpeername"
2015-08-27 Ben Noordhuislib: add net.Socket#localFamily property
2015-08-27 Ben Noordhuislib,src: add unix socket getsockname/getpeername
2015-08-26 Minwoo Jungdebugger: use strict equality comparison
2015-08-26 Fedor Indutnyhttp_parser: consume StreamBase instance
2015-08-25 Jeremiah Senkpieldoc: add internal modules notice
2015-08-24 Ben Noordhuisstream: rename poorly named function
2015-08-24 Ben Noordhuisstream: micro-optimize high water mark calculation
2015-08-24 Ben Noordhuisstream: fix off-by-factor-16 error in comment
2015-08-24 Bradley Meckmodule: fix module preloading when cwd is ENOENT
2015-08-23 cjihrignode: rename from io.js to node
2015-08-23 Minwoo Jungdoc: fix comments in tls_wrap.cc and _http_client.js
2015-08-23 James M Snelltls: add --tls-cipher-list command line switch
2015-08-22 James M Snellrepl: filter integer keys from repl tab complete list
2015-08-21 Fedor Indutnybuffer: reapply 07c0667
2015-08-21 Mike Atkinstls: handle empty cert in checkServerIndentity
2015-08-20 Todd Kennedyrepl: dont throw ENOENT on NODE_REPL_HISTORY_FILE
2015-08-20 Fedor Indutnystream_base: various improvements
2015-08-19 Sakthipriyan Vairamanievents: deprecate static listenerCount function
2015-08-17 Sam Stitespath: use '===' instead of '==' for comparison
2015-08-11 Roman Klaukesrc: add total_available_size to v8 statistics
2015-08-09 Nathan Woltmanpath: remove dead code in favor of unit tests
2015-08-08 Christopher Monsantoutil: display constructor when inspecting objects
2015-08-07 Fedor Indutnytls: fix check for reused session
2015-08-06 Ryan Grahamnet: ensure Socket reported address is current
2015-08-05 James M Snelldoc: multiple documentation updates cherry picked from...
2015-08-04 Jeremiah Senkpielrepl: persist history in plain text
2015-08-04 Jeremiah Senkpielrepl: default persistence to ~/.node_repl_history
2015-08-04 Jeremiah Senkpieltest: add tests for persistent repl history
2015-08-04 Brendan Ashworthhttp: fix agent.getName() and add tests
2015-08-04 Rich Trottreadline: allow tabs in input
2015-08-04 Trevor Norrisbuffer: fix missing null/undefined check
2015-08-04 jomohttp: use official IANA Status Codes
2015-08-04 Ben Noordhuisbuffer: rename internal/buffer_new.js to buffer.js
2015-08-04 Ben Noordhuisdeps: update v8 to 4.4.63.9
2015-08-04 Trevor Norrisbuffer: allow ArrayBuffer as Buffer argument
2015-08-04 Trevor Norrisbuffer: minor cleanup from rebase
next