summaryrefslogtreecommitdiff
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* http2 now defaultRyan Dahl2010-03-191-1/+1
* http2 now passes all testsRyan Dahl2010-03-181-2/+2
* Update http2 for new stream APIRyan Dahl2010-03-091-5/+2
* Clean up some things in the benchmarksRyan Dahl2010-03-083-19/+11
* Remove -Werror from deps/v8/SConstructRyan Dahl2010-03-081-2/+1
* Remove process.mixin dependencies from benchmark scriptsisaacs2010-03-083-3/+6
* Revert "Use kqueue on macintosh"Ryan Dahl2010-03-051-5/+3
* Use kqueue on macintoshRyan Dahl2010-03-041-3/+5
* Rename writeHeader to writeHeadBenjamin Thomas2010-02-252-2/+2
* Rename sendHeader to writeHeader; allow reasonPhraseRyan Dahl2010-02-212-2/+2
* Update benchmark script to new APIRyan Dahl2010-02-172-5/+8
* API: Make request/response object closer to stream interfaceRyan Dahl2010-02-162-3/+3
* Update http benchmark script to new url api.Ryan Dahl2010-01-101-1/+1
* Add http.Client.prototype.request()Christopher Lenz2009-12-061-2/+2
* Fix http_simple server for new APIRyan Dahl2009-11-061-4/+6
* Upgrade benchmark scripts for new module APIRyan Dahl2009-10-314-10/+13
* Namespace EVERYTHING under process; introduce GLOBALRyan Dahl2009-10-294-10/+10
* Rename node.libraryPaths to require.pathsRyan Dahl2009-10-254-4/+4
* Update benchmarks with new createChildProcess APIRyan Dahl2009-10-072-3/+2
* Remove include() add node.mixin()Ryan Dahl2009-10-053-4/+4
* API: Move node.exit() to process.exit().Ryan Dahl2009-09-281-1/+1
* Move http library to /http.jsRyan Dahl2009-09-284-3/+18
* API: rename node.Process to node.ChildProcessRyan2009-08-263-12/+10
* Use flat object instead of array-of-arrays for HTTP headers.Ryan2009-08-232-7/+7
* Fix http benchmark. Wasn't correctly dispatching.Ryan2009-08-081-5/+10
* Add benchmark scripts.Ryan2009-07-134-0/+89
* Use events for all HTTP messages.Ryan2009-06-281-1/+1
* Add benchmark dir with ruby scriptRyan2009-06-182-0/+145