Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-28Abstract out a Server.prototype.pause methodRyan Dahl
2010-10-28Abstract out net.Server.prototype._rejectPendingRyan Dahl
Does the same timeout action for maxConnections as it does for EMFILE.
2010-10-27Add extra anti-DoS tech to net.ServerRyan Dahl
2010-10-27Improve idle benchmarksRyan Dahl
2010-10-27Gracefully handle EMFILERyan Dahl
Implementing a tip from Marc Lehmann: http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#The_special_problem_of_accept_ing_wh Keep an extra FD around for every server. When you hit EMFILE, destroy that FD, accept a connection, close it; in this way you can clear the connection queue and let people know that you're overload. No more timeout needed.
2010-10-27Use the timer list for setTimeoutRyan Dahl
2010-10-21Add incomplete R plot fileRyan Dahl
2010-10-19use bash instead of sh in http_simple_bench.shRyan Dahl
2010-10-15Add idle connection testRyan Dahl
2010-10-14Add 'make bench' scriptRyan Dahl
2010-10-14Improve benchmark/http_simple.jsRyan Dahl
2010-10-12Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-09-28output time of function callsRyan Dahl
2010-09-25Fix timing on I/O benchmarkRyan Dahl
2010-09-24Add function_call benchmarkRyan Dahl
2010-09-10Don't use empty.js - breaks module testRyan Dahl
2010-09-10Simple benchmark for node's startup timeFelix Geisendörfer
2010-09-09Update fast buffer benchmarksRyan Dahl
2010-08-21Improve appendix markdownRyan Dahl
2010-08-19Add buffer_creation benchmarkRyan Dahl
2010-08-17Add Paul Querna's io benchmarksRyan Dahl
2010-06-30fix whitespace errorsBlake Mizerany
2010-06-24Remove switch-replace residueRyan Dahl
2010-06-24:%s/sys.puts/console.log/gRyan Dahl
and there was much rejoicing
2010-05-05Add buffer response to http_simple.jsRyan Dahl
2010-05-03Allow different ports for http_simple.jsRyan Dahl
2010-04-15Simplify GC idle notificationRyan Dahl
In particular, don't leave the timeout running when the heap is fully compacted.
2010-04-09Set old/new from benchmark script argsRyan Dahl
2010-04-08Update stream API: forceClose() -> destroy(), close() -> end()Ryan Dahl
2010-04-08Support both old and new HTTP closing APIs in benchmark programRyan Dahl
2010-04-08Fix benchmark script for testing both old and new versionRyan Dahl
2010-04-06Allow stream to write on closeRyan Dahl
2010-03-23Migrates benchmarks to the new api.arlolra
2010-03-20http2 now defaultRyan Dahl
2010-03-19http2 now passes all testsRyan Dahl
2010-03-09Update http2 for new stream APIRyan Dahl
2010-03-09Clean up some things in the benchmarksRyan Dahl
2010-03-09Remove -Werror from deps/v8/SConstructRyan Dahl
-_-
2010-03-09Remove process.mixin dependencies from benchmark scriptsisaacs
2010-03-06Revert "Use kqueue on macintosh"Ryan Dahl
Experiencing bugs http://github.com/ry/node/issues/#issue/74 This reverts commit 409020a67d3388e4eda90af546e0fbe25b0adec3.
2010-03-04Use kqueue on macintoshRyan Dahl
2010-02-26Rename writeHeader to writeHeadBenjamin Thomas
2010-02-22Rename sendHeader to writeHeader; allow reasonPhraseRyan Dahl
2010-02-18Update benchmark script to new APIRyan Dahl
2010-02-17API: Make request/response object closer to stream interfaceRyan Dahl
- sendBody() renamed to write() - 'body' event renamed to 'data' - 'complete' event renamed to 'end'
2010-01-11Update http benchmark script to new url api.Ryan Dahl
2009-12-06Add http.Client.prototype.request()Christopher Lenz
Change the http.Client API so that it provides a single request() method taking an optional parameter to specify the HTTP method (defaulting to "GET"), instead of the five methods get(), head(), post(), del() and put().
2009-11-06Fix http_simple server for new APIRyan Dahl
2009-10-31Upgrade benchmark scripts for new module APIRyan Dahl
2009-10-30Namespace EVERYTHING under process; introduce GLOBALRyan Dahl
http://groups.google.com/group/nodejs/browse_thread/thread/1034fd2ad2cd93e8