aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-10-13Merge remote-tracking branch 'origin/v0.8'Nathan Rajlich
2012-10-13crypto: sort return value of getCiphers/getHashesBen Noordhuis
2012-10-13crypto: add crypto.getHashes()Ben Noordhuis
2012-10-13crypto: add crypto.getCiphers()Ben Noordhuis
2012-10-12repl: ensure each REPL instance gets its own "context"Nathan Rajlich
2012-10-11string_decoder: Add 'end' method, do base64 properlyisaacs
2012-10-10util: add a "customInspect" option to `util.inspect()`Nathan Rajlich
2012-10-10util: make `inspect()` accept an "options" argumentNathan Rajlich
2012-10-09cluster: make 'listening' handler see actual portAaditya Bhatia
2012-10-09buffer: include encoding value in exception when invalidRicky Ng-Adam
2012-10-08tls: don't use a timer to track renegotiationsBen Noordhuis
2012-10-08test: write to temp dir, not fixtures dirBen Noordhuis
2012-10-04buffer: fix byteLength with UTF-16LEkoichik
2012-10-03Revert "http: make http.ServerResponse emit 'end'"isaacs
2012-10-03streams: fix pipe is destructed by 'end' from destinationkoichik
2012-10-01path: add platform specific path delimiterPaul Serby
2012-10-01repl: make "end of input" JSON.parse() errors throw in the REPLNathan Rajlich
2012-09-30repl: make invalid RegExp modifiers throw in the REPLNathan Rajlich
2012-09-28test: Fix stdin message testsisaacs
2012-09-28test: Fix simple/test-http-client-timeout-agentisaacs
2012-09-28Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs
2012-09-28debugger: test repeating last commandFedor Indutny
2012-09-28http: add response.headersSent propertyPavel Lang
2012-09-27http: handle multiple Proxy-Authenticate valuesthewilli
2012-09-27http: handle multiple Proxy-Authenticate valuesthewilli
2012-09-26test: pick another CNAME record to test dns queriesBert Belder
2012-09-25test: Fix premature close in test-http-client-timeout-agentisaacs
2012-09-25test: fix failing due to too early timeoutShigeki Ohtsu
2012-09-24http: make the client "res" object gets the same domain as "req"Nathan Rajlich
2012-09-21repl: make invalid RegExps throw in the REPLNathan Rajlich
2012-09-22test: possible ipc.ref() regressionAndreas Madsen
2012-09-22child_process: don't die when disconnect event existsAndreas Madsen
2012-09-22child_process: make .fork()'d child auto-exitBen Noordhuis
2012-09-22events: add 'removeListener' eventBen Noordhuis
2012-09-22test: add common.mustCall functionBen Noordhuis
2012-09-21domain: Properly exit() on domain disposalisaacs
2012-09-21test: add tests for postmortem and DTrace supportBryan Cantrill
2012-09-18crypto: bring module into modern ageFedor Indutny
2012-09-18debugger: fix --debug-brktasogarepg
2012-09-17test: fs.watch filename support on Darwinisaacs
2012-09-17url: Go much faster by using Url classisaacs
2012-09-17fs: fix watchFile() missing deletion eventsBen Noordhuis
2012-09-15test: set rejectUnauthorized in tls/https testsBen Noordhuis
2012-09-15tls, https: validate server certificate by defaultBen Noordhuis
2012-09-14fs: don't segfault on deeply recursive stat()Ben Noordhuis
2012-09-12Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2012-09-12http: Remove timeout handler when data arrivesFrédéric Germain
2012-09-11Update doc and test for sunos/solaris switchisaacs
2012-09-11test: add AES-256 padding crypto testBen Noordhuis
2012-09-09buffer: implement Buffer.prototype.toJSON()Nathan Rajlich