summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* npm: Upgrade to v1.2.15isaacs2013-03-2818-83/+218
* tls: handle SSL_ERROR_ZERO_RETURNFedor Indutny2013-03-282-3/+12
* setTimeout: do not calculate Timeout._when propertywicked2013-03-281-2/+5
* stream: Emit readable on ended streams via read(0)isaacs2013-03-282-1/+25
* stream: Handle late 'readable' event listenersisaacs2013-03-282-3/+96
* doc: Add 'don't ignore errors' section to domainisaacs2013-03-281-17/+153
* doc: debugger, dns, http: fix grammarBenjamin Ruston2013-03-283-3/+3
* deps: upgrade libuv to 7514149Ben Noordhuis2013-03-2810-27/+154
* test: Accept either kind of NaNisaacs2013-03-272-5/+15
* tls: handle errors before calling C++ methodsFedor Indutny2013-03-272-9/+75
* doc: addon: fix grammarBenjamin Ruston2013-03-271-2/+2
* openssl: disable HEARTBEAT TLS extensionFedor Indutny2013-03-271-1/+7
* domain: fix domain callback from MakeCallbackTrevor Norris2013-03-264-41/+97
* doc: child_process: document 'error' eventBen Noordhuis2013-03-261-2/+25
* doc: fix formatting in tty.markdownBen Noordhuis2013-03-261-1/+1
* test: test name is the last elem, not secondTimothy J Fontaine2013-03-261-1/+1
* child_process: don't emit same handle twiceBen Noordhuis2013-03-252-0/+2
* crypto: make getCiphers() return non-SSL ciphersBen Noordhuis2013-03-256-23/+60
* doc: mention `process.*.isTTY` under `process`Mathias Bynens2013-03-251-0/+14
* child_process: fix sending utf-8 to child processBen Noordhuis2013-03-252-1/+37
* bench: add child process read perf benchmarkBen Noordhuis2013-03-251-0/+28
* deps: fix openssl build on windowsBen Noordhuis2013-03-241-1/+7
* stream: Fix early end in Writables on zero-length writesisaacs2013-03-243-1/+72
* tools: update gyp to r1601Ben Noordhuis2013-03-2423-500/+722
* doc: update CONTRIBUTING.mdBen Noordhuis2013-03-241-5/+6
* timer: fix off-by-one ms errorAlexey Kupershtokh2013-03-232-1/+49
* tls: remove harmful unnecessary bounds checkingMarcel Laverdet2013-03-241-20/+0
* v8: Unify kMaxArguments with number of bits used to encode it.verwaest@chromium.org2013-03-235-14/+13
* crypto: check randomBytes() size argumentBen Noordhuis2013-03-232-3/+11
* doc: document that stdio is usually blockingBen Noordhuis2013-03-231-0/+13
* stream: Fix stall in Transform under very specific conditionsGil Pedersen2013-03-212-0/+37
* timers: handle signed int32 overflow in enroll()Fedor Indutny2013-03-212-0/+69
* blog: Post for v0.10.1isaacs2013-03-211-0/+82
* Now working on v0.10.2isaacs2013-03-211-2/+2
* Merge branch 'v0.10.1-release' into v0.10isaacs2013-03-213-2/+34
|\
| * 2013.03.21, Version 0.10.1 (Stable)v0.10.1v0.10.1-releaseisaacs2013-03-203-2/+34
* | deps: upgrade libuv to 9b61939Ben Noordhuis2013-03-215-16/+98
|/
* npm: upgrade to 1.2.15isaacs2013-03-20120-221/+358
* crypto: initialize transform lazilyFedor Indutny2013-03-201-12/+30
* tls: Prevent hang in readStartisaacs2013-03-201-1/+4
* bench: compare binaries equal timesTrevor Norris2013-03-201-18/+6
* bench: add dgram send/recv benchmarkBen Noordhuis2013-03-201-0/+61
* tls: always reset this.ssl.error after handlingFedor Indutny2013-03-201-19/+14
* fs: make write/appendFileSync correctly set file modeRaymond Feng2013-03-202-1/+99
* doc: fix streams2 SimpleProtocol exampleIskren Ivov Chernev2013-03-201-2/+2
* windows: enable watching signals with process.on('SIGXYZ')Bert Belder2013-03-201-4/+0
* Update .mailmap and AUTHORSBert Belder2013-03-192-7/+20
* doc: fix broken links in blog footerBen Noordhuis2013-03-181-5/+5
* tls: write pending data of opposite sideFedor Indutny2013-03-172-0/+75
* node: revert removal of MakeCallbackTrevor Norris2013-03-171-15/+25