index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
basehttp.cc
Age
Commit message (
Expand
)
Author
2017-12-13
report transient errors as transient errors
David Kalnischkies
2017-12-13
mark some 500 HTTP codes as transient acquire errors
David Kalnischkies
2017-12-13
avoid some useless casts reported by -Wuseless-cast
David Kalnischkies
2017-10-22
methods/basehttp.cc: Remove proxy autodetect debugging code
Julian Andres Klode
2017-10-22
Run Proxy-Auto-Detect script from main process
Julian Andres Klode
2017-07-26
allow the auth.conf to be root:root owned
David Kalnischkies
2017-07-26
lookup login info for proxies in auth.conf
David Kalnischkies
2017-07-26
reimplement and document auth.conf
David Kalnischkies
2017-07-26
fail early in http if server answer is too small as well
David Kalnischkies
2017-07-26
don't try to parse all fields starting with HTTP as status-line
David Kalnischkies
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-01
http: A response with Content-Length: 0 has no content
Julian Andres Klode
2017-06-26
deal with 3xx httpcodes as required by HTTP/1.1 spec
David Kalnischkies
2017-01-24
basehttp: Only read Content-Range on 416 and 206 responses
Julian Andres Klode
2017-01-19
fix various typos reported by spellintian
David Kalnischkies
2016-12-31
rename ServerMethod to BaseHttpMethod
David Kalnischkies