Commit graph

13 commits

Author SHA1 Message Date
Thulinma
7dbbc6c892 Implemented chunked transfer encoding support. 2012-12-31 19:13:04 +01:00
Thulinma
38ef8704f8 Global cleanups and standardization of code style. 2012-12-11 11:03:33 +01:00
Thulinma
21d686fb87 Bring HTTP lib up to spec (wasn't sending carriage returns properly - now does) 2012-11-23 21:31:50 +01:00
Thulinma
c95bf32fae Performance improvements and fixes as well as new high-performance sending functions in the socket library. 2012-09-17 16:47:58 +02:00
Thulinma
4140b04608 Various optimalisations to improve performance. More coming soon. 2012-09-16 01:17:08 +02:00
Thulinma
24a3bcd8db Added todo in HTTP::Parser, changed version to 2.0.0 2012-09-09 00:53:38 +02:00
Thulinma
c6bb67c4b9 Improvements to HTTP::Parser - now builds responses and requests by reference and has getUrl() method to get the URL without URI-parameters. 2012-08-31 16:56:50 +02:00
Thulinma
18a1a386df Do not send Content-Length headers when they are zero. 2012-08-26 22:18:26 +02:00
Thulinma
84db148405 Fix HTTP::Parser to no longer send empty headers. 2012-08-26 21:19:48 +02:00
Thulinma
fd2211f85f Drop the parsed query string from url for incoming HTTP data. 2012-08-25 22:15:23 +02:00
root
4641efb79d Fortify HTTP parser/generator code. 2012-08-06 05:35:11 +02:00
Thulinma
e7e37105b6 Several stability improvements and optimizations for HTTP handling and parsing (also, should fix HTTP Progressive under Windows - again). 2012-06-12 10:11:58 +02:00
Thulinma
ad410a2e79 Convert to autotools build system for cleanness (part1). 2012-05-08 19:19:42 +02:00
Renamed from util/http_parser.cpp (Browse further)