summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* npm: Upgrade to 1.3.3isaacs2013-07-121823-79309/+32757
* test: regression test for #5798 setImmediateTimothy J Fontaine2013-07-112-5/+59
* timers: setImmediate process full queue each turnBen Noordhuis2013-07-111-8/+14
* build: fix windows buildBen Noordhuis2013-07-115-59/+46
* src: remove unnecessary calls to Local<T>::New()Ben Noordhuis2013-07-075-11/+11
* src: cast strong persistent handles to localsBen Noordhuis2013-07-078-33/+55
* smalloc: don't take address of stack varBen Noordhuis2013-07-071-19/+23
* http: Use OOP for OutgoingMessage._finishisaacs2013-07-093-17/+13
* http: Reuse more http/https Agent codeisaacs2013-07-099-86/+128
* http: Add agent.get/request methodsisaacs2013-07-095-29/+136
* http: Proper KeepAlive behaviorisaacs2013-07-093-8/+149
* http: styleisaacs2013-07-091-3/+9
* crypto: throw a helpful error message for "tls" and "crypto"Nathan Rajlich2013-07-091-7/+1
* configure: fix the --without-ssl optionNathan Rajlich2013-07-092-3/+3
* buffer: propagate originating parentTrevor Norris2013-07-082-1/+23
* tls_wrap: return Error not throw for missing certTimothy J Fontaine2013-07-091-1/+2
* benchmark: update callbacks only receive dataTrevor Norris2013-07-083-11/+8
* smalloc: call callback if set on AllocDisposeTrevor Norris2013-07-081-6/+31
* smalloc: zero size allocs may need to be free'dTrevor Norris2013-07-081-8/+9
* deps: upgrade c-ares to piscisaureus/cares@805d153Ben Noordhuis2013-07-067-2/+646
* http: use an unref'd timer to fix delay in exitPeter Rust2013-07-071-3/+6
* timers: internal unref timers should use Timer.nowTimothy J Fontaine2013-07-071-2/+2
* build: don't enable --gc-sections on sunosBen Noordhuis2013-07-061-1/+3
* test: fix up weakref.cc after v8 api changeBen Noordhuis2013-07-061-95/+111
* tools: add check-imports.sh scriptBen Noordhuis2013-07-061-0/+15
* src: enable native v8 typed arraysBen Noordhuis2013-07-064-349/+34
* src: abort() on fatal error in debug modeBen Noordhuis2013-07-061-0/+4
* string_bytes: stop using String::AsciiValueBen Noordhuis2013-07-061-14/+18
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-0643-3609/+2241
* build: remove --unsafe-optimizations flagBen Noordhuis2013-07-062-35/+8
* v8: reapply floating patchesBen Noordhuis2013-07-061-1/+16
* v8: upgrade to v3.20.2Ben Noordhuis2013-07-061184-14267/+168801
* smalloc: revert change to use pointer indirectionTrevor Norris2013-07-061-2/+2
* buffer: use macroFedor Indutny2013-07-061-48/+26
* smalloc: fix style, use macroFedor Indutny2013-07-061-15/+10
* doc: remove mention of maxTickDepthTrevor Norris2013-07-052-29/+5
* Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-07-056-16/+172
|\
| * src: fix memory leak in UsingDomains()Ben Noordhuis2013-07-051-0/+1
| * test: fix tls-hello-parser-failure on smartosTimothy J Fontaine2013-07-011-4/+15
| * http: use an unref'd timer to fix delay in exitPeter Rust2013-07-012-3/+66
| * zlib: level can be negativeBrian White2013-07-011-1/+1
| * zlib: allow zero values for level and strategyBrian White2013-07-011-2/+8
| * doc: vm: update github issues linkBen Noordhuis2013-06-281-1/+1
| * buffer: add comment explaining buffer alignmentBen Noordhuis2013-06-271-2/+2
| * blog: v0.11.3 releaseisaacs2013-06-261-0/+101
| * doc: tls: ECDH ciphers are not supportedBen Noordhuis2013-06-271-6/+5
| * Revert "configure: fix cross-compilation host_arch_cc()"Ben Noordhuis2013-06-251-9/+4
* | stream: objectMode transform should allow falsey valuesJeff Barczewski2013-07-032-1/+49
* | {stream,udp,tls}_wrap: remove unused offset/lengthTrevor Norris2013-07-0310-53/+30
* | smalloc: use malloc instead of newTrevor Norris2013-07-036-17/+59