dns: add missing exports.BADNAME
[platform/upstream/nodejs.git] / lib /
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
2015-08-04 Trevor Norrisbuffer: fix usage of kMaxLength
2015-08-04 cjihrigcluster: do not unconditionally set --debug-port
2015-08-04 Sakthipriyan Vairamanibuffer: fix case of one buffer passed to concat
2015-08-04 Fedor Indutnyhttp_server: `prefinish` vs `finish`
2015-08-04 Matteo Collinadgram: make send cb act as "error" event handler
2015-08-04 Chris Dickinsondgram: make send cb act as "error" event handler
2015-08-04 Trevor Norrisbuffer: implement Uint8Array backed Buffer
2015-08-04 Julien Gillinet: do not set V4MAPPED on FreeBSD
2015-08-04 cjihrigRevert "dns: remove AI_V4MAPPED hint flag on FreeBSD"
2015-08-04 Sakthipriyan Vairamanirepl: don't clobber RegExp.$ properties
2015-07-30 Ben Noordhuiscluster: add handle ref/unref stubs in rr mode
2015-07-28 Ali Ijaz Sheikhutil: delay creation of debug context
2015-07-27 Evan Lucasnet: don't throw on immediately destroyed socket
2015-07-27 Fedor Indutnyhttps: reuse TLS sessions in Agent
2015-07-24 Sakthipriyan Vairamanirepl: better empty line handling
2015-07-24 Sakthipriyan Vairamanirepl: improving line continuation handling
2015-07-24 Sakthipriyan Vairamanirepl: preventing REPL crash with inherited properties
2015-07-24 Sakthipriyan Vairamanirepl: fixing `undefined` in invalid REPL keyword error
2015-07-23 Sam Robertscluster: emit 'message' event on cluster master
2015-07-23 Fedor Indutnytls: add `getTicketKeys()`/`setTicketKeys()`
2015-07-22 Sakthipriyan Vairamanihttp: Check this.connection before using it
2015-07-21 Sakthipriyan Vairamaniutil: removing redundant checks in is* functions
2015-07-18 Sakthipriyan Vairamanilib,test: add freelist deprecation and test
2015-07-11 Roman Reisschild_process: fix arguments comments
2015-07-11 Phillip Johnsenpath: assert path.join() arguments equally
2015-07-11 Alex Kocharinreadline: fix freeze if `keypress` event throws
2015-07-10 Brendan Ashworthfs: fix error on bad listener type
2015-07-10 Sakthipriyan Vairamanirepl: Prevent crash when tab-completed with Proxy
2015-07-04 Nathan Woltmanpath: refactor for performance and consistency
2015-07-03 Sakthipriyan Vairamaniutil: prepend '(node) ' to deprecation messages
2015-07-02 Rich Trottrepl: remove obsolete TODO
2015-07-01 Evan Lucasnet: wrap connect in nextTick
2015-07-01 Fedor Indutny_stream_wrap: prevent use after free in TLS
2015-06-30 Rich Trotturl: fix typo in comment
next