summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-11-22lib: turn on strict modeBen Noordhuis
2014-11-20tls: do not hang without `newSession` handlerFedor Indutny
2014-11-20lib: add setFlagsFromString() to tracing moduleBen Noordhuis
2014-11-11lib,src: make os.endianness() inlinableBen Noordhuis
2014-11-09zlib: support concatenated gzip filesLuis Reis
2014-11-03src: move debug agent from deps/ to src/Ben Noordhuis
2014-10-27net: add pauseOnConnect option to createServer()cjihrig
2014-10-25lint: fix whitespace issuesTrevor Norris
2014-10-20path: resolve normalize drive letter to lower casedead-horse
2014-10-09streams: make setDefaultEncoding() throwBrian White
2014-10-08crypto: createDiffieHellman throw for bad argsTrevor Norris
2014-10-08cluster: do not signal children in debug modeFedor Indutny
2014-10-08deps: re-implement debugger-agentFedor Indutny
2014-10-08buffer, doc: misc. fix and cleanupTrevor Norris
2014-10-08src: fix jslint warningTrevor Norris
2014-10-08smalloc: update use of ExternalArrayType constantsTrevor Norris
2014-10-07streams: set default encoding for writable streamsJohnny Ray
2014-10-06url: fixed encoding for slash switching emulation.Evan Rutledge Borden
2014-10-03util: add es6 Symbol support for `util.inspect`gyson
2014-10-03buffer: add generic functions for (u)int opsYazhong Liu
2014-10-01buffer: mv floating point read/write checks to JSTrevor Norris
2014-10-01readline: should not require an output stream.Julien Gilli
2014-10-01url: make query() consistentGabriel Wicke
2014-09-30http: Improve _addHeaderLines methodJackson Tian
2014-09-29buffer: fix and cleanup fill()Trevor Norris
2014-09-29http: cleanup setHeader()Trevor Norris
2014-09-25child_process: improve spawn() argument handlingcjihrig
2014-09-25readline: fix performance issue when large lineJicheng Li
2014-09-24net: Make server.connections un-enumerablePatrick Mooney
2014-09-23buffer: fix map and set parent to undefinedTrevor Norris
2014-09-23http: write() after end() emits an error.Julien Gilli
2014-09-19buffer: improve Buffer constructorKang-Hao Kenny
2014-09-16Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-09-16http: do not send `0\r\n\r\n` in TE HEAD responsesFedor Indutny
2014-09-16lib, src: add vm.runInDebugContext()Ben Noordhuis
2014-09-16dns: include host name in error message if availableMaciej MaƂecki
2014-09-09tls: `checkServerIdentity` optionTrevor Livingston
2014-09-05lib: unexport http.parsersBen Noordhuis
2014-09-05lib: http: poison parser references after freeingBen Noordhuis
2014-09-05lib, src: don't make http parser handles weakBen Noordhuis
2014-09-05lib: improved forEach object performanceMajid Arif Siddiqui
2014-09-03net,dgram: workers can listen on exclusive portscjihrig
2014-09-03src: be more intelligent about use of "arguments"Trevor Norris
2014-09-03tls: support multiple keys/certsFedor Indutny
2014-09-03net: Improve Socket.prototype.write()Jackson Tian
2014-09-03stream_wrap: Add support to write binary stringsTrevor Norris
2014-09-02cluster: centralize removal from workers list.Julien Gilli
2014-08-29tls: add DHE-RSA-AES128-SHA256 to the def ciphersShigeki Ohtsu
2014-08-29tls, crypto: add DHE supportShigeki Ohtsu
2014-08-29crypto: introduce ECDHFedor Indutny