46 Commits (aef652dc111bef8dc970353243ba8ce2c23f014e)

Author SHA1 Message Date
Ben Noordhuis 0619467bd3 src: remove container_of, use CONTAINER_OF 11 years ago
Trevor Norris efa62fd9cc node: add AsyncListener support 11 years ago
Trevor Norris 93f75a86bf src: use function to get internal pointer 11 years ago
Fedor Indutny 2bc30f239b cpplint: disallow if one-liners 11 years ago
Ben Noordhuis 756b622295 src: add multi-context support 12 years ago
Ben Noordhuis 7a3f7780dc src: add MakeCallback() that takes an 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
Trevor Norris 3f5d5847e2 domain: share object and state with native land 12 years ago
Ben Noordhuis f674b09f40 src: use v8::String::NewFrom*() functions 12 years ago
Ben Noordhuis c079f6e210 src: add IsEmpty() check to HasInstance() 12 years ago
Ben Noordhuis 350fc8064e src: remove non-isolate PersistentToLocal(), v2 12 years ago
Ben Noordhuis 78d90945d6 src: remove non-isolate PersistentToLocal() 12 years ago
Ben Noordhuis 02cab97490 src: more lint after cpplint tightening 12 years ago
Fedor Indutny 8e29ce9f13 src: lint c++ code 12 years ago
Ben Noordhuis 254b711155 src: fix windows build error from 221c689e 12 years ago
Ben Noordhuis 221c689ebb udp_wrap, tcp_wrap: add out arg to AddressToJS 12 years ago
Ben Noordhuis 2bedf6efb1 src: fix persistent handle lifecycle issue 12 years ago
Ben Noordhuis 2c47030174 src: remove Buffer::Data(Persistent<T>&) 12 years ago
Ben Noordhuis c679ac8f00 build: fix windows build 12 years ago
Ben Noordhuis 636ca7c684 src: cast strong persistent handles to locals 12 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 12 years ago
Trevor Norris fa10b757f5 smalloc: use malloc instead of new 12 years ago
Trevor Norris 3a2f273bd7 buffer: use smalloc as backing data store 12 years ago
Ben Noordhuis 7890a69e4d src: add endianness helper functions 12 years ago
Trevor Norris 0a4ebc3d2c src: replace Holder() with This() 12 years ago
Trevor Norris deda899d77 src: add using_domains to node_internals 12 years ago
Trevor Norris 591cfe6b7b src: add node_isolate to remaining scopes 12 years ago
Trevor Norris 0bba590283 bindings: update api 12 years ago
Ben Noordhuis e325ace53c buffer: speed up ascii character scanning 12 years ago
isaacs 74784b63d6 cares: Set process._errno, not global.errno 12 years ago
Ben Noordhuis 51f6e6a9b3 src, test: downgrade to v8 3.14 api 12 years ago
Ben Noordhuis aff8d9e716 node: don't malloc in FromConstructorTemplate 12 years ago
Ben Noordhuis 5d0816bf3e src: make node_isolate global 12 years ago
Fedor Indutny 5e57bcc3ce bindings: update to new v8 apis 12 years ago
isaacs 8988af58f4 Externalize node::no_deprecation 13 years ago
isaacs 48c3d20041 Apply --no-deprecation to C++ warnings as well 13 years ago
Oleg Efimov 45de259b43 Make UNWRAP macro generic. 13 years ago
Ben Noordhuis a4a04f932e node: provide snprintf implementation on windows 13 years ago
Ben Noordhuis bc834c395b Alias _snprintf to snprintf, fix Windows build. 13 years ago
Ben Noordhuis a58659cd4a core: add ROUND_UP() macro 13 years ago
Ben Noordhuis 2589d55611 core: add ThrowError(), ThrowTypeError(), ThrowRangeError() 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Ben Noordhuis dadc30318f isolates: implement message passing 13 years ago
Ryan Dahl 5fc0c27d5c move isolate V8 functions out of node.cc 13 years ago
Ben Noordhuis 09dc577931 build: move internals to separate header file 13 years ago
Ryan Dahl 533a455274 move isolate V8 functions out of node.cc 13 years ago
Ben Noordhuis a778a25cab build: move internals to separate header file 13 years ago