104 Commits (fe48415c60cf5247915894f1095649cdeb0a8bd5)

Author SHA1 Message Date
Ben Noordhuis 16f2497994 src: fix readability/braces cpplint warnings 9 years ago
Ben Noordhuis 9c31c738fc src: remove unused #include statement 9 years ago
Fedor Indutny 07fd52e5aa http: skip body and next message of CONNECT res 9 years ago
Trevor Norris ee7040568d src,http_parser: remove KickNextTick call 9 years ago
Trevor Norris 6f312b3a91 http_parser: use `MakeCallback` 9 years ago
Trevor Norris cb291d5c7f src: add AsyncCallbackScope 9 years ago
Ben Noordhuis 90306bb81d src: use size_t for http parser array size fields 9 years ago
Ben Noordhuis af41a63d0f src: replace ARRAY_SIZE with typesafe arraysize 9 years ago
James M Snell 0eae95eae3 deps: update http-parser to version 2.5.1 9 years ago
Fedor Indutny 0427cdf094 http: fix stalled pipeline bug 10 years ago
Fedor Indutny bc9f629387 http_parser: do not dealloc during kOnExecute 10 years ago
Michaël Zasso 7ce749d722 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
Ben Noordhuis 4c0195e034 http: remove MethodToString() 12 years ago
Ben Noordhuis 610022851a http: expose supported methods 12 years ago
Timothy J Fontaine f051b8919f http_parser: expose pause/resume method for parser 12 years ago
Fedor Indutny 2bc30f239b cpplint: disallow if one-liners 12 years ago
Fedor Indutny 7063c59b97 cpplint: disallow comma-first in C++ 12 years ago
Timothy J Fontaine ab03745509 http_parser: expose pause/resume method for parser 12 years ago
Ben Noordhuis c79d5163e5 src: remove ObjectWrap dependency from core 12 years ago
Ben Noordhuis 756b622295 src: add multi-context support 12 years ago
Ben Noordhuis 2669966e76 http: speed up callbacks, use array indices 12 years ago
Ben Noordhuis f674b09f40 src: use v8::String::NewFrom*() functions 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