aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-07src: remove no-op HandleWrap::Initialize()Ben Noordhuis
2013-08-07stream_wrap: add handle type checkersBen Noordhuis
2013-08-07stream_wrap: use getters, not direct field accessBen Noordhuis
2013-08-07src: constify WITH_GENERIC_STREAM macroBen Noordhuis
2013-08-07src: add IsEmpty() check to HasInstance()Ben Noordhuis
2013-08-06Now working on 0.11.6Timothy J Fontaine
2013-08-06Merge branch 'v0.11.5-release'Timothy J Fontaine
2013-08-06domains: properly check if domains are being usedTrevor Norris
2013-08-062013.08.06, Version 0.11.5 (Unstable)Timothy J Fontaine
2013-08-06uv: Upgrade to v0.11.7Timothy J Fontaine
2013-08-07tls: fix lazy initialization of clienthello parserFedor Indutny
2013-08-06Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-08-06process_wrap: omit superfluous Number creationBen Noordhuis
2013-08-06stream: Fix double pipe error emitEran Hammer
2013-08-06src: fix WITH_GENERIC_STREAM() type check bugBen Noordhuis
2013-08-06crypto: fix signed/unsigned comparison warningBen Noordhuis
2013-08-06tls: asynchronous SNICallbackFedor Indutny
2013-08-06tls_wrap: DRY ClientHelloParserFedor Indutny
2013-08-05repl: Add 'smalloc' to list of known modulesisaacs
2013-08-05doc: add a missing word in streams docEvan Solomon
2013-08-05build: fix ia32 sunos, elfwrap only needs -64Timothy J Fontaine
2013-08-05build: embed the mdb_v8.so into the binaryTimothy J Fontaine
2013-08-05doc: Update LICENSE for npm's Artistic 2.0isaacs
2013-08-05test: Move test-http-default-port from disabled to simpleisaacs
2013-08-05https: fix default portKoichi Kobayashi
2013-08-05http: Fix overlooked agent.globalAgent exportisaacs
2013-08-05v8: back-port fix for CVE-2013-2882mstarzinger@chromium.org
2013-08-05doc: document domain.enter() and domain.exit()Forrest L Norvell
2013-08-05doc: fs.open, fix flag/mode confusion, etc.Sam Roberts
2013-08-05v8: fix openbsd buildBen Noordhuis
2013-08-04tls: fix handling of `SNICallback` server optionFedor Indutny
2013-08-03src: use static_cast for void-to-T castsBen Noordhuis
2013-08-03src: use PersistentToLocal() in a few more placesBen Noordhuis
2013-08-03crypto: fix another over-run in bioFedor Indutny
2013-08-03src: remove non-isolate PersistentToLocal(), v2Ben Noordhuis
2013-08-02npm: Upgrade to 1.3.7isaacs
2013-08-02process: set key properties as ReadOnlyTrevor Norris
2013-08-02src: remove non-isolate PersistentToLocal()Ben Noordhuis
2013-08-02smalloc: remove double checksTrevor Norris
2013-08-02smalloc: fix assertion fails/segfaultTrevor Norris
2013-08-02util: add isPrimitive checkTrevor Norris
2013-08-02build: fix --without-ssl buildBen Noordhuis
2013-08-01src: Replace macros with util functionsisaacs
2013-08-01benchmark: update misc to new v8 APITrevor Norris
2013-08-01test: add mac to test-osTrevor Norris
2013-08-01test: future-proof simple/test-event-emitter-memory-leakBen Noordhuis
2013-08-01test: fix pummel/test-net-connect-memleakBen Noordhuis
2013-08-01events: fix memory leak, don't leak event namesBen Noordhuis
2013-08-01tls_wrap: parse tls session ticket extensionFedor Indutny
2013-08-01os: add mac address to networkInterfaces() outputBrian White