summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-09-25tls: lintisaacs
2012-09-25domain: Remove stray console.logisaacs
2012-09-25tls: use slab allocatorFedor Indutny
2012-09-24http: make the client "res" object gets the same domain as "req"Nathan Rajlich
2012-09-21repl: make invalid RegExps throw in the REPLNathan Rajlich
2012-09-21domain: Properly exit() on domain disposalisaacs
2012-09-17fs: fix watchFile() missing deletion eventsBen Noordhuis
2012-09-12http: Remove timeout handler when data arrivesFrédéric Germain
2012-09-10stream.pipe: Don't call destroy() unless it's a functionisaacs
2012-09-08util: make util.inspect() work when "hasOwnProperty" is overwrittenNathan Rajlich
2012-09-08http: respect HTTP/1.0 TE headerBen Noordhuis
2012-09-02Revert "buffer: added support for writing NaN and Infinity"koichik
2012-09-02buffer: added support for writing NaN and Infinitykoichik
2012-08-31tls: support unix domain socket/named pipe in tls.connectShigeki Ohtsu
2012-08-30child process: fix processes with IPC channel don't emit 'close'Bert Belder
2012-08-28windows: fix single-accept mode for shared server socketsBert Belder
2012-08-24https: make https.get() accept a URLkoichik
2012-08-23net: fix assertsBen Noordhuis
2012-08-22lintisaacs
2012-08-21tls: update default cipher listBen Noordhuis
2012-08-17windows: make junctions work againBert Belder
2012-08-12tls: handle multiple CN fields when verifying certBen Noordhuis
2012-08-05errnoException must be done immediatelyisaacs
2012-08-04zlib: Emit 'close' on destroy().Dominic Tarr
2012-08-04child_process: Fix stdout=null when stdio=['pipe']Tyler Neylon
2012-08-03net: make pause work with connecting socketsBert Belder
2012-08-02net: fix .listen({fd:0})Ben Noordhuis
2012-08-02fs: fix ReadStream / WriteStream missing callbackGil Pedersen
2012-08-01fs: fix readFileSync("/proc/cpuinfo") regressionBen Noordhuis
2012-07-29assert: fix throws() throws an error without message propertykoichik
2012-07-29cluster: fix libuv assert in net.listen()Ben Noordhuis
2012-07-25https: Use host header as effective servernameisaacs
2012-07-25assert: remove unnecessary use of __proto__Nathan Rajlich
2012-07-24net.js: lintisaacs
2012-07-24net: fix Socket({ fd: 42 }) apiBen Noordhuis
2012-07-24readline: Remove event listeners on closeisaacs
2012-07-23windows: correctly prep long path for fs.exists(Sync)Bert Belder
2012-07-23http: remove duplicate assignmentsBrian White
2012-07-20tls: pass lintingFedor Indutny
2012-07-20tls: fix 'hostless' tls connection verificationFedor Indutny
2012-07-20tls: revert accidental API changeFedor Indutny
2012-07-20tls: localhost is valid against identity-checkFedor Indutny
2012-07-20Revert "http/https: pass request to .createConnection()"Fedor Indutny
2012-07-20tls: veryify server's identityFedor Indutny
2012-07-20http/https: pass request to .createConnection()Fedor Indutny
2012-07-20net: ignore socket.setTimeout(Infinity) (and NaN)Fedor Indutny
2012-07-16domain: Fix stack leak on errorisaacs
2012-07-12Revert "events: don't delete the listeners array in removeListener()"Nathan Rajlich
2012-07-12net: fix net.Server.listen({fd:x}) error reportingBen Noordhuis
2012-07-12net: fix bogus errno reportingBen Noordhuis