summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2013.11.20, Version 0.11.9 (Unstable)v0.11.9v0.11.9-releaseTimothy J Fontaine2013-11-203-1/+45
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-11-20195-2512/+2586
|\
| * 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
* | child_process: deliver ENOENT on nextTickTimothy J Fontaine2013-11-201-1/+8
* | uv: upgrade to v0.11.15Timothy J Fontaine2013-11-2056-347/+3019
* | asyncwrap: add missing TryCatchTrevor Norris2013-11-191-0/+3
* | src: add ASSERT/CHECK/UNREACHABLE macrosBen Noordhuis2013-11-201-0/+15
* | src: make queue.h c++ compatibleBen Noordhuis2013-11-201-7/+7
* | v8: upgrade to 3.22.24.5Timothy J Fontaine2013-11-1829-267/+522
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-11-1852-2169/+2483
|\ \ | |/
| * 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 bebdceaTimothy 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
* | debugger: pass on v8 debug switchesBen Noordhuis2013-11-162-28/+55
* | buffer: convert values to uint, not intTrevor Norris2013-11-151-44/+40
* | src: make buffer size errors more explicitTrevor Norris2013-11-152-4/+13
* | buffer: no warning when encoding isn't passedTrevor Norris2013-11-151-6/+15
* | src: remove unused import in cares_wrap.ccBen Noordhuis2013-11-141-1/+0
* | doc: fix few smalloc entries for proper formattingTrevor Norris2013-11-131-13/+10
* | smalloc: check if object has external memoryTrevor Norris2013-11-135-10/+59
* | src: add comments about implicit dependenciesTrevor Norris2013-11-122-0/+10
* | base-object: add BaseObjectTrevor Norris2013-11-1212-160/+188
* | async-wrap: make typenames consistentTrevor Norris2013-11-121-7/+7
* | tls_wrap: move members to initialization listTrevor Norris2013-11-121-5/+2
* | src: use Context::Scope objects in cares_wrap.ccBen Noordhuis2013-11-121-9/+18
* | src: fix Context::Scope usageBen Noordhuis2013-11-1217-31/+31
* | crypto: fix up implicit HandleScope abuseBen Noordhuis2013-11-122-8/+10
* | src: remove global HandleScopeBen Noordhuis2013-11-122-3/+5
* | src: fix Environment::GetCurrent() usageBen Noordhuis2013-11-1121-59/+76
* | node: add HandleScope to prevent memory leakTrevor Norris2013-11-111-0/+1
* | v8: upgrade to 3.22.24Ben Noordhuis2013-11-11474-26992/+31101
* | crypto: update root certificatesBen Noordhuis2013-11-092-3587/+3564
* | tools: check in certdata.txt from mozilla NSSBen Noordhuis2013-11-091-0/+24785
* | tools: customize mk-ca-bundle.plBen Noordhuis2013-11-091-70/+30