summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: add typed arrays regression testBen Noordhuis2012-10-231-0/+8
* test: add diffie-hellman regression testBen Noordhuis2012-10-211-0/+4
* test: disable global variable check for "test-repl-options.js"Nathan Rajlich2012-10-151-0/+2
* repl: ensure each REPL instance gets its own "context"Nathan Rajlich2012-10-121-1/+6
* buffer: fix byteLength with UTF-16LEkoichik2012-10-041-32/+42
* repl: make "end of input" JSON.parse() errors throw in the REPLNathan Rajlich2012-10-011-0/+4
* repl: make invalid RegExp modifiers throw in the REPLNathan Rajlich2012-09-301-0/+4
* http: handle multiple Proxy-Authenticate valuesthewilli2012-09-271-0/+4
* test: pick another CNAME record to test dns queriesBert Belder2012-09-261-1/+1
* test: Fix premature close in test-http-client-timeout-agentisaacs2012-09-251-3/+10
* http: make the client "res" object gets the same domain as "req"Nathan Rajlich2012-09-241-0/+65
* repl: make invalid RegExps throw in the REPLNathan Rajlich2012-09-211-0/+4
* domain: Properly exit() on domain disposalisaacs2012-09-211-0/+67
* fs: fix watchFile() missing deletion eventsBen Noordhuis2012-09-171-0/+41
* fs: don't segfault on deeply recursive stat()Ben Noordhuis2012-09-142-0/+40
* http: Remove timeout handler when data arrivesFrédéric Germain2012-09-121-0/+89
* Update doc and test for sunos/solaris switchisaacs2012-09-111-1/+1
* util: make util.inspect() work when "hasOwnProperty" is overwrittenNathan Rajlich2012-09-081-0/+7
* http: respect HTTP/1.0 TE headerBen Noordhuis2012-09-081-0/+148
* crypto: make pbkdf2() compatible with domainsBen Noordhuis2012-09-031-0/+1
* crypto: make randomBytes() compatible with domainsBen Noordhuis2012-09-031-0/+36
* Revert "buffer: added support for writing NaN and Infinity"koichik2012-09-022-102/+0
* buffer: added support for writing NaN and Infinitykoichik2012-09-022-0/+102
* tls: support unix domain socket/named pipe in tls.connectShigeki Ohtsu2012-08-311-0/+49
* child process: fix processes with IPC channel don't emit 'close'Bert Belder2012-08-302-0/+60
* Test client renegotiation attacks on HTTPSisaacs2012-08-291-0/+106
* https: make https.get() accept a URLkoichik2012-08-241-0/+55
* test: raise pummel/test-net-throttle write req sizeBen Noordhuis2012-08-141-1/+1
* tls: handle multiple CN fields when verifying certBen Noordhuis2012-08-121-0/+8
* test-message: fix message outputisaacs2012-08-053-45/+58
* zlib: Emit 'close' on destroy().Dominic Tarr2012-08-041-0/+36
* child_process: Fix stdout=null when stdio=['pipe']Tyler Neylon2012-08-041-0/+36
* net: make pause work with connecting socketsBert Belder2012-08-032-30/+101
* Merge branch 'v0.8.5-release' into v0.8isaacs2012-08-022-0/+116
|\
| * test: stdin error messagesisaacs2012-08-022-0/+116
* | net: fix .listen({fd:0})Ben Noordhuis2012-08-021-0/+36
|/
* fs: fix ReadStream / WriteStream missing callbackGil Pedersen2012-08-021-1/+6
* Report errors properly from --eval and stdinisaacs2012-07-303-6/+118
* assert: fix throws() throws an error without message propertykoichik2012-07-291-0/+10
* cluster: fix libuv assert in net.listen()Ben Noordhuis2012-07-291-0/+41
* https: Use host header as effective servernameisaacs2012-07-251-0/+218
* readline: Remove event listeners on closeisaacs2012-07-242-0/+13
* windows: correctly prep long path for fs.exists(Sync)Bert Belder2012-07-231-0/+66
* tls: fix 'hostless' tls connection verificationFedor Indutny2012-07-201-2/+5
* tls: revert accidental API changeFedor Indutny2012-07-201-1/+3
* tls: localhost is valid against identity-checkFedor Indutny2012-07-201-0/+7
* tls: veryify server's identityFedor Indutny2012-07-201-0/+189
* net: ignore socket.setTimeout(Infinity) (and NaN)Fedor Indutny2012-07-201-14/+20
* domain: Fix stack leak on errorisaacs2012-07-161-0/+46
* Revert "events: don't delete the listeners array in removeListener()"Nathan Rajlich2012-07-121-9/+0