aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2015-07-10fs: fix error on bad listener typeBrendan Ashworth
2015-07-10repl: Prevent crash when tab-completed with ProxySakthipriyan Vairamani
2015-07-04path: refactor for performance and consistencyNathan Woltman
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-07-01repl: remove obsolete TODORich Trott
2015-06-30net: wrap connect in nextTickEvan Lucas
2015-06-30_stream_wrap: prevent use after free in TLSFedor Indutny
2015-06-30url: fix typo in commentRich Trott
2015-06-26net: fix debug for dnsoptsEvan Lucas