162 Commits (da30c0084a326d705b6a27453ed5b3cc69009cc0)

Author SHA1 Message Date
Fedor Indutny 832d4db5f2 contextify: remove useless header file 11 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 12 years ago
Ben Noordhuis 358c290156 build: remove unused Carbon dependency 11 years ago
Ben Noordhuis 9ac75d1f06 src: remove pointless node_os.h header file 12 years ago
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 12 years ago
Fedor Indutny 8e28193cc2 tls_wrap: DRY ClientHelloParser 12 years ago
Timothy J Fontaine 032373df7f build: fix ia32 sunos, elfwrap only needs -64 12 years ago
Timothy J Fontaine e851fef60f build: embed the mdb_v8.so into the binary 12 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 12 years ago
Ben Noordhuis 34b0a36120 src: don't use NewExternal() with unaligned strings 12 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 12 years ago
Ben Noordhuis 4b279f0092 src: rename macros.py to notrace_macros.py 12 years ago
Ben Noordhuis d4c14c1fe5 src: add libuv bindings module 12 years ago
Trevor Norris d817843d2e smalloc: create separate module 12 years ago
Nathan Rajlich 567c72b8c5 configure: fix the --without-ssl option 12 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 12 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
Timothy J Fontaine dc9f97b7b9 http: move OutgoingMessage into it's own file 12 years ago
Timothy J Fontaine bb56489f21 http: move parsers into _http_common.js 12 years ago
Timothy J Fontaine 5909a9c9bd http: move IncomingMessage into its own file 12 years ago
Timothy J Fontaine 62e4f89765 http: split Agent into its own file 12 years ago