summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: debug-signal-cluster increase timeoutsmove-debugger-testsAlexis Campailla2014-01-131-2/+2
* debug client: connect after child is readyAlexis Campailla2014-01-132-10/+12
* test: move debugger repl into own sectionTimothy J Fontaine2014-01-1312-2/+18
* test: refactor to use common testcfgTimothy J Fontaine2014-01-135-519/+152
* test: terminate gracefully in cluster-net-sendAlexis Campailla2014-01-131-0/+3
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-131-1/+3
|\
| * doc: streams must be open to be passed to childSam Roberts2014-01-131-1/+3
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-13223-444/+749
|\ \ | |/
| * 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
* | http: concatenate duplicate headers by defaultAlex Kocharin2014-01-132-29/+129
* | util: handle escaped forward slashes correctlyTom Gallacher2014-01-102-1/+17
* | domain: fix off-by-one in Domain.exit()Ryan Graham2014-01-092-1/+60
* | http: use writev on chunked encodingTrevor Norris2014-01-091-3/+7
* | test: check RR scheduler has necessary methodsJeff Barczewski2014-01-091-0/+51
* | node: AsyncListener use separate storage mechanismTrevor Norris2014-01-096-161/+325
* | src: revert domain using AsyncListenersTrevor Norris2014-01-0913-107/+468
* | configure: always set `arm_float_abi`Fedor Indutny2014-01-091-1/+1
* | child_process: better error reporting for execFedor Indutny2014-01-092-5/+15
* | deps: fix openssl assembly error on ia32 win32Fedor Indutny2014-01-0815-15/+15
* | deps: update openssl to 1.0.1fFedor Indutny2014-01-08135-1543/+2024
* | build: unconditionally disable -WerrorBen Noordhuis2014-01-072-3/+4
* | doc: Add forward secrecy section to TLS docsLorenz Leutgeb2014-01-051-9/+30
* | crypto: introduce .setEngine(engine, [flags])Fedor Indutny2014-01-056-2/+168
* | node: properly check uid when adding AsyncListenerTrevor Norris2014-01-032-1/+53
* | node: change AsyncListener APITrevor Norris2014-01-0322-142/+137
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-311-0/+106
|\ \ | |/
| * blog: Post for v0.11.10Timothy J Fontaine2013-12-311-0/+106
* | Now working on 0.11.11Timothy J Fontaine2013-12-311-2/+2
* | Merge branch 'v0.11.10-release'Timothy J Fontaine2013-12-313-1/+62
|\ \
| * | 2013.12.31, Version 0.11.10 (Unstable)v0.11.10v0.11.10-releaseTimothy J Fontaine2013-12-313-1/+62
|/ /
* | v8: Upgrade to 3.22.24.10Timothy J Fontaine2013-12-312-1/+2
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-312-6/+14
|\ \ | |/
| * 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
* | dns: add resolveSoa and 'SOA' rrtypeTuğrul Topuz2013-12-314-4/+121
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-311-0/+62
|\ \ | |/
| * 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
* | test: fix assumption of worker exit on disconnectSam Roberts2013-12-313-3/+10
* | cluster: do not synchronously emit 'setup' eventSam Roberts2013-12-312-7/+9
* | cluster: only forcibly exit worker on unclean exitSam Roberts2013-12-314-5/+161