summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-05-31Merge remote-tracking branch 'ry/v0.10'isaacs
2013-05-30events: define properties on prototypeRyunosuke SATO
2013-05-30repl: fix JSON.parse error checkBrian White
2013-05-30buffer: return `this` in fill() for chainabilityBrian White
2013-05-30tls: proper .destroySoonFedor Indutny
2013-05-29Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis
2013-05-28tls: invoke write cb only after opposite read endFedor Indutny
2013-05-28tls: ignore .shutdown() syscall errorFedor Indutny
2013-05-27Merge remote-tracking branch 'ry/v0.10'isaacs
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-22timers: use uv_now instead of Date.nowTimothy J Fontaine
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-21util: Add debuglog, deprecate console lookalikesisaacs
2013-05-20buffer: throw when writing beyond bufferTrevor Norris
2013-05-20tls: add localAddress and localPort propertiesBen Noordhuis
2013-05-18module: use path.sep instead of a custom solutionRobert Kowalski
2013-05-17Merge remote-tracking branch 'ry/v0.10' into masterisaacs
2013-05-15http: don't slice unless necessaryTrevor Norris
2013-05-16timers: fix setInterval() assertBen Noordhuis
2013-05-15module: use path.sep instead of custom solutionRobert Kowalski
2013-05-15http: don't escape request path, reject bad charsBen Noordhuis
2013-05-15net: emit dns 'lookup' event before connectBen Noordhuis
2013-05-14dns: add getServers and setServersTimothy J Fontaine
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-13cluster: use round-robin load balancingBen Noordhuis
2013-05-13Merge branch 'v0.10'Bert Belder
2013-05-13child_process: fix handle deliveryBen Noordhuis
2013-05-13util: make util.log handle non strings like console.logNick Sullivan
2013-05-09http: Use writev instead of the hacky hot endisaacs
2013-05-09stream: Handle multi-corking properlyisaacs
2013-05-09stream: Guarantee ordering of 'finish' eventisaacs
2013-05-08debugger, cluster: each worker has new debug portMiroslav Bajtoš
2013-05-08stream: make Readable.wrap support empty streamsDaniel Moore
2013-05-08stream: make Readable.wrap support objectModeDaniel Moore
2013-05-03event: make setMaxListeners() return thisSam Roberts
2013-05-02debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš
2013-04-30https: implement https.Server#setTimeout()Ben Noordhuis
2013-04-29vm: add support for timeout argumentAndrew Paprocki
2013-04-29debugger: fix bug in breakpoint regex escapingMiroslav Bajtoš
2013-04-29http: forward-port missing bits from 01e2920Ben Noordhuis
2013-04-29Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis