- Feb 15, 2022
-
-
Hemant Zope authored
-
Hemant Zope authored
-
- Dec 14, 2015
-
-
Igor Afonov authored
Fix typo
-
- Dec 13, 2015
-
-
Dmitry Igrishin authored
-
- Jul 02, 2015
-
-
Igor Afonov authored
Makefile target for shared library build
-
- Jun 30, 2015
-
-
Patrick Geltinger authored
-
- May 07, 2015
-
-
Igor Afonov authored
Fixed 2 issues in s_header_{field,value} states
-
- May 26, 2014
-
-
Ionut-Francisc Oancea authored
If the buffer ended with the '\r' char on the s_header_value state, the parser triggered the on_header_value() callback twice (buffer="data\r"): 1st time with "data" and 2nd time "data\r" resulting in "datadata\r" instead of "data".
-
Ionut-Francisc Oancea authored
If the buffer ended with the '-' char on the s_header_field state, the parser forgot to call the on_header_field() callback due to the wrong 'break'. Fixed by letting the 'is_last' check to handle the "last-char" situations.
-
- Oct 18, 2013
-
-
Igor Afonov authored
-
Igor Afonov authored
Added some brief examples to the main readme.
-
- Oct 17, 2013
-
-
Jay Miller authored
-
- May 28, 2013
-
-
Igor Afonov authored
-
Igor Afonov authored
Fix incorrect condition of the while loop in multipart_parser_execute
-
dplusic authored
-
- Oct 28, 2012
-
-
Igor Afonov authored
Fix incorrect data size calculation (causing truncation)
-
- Oct 27, 2012
-
-
James authored
-
- Oct 23, 2012
-
-
Igor Afonov authored
Fix issue where CR/LF line breaks would be repeated in the data output
-
James authored
-
- Aug 18, 2012
-
-
Igor Afonov authored
Rearrange things a bit to clean up the code
-
- Aug 15, 2012
-
-
James McLaughlin authored
-
Igor Afonov authored
Change multipart_parser_execute return type to size_t, and save another malloc
-
- Aug 14, 2012
-
-
James McLaughlin authored
-
James McLaughlin authored
-
James McLaughlin authored
-
James McLaughlin authored
-
- Aug 13, 2012
-
-
James McLaughlin authored
-
Igor Afonov authored
-
Igor Afonov authored
Now compiles as ANSI C
-
- Aug 12, 2012
-
-
James McLaughlin authored
-
James McLaughlin authored
init_multipart_parser
-
- Mar 14, 2012
-
-
Igor Afonov authored
-
- Mar 13, 2012
-
-
Igor Afonov authored
Parser can return wrong length for data that spans multiple chunks
-
- Feb 25, 2012
-
-
Daniel Wagner authored
-
Daniel Wagner authored
-
- Jan 15, 2012
-
-
Igor Afonov authored
-
Igor Afonov authored
-
Igor Afonov authored
-
Igor Afonov authored
-