summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* initial pass at lib/child_process_uv.jsRyan Dahl2011-07-311-1/+4
* Add %% escape to util.format()koichik2011-07-301-1/+4
* add wrapper for uv_spawnRyan Dahl2011-07-291-0/+63
* util: add sprintf-like format() functionBen Noordhuis2011-07-301-0/+46
* Add support for TLS SNIFedor Indutny2011-07-292-3/+113
* Revert "AMD compatibility for node"isaacs2011-07-296-43/+0
* Fix http.ClientRequest crashes if end() was called twicekoichik2011-07-301-0/+38
* Fix test-module-load-list for use-uvRyan Dahl2011-07-271-12/+27
* Lazy load a few modulesRyan Dahl2011-07-271-3/+0
* Add process.moduleLoadList for better startup transparencyRyan Dahl2011-07-271-0/+79
* Fix crypto encryption/decryption with Base64.SAWADA Tadashi2011-07-271-0/+19
* Fix test-net-stream.jsFelix Geisendörfer2011-07-261-3/+5
* Emit 'close' after all connections have closedFelix Geisendörfer2011-07-261-0/+39
* cli: don't print result of --evalBen Noordhuis2011-07-252-6/+12
* Add Socket::bytesRead, Socket::bytesWrittenAlexander Uvarov2011-07-251-0/+71
* Fix crypto hmac to accept binary keys + add test cases from rfc 2202 and 4231Stefan Bühler2011-07-241-0/+180
* process: add process.features, remove process.useUVBen Noordhuis2011-07-231-1/+1
* Add an optional length argument to Buffer.write()koichik2011-07-241-0/+47
* convert nonbuffer data to string in fs.writeFile/SyncDaniel Pihlström2011-07-231-1/+21
* Merge branch 'v0.4'Ryan Dahl2011-07-221-0/+55
|\
| * 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
* | net_uv: throw if Server.prototype.close() is called twiceBen Noordhuis2011-07-221-1/+5
* | test: test pipe API with raw net.Stream() objectBen Noordhuis2011-07-221-0/+85
* | escape backslashes for windows pipe nameRyan Dahl2011-07-211-1/+1
* | test: make test-http-unix-socket use common.PIPEBen Noordhuis2011-07-211-10/+2
* | test: add test-net-pingpong to `make test-uv` listBen Noordhuis2011-07-211-9/+2
* | test: add common.PIPE, pipe name for testsBen Noordhuis2011-07-211-0/+6
* | Add tests for process.nextTick bugs on windowsBert Belder2011-07-212-0/+82
* | http: fix setting ServerResponse.statusCode in writeHeadTrent Mick2011-07-211-0/+66
* | test: added test/simple/test-fs-watch-file.jsYoshihiro Kikuchi2011-07-211-0/+52
* | test: beef up checks in test-http-unix-socket.js, add to `make test-uv`Ben Noordhuis2011-07-211-3/+15
* | Close #1357 Load json files with require()isaacs2011-07-201-0/+7
* | url: throw descriptive error if url argument to parse() is not a stringBen Noordhuis2011-07-211-0/+15
* | Close #1360 url: Allow _ in hostnames.isaacs2011-07-191-0/+9
* | Improve --help message and Fix -e/--eval switchSteve Engledow2011-07-161-0/+45
* | Fix message testskoichik2011-07-164-4/+4
* | Close #1348 Remove require.pathsisaacs2011-07-156-108/+11
* | windows: fix simple/test-executable-pathRyan Dahl2011-07-151-5/+5
* | Merge branch 'v0.4'Ryan Dahl2011-07-144-0/+148
|\ \ | |/
| * 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
* | Close #1303 Stream.pipe returns the destinationElijah Insua2011-07-141-0/+33
* | Close #1281 Make require a public member of moduleisaacs2011-07-145-0/+16
* | test-tcp-wrap dont assume port 80 priveleged'Henry Rawas2011-07-141-6/+6
* | Fix fs can't handle large file on 64bit platformkoichik2011-07-141-0/+55