summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-11stream_wrap: use v8::Integer::NewFromUnsigned()Ben 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-09src: fix windows build breakage from f674b09Ben Noordhuis
2013-08-09dgram: don't call into js when send cb is omittedBen Noordhuis
2013-08-09src: use v8::String::NewFrom*() functionsBen Noordhuis
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-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-06process_wrap: omit superfluous Number creationBen Noordhuis
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-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-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-02build: fix --without-ssl buildBen Noordhuis
2013-08-01src: Replace macros with util functionsisaacs
2013-08-01tls_wrap: parse tls session ticket extensionFedor Indutny
2013-08-01os: add mac address to networkInterfaces() outputBrian White
2013-08-01src: don't include <string.h> twice in src/node.ccBen Noordhuis
2013-08-01build: un-break the windows buildBert Belder
2013-07-31src: more lint after cpplint tighteningBen Noordhuis
2013-07-31etw_provider: unbreak windows buildFedor Indutny
2013-07-31src: lint c++ codeFedor Indutny
2013-07-31node: add inTick and lastThrew to infoBoxTrevor Norris
2013-07-30fs: write strings directly to diskTrevor Norris
2013-07-30string_bytes: export GetExternalPartsTrevor Norris
2013-07-29crypto: simplify DH modp group name matcherBen Noordhuis
2013-07-30src: const-ify variables in src/node_crypto*Ben Noordhuis
2013-07-30src: remove unused import in src/node_os.ccBen Noordhuis
2013-07-30string_bytes: don't use named imports in headerBen Noordhuis
2013-07-30Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis