index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
IO
/
http.c
Age
Commit message (
Expand
)
Author
2025-04-06
Add brotli support
Rodrigo Arias Mallo
2024-11-18
Always include the path "/" in HTTP requests
Rodrigo Arias Mallo
2024-10-17
Only use full URL for HTTP proxies
Rodrigo Arias Mallo
2024-08-07
Make Dillo C99 standard compliant
Rodrigo Arias Mallo
2024-03-09
Use Doxygen comments for C files
Rodrigo Arias Mallo
2024-01-13
Fix early fd close
Rodrigo Arias Mallo
2016-07-09
freeing http socket, close FD that's being connected
corvid
2016-07-07
some status messages when using proxy
corvid
2016-07-07
a little renaming in tls
corvid
2016-07-07
try all IP addrs when connect()ing
corvid
2016-07-07
complete connect() before moving on to TLS handshake or sending query
corvid
2016-07-03
clean up host:port usage, particularly with ipv6
corvid
2016-07-03
quiet MSG
corvid
2016-05-11
Silenced a few old debug messages.
Jorge Arellano Cid
2016-04-09
if we get an error (e.g. ECONNRESET) while reading, abort the read and show a...
corvid
2015-06-03
web must be valid in order to continue in a_Http_connect_done
corvid
2015-05-31
fix up socket queue
corvid
2015-05-28
'ssl' -> 'tls' where reasonable, given that ssl3 is dead and all
corvid
2015-05-28
make http_max_conns truly per server/proxy rather than host
corvid
2015-05-19
http use-after-free
corvid
2015-05-08
https: the rest :)
corvid
2015-04-05
http socket reuse must test for HTTP_SOCKET_TO_BE_FREED
corvid
2015-03-22
socket free
corvid
2015-03-05
http, don't presume that socket data is found in ValidSocks
corvid
2014-09-10
during freeall, free queued http socket data
corvid
2014-09-06
http fd map robustness
corvid
2014-09-06
don't need port defines in url.h
corvid
2014-08-12
http.c comments
corvid
2014-08-12
don't use connect_queued_sockets for connection reuse
corvid
2014-08-12
keep the socket data around instead of active_fds
corvid
2014-08-12
Dlist for socket queue
corvid
2014-08-10
trim spaces
corvid
2014-08-08
abort failed queries
corvid
2014-07-31
MSG
corvid
2014-07-18
Fix gcc warnings with persistent connections code that come up on 64-bit mach...
corvid
2014-07-17
http_persistent_conns preference
corvid
2014-07-17
http persistent connections initial patch
corvid
2014-07-13
rm outdated comment
corvid
2014-07-13
give images their own lower-priority socket queue
corvid
2014-03-16
query string, more of following firefox's pattern
corvid
2014-03-16
Separate 'Accept:' value for stylesheets
corvid
2014-03-16
Separate 'Accept:' values for images and the rest
corvid
2014-03-16
query string, more of following firefox's pattern
corvid
2014-03-16
rm Accept-Charset
corvid
2014-03-16
http query: resemble firefox somewhat to be less conspicuous for the sake of ...
corvid
2014-03-15
Accept-Encoding: deflate
corvid
2013-09-15
DNT will at least do no harm
corvid
2013-04-26
turn off a msg
corvid
2013-01-09
Refactored FD close calls into a single new dClose() dlib function [p37sitdu]
Jorge Arellano Cid
2011-11-11
locale-independent ASCII character case handling
corvid
[next]