74 Commits (2826e6324c80a3d1221e0ef529be22b6709d05cb)

Author SHA1 Message Date
Jan Schär 1b99093df7 timers: remove unused repeat param in timer_wrap 8 years ago
Haojian Wu 43ef58005e src: remove unused using decls 8 years ago
Jeremiah Senkpiel fe4837afcc handle_wrap: IsRefed() -> HasRef() 9 years ago
Jeremiah Senkpiel 96a9439fd2 Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check" 9 years ago
Jeremiah Senkpiel 9bb5a5e2a1 handle_wrap: IsRefed -> Unrefed, no isAlive check 9 years ago
Jeremiah Senkpiel 7d8882ba9a handle_wrap: expose an `isRefed()` check to JS 9 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 9 years ago
Ben Noordhuis 543dabb609 timers: improve Timer.now() performance 9 years ago
Ben Noordhuis 3663b124e6 timers: remove unused Timer.again() 9 years ago
Ben Noordhuis bcce5cf9bb timers: remove unused Timer.getRepeat() 9 years ago
Ben Noordhuis f2c83bd202 timers: remove unused Timer.setRepeat() 9 years ago
Trevor Norris e56758a5e0 async-wrap: add provider id and object info cb 10 years ago
Fedor Indutny d22b2a934a timers: do not restart the interval after close 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 5ab87dba73 src: mark empty destructors as default 10 years ago
Ben Noordhuis 2d82cdf670 src: replace NULL with nullptr 10 years ago
Ben Noordhuis d3c317e08a src: attach env directly to api functions 10 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 10 years ago
Ben Noordhuis 97585b0d7a src: remove unnecessary HandleScopes 10 years ago
Trevor Norris de312cfd7c timer_wrap: remove HandleScopes, check return size 10 years ago
Julien Gilli 6f043940bd timers: fix timers with non-integer delay hanging. 10 years ago
Julien Gilli befbbad051 timers: backport f8193ab 10 years ago
Saúl Ibarra Corretgé 42b9343710 src: update uv callbacks after API changes 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 93f75a86bf src: use function to get internal pointer 11 years ago
Ben Noordhuis 756b622295 src: add multi-context support 11 years ago
Timothy J Fontaine 93b062468b timer_wrap: Timer.now always update loop time 11 years ago
Ben Noordhuis 9fc006618f src: fix up unused/unordered imports 11 years ago
Ben Noordhuis 0aa13357d6 timers: dispatch ontimeout callback by array index 11 years ago
Trevor Norris 35f789b027 src: fix build break from generic macro name 11 years ago
Trevor Norris 756ae2c536 src: centralize class wrap/unwrap 11 years ago
Ben Noordhuis f674b09f40 src: use v8::String::NewFrom*() functions 11 years ago
Ben Noordhuis d24decb87b src: remove no-op HandleWrap::Initialize() 11 years ago
Fedor Indutny 8e29ce9f13 src: lint c++ code 11 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 11 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 11 years ago
Ben Noordhuis b9165252e3 src: clean up `using` directives 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
Timothy J Fontaine f8193ab3c4 timers: use uv_now instead of Date.now 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