]> git.tdb.fi Git - libs/net.git/history - source/http
Add a dynamic receiver class for more flexible packet handling
[libs/net.git] / source / http /
2023-01-14 Mikko RasaDecorate things which constitute the public API
2022-12-11 Mikko RasaFix processing of IPv6 addresses in HTTP server
2022-12-11 Mikko RasaUse the append function from string utilities
2022-12-11 Mikko RasaAdjust copyability of classes
2022-12-11 Mikko RasaInclude the matching header first in .cpp files
2022-12-11 Mikko RasaUse std::unique_ptr for owning pointers
2022-12-10 Mikko RasaUse nullptr instead of 0 for pointers
2022-12-10 Mikko RasaUse default member initializers where possible
2022-12-09 Mikko RasaReserve space for strings before appending characters
2022-12-09 Mikko RasaUse the auto type to shorten long declarations
2022-12-09 Mikko RasaPrefer range-based for loops where possible
2022-12-09 Mikko RasaUse the override specifier when overriding
2022-12-09 Mikko RasaMark special member functions as defaulted where approp...
2022-12-09 Mikko RasaAdd a function to close all HTTP connections
2022-12-09 Mikko RasaAdjust exception classes and messages
2022-12-09 Mikko RasaRemove unnecessary destructors from exception classes
2022-12-09 Mikko RasaReject HTTP messages starting with a linefeed
2019-09-27 Mikko RasaAllow creating an Http::Server without immediately...
2019-09-27 Mikko RasaUse an IPv6 socket for Http::Server
2019-09-27 Mikko RasaFix several errors in FormData parsing
2019-09-27 Mikko RasaImprove error handling
2019-09-24 Mikko RasaAdd parsing for different styles of HTTP headers
2019-09-23 Mikko RasaAllow the query part of a URL to be empty
2019-09-21 Mikko RasaProvide more information about exceptions in Http:...
2019-09-21 Mikko RasaUpdate a deprecated header
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