summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* deps: re-implement debugger-agentFedor Indutny2014-10-081-0/+4
* buffer, doc: misc. fix and cleanupTrevor Norris2014-10-081-24/+37
* src: fix jslint warningTrevor Norris2014-10-081-1/+2
* smalloc: update use of ExternalArrayType constantsTrevor Norris2014-10-081-1/+2
* streams: set default encoding for writable streamsJohnny Ray2014-10-071-0/+11
* url: fixed encoding for slash switching emulation.Evan Rutledge Borden2014-10-061-4/+8
* util: add es6 Symbol support for `util.inspect`gyson2014-10-031-0/+4
* buffer: add generic functions for (u)int opsYazhong Liu2014-10-031-0/+151
* buffer: mv floating point read/write checks to JSTrevor Norris2014-10-011-0/+80
* readline: should not require an output stream.Julien Gilli2014-10-011-14/+40
* url: make query() consistentGabriel Wicke2014-10-011-0/+3
* http: Improve _addHeaderLines methodJackson Tian2014-09-301-1/+2
* buffer: fix and cleanup fill()Trevor Norris2014-09-291-0/+23
* http: cleanup setHeader()Trevor Norris2014-09-291-10/+14
* child_process: improve spawn() argument handlingcjihrig2014-09-251-22/+18
* readline: fix performance issue when large lineJicheng Li2014-09-251-1/+4
* net: Make server.connections un-enumerablePatrick Mooney2014-09-241-1/+1
* buffer: fix map and set parent to undefinedTrevor Norris2014-09-231-2/+4
* http: write() after end() emits an error.Julien Gilli2014-09-231-0/+12
* buffer: improve Buffer constructorKang-Hao Kenny2014-09-191-5/+1
* Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine2014-09-163-15/+12
|\
| * http: do not send `0\r\n\r\n` in TE HEAD responsesFedor Indutny2014-09-161-1/+5
| * url: Add support for RFC 3490 separatorsMathias Bynens2014-08-271-12/+5
| * querystring: fix unescape overrideTristan Berger2014-08-271-8/+7
* | lib, src: add vm.runInDebugContext()Ben Noordhuis2014-09-161-0/+4
* | dns: include host name in error message if availableMaciej MaƂecki2014-09-161-1/+1
* | tls: `checkServerIdentity` optionTrevor Livingston2014-09-091-2/+6
* | lib: unexport http.parsersBen Noordhuis2014-09-051-1/+0
* | lib: http: poison parser references after freeingBen Noordhuis2014-09-053-10/+15
* | lib, src: don't make http parser handles weakBen Noordhuis2014-09-052-1/+4
* | lib: improved forEach object performanceMajid Arif Siddiqui2014-09-056-30/+52
* | net,dgram: workers can listen on exclusive portscjihrig2014-09-032-20/+46
* | src: be more intelligent about use of "arguments"Trevor Norris2014-09-033-2/+6
* | tls: support multiple keys/certsFedor Indutny2014-09-031-4/+22
* | net: Improve Socket.prototype.write()Jackson Tian2014-09-031-1/+1
* | stream_wrap: Add support to write binary stringsTrevor Norris2014-09-031-0/+3
* | cluster: centralize removal from workers list.Julien Gilli2014-09-021-16/+54
* | tls: add DHE-RSA-AES128-SHA256 to the def ciphersShigeki Ohtsu2014-08-291-2/+4
* | tls, crypto: add DHE supportShigeki Ohtsu2014-08-292-0/+4
* | crypto: introduce ECDHFedor Indutny2014-08-291-0/+47
* | crypto: allow padding in RSA methodsFedor Indutny2014-08-271-3/+6
* | http: avoid create difference hidden classJackson Tian2014-08-211-0/+3
* | net,stream: add isPaused, don't read() when pausedChris Dickinson2014-08-202-1/+5
* | dns: throw if hostname is not string or falseycjihrig2014-08-201-1/+3
* | http: fix bailout for writeHeadAlex Kocharin2014-08-181-8/+7
* | dgram: remove new keyword from errnoExceptionJackson Tian2014-08-121-2/+2
* | querystring: remove prepended ? from query fieldEzequiel Rabinovich2014-08-121-1/+1
* | lib: don't use emitter.listeners(type).lengthJackson Tian2014-08-121-4/+5
* | crypto: add RSA encryptionseishun2014-08-111-0/+10
* | dns: always set variable family in lookup()cjihrig2014-08-081-1/+3