Commit Graph

22 Commits

Author SHA1 Message Date
Pieter Noordhuis
b9e0d8a6e8 Align escapes 2012-01-04 10:33:01 -08:00
Pieter Noordhuis
54a39608e0 Destroy hook for parser 2011-09-30 18:18:07 +02:00
Pieter Noordhuis
77a045ff4d Destroy callback prototype 2011-09-30 15:19:04 +02:00
Pieter Noordhuis
c288dd29b9 Change callback type prefix 2011-09-30 14:25:34 +02:00
Pieter Noordhuis
679b231774 Add destroy callback to parser 2011-09-30 14:25:34 +02:00
Pieter Noordhuis
7d260dd77b Drop the _t suffix 2011-09-30 14:25:29 +02:00
Pieter Noordhuis
a866667fd4 Add total bulk/multi bulk size to protocol_t 2011-09-29 12:53:04 +02:00
Pieter Noordhuis
b852caf345 Abbreviate errors http-parser.c style 2011-09-29 11:52:36 +02:00
Pieter Noordhuis
a69942ccd7 Style 2011-09-29 11:33:15 +02:00
Pieter Noordhuis
4d3f9aa1b7 Change include protection 2011-07-20 11:48:00 +02:00
Pieter Noordhuis
4234b1cf2c Function to pull root object from parser 2011-07-14 20:18:51 +02:00
Pieter Noordhuis
29617b1a65 Rename occurances of errno (conflict with errno.h) 2011-07-14 17:02:26 +02:00
Pieter Noordhuis
64288d2cc4 Add cursor field to protocol_t 2011-07-12 12:55:18 +02:00
Pieter Noordhuis
2fc0af5479 Base *_T constants on current constants for compat 2011-07-12 11:53:35 +02:00
Pieter Noordhuis
21858350e8 More verbose type name 2011-07-12 10:33:45 +02:00
Pieter Noordhuis
3c378b8422 Basic error facility 2011-07-07 14:13:36 +02:00
Pieter Noordhuis
ec7eaed9f2 No longer store integer sign in struct 2011-07-07 11:37:12 +02:00
Pieter Noordhuis
ef0864c50f Reorder struct 2011-07-05 21:24:30 +02:00
Pieter Noordhuis
dcb783abf8 Move temporary integer to the stack 2011-07-02 09:51:45 +02:00
Pieter Noordhuis
4783ee2733 Integer overflow protection 2011-06-30 17:53:13 +02:00
Pieter Noordhuis
d96c4c9e8b Change prototype 2011-06-30 16:49:40 +02:00
Pieter Noordhuis
cbe59756f8 First stab at a non-buffering reentrant parser 2011-06-30 14:43:50 +02:00