summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-11repl: 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-16http: 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-23readline: 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-05stream: objectMode transforms allow falsey valuesisaacs
2013-08-28stream: check _events before _events.errorisaacs
2013-08-27stream: 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-15http: 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-17url: Fix edge-case when protocol is non-lowercaseShuan Wang
2013-07-14tls: 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-01http: 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-16net: Do not destroy socket mid-writeisaacs
2013-06-12Revert "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-03url: Set href to null by defaultisaacs
2013-06-03url: 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
2013-05-28tls: invoke write cb only after opposite read endFedor Indutny
2013-05-28tls: ignore .shutdown() syscall errorFedor Indutny
2013-05-24tls: retry writing after hello parse errorFedor Indutny
2013-05-24http: remove bodyHead from 'upgrade' eventsNathan Zadoks
2013-05-23http: Return true on empty writes, not falseisaacs
2013-05-23http: save roundtrips, convert buffers to stringsBen Noordhuis
2013-05-21net: use timers._unrefActive for internal timeoutsTimothy J Fontaine