47 Commits (c0d62c207ee67492619bde4af46502b5a3ce6a66)

Author SHA1 Message Date
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 12 years ago
Timothy J Fontaine 93b062468b timer_wrap: Timer.now always update loop time 12 years ago
Ben Noordhuis 9fc006618f src: fix up unused/unordered imports 12 years ago
Ben Noordhuis 0aa13357d6 timers: dispatch ontimeout callback by array index 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
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
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
Ben Noordhuis 6573fc3502 src: pass node_isolate to Integer::New 12 years ago
Timothy J Fontaine 19d43f852e export HandleWrap Unref Ref in tcp/udp/timer/pipe 13 years ago
Ben Noordhuis eef57dddf4 core: use proper #include directives 13 years ago
Ben Noordhuis 039fac633e deps: upgrade libuv to a478847 13 years ago
Oleg Efimov 45de259b43 Make UNWRAP macro generic. 13 years ago
isaacs a26bee8fa1 MakeCallback: Consistent symbol usage 13 years ago
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Ryan Dahl 20ba454ef9 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago
Ryan Dahl f168f7d702 Remove node_isolate.h from node.h 13 years ago
Ben Noordhuis 356992fe4d isolates: isolate-ify the main loop 13 years ago
Ryan Dahl 9d792f3183 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago
Ryan Dahl 87bb848268 Remove node_isolate.h from node.h 13 years ago
Ben Noordhuis c3346f6760 isolates: isolate-ify the main loop 13 years ago
Ben Noordhuis cdcb1118c8 Remove stray NODE_MODULE() semi-colons. 13 years ago
Ryan Dahl 60818b957c Add missing copyright headers 13 years ago
Ryan Dahl 6cc42927d8 Display sys_errno when UV_UNKNOWN is returned 13 years ago
Ben Noordhuis 87b34c94fa timer_wrap: add sanity check assert 13 years ago
Ryan Dahl 21cc4c4985 Upgrade libuv to ea4271f 14 years ago
Ryan Dahl 85404c5c55 Move HandleWrap rules to one place 14 years ago
Ryan Dahl 0c7bf8132e Abstract out HandleWrap class 14 years ago
Henry Rawas 47a5d93256 Fix test-net-pingpong.js on windows 14 years ago
Ryan Dahl f657d58fe1 Upgrade libuv to f9b9bb44bd6e2b74729b5d1ff481adf4213e9a0b 14 years ago
Ryan Dahl 1261b17129 libuv wraps: Dispose of JS object on close() 14 years ago
Ryan Dahl 623f513071 Upgrade libuv 14 years ago
Bert Belder d9aa9b54cf Use timer_wrap instead of the old timer binding 14 years ago
Ryan Dahl 7a5977b5d6 Upgrade libuv to e58a1abff02d7bacf89a56de9050e27690a97bc5 14 years ago
Ryan Dahl 650a308634 Move MakeCallback and SetErrno to node.cc 14 years ago
Ryan Dahl 4d22405f0f TimerWrap: mimic libev ref count semantics 14 years ago