summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stream: writes may return false but forget to emit drainayanamist2014-01-052-1/+76
* blog: Post for v0.11.10Timothy J Fontaine2013-12-311-0/+106
* doc: document that `process.send` is synchronousMaciej MaƂecki2013-12-311-0/+5
* doc: clarify process on exit safe usageTimothy J Fontaine2013-12-311-5/+7
* docs: process.on('exit') receives exit codeRon Korving2013-12-311-3/+4
* test: fix test-cluster-eaccess to work on windowsTimothy J Fontaine2013-12-311-16/+19
* cluster: report more errors to workersFedor Indutny2013-12-314-9/+83
* deps: update gyp to 828ce09Fedor Indutny2013-12-3012-134/+559
* doc: Fix missing backtick in debugger docDav Glass2013-12-301-1/+1
* build: add settings for VS 2013 to vcbuild.batLev Gimelfarb2013-12-281-0/+9
* npm: Upgrade to v1.3.22isaacs2013-12-25124-168/+277
* build: install common.gypi along with headersT.C. Hollingsworth2013-12-201-0/+1
* blog: Post for v0.10.24Timothy J Fontaine2013-12-191-0/+68
* Now working on 0.10.25Timothy J Fontaine2013-12-191-2/+2
* Merge branch 'v0.10.24-release' into v0.10Timothy J Fontaine2013-12-192-2/+17
|\
| * 2013.12.18, Version 0.10.24 (Stable)v0.10.24v0.10.24-releaseTimothy J Fontaine2013-12-182-2/+17
|/
* uv: Upgrade to v0.10.21Timothy J Fontaine2013-12-184-4/+15
* cluster, v8: fix --logfile=%p.logBen Noordhuis2013-12-181-0/+4
* build: unix install node and dep library headersTimothy J Fontaine2013-12-181-0/+36
* npm: upgrade to 1.3.21isaacs2013-12-17111-115/+119
* npm: upgrade to 1.3.20isaacs2013-12-17110-116/+118
* npm: Upgrade to 1.3.19isaacs2013-12-16172-742/+1235
* v8: backport fix for CVE-2013-{6639|6640}jkummerow@chromium.org2013-12-148-34/+140
* module: only cache package mainWyatt Preul2013-12-121-6/+6
* blog: Post for v0.10.23Timothy J Fontaine2013-12-111-0/+86
* Now working on 0.10.24Timothy J Fontaine2013-12-111-2/+2
* Merge branch 'v0.10.23-release' into v0.10Timothy J Fontaine2013-12-113-2/+44
|\
| * 2013.12.12, Version 0.10.23 (Stable)v0.10.23v0.10.23-releaseTimothy J Fontaine2013-12-113-2/+44
|/
* doc: fix typos in node.1Nicolas Kaiser2013-12-111-3/+3
* doc: mention `binary` as deafult for Hash stringsMathias Bynens2013-12-111-2/+3
* doc: "finish" event is on the writable streamGabriel Farrell2013-12-111-1/+1
* uv: Upgrade v0.10.20Timothy J Fontaine2013-12-1116-46/+156
* gyp: update to 78b26f7Timothy J Fontaine2013-12-1116-119/+1785
* npm: Upgrade to 1.3.17isaacs2013-12-11415-3883/+13331
* fs: report correct path when EEXISTFedor Indutny2013-12-102-18/+89
* tls: emit 'end' on .receivedShutdownFedor Indutny2013-12-104-20/+67
* build: only whole archive on static v8 buildsTimothy J Fontaine2013-12-101-1/+1
* build: pass --no-parallel by default to gypTimothy J Fontaine2013-12-061-1/+1
* build: ./configure pass positional args to gypTimothy J Fontaine2013-12-061-5/+9
* doc: mention execArgv in setupMasterYazhong Liu2013-12-061-0/+2
* doc: document 'error' event for stream.WritableFedor Indutny2013-12-061-0/+4
* crypto: Make Decipher._flush() emit errors.Kai Groner2013-12-042-1/+21
* blog: bnoordhuis departureisaacs2013-12-041-0/+17
* tls: fix pool usage raceFedor Indutny2013-12-022-8/+76
* doc: list execArgv option for child_process.fork()Yazhong Liu2013-12-021-0/+2
* doc: change constant to consistentGabriel Falkenberg2013-12-021-1/+1
* process: document kill(0), disallow kill(O_RDWR)Sam Roberts2013-12-023-4/+14
* tls: reset NPN callbacks after SNIFedor Indutny2013-12-023-15/+31
* build: include postmortem symbols on linuxTimothy J Fontaine2013-12-012-1/+9
* doc: net: fix typo in example codeYazhong Liu2013-11-301-1/+1