]> git.tdb.fi Git - libs/net.git/history - source/http/server.cpp
Add a dynamic receiver class for more flexible packet handling
[libs/net.git] / source / http / server.cpp
2022-12-11 Mikko RasaFix processing of IPv6 addresses in HTTP server
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 RasaUse the auto type to shorten long declarations
2022-12-09 Mikko RasaPrefer range-based for loops where possible
2022-12-09 Mikko RasaAdd a function to close all HTTP connections
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 RasaImprove error handling
2019-09-21 Mikko RasaProvide more information about exceptions in Http:...
2016-05-16 Mikko RasaUse string::size_type to store string offsets
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-01-22 Mikko RasaImplement connection keep-alive in HttpServer
2011-08-10 Mikko RasaDon't generate a duplicate signal when the connection...
2011-08-10 Mikko RasaStore pending responses in a map
2011-08-10 Mikko RasaMerge branch 'http-master'
2011-08-10 Mikko RasaPrepare for assimilation into mspnet http-master