summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-09-17buffer: remove raw & raws encodingSakthipriyan Vairamani
2015-09-16timer: ref/unref return selfSam Roberts
2015-09-15buffer: construct Uint8Array in JSTrevor Norris
2015-09-15http: default Agent.getName to 'localhost'Malcolm Ahoy
2015-09-15src: use subarray() in Buffer#slice() for speedupKarl Skomski
2015-09-14streams: refactor LazyTransform to internal/Brendan Ashworth
2015-09-14http_server: fix resume after socket closeFedor Indutny
2015-09-14fs: consider NaN/Infinity in toUnixTimestampYazhong Liu
2015-09-14fs: implemented WriteStream#writevRon Korving
2015-09-07cluster: allow shared reused dgram socketsFedor Indutny
2015-09-07child_process: use stdio.fd even if it is 0Evan Lucas
2015-09-06buffer: SlowBuffer only accept valid numeric valuesMichaƫl Zasso
2015-09-06src: apply debug force load fixups from 41e63fbAli Ijaz Sheikh
2015-09-06events,lib: don't require EE#listenerCount()Jeremiah Senkpiel
2015-09-06child_process: check execFile and fork argsJames M Snell
2015-09-06child_process: add callback parameter to .send()Ben Noordhuis
2015-09-06src: fix memory leak in ExternStringKarl Skomski
2015-09-02timers: minor _unrefActive fixes and improvementsJeremiah Senkpiel
2015-09-02timers: don't mutate unref list while iterating itJulien Gilli
2015-09-02timers: Avoid linear scan in _unrefActive.Julien Gilli
2015-08-28Revert "lib,src: add unix socket getsockname/getpeername"Ben Noordhuis
2015-08-27lib: add net.Socket#localFamily propertyBen Noordhuis
2015-08-27lib,src: add unix socket getsockname/getpeernameBen Noordhuis
2015-08-26debugger: use strict equality comparisonMinwoo Jung
2015-08-26http_parser: consume StreamBase instanceFedor Indutny
2015-08-25doc: add internal modules noticeJeremiah Senkpiel
2015-08-24stream: rename poorly named functionBen Noordhuis
2015-08-24stream: micro-optimize high water mark calculationBen Noordhuis
2015-08-24stream: fix off-by-factor-16 error in commentBen Noordhuis
2015-08-24module: fix module preloading when cwd is ENOENTBradley Meck
2015-08-23node: rename from io.js to nodecjihrig
2015-08-23doc: fix comments in tls_wrap.cc and _http_client.jsMinwoo Jung
2015-08-23tls: add --tls-cipher-list command line switchJames M Snell
2015-08-21repl: filter integer keys from repl tab complete listJames M Snell
2015-08-21buffer: reapply 07c0667Fedor Indutny
2015-08-21tls: handle empty cert in checkServerIndentityMike Atkins
2015-08-20repl: dont throw ENOENT on NODE_REPL_HISTORY_FILETodd Kennedy
2015-08-20stream_base: various improvementsFedor Indutny
2015-08-20events: deprecate static listenerCount functionSakthipriyan Vairamani
2015-08-17path: use '===' instead of '==' for comparisonSam Stites
2015-08-11src: add total_available_size to v8 statisticsRoman Klauke
2015-08-09path: remove dead code in favor of unit testsNathan Woltman
2015-08-08util: display constructor when inspecting objectsChristopher Monsanto
2015-08-08tls: fix check for reused sessionFedor Indutny
2015-08-06net: ensure Socket reported address is currentRyan Graham
2015-08-05doc: multiple documentation updates cherry picked from v0.12James M Snell
2015-08-04repl: persist history in plain textJeremiah Senkpiel
2015-08-04repl: default persistence to ~/.node_repl_historyJeremiah Senkpiel
2015-08-04test: add tests for persistent repl historyJeremiah Senkpiel
2015-08-04http: fix agent.getName() and add testsBrendan Ashworth