test-dns so that NXDOMAIN does not rise errors
[platform/upstream/nodejs.git] / benchmark /
2010-04-15 Rhys JonesMerge branch 'master' into openssl
2010-04-15 Ryan DahlSimplify GC idle notification
2010-04-14 Rhys JonesMerge branch 'master' into openssl
2010-04-09 Ryan DahlSet old/new from benchmark script args
2010-04-08 Ryan DahlUpdate stream API: forceClose() -> destroy(), close...
2010-04-08 Ryan DahlSupport both old and new HTTP closing APIs in benchmark...
2010-04-07 Ryan DahlFix benchmark script for testing both old and new version
2010-04-05 Ryan DahlAllow stream to write on close
2010-03-23 arlolraMigrates benchmarks to the new api.
2010-03-20 Ryan DahlMerge branch 'net2'
2010-03-20 Ryan DahlMerge branch 'master' into net2
2010-03-20 Ryan Dahlhttp2 now default
2010-03-18 Ryan Dahlhttp2 now passes all tests
2010-03-17 Ryan DahlMerge branch 'master' into net2
2010-03-15 Ryan DahlMerge branch 'master' into net2
2010-03-12 Ryan DahlMerge branch 'master' into net2
2010-03-12 Ryan DahlMerge branch 'master' into HEAD
2010-03-10 Ryan DahlMerge branch 'master' into net2
2010-03-10 Ryan DahlMerge branch 'master' into net2
2010-03-09 Ryan DahlUpdate http2 for new stream API
2010-03-09 Ryan DahlMerge branch 'master' into net2
2010-03-09 Ryan DahlClean up some things in the benchmarks
2010-03-09 Ryan DahlRemove -Werror from deps/v8/SConstruct
2010-03-09 isaacsRemove process.mixin dependencies from benchmark scripts
2010-03-05 Ryan DahlRevert "Use kqueue on macintosh"
2010-03-05 Ryan DahlMerge remote branch 'felixge/file2'
2010-03-04 Ryan DahlUse kqueue on macintosh
2010-02-26 Ryan DahlMerge branch 'master' into net2
2010-02-25 Benjamin ThomasRename writeHeader to writeHead
2010-02-22 Ryan DahlMerge branch 'master' into net2
2010-02-22 Ryan DahlRename sendHeader to writeHeader; allow reasonPhrase
2010-02-17 Ryan DahlMerge branch 'master' into net2
2010-02-17 Ryan DahlUpdate benchmark script to new API
2010-02-17 Ryan DahlAPI: Make request/response object closer to stream...
2010-01-13 Ryan DahlMerge branch 'master' into net2
2010-01-11 Ryan DahlUpdate http benchmark script to new url api.
2009-12-06 Christopher LenzAdd http.Client.prototype.request()
2009-11-06 Ryan DahlFix http_simple server for new API
2009-10-31 Ryan DahlUpgrade benchmark scripts for new module API
2009-10-29 Ryan DahlNamespace EVERYTHING under process; introduce GLOBAL
2009-10-25 Ryan DahlRename node.libraryPaths to require.paths
2009-10-07 Ryan DahlUpdate benchmarks with new createChildProcess API
2009-10-05 Ryan DahlRemove include() add node.mixin()
2009-09-28 Ryan DahlAPI: Move node.exit() to process.exit().
2009-09-28 Ryan DahlMove http library to /http.js
2009-08-26 RyanAPI: rename node.Process to node.ChildProcess
2009-08-23 RyanUse flat object instead of array-of-arrays for HTTP...
2009-08-08 RyanFix http benchmark. Wasn't correctly dispatching.
2009-07-13 RyanAdd benchmark scripts.
2009-06-28 RyanUse events for all HTTP messages.
2009-06-19 Urban HafnerMerge branch 'master' of git://github.com/ry/node
2009-06-18 RyanAdd benchmark dir with ruby script