summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* zlib: emit after properly closedrun-in-closing-handlesTrevor Norris2014-01-041-5/+4
* child_process: emit close in proper phase of eloopTrevor Norris2014-01-041-18/+9
* dgram: emit close when handle is closedTrevor Norris2014-01-041-2/+4
* cluster: remove custom close callbackTrevor Norris2014-01-041-13/+0
* net: run close callbacks in correct eloop phaseTrevor Norris2014-01-041-43/+42
* 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
* | cluster: disconnect callback should always occurSam Roberts2013-12-312-3/+41
* | cluster: replace erroneous comma with semicolonSam Roberts2013-12-311-1/+1
* | uv: Upgrade to v0.11.17Timothy J Fontaine2013-12-3124-58/+299
* | doc: Fix doc heading for 'response' eventBenjamin Waters2013-12-311-1/+1
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-30126-168/+287
|\ \ | |/
| * 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
* | timers: setImmediate v8 optimization fixpflannery2013-12-301-2/+4
* | querystring: remove `name` from `stringify()`Yorkie2013-12-302-6/+3
* | deps: update gyp to 828ce09Fedor Indutny2013-12-2712-134/+559
* | doc: Missing word 'are' in documentationBenjamin Waters2013-12-261-1/+1
* | src: only access stack of non-null errorsVladimir Kurchatkin2013-12-233-1/+31
* | util: introduce CHECK_EQ/CHECK_NEFedor Indutny2013-12-202-8/+12
* | Revert "util: more strict check for bool/number/string"Trevor Norris2013-12-204-39/+5
* | tls: reintroduce socket.encryptedFedor Indutny2013-12-212-0/+9
* | buffer: optimize writeInt* methodsPaul Loyd2013-12-211-43/+0
* | events: move EE c'tor guts to EventEmitter.initBert Belder2013-12-201-10/+13
* | test: fix flaky unit test test-fs-realpath.jsAlexis Campailla2013-12-201-0/+12
* | test: case insensitve path comparison on WindowsAlexis Campailla2013-12-201-2/+11
* | http: parse the status message in a http response.Cam Swords2013-12-207-1/+102
* | deps: update http_parser to 2.2Fedor Indutny2013-12-2012-96/+647
* | doc: describe the local domain path on WindowsSam Roberts2013-12-191-4/+24
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-19176-745/+1363
|\ \ | |/