Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-01-05stream: writes may return false but forget to emit drainayanamist
2013-12-31cluster: report more errors to workersFedor Indutny
2013-12-12module: only cache package mainWyatt Preul
2013-12-10tls: emit 'end' on .receivedShutdownFedor Indutny
2013-12-04crypto: Make Decipher._flush() emit errors.Kai Groner
2013-12-03tls: fix pool usage raceFedor Indutny
2013-11-22events: fix TypeError in removeAllListenersJeremy Martin
2013-11-19events: do not accept NaN in setMaxListenersFedor Indutny
2013-11-13tls: handle `ssl.start()` errorsFedor Indutny
2013-11-13events: don't call once twiceTim Wood
2013-11-12repl: do not insert duplicates into completionsMaciej MaƂecki
2013-11-09tls: prevent stalls by using read(0)Fedor Indutny
2013-10-25debugger: Fix bug in sb() with unnamed scriptMaxim Bogushevich
2013-10-17http: provide backpressure for pipeline floodisaacs
2013-10-09tls: fix premature connection terminationBen Noordhuis
2013-10-08fs: fix fs.truncate() file content zeroing bugBen Noordhuis
2013-09-27tls: fix sporadic hang and partial readsFedor Indutny
2013-09-24readline: handle input starting with control charsEric Schrock
2013-09-13tls: don't push() incoming data when ondata is setNathan Rajlich
2013-09-09tls: fix setting NPN protocolsFedor Indutny
2013-09-06stream: objectMode transforms allow falsey valuesisaacs
2013-08-28stream: check _events before _events.errorisaacs
2013-08-28stream: Pass 'buffer' encoding to decoded writablesisaacs
2013-08-21tls: fix assertion when ssl is destroyed at readFedor Indutny
2013-08-20fs: use correct self reference for autoClose testGil Pedersen
2013-08-19stream: Throw on 'error' if listeners removedisaacs
2013-08-17dgram: fix assertion on bad send() argumentsBen Noordhuis
2013-08-17readline: pause stdin before turning off terminal raw modeDaniel Chatfield
2013-08-16http: Handle hex/base64 encodings properlyisaacs
2013-08-06stream: Fix double pipe error emitEran Hammer
2013-08-01events: fix memory leak, don't leak event namesBen Noordhuis
2013-07-31http: improve chunked res.write(buf) performanceBen Noordhuis
2013-07-18url: Fix edge-case when protocol is non-lowercaseShuan Wang
2013-07-15tls: Trivial use_strict fixisaacs
2013-07-09tls: only wait for finish if we haven't seen itTimothy J Fontaine
2013-07-08http: Dump response when request is abortedisaacs
2013-07-02http: use an unref'd timer to fix delay in exitPeter Rust
2013-07-01zlib: allow zero values for level and strategyBrian White
2013-06-27buffer: add comment explaining buffer alignmentBen Noordhuis
2013-06-17readline: make `ctrl + L` clear the screenYuan Chuan
2013-06-17net: Do not destroy socket mid-writeisaacs
2013-06-13Revert "http: remove bodyHead from 'upgrade' events"isaacs
2013-06-11crypto: fix utf8/utf-8 encoding checkBen Noordhuis
2013-06-05net: Destroy when not readable and not writableisaacs
2013-06-04url: remove unused global variableBen Noordhuis
2013-06-04url: Set href to null by defaultisaacs
2013-06-04url: Properly parse certain oddly formed urlsisaacs
2013-06-03stream: unshift('') is a noopisaacs
2013-05-30repl: fix JSON.parse error checkBrian White
2013-05-30tls: proper .destroySoonFedor Indutny