summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* repl: make sure historyPath is trimmedEvan Lucas2016-01-161-1/+12
* lib,test: remove extra semicolonsMichaël Zasso2016-01-164-5/+5
* debugger: remove variable redeclarationsRich Trott2016-01-151-5/+5
* module: revert "optimize js and json file i/o"Rich Trott2016-01-151-2/+2
* fs: revert "change statSync to accessSync..."Rich Trott2016-01-151-1/+1
* events: make sure console functions existDave2016-01-141-1/+14
* querystring: improve parse() performanceBrian White2016-01-141-3/+27
* stream: add bytesRead property for readableJackson Tian2016-01-142-5/+3
* cluster: fix race condition setting suicide propSantiago Gimeno2016-01-131-17/+31
* lib: fix style issues after eslint updateMichaël Zasso2016-01-1313-173/+171
* domains: clear stack when no error handlerJulien Gilli2016-01-131-15/+9
* dgram: prevent disabled optimization of bind()Brian White2016-01-131-1/+2
* http: improves expect header handlingDaniel Sellers2016-01-131-9/+17
* module: optimize js and json file i/oBen Noordhuis2016-01-121-2/+2
* module: avoid ArgumentsAdaptorTrampoline frameBen Noordhuis2016-01-121-1/+1
* module: cache stat() results more aggressivelyBen Noordhuis2016-01-122-6/+31
* fs: change statSync to accessSync in realpathSyncBen Noordhuis2016-01-121-1/+1
* net: remove hot path comment from connectEvan Lucas2016-01-121-1/+0
* tls_legacy: do not read on OpenSSL's stackFedor Indutny2016-01-111-6/+8
* fs: add autoClose option to fs.createWriteStreamSaquib2016-01-111-3/+12
* http: remove variable redeclarationRich Trott2016-01-111-5/+3
* module: move unnecessary work for early returnAndres Suarez2016-01-111-4/+3
* util: Change how Error objects are formattedMudit Ameta2016-01-111-1/+1
* stream: remove useless if test in transformzoubin2016-01-111-2/+1
* buffer: remove deprecated buffer.get/.set methodsFeross Aboukhadijeh2016-01-111-18/+0
* net, doc: fix line wrapping lint in net.jsJames M Snell2016-01-081-3/+3
* net: fix dns lookup for androidJosh Dague2016-01-081-2/+2
* cluster: ignore queryServer msgs on disconnectionSantiago Gimeno2016-01-071-0/+3
* http: overridable `clientError`Fedor Indutny2016-01-072-9/+11
* tls: rename `clientError` to `tlsClientError`Fedor Indutny2016-01-071-2/+2
* fs: fs.read into zero buffer should not throw exceptionFeross Aboukhadijeh2016-01-061-0/+14
* buffer: throw if both length and enc are passedMathias Buus2016-01-061-0/+5
* http: handle errors on idle socketsJosé F. Romaniello2016-01-041-0/+9
* timers: fail early when callback is not a functionAnna Henningsen2016-01-041-0/+12
* doc: fix spelling error in lib/url.js commentNik Nyby2015-12-301-2/+2
* util: faster arrayToHashJackson Tian2015-12-301-2/+3
* http: use `self.keepAlive` instead of `self.options.keepAlive`Damian Schenkelman2015-12-301-1/+1
* http: fix non-string header value concatenationBrian White2015-12-301-1/+1
* tools: run tick processor without forkingMatt Loring2015-12-292-37/+24
* child_process: guard against race conditionRich Trott2015-12-271-0/+3
* repl: remove unused functionRich Trott2015-12-261-6/+0
* lib: remove unused modulesRich Trott2015-12-253-3/+0
* http: 451 status code "Unavailable For Legal Reasons"Max Barinov2015-12-231-0/+1
* buffer: faster case for create Buffer from new Buffer(0)Jackson Tian2015-12-231-0/+4
* buffer: refactor create bufferJackson Tian2015-12-231-11/+9
* https: use `servername` in agent keyFedor Indutny2015-12-221-0/+4
* repl: Fixed node repl history edge case.Mudit Ameta2015-12-221-2/+16
* http: remove excess calls to removeSocketDave2015-12-211-2/+0
* assert: typed array deepequal performance fixClaudio Rodriguez2015-12-211-0/+5
* repl: use String#repeat instead of Array#joinEvan Lucas2015-12-211-2/+4