Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump the builtin http-parserhttp-parser-2 | Vicent Marti | 2012-11-12 | 1 | -577/+973 |
| | |||||
* | http-parser: More type changes | Vicent Marti | 2011-09-28 | 1 | -3/+3 |
| | |||||
* | Change types in http-parser | Vicent Marti | 2011-09-28 | 1 | -4/+4 |
| | |||||
* | Really fix MSVC | Carlos Martín Nieto | 2011-09-27 | 1 | -1/+1 |
| | | | | | | These was left over from the previous PRs. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> | ||||
* | Fix dev branch under MSVC | Carlos Martín Nieto | 2011-09-27 | 1 | -8/+10 |
| | | | | | | | | | | | | | 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> | ||||
* | http: add http-parser | Carlos Martín Nieto | 2011-09-09 | 1 | -0/+1776 |
The code is under the MIT lincense Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> |