summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Change test fixture from symlink to regular fileisaacs2012-03-021-1/+46
* net: fix race write() before and after connect()koichik2012-02-281-0/+48
* [ISSUE #2554 #2567] throw if fs args for 'start' or 'end' are stringsAJ ONeal2012-02-271-0/+24
* Pause process.stdin in stdin getterisaacs2012-02-211-0/+31
* Merge branch 'v0.6.11-release' into v0.6isaacs2012-02-172-192/+0
|\
| * Revert "cluster: propagate bind errors"isaacs2012-02-172-192/+0
* | repl: make tab completion work on non-objectsNathan Rajlich2012-02-171-0/+9
|/
* cluster: propagate bind errorsBen Noordhuis2012-02-162-0/+115
* Add WebSocket RFC6455 multiheader fields to the http parser.einaros2012-02-161-1/+8
* http: allow multiple WWW-Authenticate headersBen Noordhuis2012-02-161-0/+4
* tls: mitigate session renegotiation attacksBen Noordhuis2012-02-161-0/+100
* add tls-over-http-tunnel testIgor Zinkovsky2012-02-141-0/+156
* tls: Allow establishing secure connection on the existing socketkoichik2012-02-141-0/+59
* dgram: handle close of dgram socket before DNS lookup completesSeth Fitzsimmons2012-02-141-0/+35
* test: fix timing sensitivity in test-net-write-slowkoichik2012-02-121-5/+12
* test: add cluster 'bind twice' testBen Noordhuis2012-02-091-0/+77
* test: add --debug-brk regression testBen Noordhuis2012-02-072-0/+49
* net: fix large file downloads failingkoichik2012-02-051-0/+60
* fs: fix ReadStream fails to read from existing fdChristopher Jeffrey2012-02-041-0/+44
* test: add tcp and https DNS error testsStefan Rusu2012-02-042-4/+49
* buffers: fix intermittent out of bounds errorBen Noordhuis2012-02-021-0/+30
* buffers: honor length argument in base64 decoderBen Noordhuis2012-02-021-1/+12
* test: dgram-{broadcast,multicast}-multi-process : prevent false failuresDan VerWeire2012-01-312-29/+71
* Small test-dgram-multicast-multi-process fixesBert Belder2012-01-311-3/+3
* http: fix free http-parser too earlykoichik2012-01-311-1/+3
* timers: add v0.4 compatibility hackBen Noordhuis2012-01-301-0/+52
* stdout ending test message correctionisaacs2012-01-271-1/+1
* Fix #2507 Raise errors less agressively when destroying stdio streamsisaacs2012-01-262-0/+94
* test: handle unhandled dgram scenariosDan VerWeire2012-01-262-11/+73
* dgram: bring back setTTL()Ben Noordhuis2012-01-241-0/+1
* dgram: bring back setMulticastLoopback()Ben Noordhuis2012-01-241-3/+6
* test: fix typos in error messagesBen Noordhuis2012-01-242-3/+3
* test: join multicast group *after* bindingBen Noordhuis2012-01-241-2/+2
* test: remove erroneous dropMembership() callBen Noordhuis2012-01-241-3/+1
* test: fix test/simple/test-net-server-max-connections.js is raceykoichik2012-01-221-46/+48
* test: for #2109koichik2012-01-221-0/+21
* http: keep-alive should default with HTTP/1.1 serverkoichik2012-01-221-0/+71
* dgram: reintroduce setMulticastTTL()Dan VerWeire2012-01-211-0/+41
* dgram: reintroduce setBroadcast()Dan VerWeire2012-01-211-0/+160
* dgram: reintroduce addMembership() and dropMembership()Roman Shtylman2012-01-211-0/+160
* http: reduce creating http-parser instanceskoichik2012-01-201-0/+54
* Fix #2365 zlib crashing on invalid inputNicolas LaCasse2012-01-201-0/+38
* Make path.extname do the right thing when the last path component is . or ..Bert Belder2012-01-181-0/+28
* cluster: don't always kill the master on uncaughtExceptionBen Noordhuis2012-01-181-0/+59
* tests: fix more lint issuesBert Belder2012-01-178-69/+87
* Tests: fix jslint issuesAndreas Madsen2012-01-1738-216/+251
* tls: fix double 'error' events on HTTPS Requestskoichik2012-01-171-0/+45
* typed arrays: set class nameBen Noordhuis2012-01-171-0/+48
* net: make .write() throw on bad inputBen Noordhuis2012-01-141-0/+19
* events: fix checking max listeners with `1`Ryunosuke SATO2012-01-091-0/+7