168 Commits (2a415358ee8585e9480c425678234fa8d05fc620)

Author SHA1 Message Date
Fedor Indutny 9f36c0d235 gyp: do not rm unused openssl syms on osx/linux 10 years ago
Fedor Indutny 93390ffc20 test: fix test-tls-server-verify 10 years ago
Fedor Indutny 4c48df5a35 gyp: fix post-mortem in v0.11 10 years ago
Fedor Indutny 1d3d8c0e55 gyp: do not let `v8dbg_` slip away on osx 10 years ago
Fedor Indutny 832d4db5f2 contextify: remove useless header file 10 years ago
Ben Noordhuis 490d5ab780 configure: make --v8-options switch more robust 11 years ago
Fedor Indutny 5d2aef17ee
crypto: move `createCredentials` to tls 11 years ago
Fedor Indutny b55c9d68aa configure: --v8-options option 11 years ago
Ben Noordhuis 7989f42f86 build: fix g++ 4.8 build, disable -Werror 11 years ago
Fedor Indutny b940e0fd86 gyp: specialize node.d for freebsd 11 years ago
Bert Belder fa4eb47caa bindings: add spawn_sync bindings 11 years ago
Ben Noordhuis 010222d39f src: add tracing.v8.on('gc') statistics hooks 11 years ago
Keith M Wesolowski 76b98462e5 node: register modules from DSO constructors 11 years ago
Fedor Indutny 61c0d571bf gyp: fix `ninja` build on linux 11 years ago
Ben Noordhuis f057c7049e build: unconditionally disable -Werror 11 years ago
Fedor Indutny 6f3d60388e gyp: build openssl-cli tool and use it in tests 11 years ago
Timothy J Fontaine 92bbd60a3f build: only whole archive on static v8 builds 11 years ago
Timothy J Fontaine 6877e64fa8 build: include postmortem symbols on linux 11 years ago
Trevor Norris d120d92bfe base-object: add BaseObject 11 years ago
Trevor Norris efa62fd9cc node: add AsyncListener support 11 years ago
Ben Noordhuis c4def505cb build: use zero overhead systemtap probes 11 years ago
Ben Noordhuis c79d5163e5 src: remove ObjectWrap dependency from core 11 years ago
Ben Noordhuis 756b622295 src: add multi-context support 11 years ago
Ben Noordhuis 358c290156 build: remove unused Carbon dependency 11 years ago
Ben Noordhuis 9ac75d1f06 src: remove pointless node_os.h header file 11 years ago
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 11 years ago
Fedor Indutny 8e28193cc2 tls_wrap: DRY ClientHelloParser 11 years ago
Timothy J Fontaine 032373df7f build: fix ia32 sunos, elfwrap only needs -64 11 years ago
Timothy J Fontaine e851fef60f build: embed the mdb_v8.so into the binary 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 34b0a36120 src: don't use NewExternal() with unaligned strings 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Ben Noordhuis 4b279f0092 src: rename macros.py to notrace_macros.py 11 years ago
Ben Noordhuis d4c14c1fe5 src: add libuv bindings module 11 years ago
Trevor Norris d817843d2e smalloc: create separate module 11 years ago
Nathan Rajlich 567c72b8c5 configure: fix the --without-ssl option 11 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 11 years ago
Trevor Norris ec90e6e80a slab_allocator: remove SlabAllocator 12 years ago
Trevor Norris 8f3f9f7830 smalloc: initial implementation 12 years ago
Fedor Indutny af80e7bc6e tls: introduce TLSSocket based on tls_wrap binding 12 years ago
Fedor Indutny 03e008ddb8 tls_wrap: embed TLS encryption into streamwrap 12 years ago
Fedor Indutny 6978e998ee process: abstract out HandleToStream 12 years ago
Ben Noordhuis a7820a15e7 src: replace ngx-queue.h with queue.h 12 years ago
Timothy J Fontaine 23509eb9e8 dtrace: unify dtrace and systemtap interfaces 12 years ago
Timothy J Fontaine f0d80d7db0 dtrace: enable uv's probes if enabled 12 years ago
isaacs 64fc34b270 src: Add StringBytes static util class 12 years ago
Andrew Paprocki c081809344 vm: add support for timeout argument 12 years ago
Timothy J Fontaine 39dfe94682 build: libv8_base.a is now libv8_base.<arch>.a 12 years ago
Timothy J Fontaine 951e0b69fa http: split Client into _http_client.js 12 years ago
Timothy J Fontaine 6717fdccb4 http: move Server and ServerResponse out 12 years ago