libgit2/deps/http-parser
Carlos Martín Nieto 887eaf4dc9 Fix dev branch under MSVC
In libgit2: Move an enum out of an int bitfield in the HTTP transport.

In the parser: Use int bitfields and change some variable sizes to
better fit thir use. Variables that count the size of the data chunk
can only ever be as large as off_t. Warning 4127 can be ignored, as
nobody takes it seriously anyway.

From Emeric: change some variable declarations to keep MSVC happy.

Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-09-27 15:02:36 +02:00
..
http_parser.c Fix dev branch under MSVC 2011-09-27 15:02:36 +02:00
http_parser.h http-parser: Do not use bitfields 2011-09-27 14:59:34 +02:00
LICENSE-MIT http: add http-parser 2011-09-09 13:12:12 +02:00