summaryrefslogtreecommitdiff
path: root/benchmark/http_simple.js
Commit message (Expand)AuthorAgeFilesLines
* bench: Make http easier to profileisaacs2013-02-251-1/+1
* bench: http benchmarksisaacs2013-02-191-11/+3
* bench: use res.end() for chunked encodingBen Noordhuis2012-12-201-5/+4
* Benchmark: add /unicode/nnn bench to http_simple.jsBert Belder2012-05-091-1/+12
* Benchmark: clean up http_simple.jsBert Belder2012-05-091-41/+41
* Add switches to http_simple bench to use domainsisaacs2012-04-171-0/+20
* bench: add /echo endpoint to http_simpleBen Noordhuis2011-12-301-0/+6
* Remove uname and git-rev detection from http_simple.jsRyan Dahl2011-10-121-23/+0
* Print libuv counters after http_simple exitsRyan Dahl2011-10-061-0/+3
* bench: make number of response body chunks configurable in http_simpleBen Noordhuis2011-08-171-4/+14
* bench: make http_simple send chunked encoding if requestedBen Noordhuis2011-08-171-3/+10
* Remove debugger statement from http_simple.jsRyan Dahl2011-01-061-1/+0
* debugger: Disable/Enable raw mode for childRyan Dahl2010-12-301-0/+1
* Add 'make bench' scriptRyan Dahl2010-10-131-1/+1
* Improve benchmark/http_simple.jsRyan Dahl2010-10-131-20/+35
* fix whitespace errorsBlake Mizerany2010-06-291-2/+2
* Remove switch-replace residueRyan Dahl2010-06-241-2/+0
* :%s/sys.puts/console.log/gRyan Dahl2010-06-231-6/+6
* Add buffer response to http_simple.jsRyan Dahl2010-05-041-0/+14
* Allow different ports for http_simple.jsRyan Dahl2010-05-021-1/+5
* Simplify GC idle notificationRyan Dahl2010-04-151-0/+2
* Set old/new from benchmark script argsRyan Dahl2010-04-091-1/+2
* Update stream API: forceClose() -> destroy(), close() -> end()Ryan Dahl2010-04-081-2/+2
* Support both old and new HTTP closing APIs in benchmark programRyan Dahl2010-04-081-3/+7
* Fix benchmark script for testing both old and new versionRyan Dahl2010-04-071-1/+5
* Allow stream to write on closeRyan Dahl2010-04-051-2/+1
* 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
* Remove -Werror from deps/v8/SConstructRyan Dahl2010-03-081-2/+1
* Remove process.mixin dependencies from benchmark scriptsisaacs2010-03-081-1/+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-2/+1
* API: Make request/response object closer to stream interfaceRyan Dahl2010-02-161-1/+1
* Update http benchmark script to new url api.Ryan Dahl2010-01-101-1/+1
* Fix http_simple server for new APIRyan Dahl2009-11-061-4/+6
* Upgrade benchmark scripts for new module APIRyan Dahl2009-10-311-2/+2
* Namespace EVERYTHING under process; introduce GLOBALRyan Dahl2009-10-291-2/+2
* Rename node.libraryPaths to require.pathsRyan Dahl2009-10-251-1/+1
* Remove include() add node.mixin()Ryan Dahl2009-10-051-2/+2
* Move http library to /http.jsRyan Dahl2009-09-281-1/+7
* Use flat object instead of array-of-arrays for HTTP headers.Ryan2009-08-231-3/+3
* Use events for all HTTP messages.Ryan2009-06-281-1/+1
* Add benchmark dir with ruby scriptRyan2009-06-181-0/+50