aboutsummaryrefslogtreecommitdiff
path: root/src/IO/http.c
AgeCommit message (Expand)Author
2025-04-06Add brotli supportRodrigo Arias Mallo
2024-11-18Always include the path "/" in HTTP requestsRodrigo Arias Mallo
2024-10-17Only use full URL for HTTP proxiesRodrigo Arias Mallo
2024-08-07Make Dillo C99 standard compliantRodrigo Arias Mallo
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2024-01-13Fix early fd closeRodrigo Arias Mallo
2016-07-09freeing http socket, close FD that's being connectedcorvid
2016-07-07some status messages when using proxycorvid
2016-07-07a little renaming in tlscorvid
2016-07-07try all IP addrs when connect()ingcorvid
2016-07-07complete connect() before moving on to TLS handshake or sending querycorvid
2016-07-03clean up host:port usage, particularly with ipv6corvid
2016-07-03quiet MSGcorvid
2016-05-11Silenced a few old debug messages.Jorge Arellano Cid
2016-04-09if we get an error (e.g. ECONNRESET) while reading, abort the read and show a...corvid
2015-06-03web must be valid in order to continue in a_Http_connect_donecorvid
2015-05-31fix up socket queuecorvid
2015-05-28'ssl' -> 'tls' where reasonable, given that ssl3 is dead and allcorvid
2015-05-28make http_max_conns truly per server/proxy rather than hostcorvid
2015-05-19http use-after-freecorvid
2015-05-08https: the rest :)corvid
2015-04-05http socket reuse must test for HTTP_SOCKET_TO_BE_FREEDcorvid
2015-03-22socket freecorvid
2015-03-05http, don't presume that socket data is found in ValidSockscorvid
2014-09-10during freeall, free queued http socket datacorvid
2014-09-06http fd map robustnesscorvid
2014-09-06don't need port defines in url.hcorvid
2014-08-12http.c commentscorvid
2014-08-12don't use connect_queued_sockets for connection reusecorvid
2014-08-12keep the socket data around instead of active_fdscorvid
2014-08-12Dlist for socket queuecorvid
2014-08-10trim spacescorvid
2014-08-08abort failed queriescorvid
2014-07-31MSGcorvid
2014-07-18Fix gcc warnings with persistent connections code that come up on 64-bit mach...corvid
2014-07-17http_persistent_conns preferencecorvid
2014-07-17http persistent connections initial patchcorvid
2014-07-13rm outdated commentcorvid
2014-07-13give images their own lower-priority socket queuecorvid
2014-03-16query string, more of following firefox's patterncorvid
2014-03-16Separate 'Accept:' value for stylesheetscorvid
2014-03-16Separate 'Accept:' values for images and the restcorvid
2014-03-16query string, more of following firefox's patterncorvid
2014-03-16rm Accept-Charsetcorvid
2014-03-16http query: resemble firefox somewhat to be less conspicuous for the sake of ...corvid
2014-03-15Accept-Encoding: deflatecorvid
2013-09-15DNT will at least do no harmcorvid
2013-04-26turn off a msgcorvid
2013-01-09Refactored FD close calls into a single new dClose() dlib function [p37sitdu]Jorge Arellano Cid
2011-11-11locale-independent ASCII character case handlingcorvid