82 Commits (355b96b605592d753f7381709e4827fa2e5ee29d)

Author SHA1 Message Date
Luis Reis 1183ba47df zlib: support concatenated gzip files 10 years ago
Ben Noordhuis 8a00961b81 src: mark more destructors with override keyword 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 b45d33617b src: remove unused Environment::GetCurrent() calls 10 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 10 years ago
Ben Noordhuis 97585b0d7a src: remove unnecessary HandleScopes 10 years ago
Ben Noordhuis 820aaf5b3d src: replace CONTAINER_OF with type-safe function 11 years ago
C. Scott Ananian 08a5b442e4 node: add signature to SET_PROTOTYPE_METHOD 11 years ago
Ben Noordhuis f6ea0c203a src: fix segfaults, fix 32 bits integer negation 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
Fedor Indutny 829a9b8cba zlib: introduce pending close state 11 years ago
Timothy J Fontaine 5c832e44c3 src: refactor buffer bounds checking 11 years ago
Trevor Norris 4a9af3fecb async_wrap: add provider types/pass to constructor 11 years ago
Nikolai Vavilov 9b37b83a20 zlib: add sync versions for convenience methods 11 years ago
Keith M Wesolowski 76b98462e5 node: register modules from DSO constructors 11 years ago
Trevor Norris d120d92bfe base-object: add BaseObject 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
Ben Noordhuis 0619467bd3 src: remove container_of, use CONTAINER_OF 11 years ago
Trevor Norris 8b8e3b6798 async-wrap: integrate with WeakObject 11 years ago
Trevor Norris 613d76ef6a src: shorten Object{Wrap,Unwrap} 11 years ago
Trevor Norris 60a3e695cb src: don't use WeakObject::Unwrap 11 years ago
Fedor Indutny 2bc30f239b cpplint: disallow if one-liners 11 years ago
Fedor Indutny 7063c59b97 cpplint: disallow comma-first in C++ 11 years ago
Ben Noordhuis 406846fcc5 zlib: fix write request reference counting 11 years ago
Ben Noordhuis c79d5163e5 src: remove ObjectWrap dependency from core 11 years ago
Ben Noordhuis 756b622295 src: add multi-context support 11 years ago
Ben Noordhuis dce02a1055 zlib: replace C cast with static_cast 11 years ago
Ben Noordhuis f674b09f40 src: use v8::String::NewFrom*() functions 11 years ago
Ben Noordhuis 02cab97490 src: more lint after cpplint tightening 11 years ago
Fedor Indutny 8e29ce9f13 src: lint c++ code 11 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 11 years ago
Brian White dc3c2d12c8 zlib: level can be negative 11 years ago
Brian White 9b09c9eedd zlib: allow changing of level and strategy 11 years ago
Brian White e945903671 zlib: level can be negative 11 years ago
Trevor Norris f65e14ed1d src: pass Isolate to all applicable api 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
Ben Noordhuis ef94521909 zlib: fix assert on bad input 12 years ago
Ben Noordhuis 6b99fd2323 zlib: pass object size hint to V8 12 years ago
Ben Noordhuis 8d14668992 zlib: reduce memory consumption, release early 12 years ago
Ben Noordhuis d7bf7ed993 zlib: don't assert on malformed dictionary 12 years ago
Ben Noordhuis 1c32eb4ae2 zlib: don't assert on missing dictionary 12 years ago
Ben Noordhuis 7788a6bf85 src: pass node_isolate to Undefined() 12 years ago
Ben Noordhuis 01c3d0aa88 src: pass node_isolate to Local<>::New 12 years ago
Ben Noordhuis 6573fc3502 src: pass node_isolate to Integer::New 12 years ago
isaacs 0e01d6398f zlib: streams2 12 years ago
Ben Noordhuis 6cf68aead6 deps: upgrade libuv to e079a99 12 years ago