Commit Graph

413 Commits (edeedb1b4d2f34e4c7d8045ac8b92adbc35e7ed7)
 

Author SHA1 Message Date
Ryan Dahl 3ac0ebdee5 Passing tests
15 years ago
Ryan Dahl 0642366f0e change around api
15 years ago
Ryan Dahl b283cd950f copyright header
15 years ago
Ryan Dahl 3834853a8a uri -> url
15 years ago
Ryan Dahl 6cefbc13af all scans works
15 years ago
Ryan Dahl d931481302 fix bug, first scan works.
15 years ago
Ryan Dahl b71a17ec85 better output for test_scan
15 years ago
Ryan Dahl 0b8a48049c Handling chunked messages
15 years ago
Ryan Dahl a0476a08a0 better output on errors in test program
15 years ago
Ryan Dahl c5a92f792f Now parsing some req headers
15 years ago
Ryan Dahl 433202d825 new version
15 years ago
Phoenix Sol 6bfd5bf76d add ab to test
15 years ago
Ryan Dahl 2769741ba5 Fix LICENSE
15 years ago
Ryan Dahl ce381895aa Use enums instead of defines (for better debugging symbols)
15 years ago
Ryan Dahl cb91d5f00f Fix typo in README
15 years ago
Ryan Dahl a81e9d49f7 accept case-insensitive transfer encoding header
15 years ago
Ryan Dahl d827cb368c Allow quotes in URI
15 years ago
Ryan Dahl 693e755c66 Add link to Lua binding
15 years ago
Ryan Dahl 91e6e6a4a8 Add link to yakischloba's ruby binding
15 years ago
Ryan dbbc73c16f API Change: Return void from http_parser_execute().
15 years ago
Ryan 65c61e6eb8 Move callback return value checking into macro
15 years ago
Ryan efd801f410 Bug Fix: Connection:close with missing Content-Length.
15 years ago
Ryan f3214f9764 Move transfer encoding into flags bitfield.
15 years ago
Ryan e65dcfbcf2 Use bit flags
15 years ago
Ryan 004aff9001 API Change: Demand that EOFs are passed to http_parser_execute().
15 years ago
Ryan a7b96d81f1 API Change: parser->version_major/minor replaced with parser->version.
15 years ago
Ryan 59a37f6600 Inline http_parser_should_keep_alive().
15 years ago
Ryan e244dbf797 Fix whitespace, clean up some macros.
15 years ago
tomika 152cce76df Include added for MSC compatibilty
15 years ago
Jeremy Hinegardner b538749fc3 Allow spaces between a chunked start and the CRLF
16 years ago
Ryan da47c13169 bump version
16 years ago
Joe Damato 431707b5b1 fixing bitfield misuse
16 years ago
Sergey Shepelev 0e34695b94 fixed link to gists, added 2 more links
16 years ago
Sergey Shepelev 9b6b8c288c more detailed description of callbacks workflow
16 years ago
Jeremy Hinegardner 37a0ff8928 Initialize the on_fragment callback pointer
16 years ago
Jeremy Hinegardner 4ac5581cc6 The Reason Phrase on a response is optional.
16 years ago
Ryan 36e74bea33 Add LICENSE file to 'make package'
16 years ago
Ryan 23b8eed44c Fix errors for -Wall.
16 years ago
Ryan cc5c9b037c Correctly error out on non-zero return values.
16 years ago
Ryan 900815228c Don't be clever with the includes
16 years ago
Ryan bbf0110385 Simply makefile to work on freebsd
16 years ago
Ryan 88049b02a5 test: Check that message_begin, message_complete, headers_complete always called
16 years ago
Ryan 9367b74a3d Check for integer overflow in content-length.
16 years ago
Ryan b0e94e51f5 Merge commit '9f59cd9'
16 years ago
Ryan 9f59cd926f Check for buffer overflow attacks.
16 years ago
Ryan 1776708191 stylistic clean ups. dont include assert.h unless NDEBUG
16 years ago
Ryan f6dc4f3d4b Add docs regarding the resetting of status_code
16 years ago
Ryan 961d455618 Add license file with Mongrel's license.
16 years ago
Ryan 212f72137d fix 'make package'
16 years ago
Ryan 86bee2ea5f update readme with repo links
16 years ago