summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2013.03.28, Version 0.11.0 (Unstable)v0.11.0v0.11.0-releaseisaacs2013-03-283-2/+40
* lintisaacs2013-03-281-2/+2
* Merge remote-tracking branch 'ry/v0.10'isaacs2013-03-2853-205/+1032
|\
| * 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
* | os: use %SystemRoot% or %windir% in os.tmpdir()Suwon Chae2013-03-281-6/+13
* | util: fix util.inspect() line width calculationMarcin Kostrzewa2013-03-282-1/+29
* | openssl: make sed tool configurableBen Noordhuis2013-03-261-1/+2
* | test: Use 'close' event in simple/test-repl-timeout-throwisaacs2013-03-261-1/+1
* | buffer: remove _charsWrittenTrevor Norris2013-03-264-52/+0
* | tls: expose SSL_CTX_set_timeout via tls.createServerManav Rathi2013-03-266-0/+185
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-03-2647-536/+1128
|\ \ | |/
| * 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
* | fs: uv_[fl]stat now reports subsecond resolutionTimothy J Fontaine2013-03-234-15/+17
* | deps: upgrade libuv to eca008aBen Noordhuis2013-03-238-101/+182