summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Move test-net-write-callbacks to pummelRyan Dahl2011-09-301-0/+0
* tls: Add test for #1775koichik2011-09-301-0/+78
* net: Fix string-concat hot path bugRyan Dahl2011-09-281-0/+56
* buffers: handle bad length argument in constructorBen Noordhuis2011-09-241-0/+13
* Fix #1707 hasOwnProperty usageisaacs2011-09-151-0/+1
* Add querystring test for hasOwnProperty usageisaacs2011-09-151-3/+4
* test: add http multi-line header testBen Noordhuis2011-09-141-0/+59
* net: Socket write encoding case sensitivitykoichik2011-09-041-0/+55
* buffer: write() should always set _charsWritten.koichik2011-09-031-0/+13
* buffer: Avoid overrun with 'binary' encoding.koichik2011-09-021-0/+6
* util: isRegExp() should not call toString() on its argumentNathan Rajlich2011-08-251-0/+33
* Fix #1563. overflow in ChildProcess custom_fd.Ryan Dahl2011-08-201-0/+9
* test: add test for #1202, uncatchable exception on bad host nameBen Noordhuis2011-08-121-0/+70
* Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty'isaacs2011-08-111-1/+6
* Fix http.ClientRequest crashes if end() was called twicekoichik2011-07-301-0/+38
* Fix crypto encryption/decryption with Base64.SAWADA Tadashi2011-07-231-0/+19
* http: fix setting ServerResponse.statusCode in writeHeadTrent Mick2011-07-211-0/+66
* Close #1360 url: Allow _ in hostnames.isaacs2011-07-191-0/+9
* Properly respond to HEAD during end(body) hot pathReid Burke2011-07-201-0/+55
* Add tests for #1085 and #1304koichik2011-07-152-0/+90
* Fix Buffer drops last null character in UTF-8koichik2011-07-141-0/+27
* Improvements AssertionError messagekoichik2011-07-141-0/+31
* Revert 3e2a2a7. Always send a HTTP/1.1 status line to the client.Ben Noordhuis2011-07-071-1/+1
* Test cases for #1234: don't send HTTP/1.1 responses to HTTP/1.0 clients.Ben Noordhuis2011-07-051-30/+142
* Clean up temporary file on exit.Ben Noordhuis2011-07-051-3/+10
* Fixes #877. Don't wait for socket pool to establish connections.Ryan Dahl2011-07-011-0/+49
* Fix -e/--eval can't load module from node_moduleskoichik2011-06-201-0/+35
* Closes #1177 remove one node_modules optimizationMathias Buus2011-06-141-6/+0
* Support for signature verification with RSA/DSA public keysMark Cavage2011-06-143-0/+37
* Close #562 Close #1078 Parse file:// urls properlyRyan Petrello2011-05-271-2/+28
* Fix error handling bug in stream.pipe()Felix Geisendörfer2011-05-241-0/+58
* CryptoStream.prototype.readyState shoudn't reference fdRyan Dahl2011-05-201-0/+5
* Add test for agent upgrade and example in docsDavid Trejo2011-05-191-0/+90
* Fix buffer testRyan Dahl2011-05-191-1/+3
* makeFastBuffer should not segfault but rather throw on non-bufferRyan Dahl2011-05-191-0/+4
* Remove 'binary' encoding assert - add testsRyan Dahl2011-05-161-0/+15
* Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR"koichik2011-05-161-0/+6
* Fix event listener leak check timingkoichik2011-05-141-0/+29
* Error argument for http.ServerRequest 'close'Felix Geisendörfer2011-05-144-4/+155
* Make https 'timeout' events bubble upFelix Geisendörfer2011-05-141-0/+50
* Fix a url regressionisaacs2011-05-101-0/+26
* cleartextstream.destroy() should destroy socket.Ryan Dahl2011-05-022-1/+5
* Fix SlowBuffer.write() with 'ucs2' throws ReferenceError.koichik2011-04-281-0/+5
* Close #974 Properly report traceless errors.isaacs2011-04-256-0/+111
* A test that running 100 stream pipes in parallel is okisaacs2011-04-221-0/+100
* Bump bounds on #897 test - was too small for slow machinesRyan Dahl2011-04-221-1/+1
* Fix timeouts with floating point numbers bugRyan Dahl2011-04-221-0/+14
* Close #954 URL parsing/formatting correctionsisaacs2011-04-201-12/+106
* Fix: Multiple pipes to the same stream were brokenFelix Geisendörfer2011-04-141-1/+20
* Add os.cpus() and os.uptime() support for sunosScott McWhirter2011-04-131-8/+26