summaryrefslogtreecommitdiff
path: root/node.gyp
AgeCommit message (Expand)Author
2014-08-17gyp: preserve v8dbg syms on freebsd tooFedor Indutny
2014-08-08build: linking CoreFoundation framework for OSXThorsten Lorenz
2014-08-07Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-07-31gyp: do not rm unused openssl syms on osx/linuxFedor Indutny
2014-07-29Merge remote-tracking branch 'origin/v0.10' into masterFedor Indutny
2014-07-23test: fix test-tls-server-verifyFedor Indutny
2014-07-23gyp: fix post-mortem in v0.11Fedor Indutny
2014-07-17gyp: do not let `v8dbg_` slip away on osxFedor Indutny
2014-07-08contextify: remove useless header fileFedor Indutny
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-04-01configure: make --v8-options switch more robustBen Noordhuis
2014-03-29crypto: move `createCredentials` to tlsFedor Indutny
2014-03-29configure: --v8-options optionFedor Indutny
2014-03-23build: fix g++ 4.8 build, disable -WerrorBen Noordhuis
2014-03-02Merge remote-tracking branch 'origin/v0.10'Fedor Indutny
2014-02-21gyp: specialize node.d for freebsdFedor Indutny
2014-02-10bindings: add spawn_sync bindingsBert Belder
2014-02-05src: add tracing.v8.on('gc') statistics hooksBen Noordhuis
2014-01-27node: register modules from DSO constructorsKeith M Wesolowski
2014-01-24Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-01-16gyp: fix `ninja` build on linuxFedor Indutny
2014-01-07build: unconditionally disable -WerrorBen Noordhuis
2013-12-11gyp: build openssl-cli tool and use it in testsFedor Indutny
2013-12-10Merge branch 'v0.10'Fedor Indutny
2013-12-10build: only whole archive on static v8 buildsTimothy J Fontaine
2013-12-01Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-12-01build: include postmortem symbols on linuxTimothy J Fontaine
2013-11-12base-object: add BaseObjectTrevor Norris
2013-10-31node: add AsyncListener supportTrevor Norris
2013-10-29build: use zero overhead systemtap probesBen Noordhuis
2013-09-25src: remove ObjectWrap dependency from coreBen Noordhuis
2013-09-06src: add multi-context supportBen Noordhuis
2013-09-04build: remove unused Carbon dependencyBen Noordhuis
2013-08-26src: remove pointless node_os.h header fileBen Noordhuis
2013-08-21vm, core, module: re-do vm to fix known issuesDomenic Denicola
2013-08-06tls_wrap: DRY ClientHelloParserFedor Indutny
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-01src: Replace macros with util functionsisaacs
2013-07-29src: don't use NewExternal() with unaligned stringsBen Noordhuis
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-24src: rename macros.py to notrace_macros.pyBen Noordhuis
2013-07-20src: add libuv bindings moduleBen Noordhuis
2013-07-19smalloc: create separate moduleTrevor Norris
2013-07-09configure: fix the --without-ssl optionNathan Rajlich
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-07-03slab_allocator: remove SlabAllocatorTrevor Norris
2013-06-18smalloc: initial implementationTrevor Norris
2013-06-16tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny
2013-06-16tls_wrap: embed TLS encryption into streamwrapFedor Indutny