68 Commits (9a63a1d89b5a2a015eadd5ef5d7e42039858c5ae)

Author SHA1 Message Date
Timothy J Fontaine 535c7777ac src: replace usage of String::Utf8Value 11 years ago
C. Scott Ananian 08a5b442e4 node: add signature to SET_PROTOTYPE_METHOD 11 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Fedor Indutny 75adde07f9 src: remove `node_isolate` from source 11 years ago
Trevor Norris 4a9af3fecb async_wrap: add provider types/pass to constructor 11 years ago
Keith M Wesolowski 76b98462e5 node: register modules from DSO constructors 11 years ago
Ben Noordhuis 27f115d715 src: fix Context::Scope usage 11 years ago
Ben Noordhuis 09724b311e src: fix Environment::GetCurrent() usage 11 years ago
Trevor Norris efa62fd9cc node: add AsyncListener support 11 years ago
Trevor Norris 613d76ef6a src: shorten Object{Wrap,Unwrap} 11 years ago
Trevor Norris f2e3be53bc src: don't use class specific Unwrap methods 11 years ago
Trevor Norris 93f75a86bf src: use function to get internal pointer 11 years ago
Ben Noordhuis 756b622295 src: add multi-context support 12 years ago
Ben Noordhuis ed8d97f572 uv: upgrade to v0.11.12 11 years ago
Bert Belder 87405b0d98 process_wrap: don't coerce process exit code to int32_t 12 years ago
Bert Belder 7555227a12 process_wrap: update after libuv api change 12 years ago
Trevor Norris 35f789b027 src: fix build break from generic macro name 12 years ago
Trevor Norris 756ae2c536 src: centralize class wrap/unwrap 12 years ago
Ben Noordhuis f674b09f40 src: use v8::String::NewFrom*() functions 12 years ago
Ben Noordhuis d24decb87b src: remove no-op HandleWrap::Initialize() 12 years ago
Ben Noordhuis b8a7eedea3 process_wrap: omit superfluous Number creation 12 years ago
Fedor Indutny 8e29ce9f13 src: lint c++ code 12 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 12 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 12 years ago
Ben Noordhuis b9165252e3 src: clean up `using` directives 12 years ago
Fedor Indutny 6978e998ee process: abstract out HandleToStream 12 years ago
Ben Noordhuis 448adaa456 src: simplify HandleWrap initialization 12 years ago
Ben Noordhuis 4d68daea0f src: replace c-style casts with c++-style casts 12 years ago
Trevor Norris f65e14ed1d src: pass Isolate to all applicable api 12 years ago
Ben Noordhuis 51f6e6a9b3 src, test: downgrade to v8 3.14 api 12 years ago
Ben Noordhuis 6573fc3502 src: pass node_isolate to Integer::New 12 years ago
Ben Noordhuis 63d13e86a5 child_process: emit error on exec failure 13 years ago
Ben Noordhuis eef57dddf4 core: use proper #include directives 13 years ago
Bert Belder 5432a1d985 process_wrap: set duplex flags when creating a pipe 13 years ago
Charlie McConnell 4b021a3541 child_process: expose UV_PROCESS_DETACHED as options.detached 13 years ago
Fedor Indutny 3116522e7c child_process: spawn().ref() and spawn().unref() 13 years ago
Fedor Indutny af98fc9d5f child_process: new stdio API for .spawn() method 13 years ago
Fedor Indutny 761e0c460a deps: upgrade libuv to 7556590 13 years ago
Oleg Efimov 45de259b43 Make UNWRAP macro generic. 13 years ago
isaacs 35bcb1d6a9 Indentation fix 13 years ago
Bert Belder 3bcbd14bb1 process_wrap: don't use uv_spawn2 13 years ago
ssuda db844b152a process: don't use strdup() 13 years ago
Bert Belder 3546383cf0 process_wrap: avoid leaking memory when throwing due to invalid arguments 13 years ago
Bert Belder 55e4d54927 Child process: support the `gid` and `uid` options 13 years ago
isaacs a26bee8fa1 MakeCallback: Consistent symbol usage 13 years ago
ssuda 249c3c165a Avoiding unnecessary ToString() calls 13 years ago
ssuda 253ec6a63d process: don't use strdup() 13 years ago
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Ben Noordhuis b07acb3808 child_process: fix segfault after failed spawn 13 years ago