summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* node: explicitly include `sys/types.h` for size_tFedor Indutny2014-01-281-0/+8
* test: use logical and not or in abort-fatal-errorTimothy J Fontaine2014-01-271-1/+1
* test: make abort-fatal-error more robustTimothy J Fontaine2014-01-271-2/+13
* test: fix test-net-listen-fd0 for pipesTimothy J Fontaine2014-01-271-3/+7
* node: register modules from DSO constructorsKeith M Wesolowski2014-01-2725-236/+159
* crypto: honor default ciphers in client modeJacob Hoffman-Andrews2014-01-283-8/+50
* test: race condition in test-cluster-disconnectAlexis Campailla2014-01-271-2/+2
* node: fix argument parsing with -p argAlexis Campailla2014-01-271-1/+3
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-275-1/+74
|\
| * net: make Socket destroy() re-entrance safeJun Ma2014-01-272-1/+37
| * crypto: throw on SignFinal failureFedor Indutny2014-01-262-2/+24
| * net: reset `endEmitted` on reconnectFedor Indutny2014-01-252-0/+4
| * deps: backport b5135bbc from c-ares repoFedor Indutny2014-01-251-41/+37
| * doc: readline document TTY utilsFedor Indutny2014-01-251-0/+20
* | deps: update uv to 0.11.18Fedor Indutny2014-01-2746-94/+385
* | crypto: clear error in GetPeerCertificateFedor Indutny2014-01-267-1/+119
* | http: do not emit EOF non-readable socketFedor Indutny2014-01-252-3/+81
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-24204-5966/+1400
|\ \ | |/
| * doc: fix typo in readlineScott González2014-01-241-1/+1
| * npm: Upgrade to v1.3.25isaacs2014-01-23116-335/+111
| * test: fix http-incoming-pipelined-socket-destroyAlexis Campailla2014-01-231-7/+15
| * test: fix http-many-ended-pipelines server closeAlexis Campailla2014-01-231-4/+6
| * blog: Post for v0.10.25Timothy J Fontaine2014-01-231-0/+72
| * Now working on 0.10.26Timothy J Fontaine2014-01-231-2/+2
| * Merge branch 'v0.10.25-release' into v0.10Timothy J Fontaine2014-01-234-22/+48
| |\
| | * src: lint lib/net.jsv0.10.25v0.10.25-releaseTimothy J Fontaine2014-01-221-20/+21
| | * 2014.01.23, Version 0.10.25 (Stable)Timothy J Fontaine2014-01-223-2/+27
| |/
| * uv: Upgrade to v0.10.23Timothy J Fontaine2014-01-228-22/+148
| * gyp: fix non-ninja buildFedor Indutny2014-01-201-1/+1
| * npm: Upgrade to v1.3.24isaacs2014-01-19183-5712/+1190
| * blog: nodejs v0.12 roadmap updateTimothy J Fontaine2014-01-161-0/+52
| * 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
* | tls_wrap: propagate errors to write callbacksFedor Indutny2014-01-248-53/+141
* | tls: emit `clientError` on early socket closeFedor Indutny2014-01-244-4/+118
* | lint: use reinterpret_cast, not C-style castsTrevor Norris2014-01-231-1/+1
* | v8: upgrade to 3.22.24.17Trevor Norris2014-01-2343-147/+585
* | tls: process accumulated inputFedor Indutny2014-01-234-5/+114
* | node: clear nextTickQueue when using domainsTrevor Norris2014-01-221-0/+2
* | doc: skip type parsing inside code blocksVladimir Kurchatkin2014-01-221-2/+8
* | crypto: remove duplicate ERR_load_crypto_strings()Yorkie2014-01-221-1/+0
* | test: fix array sorting bugBen Noordhuis2014-01-221-1/+4
* | crypto: support custom pbkdf2 digest methodsBen Noordhuis2014-01-224-20/+86
* | node: remove asyncStackTrevor Norris2014-01-211-36/+12
* | node: only run same AL once on errorTrevor Norris2014-01-212-1/+57
* | path: improve POSIX path.join() performanceJo Liss2014-01-211-9/+22
* | crypto: add newline to cert and key if not presentFedor Indutny2014-01-222-3/+87