summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* gyp: update to 78b26f7Timothy J Fontaine2013-12-1116-119/+1785
* npm: Upgrade to 1.3.17isaacs2013-12-11415-3883/+13331
* fs: report correct path when EEXISTFedor Indutny2013-12-102-18/+89
* tls: emit 'end' on .receivedShutdownFedor Indutny2013-12-104-20/+67
* build: only whole archive on static v8 buildsTimothy J Fontaine2013-12-101-1/+1
* build: pass --no-parallel by default to gypTimothy J Fontaine2013-12-061-1/+1
* build: ./configure pass positional args to gypTimothy J Fontaine2013-12-061-5/+9
* doc: mention execArgv in setupMasterYazhong Liu2013-12-061-0/+2
* doc: document 'error' event for stream.WritableFedor Indutny2013-12-061-0/+4
* crypto: Make Decipher._flush() emit errors.Kai Groner2013-12-042-1/+21
* blog: bnoordhuis departureisaacs2013-12-041-0/+17
* tls: fix pool usage raceFedor Indutny2013-12-022-8/+76
* doc: list execArgv option for child_process.fork()Yazhong Liu2013-12-021-0/+2
* doc: change constant to consistentGabriel Falkenberg2013-12-021-1/+1
* process: document kill(0), disallow kill(O_RDWR)Sam Roberts2013-12-023-4/+14
* tls: reset NPN callbacks after SNIFedor Indutny2013-12-023-15/+31
* build: include postmortem symbols on linuxTimothy J Fontaine2013-12-012-1/+9
* doc: net: fix typo in example codeYazhong Liu2013-11-301-1/+1
* doc: http: document ServerResponse 'finish' eventMichael Ridgway2013-11-281-0/+11
* doc: http: properly document callback argumentNikolai Vavilov2013-11-281-2/+6
* stream_wrap: don't call Number::New()Ben Noordhuis2013-11-271-1/+1
* blog: npm outage postmortemisaacs2013-11-261-0/+82
* doc: clarify child_process error behaviourLinus Unnebäck2013-11-231-0/+4
* events: fix TypeError in removeAllListenersJeremy Martin2013-11-222-1/+8
* blog: Post for v0.11.9Timothy J Fontaine2013-11-201-0/+92
* npm: Upgrade to v1.3.15isaacs2013-11-20190-2507/+2552
* crypto: `randomBytes` is non-blockingFedor Indutny2013-11-191-0/+6
* events: do not accept NaN in setMaxListenersFedor Indutny2013-11-192-1/+13
* net: fix `new net.Socket` documentationFedor Indutny2013-11-191-4/+6
* dgram: fix abort when getting `fd` of closed dgramFedor Indutny2013-11-192-1/+10
* doc: add nodejs.vn to community pageBen Noordhuis2013-11-151-0/+1
* doc: sort community page links alphabeticallyBen Noordhuis2013-11-151-27/+16
* tls: handle `ssl.start()` errorsFedor Indutny2013-11-132-0/+29
* events: don't call once twiceTim Wood2013-11-132-1/+23
* blog: Post for v0.10.22Timothy J Fontaine2013-11-121-0/+74
* Now working on 0.10.23Timothy J Fontaine2013-11-121-2/+2
* Merge branch 'v0.10.22-release' into v0.10Timothy J Fontaine2013-11-1269-2185/+2798
|\
| * 2013.11.12, Version 0.10.22 (Stable)v0.10.22v0.10.22-releaseTimothy J Fontaine2013-11-123-2/+26
| * src: add HandleScope in HandleWrap::OnCloseTimothy J Fontaine2013-11-122-0/+13
| * uv: Upgrade to v0.10.19Timothy J Fontaine2013-11-1221-37/+528
| * v8: use correct timezone information on Solarisyangguo@chromium.org2013-11-121-6/+2
| * repl: do not insert duplicates into completionsMaciej Małecki2013-11-112-1/+4
| * gyp: update to bebdceagyp-updateTimothy J Fontaine2013-11-1040-2139/+2225
|/
* v8: unbreak `make native` buildBen Noordhuis2013-11-091-11/+0
* tls: prevent stalls by using read(0)Fedor Indutny2013-11-092-4/+85