summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* dns: make error message match errnoDan Milon2013-01-181-0/+1
* tls: follow RFC6125 more striclyFedor Indutny2013-01-181-4/+9
* test: add cluster 'bind twice' testBen Noordhuis2013-01-171-0/+77
* buffer: reject negative SlowBuffer offsetsBen Noordhuis2013-01-171-0/+45
* http: fix "Cannot call method 'emit' of null"Ben Noordhuis2013-01-141-0/+51
* typed arrays: fix 32 bit size/index overflowBen Noordhuis2013-01-101-0/+10
* dgram: don't assert on send('string')Ben Noordhuis2013-01-081-0/+32
* http: bubble up parser errors to ClientRequestBrian White2012-12-161-28/+26
* fs: fix WriteStream fd leakBen Noordhuis2012-12-121-0/+52
* fs: fix ReadStream fd leakBen Noordhuis2012-12-121-0/+50
* test: add common.mustCall functionBen Noordhuis2012-12-121-4/+39
* buffer: Don't double-negate numeric buffer argTrevor Norris2012-11-301-0/+8
* net: More accurate IP address validation and IPv6 dotted notation.Joshua Erickson2012-11-281-1/+14
* tls: fix tls.connect() resource leakBen Noordhuis2012-11-261-0/+56
* net: fix net.connect() resource leakBen Noordhuis2012-11-241-0/+50
* domains: don't crash if domain is set to nullBert Belder2012-11-091-0/+25
* events: Don't clobber pre-existing _events obj in EE ctorv0.8.13-fixisaacs2012-10-251-0/+43
* url: parse hostnames that start with - or _Ben Noordhuis2012-10-251-1/+90
* 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