]> git.tdb.fi Git - libs/net.git/history - source/http
Some largely cosmetic touch-up
[libs/net.git] / source / http /
2016-09-14 Mikko RasaSupport asynchronous name resolution in Http::Client
2016-05-16 Mikko RasaFix header name normalization logic
2016-05-16 Mikko RasaUse string::size_type to store string offsets
2016-05-16 Mikko RasaAdd a class for parsing submitted form data
2016-05-16 Mikko RasaAdd a utility struct for parsing complex header values
2016-04-20 Mikko RasaAdd the most common redirection statuses
2016-04-19 Mikko RasaProvide a method for the application to cancel connecti...
2016-04-19 Mikko RasaAdhere to the spec with connection keep-alive
2016-04-19 Mikko RasaUse connection keepalive on async responses too
2016-04-19 Mikko RasaHide Http::Server destructor in the library
2015-04-06 Mikko RasaReject requests with a relative path
2015-04-06 Mikko RasaCorrect a typo in a multiple inclusion guard
2015-01-22 Mikko RasaImplement connection keep-alive in HttpServer
2015-01-22 Mikko RasaMake Request API consistent with itself and others
2015-01-22 Mikko RasaAdd 405 (method not allowed) status
2013-04-01 Mikko RasaFix 64-bit compilation
2012-12-01 Mikko RasaAdd the target type to a lexical_cast invocation
2011-10-05 Mikko RasaFix some header names
2011-08-10 Mikko RasaDon't generate a duplicate signal when the connection...
2011-08-10 Mikko RasaFix URL regex
2011-08-10 Mikko RasaChange Client::signal_socket_error parameter to reference
2011-08-10 Mikko RasaStore pending responses in a map
2011-08-10 Mikko RasaOne more exception change
2011-08-10 Mikko RasaMerge branch 'http-master'
2011-08-10 Mikko RasaPrepare for assimilation into mspnet http-master