summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-05-31Merge remote-tracking branch 'ry/v0.10'isaacs
2013-05-30process: remove maxTickDepth from _tickCallbackTrevor Norris
2013-05-30vm: fix race condition in watchdog cleanupAndrew Paprocki
2013-05-30repl: fix JSON.parse error checkBrian White
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-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-23buffer: special case empty string writesTimothy J Fontaine
2013-05-23http: Return true on empty writes, not falseisaacs
2013-05-22test: Fix test-deprecation-flagsisaacs
2013-05-21net: use timers._unrefActive for internal timeoutsTimothy J Fontaine
2013-05-21util: Add debuglog, deprecate console lookalikesisaacs
2013-05-20buffer: throw when writing beyond bufferTrevor Norris
2013-05-20Merge remote-tracking branch ry/v0.10 into masterisaacs
2013-05-20crypto: Clear error after DiffieHellman key errorsisaacs
2013-05-20string_bytes: strip padding from base64 stringsTrevor 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-16buffer, crypto: fix default encoding regressionBen Noordhuis
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-14test: increase workers to 8 in cluster-disconnectBenoit Vallée
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-13test: fix up weakref.cc deprecation warningsBen Noordhuis
2013-05-13test: fix up weakref.cc after v8 api changeBen Noordhuis
2013-05-10test: Darwin file watcher has paths nowisaacs
2013-05-09stream: Handle multi-corking properlyisaacs
2013-05-09stream: Guarantee ordering of 'finish' eventisaacs
2013-05-08test: fix pummel/test-net-many-clients.jsTimothy J Fontaine
2013-05-08os: Include netmask in os.networkInterfaces()Ben Kelly
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-06test: reap children when cluster-bind-twice failsTimothy J Fontaine
2013-05-03test: EventEmitter#setMaxListeners() returns 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-29Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis
2013-04-27test: fix timing sensitive testsFedor Indutny
2013-04-27debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš