summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2015-08-04readline: allow tabs in inputRich Trott
2015-08-04buffer: fix missing null/undefined checkTrevor Norris
2015-08-04http: use official IANA Status Codesjomo
2015-08-04buffer: rename internal/buffer_new.js to buffer.jsBen Noordhuis
2015-08-04deps: update v8 to 4.4.63.9Ben Noordhuis
2015-08-04buffer: allow ArrayBuffer as Buffer argumentTrevor Norris
2015-08-04buffer: minor cleanup from rebaseTrevor Norris
2015-08-04buffer: fix usage of kMaxLengthTrevor Norris
2015-08-04cluster: do not unconditionally set --debug-portcjihrig
2015-08-04buffer: fix case of one buffer passed to concatSakthipriyan Vairamani
2015-08-04http_server: `prefinish` vs `finish`Fedor Indutny
2015-08-04dgram: make send cb act as "error" event handlerMatteo Collina
2015-08-04dgram: make send cb act as "error" event handlerChris Dickinson
2015-08-04buffer: implement Uint8Array backed BufferTrevor Norris
2015-08-04net: do not set V4MAPPED on FreeBSDJulien Gilli
2015-08-04Revert "dns: remove AI_V4MAPPED hint flag on FreeBSD"cjihrig
2015-08-04repl: don't clobber RegExp.$ propertiesSakthipriyan Vairamani
2015-07-30cluster: add handle ref/unref stubs in rr modeBen Noordhuis
2015-07-27util: delay creation of debug contextAli Ijaz Sheikh
2015-07-27net: don't throw on immediately destroyed socketEvan Lucas
2015-07-27https: reuse TLS sessions in AgentFedor Indutny
2015-07-25repl: better empty line handlingSakthipriyan Vairamani
2015-07-25repl: improving line continuation handlingSakthipriyan Vairamani
2015-07-25repl: preventing REPL crash with inherited propertiesSakthipriyan Vairamani
2015-07-25repl: fixing `undefined` in invalid REPL keyword errorSakthipriyan Vairamani
2015-07-23cluster: emit 'message' event on cluster masterSam Roberts
2015-07-23tls: add `getTicketKeys()`/`setTicketKeys()`Fedor Indutny
2015-07-22http: Check this.connection before using itSakthipriyan Vairamani
2015-07-21util: removing redundant checks in is* functionsSakthipriyan Vairamani
2015-07-17lib,test: add freelist deprecation and testSakthipriyan Vairamani
2015-07-12child_process: fix arguments commentsRoman Reiss
2015-07-12path: assert path.join() arguments equallyPhillip Johnsen
2015-07-11readline: fix freeze if `keypress` event throwsAlex Kocharin