Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-10-25url: parse hostnames that start with - or _Ben Noordhuis
2012-10-23test: add typed arrays regression testBen Noordhuis
2012-10-22test: add diffie-hellman regression testBen Noordhuis
2012-10-16test: disable global variable check for "test-repl-options.js"Nathan Rajlich
2012-10-13repl: ensure each REPL instance gets its own "context"Nathan Rajlich
2012-10-04buffer: fix byteLength with UTF-16LEkoichik
2012-10-01repl: make "end of input" JSON.parse() errors throw in the REPLNathan Rajlich
2012-10-01repl: make invalid RegExp modifiers throw in the REPLNathan Rajlich
2012-09-28http: 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-24http: make the client "res" object gets the same domain as "req"Nathan Rajlich
2012-09-22repl: make invalid RegExps throw in the REPLNathan Rajlich
2012-09-21domain: Properly exit() on domain disposalisaacs
2012-09-17fs: fix watchFile() missing deletion eventsBen Noordhuis
2012-09-14fs: don't segfault on deeply recursive stat()Ben Noordhuis
2012-09-12http: Remove timeout handler when data arrivesFrédéric Germain
2012-09-11Update doc and test for sunos/solaris switchisaacs
2012-09-09util: make util.inspect() work when "hasOwnProperty" is overwrittenNathan Rajlich
2012-09-08http: respect HTTP/1.0 TE headerBen Noordhuis
2012-09-04crypto: make pbkdf2() compatible with domainsBen Noordhuis
2012-09-04crypto: make randomBytes() compatible with domainsBen Noordhuis
2012-09-02Revert "buffer: added support for writing NaN and Infinity"koichik
2012-09-01buffer: added support for writing NaN and Infinitykoichik
2012-08-31tls: support unix domain socket/named pipe in tls.connectShigeki Ohtsu
2012-08-30child process: fix processes with IPC channel don't emit 'close'Bert Belder
2012-08-29Test client renegotiation attacks on HTTPSisaacs
2012-08-24https: make https.get() accept a URLkoichik
2012-08-15test: raise pummel/test-net-throttle write req sizeBen Noordhuis
2012-08-12tls: handle multiple CN fields when verifying certBen Noordhuis
2012-08-06test-message: fix message outputisaacs
2012-08-05zlib: Emit 'close' on destroy().Dominic Tarr
2012-08-04child_process: Fix stdout=null when stdio=['pipe']Tyler Neylon
2012-08-03net: make pause work with connecting socketsBert Belder
2012-08-03Merge branch 'v0.8.5-release' into v0.8isaacs
2012-08-02test: stdin error messagesisaacs
2012-08-02net: fix .listen({fd:0})Ben Noordhuis
2012-08-02fs: fix ReadStream / WriteStream missing callbackGil Pedersen
2012-07-30Report errors properly from --eval and stdinisaacs
2012-07-29assert: fix throws() throws an error without message propertykoichik
2012-07-29cluster: fix libuv assert in net.listen()Ben Noordhuis
2012-07-26https: Use host header as effective servernameisaacs
2012-07-25readline: Remove event listeners on closeisaacs
2012-07-23windows: correctly prep long path for fs.exists(Sync)Bert Belder
2012-07-20tls: fix 'hostless' tls connection verificationFedor Indutny
2012-07-20tls: revert accidental API changeFedor Indutny
2012-07-20tls: localhost is valid against identity-checkFedor Indutny
2012-07-20tls: veryify server's identityFedor Indutny
2012-07-20net: ignore socket.setTimeout(Infinity) (and NaN)Fedor Indutny
2012-07-17domain: Fix stack leak on errorisaacs