index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
http.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement encoded URI handling in all methods
David Kalnischkies
2020-12-18
1
-4
/
+3
*
Rewrite HttpServerState::Die()
Julian Andres Klode
2020-08-11
1
-28
/
+18
*
http: Fully flush local file both before/after server read
Julian Andres Klode
2020-08-11
1
-17
/
+24
*
http: Do not use non-blocking local I/O
Julian Andres Klode
2020-08-11
1
-10
/
+0
*
http: Restore successful exits from Die()
Julian Andres Klode
2020-08-11
1
-4
/
+6
*
http: Always write to the file if there's something to write
Julian Andres Klode
2020-08-04
1
-1
/
+2
*
http: Redesign reading of pending data
Julian Andres Klode
2020-07-24
1
-10
/
+8
*
http: On select timeout, error out directly, do not call Die()
Julian Andres Klode
2020-07-24
1
-1
/
+1
*
http: Finish copying data from server to file before sending stuff to server
Julian Andres Klode
2020-07-24
1
-7
/
+7
*
http: Die(): Do not flush the buffer, error out instead
Julian Andres Klode
2020-07-24
1
-18
/
+3
*
http: Only return false for EOF if we actually did not read anything
Julian Andres Klode
2020-07-24
1
-4
/
+4
*
http: Die(): Merge flushing code from Flush()
Julian Andres Klode
2020-07-24
1
-0
/
+5
*
http: Always Close() the connection in Die()
Julian Andres Klode
2020-07-24
1
-2
/
+2
*
Reorder config check before checking systemd for non-interactive http
David Kalnischkies
2020-07-02
1
-9
/
+13
*
Replace some magic 64*1024 with APT_BUFFER_SIZE
Julian Andres Klode
2020-06-23
1
-1
/
+1
*
ubuntu: http: Add non-interactive to user agent if run by systemd
Julian Andres Klode
2020-04-09
1
-1
/
+19
*
Fix typos reported by codespell in code comments
David Kalnischkies
2019-07-10
1
-3
/
+4
*
Apply various suggestions by cppcheck
David Kalnischkies
2019-07-08
1
-3
/
+3
*
http: Fix Host header in proxied https connections
Simon Körner
2019-06-11
1
-3
/
+3
*
apt-pkg: URI: Add 'explicit' to single argument constructor
Julian Andres Klode
2019-04-30
1
-1
/
+1
*
Allow setting Referer header for http method
David Kalnischkies
2018-11-25
1
-0
/
+4
*
Revert "http: Fix handling of server connection closure"
Julian Andres Klode
2018-11-13
1
-3
/
+4
*
http: Fix handling of server connection closure
Julian Andres Klode
2018-11-12
1
-4
/
+3
*
Use steady clock source for bandwidth limitation
David Kalnischkies
2018-05-29
1
-9
/
+9
*
Remove unused time-tracking from http method
David Kalnischkies
2018-05-28
1
-17
/
+0
*
Lower default timeout from 120s to 30s
Julian Andres Klode
2018-05-24
1
-2
/
+2
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
reimplement and simplify mirror:// method
David Kalnischkies
2018-01-03
1
-1
/
+13
*
report transient errors as transient errors
David Kalnischkies
2017-12-13
1
-80
/
+123
*
Also look at https_proxy for https URLs
Julian Andres Klode
2017-11-19
1
-4
/
+13
*
Sandbox methods with seccomp-BPF; except cdrom, gpgv, rsh
Julian Andres Klode
2017-10-22
1
-0
/
+2
*
Run Proxy-Auto-Detect script from main process
Julian Andres Klode
2017-10-22
1
-1
/
+3
*
allow the auth.conf to be root:root owned
David Kalnischkies
2017-07-26
1
-2
/
+1
*
reimplement and document auth.conf
David Kalnischkies
2017-07-26
1
-3
/
+2
*
fail early in http if server answer is too small as well
David Kalnischkies
2017-07-26
1
-2
/
+2
*
fail earlier if server answers with too much data
David Kalnischkies
2017-07-26
1
-3
/
+13
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-8
/
+8
*
Stop bragging about old speeds in http.cc comments
Julian Andres Klode
2017-07-03
1
-8
/
+0
*
http: Add support for https:// proxies
Julian Andres Klode
2017-06-30
1
-3
/
+8
*
http: Add support for CONNECT proxying to HTTPS locations
Julian Andres Klode
2017-06-30
1
-1
/
+128
*
support tor+https being handled by http
David Kalnischkies
2017-06-28
1
-3
/
+10
*
methods: http: Drain pending data before selecting
Julian Andres Klode
2017-06-28
1
-1
/
+9
*
methods: Add HTTPS support to http method, using GnuTLS
Julian Andres Klode
2017-06-28
1
-177
/
+10
*
methods: connect: Switch from int fds to new MethodFd
Julian Andres Klode
2017-06-28
1
-37
/
+40
*
rename ServerMethod to BaseHttpMethod
David Kalnischkies
2016-12-31
1
-4
/
+4
*
separating state variables regarding server/request
David Kalnischkies
2016-12-31
1
-53
/
+46
*
http: skip connection cleanup if we close it anyhow
David Kalnischkies
2016-11-11
1
-0
/
+3
*
improve SOCKS error messages for http slightly
David Kalnischkies
2016-11-10
1
-14
/
+46
*
don't sent Range requests if we know its not accepted
David Kalnischkies
2016-08-16
1
-1
/
+1
*
reorganize server-states resetting in http/https
David Kalnischkies
2016-08-16
1
-0
/
+7
[next]