summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-03-09buffer: throw from constructor if length > kMaxLengthBen Noordhuis
2012-03-09cluster: support passing of named pipesBen Noordhuis
2012-03-07Emit end event only onceIgor Zinkovsky
2012-03-06dgram: fix when we call .close() inside 'listening'ssuda
2012-03-06process: add `process.hrtime()`Nathan Rajlich
2012-03-06net, http, https: add localAddress optionDmitry Nizovtsev
2012-03-05fix simple/test-process-argv-0 on windowsIgor Zinkovsky
2012-03-06process: show detailed error message in process.dlopen()Shigeki Ohtsu
2012-03-05disable simple/test-signal-handler on WindowsIgor Zinkovsky
2012-03-03disable fs.watchFile tests on windowsIgor Zinkovsky
2012-03-03util: fix util.format() formatting of %%ssuda
2012-03-03tls: proxy set(Timeout|NoDelay|KeepAlive) methodsJimb Esser
2012-03-01fix test-net-pipe-connect-errors for windowsIgor Zinkovsky
2012-03-01test: fix typo in test-child-process-stdout-flushVincent Ollivier
2012-02-29Revert "test-fs-watch: Add faster failure, and link to #2813"Ben Noordhuis
2012-02-28net: fix race write() before and after connect()koichik
2012-02-27Update argv0 test to verify correct behaviorisaacs
2012-02-27[ISSUE #2554 #2567] throw if fs args for 'start' or 'end' are stringsAJ ONeal
2012-02-27Use NODE_MODULE in the hello-world addon example.Nathan Rajlich
2012-02-25`newListener` emits correct fn when using `once`Roly Fentanes
2012-02-23test: test for `process.argv[0]` correctnessMaciej MaƂecki
2012-02-22test-fs-watch: Add faster failure, and link to #2813isaacs
2012-02-22Change test fixture from symlink to regular fileisaacs
2012-02-23dgram: fix out-of-bound memory readBen Noordhuis
2012-02-21Pause process.stdin in stdin getterisaacs
2012-02-21buffer: support decoding of URL-safe base64Ben Noordhuis
2012-02-21crypto: add function getDiffieHellman()Tomasz Buchert
2012-02-20test: update HTTP basic auth testBen Noordhuis
2012-02-20url: decode url entities in auth sectionBen Noordhuis
2012-02-20http: support PURGE request methodBen Noordhuis
2012-02-20repl: add automatic loading of built-in libsBrandon Benvie
2012-02-20test: don't let debugger listen on common.PORTBen Noordhuis
2012-02-20test: include common.js in all testsBen Noordhuis
2012-02-19test: fix test-tls-over-http-tunnel with v0.7koichik
2012-02-18Issue #2762. Add callback to close function.Mikeal Rogers
2012-02-18Lint all the JavaScripts.isaacs
2012-02-18Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-02-17Merge branch 'v0.6.11-release' into v0.6isaacs
2012-02-17Revert "cluster: propagate bind errors"isaacs
2012-02-18repl: remove double calls where possibleFedor Indutny
2012-02-17repl: make tab completion work on non-objectsNathan Rajlich
2012-02-16cluster: propagate bind errorsBen Noordhuis
2012-02-16Add WebSocket RFC6455 multiheader fields to the http parser.einaros
2012-02-16http: allow multiple WWW-Authenticate headersBen Noordhuis
2012-02-16tls: mitigate session renegotiation attacksBen Noordhuis
2012-02-15Generate Date headers on responses when not already present.Mark Nottingham
2012-02-15http: allow multiple WWW-Authenticate headersBen Noordhuis
2012-02-14add tls-over-http-tunnel testIgor Zinkovsky
2012-02-14tls: Allow establishing secure connection on the existing socketkoichik
2012-02-14dgram: handle close of dgram socket before DNS lookup completesSeth Fitzsimmons