summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | build: automatically add tag for nightly buildsTimothy J Fontaine2013-02-261-4/+8
* | http: fix case in 505 response status lineBen Noordhuis2013-02-261-1/+1
* | v8: fix postmortem and dtrace helper buildFedor Indutny2013-02-262-1/+2
* | Revert "sunos: unbreak build after v8 downgrade"Fedor Indutny2013-02-264-303/+259
* | bench: Make http easier to profileisaacs2013-02-252-4/+3
* | sunos: unbreak build after v8 downgradeBen Noordhuis2013-02-264-259/+303
* | src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-2527-396/+382
* | v8: reapply floating patchesBen Noordhuis2013-02-253-17/+23
* | deps: downgrade v8 to 3.14.5Ben Noordhuis2013-02-25349-24676/+11394
* | stream: Do not switch to objectMode implicitlyisaacs2013-02-254-74/+29
* | stream: Start out in sync=true stateisaacs2013-02-253-3/+16
* | crypto: fix base64 padding regressionBen Noordhuis2013-02-252-1/+8
* | test: re-enable simple/test-setproctitle on darwinBen Noordhuis2013-02-241-1/+1
* | deps: upgrade libuv to e89acedBen Noordhuis2013-02-2419-172/+338
* | lintisaacs2013-02-221-1/+1
* | streams: Pre-emptively buffer readables up to the highWaterMarkisaacs2013-02-224-2/+62
* | stream: Return false from push() more properlyisaacs2013-02-212-11/+110
* | stream: remove lowWaterMark featureisaacs2013-02-2119-192/+76
* | path: Throw TypeError on non-string args to path.resolveisaacs2013-02-212-6/+14
* | test: modify async native test.js to test for #4820Nathan Rajlich2013-02-211-1/+9
* | test: add an "async-hello-world" native addon testNathan Rajlich2013-02-213-0/+80
* | path: join throws TypeError on non-string argsArianit Uka2013-02-212-3/+14
* | tls: _handle.readStart/readStop for CryptoStreamFedor Indutny2013-02-212-3/+83
* | process: fix bug where spinner wasn't calledTrevor Norris2013-02-211-0/+5
* | path: Do not coerce paths to strings on Windowsisaacs2013-02-202-5/+13
* | stream_wrap: remove superfluous buffer len checkBen Noordhuis2013-02-201-9/+2
* | deps: upgrade libuv to 26fa6f8Ben Noordhuis2013-02-2042-394/+701
* | buffer: check logic simplificationTrevor Norris2013-02-201-26/+27
* | benchmark: Fix alignment issues on --html compare outputisaacs2013-02-201-1/+1
* | node: code cleanup, make tick_infobox staticBen Noordhuis2013-02-201-1/+1
* | crypto: fix uninitialized memory access in opensslBen Noordhuis2013-02-201-0/+1
* | openssl: make perlasm target pentium or newer for masm outputsBert Belder2013-02-201-1/+1
* | openssl: disable HT sidechannel attack mitigationBert Belder2013-02-202-4/+4
* | openssl: update to 1.0.1eFedor Indutny2013-02-20237-1215/+16422
* | Merge branch 'benchmark-refactor-2'isaacs2013-02-1995-1291/+7605
|\ \
| * | bench: Add bench-cryptoisaacs2013-02-192-0/+106
| * | bench: Simplify duration arguments to benchmarksisaacs2013-02-1911-11/+11
| * | bench: Consistency in benchmark filenamesisaacs2013-02-1910-0/+0
| * | bench: Only run http,net,fs,tls by defaultisaacs2013-02-191-2/+4
| * | bench: Remove _bench_timer (no loner used)isaacs2013-02-191-88/+0
| * | bench: Use wrk for http benchmarkingisaacs2013-02-194-25/+26
| * | tools: Add wrk for benchmarking http serversisaacs2013-02-1928-0/+5488
| * | bench: Show % change rather than % differenceisaacs2013-02-191-1/+1
| * | bench: Add --html to compare scriptisaacs2013-02-191-4/+26
| * | bench: Fail gracefully if function_call binding failsisaacs2013-02-191-1/+10
| * | make: Add benchmark make targetsisaacs2013-02-191-1/+27
| * | bench: Remove old run scriptisaacs2013-02-191-31/+0
| * | bench: Replace tls-fragmentation with tls/throughputisaacs2013-02-192-63/+74
| * | bench: Move tls-connect into benchmark/tlsisaacs2013-02-192-86/+63
| * | bench: Make io.c output easier to readisaacs2013-02-191-2/+1