summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Use some more Binary/F methods for BufferRyan Dahl2010-04-081-3/+3
* Update stream API: forceClose() -> destroy(), close() -> end()Ryan Dahl2010-04-0828-64/+64
* Better require.async throw testHerbert Vojcik2010-04-082-0/+11
* Remove udnsRyan Dahl2010-04-072-2/+2
* Check for ip address in dns_cares.lookupRyan Dahl2010-04-071-5/+15
* Add a simple c-ares test, dns_cares.lookup() for easy resolvRyan Dahl2010-04-071-0/+28
* Better require.async testsHerbert Vojcik2010-04-072-1/+6
* Make test-dns.js use dns_cares.Krishna Rajendran2010-04-071-4/+5
* Fix bug in buffer.utf8Write() which included \u0000Ryan Dahl2010-04-051-0/+11
* Add ini.stringify functionality, a test, and some TODOs in ini.jsisaacs2010-04-051-29/+42
* Allow stream to write on closeRyan Dahl2010-04-054-8/+4
* In tests, wait for 'listening' before connectingRyan Dahl2010-04-052-25/+29
* Add buffer.copyRyan Dahl2010-04-041-0/+10
* Don't reference fixtures/multipart.jsRyan Dahl2010-04-021-1/+1
* Remove multipart libraryRyan Dahl2010-04-022-861/+0
* Fix test-http-chunked. Need to check for \0 at end of utf8 stringsRyan Dahl2010-04-021-1/+4
* Use AF_INET sockets instead of always AF_INET6Ryan Dahl2010-04-021-2/+4
* Bugfix: watchFile, unwatch, watch causes errorJohan Dahlberg2010-03-311-6/+12
* Fix HTTP keep-aliveRyan Dahl2010-03-231-2/+2
* Move test-child-process-spawn-loop to pummel/Ryan Dahl2010-03-231-0/+0
* Fix idle timeoutsRyan Dahl2010-03-231-7/+7
* Timer clean upsRyan Dahl2010-03-231-6/+7
* Merge branch 'master' into net2Ryan Dahl2010-03-191-3/+20
|\
| * Better EventEmitter modify-in-emitCarson McDonald2010-03-181-4/+21
* | Move Buffer into own moduleRyan Dahl2010-03-195-16/+5
* | http2 now defaultRyan Dahl2010-03-1915-15/+15
* | Add support for Buffer to fs.writeRyan Dahl2010-03-191-0/+2
* | Speed up test-bufferRyan Dahl2010-03-191-2/+2
* | [net2] inline write on empty write buffer for performanceRyan Dahl2010-03-191-0/+3
* | http2 now passes all testsRyan Dahl2010-03-181-18/+27
* | All tests to use http2Ryan Dahl2010-03-1810-21/+21
* | net2 HTTPClient workRyan Dahl2010-03-181-2/+2
* | Merge branch 'master' into net2Ryan Dahl2010-03-172-25/+52
|\ \ | |/
| * Check for callback argument in PTR lookupKrishna Rajendran2010-03-171-1/+4
| * evalcx shouldn't be too fancyisaacs2010-03-161-9/+14
| * Check for callback argument in DNS functionsRyan Dahl2010-03-161-0/+8
| * Update test-dns.js to work with latest apiKrishna Rajendran2010-03-161-18/+24
| * Make evalcx work like it's supposed to.isaacs2010-03-161-6/+11
* | child process now use net.SocketRyan Dahl2010-03-1716-164/+219
* | Use streams for stdout and stdinRyan Dahl2010-03-151-1/+2
* | Merge branch 'master' into net2Ryan Dahl2010-03-151-2/+0
|\ \ | |/
| * Tests should use compiled-in modules not build-dir modulesRyan Dahl2010-03-151-2/+0
* | Work on net2 http clientRyan Dahl2010-03-122-2/+2
* | Disable test-net-fd-passing for nowRyan Dahl2010-03-121-0/+0
* | Merge branch 'master' into HEADRyan Dahl2010-03-126-2/+80
|\ \ | |/
| * Initial implementation of process.evalcxTim-Smart2010-03-121-0/+27
| * Add require.registerExtensionTim-Smart2010-03-113-0/+20
| * More ini parser features.isaacs2010-03-102-2/+33
* | add error listener to test-net-pingpongRyan Dahl2010-03-111-0/+10
* | Adjust a few more tests to work with net2Ryan Dahl2010-03-093-11/+11