summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gyp: fix `ninja` build on linuxFedor Indutny2014-01-162-6/+13
* doc: clarify Windows signal sending emulationSam Roberts2014-01-161-4/+10
* child_process: fix spawn() optional argumentsSam Roberts2014-01-161-2/+10
* doc: describe child_process.fork() silent optionSam Roberts2014-01-161-2/+4
* doc: child_process.execFile arguments are optionalSam Roberts2014-01-161-1/+1
* domains: exit() only affects active domainsRyan Graham2014-01-152-5/+41
* blog: TJ is the new node core project leadisaacs2014-01-151-0/+54
* gyp: fix build with python 2.6Fedor Indutny2014-01-131-1/+2
* deps: update gyp to 1eae492bFedor Indutny2014-01-138-56/+113
* doc: streams must be open to be passed to childSam Roberts2014-01-131-1/+3
* test: close debug client in test-debugger-clientAlexis Campailla2014-01-131-3/+8
* src: return empty set on ENOSYS for interfacesTimothy J Fontaine2014-01-121-2/+5
* v8: backport codereview.chromium.org/11362182svenpanne@chromium.org2014-01-101-1/+3
* doc: Fix argument typo in SimpleProtocol examplegluxon2014-01-101-1/+1
* src: OnFatalError handler must abort()Timothy J Fontaine2014-01-092-1/+40
* doc: fix typo in cluster pageLorenz Leutgeb2014-01-081-1/+1
* uv: Upgrade to v0.10.22Timothy J Fontaine2014-01-0711-6/+115
* npm: Upgrade to 1.3.23isaacs2014-01-06215-432/+618
* 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