summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* util: make util.inspect() work when "hasOwnProperty" is overwrittenNathan Rajlich2012-09-081-2/+6
* http: respect HTTP/1.0 TE headerBen Noordhuis2012-09-081-1/+1
* Revert "buffer: added support for writing NaN and Infinity"koichik2012-09-021-7/+3
* buffer: added support for writing NaN and Infinitykoichik2012-09-021-3/+7
* tls: support unix domain socket/named pipe in tls.connectShigeki Ohtsu2012-08-312-27/+19
* child process: fix processes with IPC channel don't emit 'close'Bert Belder2012-08-301-1/+9
* windows: fix single-accept mode for shared server socketsBert Belder2012-08-281-1/+2
* https: make https.get() accept a URLkoichik2012-08-241-0/+5
* net: fix assertsBen Noordhuis2012-08-231-2/+2
* lintisaacs2012-08-221-1/+1
* tls: update default cipher listBen Noordhuis2012-08-211-1/+4
* windows: make junctions work againBert Belder2012-08-171-2/+2
* tls: handle multiple CN fields when verifying certBen Noordhuis2012-08-121-1/+8
* errnoException must be done immediatelyisaacs2012-08-051-1/+2
* zlib: Emit 'close' on destroy().Dominic Tarr2012-08-041-0/+1
* child_process: Fix stdout=null when stdio=['pipe']Tyler Neylon2012-08-041-3/+4
* net: make pause work with connecting socketsBert Belder2012-08-031-18/+4
* net: fix .listen({fd:0})Ben Noordhuis2012-08-021-1/+1
* fs: fix ReadStream / WriteStream missing callbackGil Pedersen2012-08-021-2/+8
* fs: fix readFileSync("/proc/cpuinfo") regressionBen Noordhuis2012-08-011-2/+2
* assert: fix throws() throws an error without message propertykoichik2012-07-291-2/+2
* cluster: fix libuv assert in net.listen()Ben Noordhuis2012-07-291-3/+2
* https: Use host header as effective servernameisaacs2012-07-251-3/+13
* assert: remove unnecessary use of __proto__Nathan Rajlich2012-07-251-4/+2
* net.js: lintisaacs2012-07-241-6/+6
* net: fix Socket({ fd: 42 }) apiBen Noordhuis2012-07-241-10/+16
* readline: Remove event listeners on closeisaacs2012-07-241-10/+26
* windows: correctly prep long path for fs.exists(Sync)Bert Belder2012-07-231-2/+2
* http: remove duplicate assignmentsBrian White2012-07-231-2/+0
* tls: pass lintingFedor Indutny2012-07-201-7/+6
* tls: fix 'hostless' tls connection verificationFedor Indutny2012-07-201-1/+1
* tls: revert accidental API changeFedor Indutny2012-07-201-1/+1
* tls: localhost is valid against identity-checkFedor Indutny2012-07-201-4/+0
* Revert "http/https: pass request to .createConnection()"Fedor Indutny2012-07-202-17/+11
* tls: veryify server's identityFedor Indutny2012-07-202-11/+114
* http/https: pass request to .createConnection()Fedor Indutny2012-07-202-11/+19
* net: ignore socket.setTimeout(Infinity) (and NaN)Fedor Indutny2012-07-201-1/+1
* domain: Fix stack leak on errorisaacs2012-07-161-0/+2
* Revert "events: don't delete the listeners array in removeListener()"Nathan Rajlich2012-07-121-0/+2
* net: fix net.Server.listen({fd:x}) error reportingBen Noordhuis2012-07-121-0/+1
* net: fix bogus errno reportingBen Noordhuis2012-07-121-1/+2
* domain: Remove first arg from intercepted fnToshihiro Nakamura2012-07-091-1/+1
* fs: make unwatchFile() remove a specific listenerBen Noordhuis2012-07-091-4/+12
* readline: don't use Function#call()Nathan Rajlich2012-07-061-4/+3
* Forgotten commit: add arguments to handleGroupJonas Westerlund2012-07-061-3/+3
* Use unicode escape sequences instead of octalJonas Westerlund2012-07-061-2/+2
* Inline timeout function, avoiding declaration in conditionalJonas Westerlund2012-07-061-3/+2
* Move function declaration out of conditionalJonas Westerlund2012-07-061-35/+30
* Move function declaration to top-levelJonas Westerlund2012-07-061-28/+28
* Do not assign to properties that only have gettersJonas Westerlund2012-07-061-5/+0