summaryrefslogtreecommitdiff
path: root/benchmark/static_http_server.js
Commit message (Expand)AuthorAgeFilesLines
* benchmark: Add resume() in static_http_serverisaacs2013-01-171-0/+1
* bench: update static_http_server benchmark to new APIkoichik2011-11-061-32/+27
* Migrates benchmarks to the new api.arlolra2010-03-231-3/+3
* Clean up some things in the benchmarksRyan Dahl2010-03-081-4/+2
* Rename writeHeader to writeHeadBenjamin Thomas2010-02-251-1/+1
* Rename sendHeader to writeHeader; allow reasonPhraseRyan Dahl2010-02-211-1/+1
* Update benchmark script to new APIRyan Dahl2010-02-171-3/+7
* API: Make request/response object closer to stream interfaceRyan Dahl2010-02-161-2/+2
* Add http.Client.prototype.request()Christopher Lenz2009-12-061-2/+2
* Upgrade benchmark scripts for new module APIRyan Dahl2009-10-311-2/+3
* Namespace EVERYTHING under process; introduce GLOBALRyan Dahl2009-10-291-1/+1
* Rename node.libraryPaths to require.pathsRyan Dahl2009-10-251-1/+1
* Move http library to /http.jsRyan Dahl2009-09-281-2/+5
* API: rename node.Process to node.ChildProcessRyan2009-08-261-7/+5
* Use flat object instead of array-of-arrays for HTTP headers.Ryan2009-08-231-4/+4
* Fix http benchmark. Wasn't correctly dispatching.Ryan2009-08-081-5/+10
* Add benchmark scripts.Ryan2009-07-131-0/+39