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
/
server.h
Age
Commit message (
Expand
)
Author
2016-07-05
avoid 416 response teardown binding to null pointer
David Kalnischkies
2016-05-28
use std::locale::global instead of setlocale
David Kalnischkies
2016-01-12
Only enable pipelining if server is HTTP/1.1
Julian Andres Klode
2015-11-05
allow acquire method specific options via Binary scope
David Kalnischkies
2015-09-14
fix two memory leaks reported by gcc
David Kalnischkies
2015-08-10
add c++11 override marker to overridden methods
David Kalnischkies
2015-05-22
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2015-05-22
Rename "Size" in ServerState to TotalFileSize
Michael Vogt
2015-05-22
Fix endless loop in apt-get update that can cause disk fillup
Michael Vogt
2015-04-19
calculate hashes while downloading in https
David Kalnischkies
2015-04-19
calculate only expected hashes in methods
David Kalnischkies
2015-04-19
improve https method queue progress reporting
David Kalnischkies
2015-03-16
derive more of https from http method
David Kalnischkies
2014-12-22
dispose http(s) 416 error page as non-content
David Kalnischkies
2014-12-09
dispose http(s) 416 error page as non-content
David Kalnischkies
2014-10-08
Fix http pipeline messup detection
Michael Vogt
2014-10-07
make expected-size a maximum-size check as this is what we want at this point
Michael Vogt
2014-10-06
make http size check work
Michael Vogt
2014-09-23
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-09-05
Improve Debug::Acquire::http debug output
Michael Vogt
2014-08-26
Pass ExpectedSize to tthe backend method
Michael Vogt
2014-05-09
reenable pipelining via hashsum reordering support
David Kalnischkies
2014-03-13
follow method attribute suggestions by gcc
David Kalnischkies
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
StartPos is always positive for http/https
David Kalnischkies
2014-03-13
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-01-16
correct some style/performance/warnings from cppcheck
David Kalnischkies
2013-10-01
handle complete responses to https range requests
David Kalnischkies
2013-10-01
refactor http client implementation
David Kalnischkies