summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2013.01.24, Version 0.9.8 (Unstable)v0.9.8v0.9.8-releaseisaacs2013-01-243-2/+28
* npm: Upgrade to v1.2.3isaacs2013-01-24139-389/+1401
* V8: Reapply floating patchesisaacs2013-01-243-10/+6
* V8: Upgrade to 3.15.11.10isaacs2013-01-2414-10/+196
* tls: make slab buffer's size configurableFedor Indutny2013-01-243-2/+80
* test: Add test for negative stream drain counterisaacs2013-01-241-0/+75
* streams2: Handle sync read callbacks nicelyisaacs2013-01-242-16/+77
* streams: Support objects other than BuffersRaynos2013-01-249-42/+757
* gitignore: ignore v8.log filesBen Noordhuis2013-01-241-0/+1
* http: close connection on 204 and chunked encodingBen Noordhuis2013-01-242-28/+40
* build: Add some gyp artifacts to .gitignoreScott Blomquist2013-01-231-0/+5
* buffer: remove float write range checksTrevor Norris2013-01-232-46/+6
* http: close connection on 304 and chunked encodingBen Noordhuis2013-01-232-0/+71
* deps: upgrade libuv to e4d8cbaBert Belder2013-01-233-23/+57
* deps: upgrade libuv to 7841f77Ben Noordhuis2013-01-2211-33/+84
* doc: Fix syntax in cluster example codeTim2013-01-211-4/+4
* gyp: fix build with dtrace support on FreeBSDFedor Indutny2013-01-211-0/+3
* dtrace: fix generation of v8 constants on freebsdFedor Indutny2013-01-211-5/+5
* typed arrays: fix DataView endianness regressionBen Noordhuis2013-01-202-1/+10
* child_process: remove .track optionFedor Indutny2013-01-202-186/+8
* console: Support formatting options in trace()isaacs2013-01-182-4/+8
* domain: empty stack on all exceptionsDave Olszewski2013-01-182-1/+50
* doc: Add NODE_DEBUG env to the first example.Yi EungJun2013-01-181-4/+5
* Merge remote-tracking branch 'ry/v0.8' into masterisaacs2013-01-1814-4/+466
|\
| * blog: Post for v0.8.18 releaseisaacs2013-01-181-0/+67
| * Now working on 0.8.19isaacs2013-01-181-2/+2
| * Merge branch 'v0.8.18-release' into v0.8isaacs2013-01-183-2/+19
| |\
| | * 2013.01.18, Version 0.8.18 (Stable)v0.8.18v0.8.18-releaseisaacs2013-01-183-2/+19
| |/
| * npm: Upgrade to v1.2.2isaacs2013-01-18125-300/+560
| * blog: Post for v0.9.7 releaseisaacs2013-01-181-0/+81
| * dns: make error message match errnoDan Milon2013-01-182-1/+3
| * tls: follow RFC6125 more striclyFedor Indutny2013-01-182-12/+36
| * Revert "Revert "tls: allow wildcards in common name""Fedor Indutny2013-01-181-3/+2
| * Revert "tls: allow wildcards in common name"Ben Noordhuis2013-01-171-2/+3
| * test: add cluster 'bind twice' testBen Noordhuis2013-01-171-0/+77
| * buffer: reject negative SlowBuffer offsetsBen Noordhuis2013-01-173-1/+59
| * install: add simplejson fallbackChris Dent2013-01-151-1/+6
| * buffer: zero-length buffers shouldn't be slab-backedBert Belder2013-01-141-2/+8
| * tls: allow wildcards in common nameFedor Indutny2013-01-141-3/+2
| * http: fix "Cannot call method 'emit' of null"Ben Noordhuis2013-01-142-1/+69
| * blog: release v0.9.6isaacs2013-01-111-0/+87
* | Now working on 0.9.8isaacs2013-01-181-2/+2
* | Merge branch 'v0.9.7-release'isaacs2013-01-185-11/+60
|\ \
| * | 2013.01.18, Version 0.9.7 (Unstable)v0.9.7v0.9.7-releaseisaacs2013-01-183-2/+33
| * | doc: Remove mention of child.send 'track' optionisaacs2013-01-181-9/+3
| * | buffer: Define INFINITY for MSVC compilerisaacs2013-01-181-0/+24
|/ /
* | npm: Upgrade to 1.2.2isaacs2013-01-18125-300/+560
* | cluster: make --prof work for workersBen Noordhuis2013-01-181-1/+22
* | v8: add %p option to --logfile, expands to pidBen Noordhuis2013-01-181-0/+3
* | child_process: do not keep list of sent socketsFedor Indutny2013-01-187-99/+463