summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2012-11-30buffer: Don't double-negate numeric buffer argTrevor Norris1-0/+8
2012-11-28net: More accurate IP address validation and IPv6 dotted notation.Joshua Erickson1-1/+14
2012-11-26tls: fix tls.connect() resource leakBen Noordhuis1-0/+56
2012-11-24net: fix net.connect() resource leakBen Noordhuis1-0/+50
2012-11-09domains: don't crash if domain is set to nullBert Belder1-0/+25
2012-10-25events: Don't clobber pre-existing _events obj in EE ctorisaacs1-0/+43
2012-10-25url: parse hostnames that start with - or _Ben Noordhuis1-1/+90
2012-10-23test: add typed arrays regression testBen Noordhuis1-0/+8
2012-10-21test: add diffie-hellman regression testBen Noordhuis1-0/+4
2012-10-15test: disable global variable check for "test-repl-options.js"Nathan Rajlich1-0/+2
2012-10-12repl: ensure each REPL instance gets its own "context"Nathan Rajlich1-1/+6
2012-10-04buffer: fix byteLength with UTF-16LEkoichik1-32/+42
2012-10-01repl: make "end of input" JSON.parse() errors throw in the REPLNathan Rajlich1-0/+4
2012-09-30repl: make invalid RegExp modifiers throw in the REPLNathan Rajlich1-0/+4
2012-09-27http: handle multiple Proxy-Authenticate valuesthewilli1-0/+4
2012-09-26test: pick another CNAME record to test dns queriesBert Belder1-1/+1
2012-09-25test: Fix premature close in test-http-client-timeout-agentisaacs1-3/+10
2012-09-24http: make the client "res" object gets the same domain as "req"Nathan Rajlich1-0/+65
2012-09-21repl: make invalid RegExps throw in the REPLNathan Rajlich1-0/+4
2012-09-21domain: Properly exit() on domain disposalisaacs1-0/+67
2012-09-17fs: fix watchFile() missing deletion eventsBen Noordhuis1-0/+41
2012-09-14fs: don't segfault on deeply recursive stat()Ben Noordhuis2-0/+40
2012-09-12http: Remove timeout handler when data arrivesFrédéric Germain1-0/+89
2012-09-11Update doc and test for sunos/solaris switchisaacs1-1/+1
2012-09-08util: make util.inspect() work when "hasOwnProperty" is overwrittenNathan Rajlich1-0/+7
2012-09-08http: respect HTTP/1.0 TE headerBen Noordhuis1-0/+148
2012-09-03crypto: make pbkdf2() compatible with domainsBen Noordhuis1-0/+1
2012-09-03crypto: make randomBytes() compatible with domainsBen Noordhuis1-0/+36
2012-09-02Revert "buffer: added support for writing NaN and Infinity"koichik2-102/+0
2012-09-02buffer: added support for writing NaN and Infinitykoichik2-0/+102
2012-08-31tls: support unix domain socket/named pipe in tls.connectShigeki Ohtsu1-0/+49
2012-08-30child process: fix processes with IPC channel don't emit 'close'Bert Belder2-0/+60
2012-08-29Test client renegotiation attacks on HTTPSisaacs1-0/+106
2012-08-24https: make https.get() accept a URLkoichik1-0/+55
2012-08-14test: raise pummel/test-net-throttle write req sizeBen Noordhuis1-1/+1
2012-08-12tls: handle multiple CN fields when verifying certBen Noordhuis1-0/+8
2012-08-05test-message: fix message outputisaacs3-45/+58
2012-08-04zlib: Emit 'close' on destroy().Dominic Tarr1-0/+36
2012-08-04child_process: Fix stdout=null when stdio=['pipe']Tyler Neylon1-0/+36
2012-08-03net: make pause work with connecting socketsBert Belder2-30/+101
2012-08-02Merge branch 'v0.8.5-release' into v0.8isaacs2-0/+116
2012-08-02test: stdin error messagesisaacs2-0/+116
2012-08-02net: fix .listen({fd:0})Ben Noordhuis1-0/+36
2012-08-02fs: fix ReadStream / WriteStream missing callbackGil Pedersen1-1/+6
2012-07-30Report errors properly from --eval and stdinisaacs3-6/+118
2012-07-29assert: fix throws() throws an error without message propertykoichik1-0/+10
2012-07-29cluster: fix libuv assert in net.listen()Ben Noordhuis1-0/+41
2012-07-25https: Use host header as effective servernameisaacs1-0/+218
2012-07-24readline: Remove event listeners on closeisaacs2-0/+13
2012-07-23windows: correctly prep long path for fs.exists(Sync)Bert Belder1-0/+66