summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2013.04.03, Version 0.10.3 (Stable)v0.10.3v0.10.3-releaseisaacs2013-04-033-1/+29
* http: Remove legacy ECONNRESET workaround codeisaacs2013-04-032-17/+55
* npm: Upgrade to 1.2.17isaacs2013-04-03210-213/+726
* test: fork-getconnections stricter, less chattyisaacs2013-04-031-12/+24
* child_process: acknowledge sent handlesFedor Indutny2013-04-031-0/+29
* assert: Simplify AssertError creationisaacs2013-04-031-14/+10
* etw: update prototypes to match dtrace providerTimothy J Fontaine2013-04-032-14/+26
* dtrace: check if _handle property is setBen Noordhuis2013-04-031-2/+6
* dtrace: actually use the _handle.fd valueTimothy J Fontaine2013-04-032-19/+23
* dtrace: pass more arguments to probesDave Pacheco2013-04-032-24/+28
* build: allow building with dtrace on osxDave Pacheco2013-04-032-10/+26
* src: remove unused variablesBrian White2013-04-021-4/+2
* http client: Ensure socket cleanup on response endisaacs2013-04-022-2/+75
* test: test intended code-pathsAndrew Hart2013-04-011-7/+27
* tls: Destroy socket when encrypted side closesisaacs2013-04-011-0/+6
* Ensure BAD domain example actually uses domainMichael Hart2013-04-011-3/+5
* querystring: Removing unnecessary bindingMitar2013-04-011-1/+0
* repl: use more readable RegExp syntax for spacesNathan Rajlich2013-03-301-1/+1
* repl: isSyntaxError() catches "strict mode" errorsNathan Rajlich2013-03-302-0/+17
* crypto: Pass options to ctor callsisaacs2013-03-291-9/+9
* blog: v0.11.0 releaseisaacs2013-03-281-0/+86
* blog: Update linux binary tarball shasumsisaacs2013-03-281-2/+2
* blog: Post about v0.10.2isaacs2013-03-281-0/+87
* Node working on 0.10.3isaacs2013-03-281-2/+2
* Merge branch 'v0.10.2-release' into v0.10isaacs2013-03-283-2/+39
|\
| * 2013.03.28, Version 0.10.2 (Stable)v0.10.2v0.10.2-releaseisaacs2013-03-283-2/+39
* | src: tie process.versions.uv to uv_version_string()Ben Noordhuis2013-03-281-3/+1
|/
* deps: upgrade libuv to v0.10.3Bert Belder2013-03-284-2/+19
* 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