summaryrefslogtreecommitdiff
path: root/test/simple
AgeCommit message (Expand)AuthorFilesLines
2012-08-12tls: handle multiple CN fields when verifying certBen Noordhuis1-0/+8
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-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 stdinisaacs1-6/+7
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
2012-07-20tls: fix 'hostless' tls connection verificationFedor Indutny1-2/+5
2012-07-20tls: revert accidental API changeFedor Indutny1-1/+3
2012-07-20tls: localhost is valid against identity-checkFedor Indutny1-0/+7
2012-07-20tls: veryify server's identityFedor Indutny1-0/+189
2012-07-20net: ignore socket.setTimeout(Infinity) (and NaN)Fedor Indutny1-14/+20
2012-07-16domain: Fix stack leak on errorisaacs1-0/+46
2012-07-12Revert "events: don't delete the listeners array in removeListener()"Nathan Rajlich1-9/+0
2012-07-12net: fix net.Server.listen({fd:x}) error reportingBen Noordhuis1-0/+38
2012-07-09Merge branch 'v0.8.2-release' into v0.8isaacs1-3/+4
2012-07-09domain: Remove first arg from intercepted fnToshihiro Nakamura1-0/+9
2012-07-08process: throw a TypeError when anything but an Array is passed to hrtime()Nathan Rajlich1-0/+46
2012-07-07Fix test-require-json on Windowsisaacs1-3/+4
2012-07-06module: add filename to require() json errorsTJ Holowaychuk1-0/+29
2012-07-05timers: fix handling of large timeoutsBen Noordhuis1-1/+2
2012-07-04repl: fix passing an empty line inserting "undefined" into the bufferNathan Rajlich1-1/+3
2012-07-04repl: fix crashes when buffering commandMaciej MaƂecki1-1/+3
2012-06-27windows: make fs.realpath(Sync) work with UNC pathsBert Belder1-0/+54
2012-06-26realpath: No sync cb() calling allowed.isaacs1-0/+3
2012-06-21Fix #3503: stdin: resume() on pipe(dest)isaacs1-0/+48
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs1-0/+57
2012-06-21Use parent SlowBuffer, if any, when Buffer is slicedKarl Skomski1-0/+3
2012-06-20Fix fs.readfile('/dev/stdin')isaacs1-0/+55
2012-06-20test-domain: fix the test to work on WindowsBert Belder1-3/+18
2012-06-20test-cluster-worker-kill: use SIGKILL instead of SIGHUPBert Belder1-2/+2
2012-06-20windows: `listen(pipe_name)` is not supported when running clusterBert Belder1-0/+5
2012-06-18net.Socket: Delay pause/resume until after connectisaacs1-0/+30
2012-06-19child_process: add .stdin stream to forksFedor Indutny1-32/+0
2012-06-18test-eio-limit: bump the number of allowed background tasks to 200Bert Belder1-1/+1
2012-06-18Fix test-cluster-message so it passes on WindowsBert Belder1-16/+25
2012-06-17net: Prevent property access throws during closeReid Burke1-0/+47
2012-06-16test: Don't reuse common.PORT in test-child-process-fork-netisaacs1-2/+9
2012-06-16Revert "Check if a stream has a valid fd before read_start"Bert Belder1-85/+0
2012-06-16Fix #3448 Use listen callback in test-regress-GH-1697isaacs1-2/+4
2012-06-16s/exit/close/ in test-child-process-stdout-flush, fixes #3449Charlie McConnell1-1/+1
2012-06-16Add test-stdin-pause-resume-syncisaacs1-0/+31
2012-06-16Check if a stream has a valid fd before read_startKarl Skomski1-0/+85
2012-06-16test: skip test-http-full-response on ab errorsCharlie McConnell1-2/+2
2012-06-15test-domain-implicit-fs: make it pass on windowsBert Belder1-13/+6