Commit Graph

  • ce381895aa Use enums instead of defines (for better debugging symbols) Ryan Dahl 2009-10-27 13:50:54 +0100
  • cb91d5f00f Fix typo in README Ryan Dahl 2009-10-27 13:44:17 +0100
  • a81e9d49f7 accept case-insensitive transfer encoding header Ryan Dahl 2009-10-15 19:13:17 +0200
  • d827cb368c Allow quotes in URI Ryan Dahl 2009-10-14 19:26:20 +0200
  • 673cbef4c5 Allow quotes in URI version0.2 Ryan Dahl 2009-10-14 19:26:20 +0200
  • 693e755c66 Add link to Lua binding Ryan Dahl 2009-09-29 10:04:23 +0200
  • 91e6e6a4a8 Add link to yakischloba's ruby binding Ryan Dahl 2009-09-27 11:02:01 +0200
  • dbbc73c16f API Change: Return void from http_parser_execute(). Ryan 2009-08-21 02:12:15 +0200
  • 65c61e6eb8 Move callback return value checking into macro Ryan 2009-08-21 02:05:18 +0200
  • efd801f410 Bug Fix: Connection:close with missing Content-Length. Ryan 2009-08-21 01:48:20 +0200
  • f3214f9764 Move transfer encoding into flags bitfield. Ryan 2009-08-21 01:24:58 +0200
  • e65dcfbcf2 Use bit flags Ryan 2009-08-20 23:11:34 +0200
  • 004aff9001 API Change: Demand that EOFs are passed to http_parser_execute(). Ryan 2009-08-20 14:37:59 +0200
  • a7b96d81f1 API Change: parser->version_major/minor replaced with parser->version. Ryan 2009-08-20 13:48:36 +0200
  • 59a37f6600 Inline http_parser_should_keep_alive(). Ryan 2009-08-20 13:32:25 +0200
  • e244dbf797 Fix whitespace, clean up some macros. Ryan 2009-08-20 12:45:41 +0200
  • 152cce76df Include added for MSC compatibilty tomika 2009-08-19 02:26:40 -0700
  • b538749fc3 Allow spaces between a chunked start and the CRLF Jeremy Hinegardner 2009-08-10 23:14:56 -0600
  • da47c13169 bump version v0.2 Ryan 2009-08-07 18:22:36 +0200
  • 431707b5b1 fixing bitfield misuse Joe Damato 2009-08-06 23:17:30 -0700
  • 0e34695b94 fixed link to gists, added 2 more links Sergey Shepelev 2009-07-27 19:16:18 +0400
  • 9b6b8c288c more detailed description of callbacks workflow Sergey Shepelev 2009-07-27 17:27:25 +0400
  • 37a0ff8928 Initialize the on_fragment callback pointer Jeremy Hinegardner 2009-07-12 00:13:51 -0600
  • 4ac5581cc6 The Reason Phrase on a response is optional. Jeremy Hinegardner 2009-07-14 20:40:22 -0600
  • 36e74bea33 Add LICENSE file to 'make package' Ryan 2009-07-13 23:59:48 +0200
  • 23b8eed44c Fix errors for -Wall. Ryan 2009-07-13 23:45:46 +0200
  • cc5c9b037c Correctly error out on non-zero return values. Ryan 2009-06-12 17:26:21 +0200
  • 900815228c Don't be clever with the includes Ryan 2009-06-10 18:55:28 +0200
  • bbf0110385 Simply makefile to work on freebsd Ryan 2009-06-09 17:51:12 +0200
  • 88049b02a5 test: Check that message_begin, message_complete, headers_complete always called Ryan 2009-06-09 16:53:04 +0200
  • 9367b74a3d Check for integer overflow in content-length. Ryan 2009-06-09 16:44:45 +0200
  • b0e94e51f5 Merge commit '9f59cd9' Ryan 2009-06-09 16:29:57 +0200
  • 9f59cd926f Check for buffer overflow attacks. Ryan 2009-06-09 15:16:36 +0200
  • 1776708191 stylistic clean ups. dont include assert.h unless NDEBUG Ryan 2009-06-09 14:30:57 +0200
  • f6dc4f3d4b Add docs regarding the resetting of status_code Ryan 2009-06-09 14:22:41 +0200
  • 961d455618 Add license file with Mongrel's license. Ryan 2009-06-09 14:18:25 +0200
  • 212f72137d fix 'make package' v0.1 Ryan 2009-04-27 17:19:25 +0200
  • 86bee2ea5f update readme with repo links Ryan 2009-04-27 17:19:05 +0200
  • 8cae1feeb4 random clean ups Ryan 2009-04-27 17:07:07 +0200
  • 7898f1a97a add http_parser_should_keep_alive() Ryan 2009-04-27 16:54:09 +0200
  • d1d91be27b add list of features to readme Ryan 2009-04-27 16:49:53 +0200
  • 6669225f4d add make package Ryan 2009-04-27 16:49:40 +0200
  • 1500261a35 Add README file. Ryan 2009-04-27 16:29:35 +0200
  • fff71362fe Break on non-zero return value from on_body and on_headers_complete. Ryan 2009-04-27 16:07:11 +0200
  • cc88f71204 Partially handle callback return values Ryan 2009-04-27 15:05:42 +0200
  • c202e8ecbe Add second response fixture. Response tests pass. Ryan 2009-04-26 21:26:07 +0200
  • c288a966fe lint Ryan 2009-04-26 20:52:53 +0200
  • 5214fb2524 for clarity, replace is_request_stream with enum http_parser_type Ryan 2009-04-26 20:44:28 +0200
  • 9906cb69e6 Clean up the tests in preperation for testing responses. Ryan 2009-04-26 16:43:08 +0200
  • 7476612ec2 Deep asserts in test.c Ryan 2009-04-26 12:37:06 +0200
  • 97d4572c68 Remove "ebb_message" object from libebb's parser. Ryan 2009-04-25 13:33:16 +0200