summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2013-05-21timers: internal unref'd timer for api timeoutsTimothy J Fontaine
2013-05-20buffer: throw when writing beyond bufferTrevor Norris
2013-05-16timers: fix setInterval() assertBen Noordhuis
2013-05-14crypto: Pass encodings for Hmac digestisaacs
2013-05-14crypto: use StringBytes::Encodeisaacs
2013-05-14crypto: Pass strings to binding layer directlyisaacs
2013-05-14stream: Make default encoding configurableisaacs
2013-05-14stream: don't create unnecessary buffers in Readableisaacs
2013-05-14lintisaacs
2013-05-13child_process: fix handle deliveryBen Noordhuis
2013-05-08stream: make Readable.wrap support empty streamsDaniel Moore
2013-05-08stream: make Readable.wrap support objectModeDaniel Moore
2013-05-02debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš
2013-04-26debugger: `restart` with custom debug portMiroslav Bajtoš
2013-04-22http: Don't try to destroy nonexistent socketsisaacs
2013-04-21crypto: LazyTransform on properties, not methodsisaacs
2013-04-18assert: put info in err.message, not err.nameRyan Doenges
2013-04-18dgram: fix no address bind()Ben Noordhuis
2013-04-11stream: Fix unshift() race conditionsisaacs
2013-04-11lintisaacs