- 24 Jun, 2019 1 commit
-
-
Edward Thomson committed
-
- 11 Jun, 2019 1 commit
-
-
When the end of the host is reached, and we're at the colon separating the host with the port (ie, there is no numeric port) then do not error. This is allowed by RFC 3986.
Edward Thomson committed
-
- 28 Dec, 2015 1 commit
-
-
The parser now also supports digits, '-' and '.'. https://github.com/nodejs/http-parser/pull/276
Chris Bargren committed
-
- 22 Dec, 2015 1 commit
-
-
Chris Bargren committed
-
- 05 Dec, 2014 2 commits
-
-
This is not our code and it adds unecessary changes from the upstream code.
Carlos Martín Nieto committed -
Will Stamper committed
-
- 23 Nov, 2012 1 commit
-
-
Remove words such as fuck, crap, shit etc. Remove other potentially offensive words from comments. Tidy up other geopolicital terms in comments.
Martin Woodward committed
-
- 12 Nov, 2012 1 commit
-
-
Vicent Marti committed
-
- 28 Sep, 2011 2 commits
-
-
Vicent Marti committed
-
Vicent Marti committed
-
- 27 Sep, 2011 2 commits
-
-
These was left over from the previous PRs. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed -
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>
Carlos Martín Nieto committed
-
- 09 Sep, 2011 1 commit
-
-
The code is under the MIT lincense Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Carlos Martín Nieto committed
-