summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* events: Output the event that is leakingArnout Kazemier2014-07-011-2/+2
* repl: fix multi-line inputFedor Indutny2014-06-301-6/+15
* stream: only end reading on null, not undefinedJonathan Reem2014-06-301-1/+1
* http: remove unused code blockFedor Indutny2014-06-271-18/+3
* buffer: construct new buffer from buffer toJSON() outputcjihrig2014-06-271-2/+5
* dns: introduce lookupService functionSaúl Ibarra Corretgé2014-06-271-0/+32
* crypto: add `honorCipherOrder` argumentFedor Indutny2014-06-252-6/+11
* dns: send lookup c-ares errors to callbackChris Dickinson2014-06-241-1/+5
* module: document important methodsFred K. Schott2014-06-241-1/+14
* tls: using %StringSplit to split `cert.subjectaltname`Yazhong Liu2014-06-241-6/+9
* child_process: don't throw on EAGAINCharles2014-06-241-1/+3
* child_process: use full path for cmd.exe on Win32Ed Morley2014-06-241-1/+1
* console: console.dir() accepts options objectXavi Magrinyà2014-06-121-6/+3
* Added support for options parameter in console.dir()Xavi Magrinyà2014-06-121-2/+7
* lib: remove unused variablesBrian White2014-06-1111-55/+8
* readline: remove doubled case.Roman Klauke2014-06-111-4/+0
* cluster: restore v0.10.x setupMaster() behaviourRyan Graham2014-06-111-10/+10
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-104-33/+58
|\
| * fs: remove duplicate checkBrian White2014-06-081-1/+1
| * string_decoder: Add more commentsFelix Geisendörfer2014-06-061-0/+25
| * string_decoder: Fix failures from new test casesFelix Geisendörfer2014-06-061-25/+21
| * stream: start old-mode read in a next tickFedor Indutny2014-06-052-3/+13
* | http: add 308 status_code, see RFC7238Yazhong Liu2014-06-081-0/+1
* | http: don't default OPTIONS to chunked encodingNick Muerdter2014-06-051-0/+1
* | Merge branch 'v0.10'Fedor Indutny2014-06-052-8/+12
|\ \ | |/
| * fs: close file if fstat() fails in readFile()cjihrig2014-05-281-1/+6
| * tls: fix performance issueAlexis Campailla2014-05-231-9/+4
| * child_process: do not set args before throwingGreg Sabia Tucker2014-05-161-2/+0
| * child_process: spawn() does not throw TypeErrorGreg Sabia Tucker2014-05-131-1/+5
| * lib: name EventEmitter prototype methodsBen Noordhuis2014-05-071-7/+9
* | fs: close file if fstat() fails in readFile()cjihrig2014-05-281-1/+6
* | net: Ensure consistent binding to IPV6 if address is absentRaymond Feng2014-05-291-1/+3
* | lint: lib/_http_client.jsTimothy J Fontaine2014-05-221-2/+2
* | child_process: don't throw on EMFILE/ENFILEBen Noordhuis2014-05-221-1/+10
* | http: Optimize queued client abortsKevin Decker2014-05-221-6/+15
* | querystring: custom encode and decodefengmk22014-05-221-7/+16
* | child_process: add path to spawn ENOENT ErrorRyan Cole2014-05-221-1/+8
* | net: don't throw on net.Server.close()cjihrig2014-05-181-7/+11
* | readline: fixes scoping bugDan Kaplun2014-05-171-10/+9
* | fs: add consistent flag fall throughsColin Ihrig2014-05-131-2/+4
* | readline: implements keypress bufferingDan Kaplun2014-05-131-181/+191
* | readline: fix close event of readline.Interface()Yazhong Liu2014-05-121-5/+9
* | src: fix spelling mistakeTaojie2014-05-121-1/+1
* | crypto, zlib: replace _binding with _handleNicholas Vavilov2014-05-072-78/+78
* | url: treat \ the same as /isaacs2014-05-071-0/+6
* | buffer: Fix incorrect Buffer.compare behaviorFeross Aboukhadijeh2014-05-071-1/+1
* | stream: don't try to finish if buffer is not emptyVladimir Kurchatkin2014-05-061-0/+1
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-05-011-1/+2
|\ \ | |/
| * util: format as Error if instanceof ErrorRod Vagg2014-04-261-1/+2
| * url: treat \ the same as /isaacs2014-04-151-0/+6