38 Commits (200e783e6659fca744b23c366d3f95bfebe37dbf)

Author SHA1 Message Date
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Ali Ijaz Sheikh 536cfecd71 src: replace deprecated SetWeak in object_wrap 9 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
James M Snell 936c9ffb0f doc: multiple documentation updates cherry picked from v0.12 10 years ago
Ben Noordhuis fb28c91074 src: fix add-on builds, partially revert 8aed9d66 10 years ago
Vladimir Kurchatkin 8aed9d6610 src: cleanup `Isolate::GetCurrent()` 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 1f17f88071 src, test: fix up ObjectWrap, `make test-addons` 11 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Scott Blomquist 7a7101ac9b win: fix ObjectWrap for latest v8 11 years ago
Fedor Indutny 2bc30f239b cpplint: disallow if one-liners 11 years ago
Ben Noordhuis b89b97dded src: fix multi-base class ObjectWrap::Unwrap<T>() 11 years ago
Fedor Indutny 8e29ce9f13 src: lint c++ code 12 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 12 years ago
Ben Noordhuis 393d33e7ea src: upgrade after v8 api change 12 years ago
Ben Noordhuis 4bb4f734b3 src: unexport node_isolate 12 years ago
Trevor Norris 591cfe6b7b src: add node_isolate to remaining scopes 12 years ago
Ben Noordhuis cd96f0aba8 src: don't SetInternalField() in ObjectWrap dtor 12 years ago
Trevor Norris 0bba590283 bindings: update api 12 years ago
Ben Noordhuis 51f6e6a9b3 src, test: downgrade to v8 3.14 api 12 years ago
Fedor Indutny 7a2ae4c930 object_wrap: add missing HandleScope 12 years ago
Fedor Indutny 97056c064f object_wrap: add missing HandleScope 12 years ago
Fedor Indutny 5e57bcc3ce bindings: update to new v8 apis 12 years ago
Bert Belder d38d7bea6c unix: don't explicitly instantiate v8::Persistent<x> templates 13 years ago
Bert Belder 772b3bf4c8 unix: don't explicitly instantiate v8::Persistent<x> templates 13 years ago
Bert Belder e8fd808dfb windows: avoid MSVC warnings about templates not having a dll interface 13 years ago
Ben Noordhuis eef57dddf4 core: use proper #include directives 13 years ago
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ryan Dahl b0030af135 Fixes #2140. Fix illumos build. 13 years ago
Bert Belder 3e696d189c Windows: make Buffer and ObjectWrap available to compiled extensions 13 years ago
Ryan Dahl 061811f328 ObjectWraps should be MarkIndependent 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Ryan Dahl dbf0d6bb70 ClearWeak on ObjectWraps. I /think/ this is the correct semantics 14 years ago
Ryan Dahl efdd73c8e4 Fix style in node_object_wrap.h 15 years ago
Ryan Dahl 5d42cc3a44 Use SetPointerInInternalField 15 years ago
Ryan Dahl 935f8437fd Allow ObjectWrap destructors before Wrap() 15 years ago
Ryan Dahl 3768aaaea4 Create a public Buffer constructor for use in addons. 15 years ago
Ryan Dahl b06dda1f5e ObjectWrap fixed - buffers working! 15 years ago
Ryan Dahl b93b09a877 ObjectWrap fixed - buffers working! 15 years ago
Ryan Dahl bf803f478b Reimplment Buffers 15 years ago
Ryan Dahl b8c3d715fd use efence again 15 years ago
Ryan Dahl ccd632f278 Simplify ObjectWrap; make fewer Weak callbacks 15 years ago
Ryan Dahl 741e3fa91b HTTP works somewhat on net2 now 15 years ago
Ryan Dahl c1baa70fe5 Attach/Detach -> Ref/Unref 15 years ago
Ryan Dahl a5df0f6a65 Prefix all source files with node_ 15 years ago
Ryan 8ddf930901 Build natively on x64. 16 years ago
Ryan 116f4dea05 lint 16 years ago
Ryan 41d89f611f Add DNS API. 16 years ago
Ryan 0462b5d1ec ObjectWrap: MakeWeak again after each Weak callback. 16 years ago
Ryan edbae656d6 Add IsNearDeath assertion to ObjectWrap destructor 16 years ago