116 Commits (1cdb41f287c8e51a5963f5f8eb8d7c8b5809b99d)

Author SHA1 Message Date
James M Snell 5e7c69716e src: reduce code duplication 8 years ago
Tobias Nießen 98bae29304 src: return MaybeLocal in AsyncWrap::MakeCallback 8 years ago
Anna Henningsen 29353e5a99
http: reset stream to unconsumed in `unconsume()` 8 years ago
Gireesh Punathil efab7847c6 http: assert parser.consume argument's type 8 years ago
Trevor Norris 7e3a3c962f
async_hooks: initial async_hooks implementation 8 years ago
Trevor Norris c0bde73f1b
src: implement native changes for async_hooks 8 years ago
Trevor Norris fe2df3b842
async_wrap,src: add GetAsyncId() method 8 years ago
Anna Henningsen 9d522225e7
src: reduce number of exported symbols 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Daniel Bevenius 1b651535a4 src: update http-parser link 8 years ago
Ben Noordhuis 29228c4089 src: fix readability/braces cpplint warnings 9 years ago
Trevor Norris c0e6c668e6 src: no abort from getter if object isn't wrapped 9 years ago
Ben Noordhuis 6db772d648 src: remove unused #include statement 9 years ago
Fedor Indutny 9d4d529517 http: skip body and next message of CONNECT res 9 years ago
Ben Noordhuis 642076f2af src: don't set non-primitive values on templates 9 years ago
Ben Noordhuis ea63f79752 src: use size_t for http parser array size fields 9 years ago
Ben Noordhuis a7581d0859 src: replace ARRAY_SIZE with typesafe arraysize 9 years ago
Trevor Norris 41f333e679 src,http_parser: remove KickNextTick call 9 years ago
Trevor Norris a7e49c886f http_parser: use `MakeCallback` 9 years ago
Trevor Norris e9192249c8 src: add AsyncCallbackScope 9 years ago
Trevor Norris d39ace16ba http_parser: use pushValueToArray for headers 9 years ago
Fedor Indutny ab03635fb1 http: fix stalled pipeline bug 10 years ago
Fedor Indutny 229a03f1bb http_parser: do not dealloc during kOnExecute 10 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
Fedor Indutny 607bbd3166 http_parser: consume StreamBase instance 10 years ago
Jeremiah Senkpiel c95ca0ba5b src: missing Exception::Error in node_http_parser 10 years ago
Ben Noordhuis 279f6116aa src: fix -Wmissing-field-initializers warning 10 years ago
Bert Belder 0bf1d124af http: optimize on_headers_complete 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Trevor Norris d553386623 src: pass Isolate to additional locations 10 years ago
Ben Noordhuis 8a00961b81 src: mark more destructors with override keyword 11 years ago
Ben Noordhuis 2d82cdf670 src: replace NULL with nullptr 11 years ago
Ben Noordhuis d3c317e08a src: attach env directly to api functions 11 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 11 years ago
Ben Noordhuis 97585b0d7a src: remove unnecessary HandleScopes 11 years ago
Ben Noordhuis b33a47ef47 lib, src: don't make http parser handles weak 11 years ago
Ben Noordhuis de9a444ab4 src: fix handle leak in Parser::Execute() 11 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
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
Timothy J Fontaine 5c832e44c3 src: refactor buffer bounds checking 11 years ago
Keith M Wesolowski 76b98462e5 node: register modules from DSO constructors 11 years ago
Cam Swords 7ffe2ad616 http: parse the status message in a http response. 12 years ago
Trevor Norris d120d92bfe base-object: add BaseObject 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 12 years ago
Trevor Norris 613d76ef6a src: shorten Object{Wrap,Unwrap} 12 years ago
Trevor Norris 60a3e695cb src: don't use WeakObject::Unwrap 12 years ago