aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-12src: centralize class wrap/unwrapTrevor Norris
2013-08-12cares_wrap: remove unused function getHostByName()Ben Noordhuis
2013-08-12cares_wrap: don't set oncomplete property from c++Ben Noordhuis
2013-08-12test: fix up internet/test-dns after api changeBen Noordhuis
2013-08-11stream_wrap: use v8::Integer::NewFromUnsigned()Ben Noordhuis
2013-08-10v8: fix openbsd buildBen Noordhuis
2013-08-10v8: upgrade v8 to 3.20.14.1Ben Noordhuis
2013-08-10build: disable SSLv2 by defaultBen Noordhuis
2013-08-10build: fix up style issues in configure scriptBen Noordhuis
2013-08-10configure: order configure switches alphabeticallyBen Noordhuis
2013-08-10 build: make ninja build respect V=Ben Noordhuis
2013-08-10build: don't auto-destroy existing configurationBen Noordhuis
2013-08-09domain: share object and state with native landTrevor Norris
2013-08-09node: remove domain nextTickTrevor Norris
2013-08-09src: don't call v8::Object::SetHiddenValue()Ben Noordhuis
2013-08-09test: use common.PORT in simple/test-net-GH-5504Ben Noordhuis
2013-08-09src: fix windows build breakage from f674b09Ben Noordhuis
2013-08-09dgram: don't call into js when send cb is omittedBen Noordhuis
2013-08-09dgram: fix regression in string argument handlingBen Noordhuis
2013-08-09src: use v8::String::NewFrom*() functionsBen Noordhuis
2013-08-08stream: Short-circuit buffer pushes when flowingisaacs
2013-08-08http: Use streams3 directly, not .ondata/endisaacs
2013-08-07smalloc: allow different external array typesTrevor Norris
2013-08-07smalloc: cleanup checks/conversionsTrevor Norris
2013-08-07stream_wrap: fix long line introduced in da5ad92Ben Noordhuis
2013-08-07http: Support legacy agent.addRequest APIisaacs
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