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
/
http.h
Age
Commit message (
Expand
)
Author
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-04-19
calculate hashes while downloading in https
David Kalnischkies
2015-04-19
calculate only expected hashes in methods
David Kalnischkies
2014-10-06
make http size check work
Michael Vogt
2014-09-02
Make Proxy-Auto-Detect check for each host
Michael Vogt
2014-08-26
Pass ExpectedSize to tthe backend method
Michael Vogt
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-02-22
Fix typos in documentation (codespell)
Michael Vogt
2013-10-01
handle complete responses to https range requests
David Kalnischkies
2013-10-01
refactor http client implementation
David Kalnischkies
2013-04-10
Fix English spelling error in a message ('A error'). Unfuzzy
bubulle@debian.org
2012-03-04
fix a bunch of cppcheck "(warning) Member variable '<#>' is not
David Kalnischkies
2012-02-11
remove the arbitrary MAXLEN limit for response lines (Closes: #658346)
David Kalnischkies
2011-09-19
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
2011-09-13
merge with debian/experimental
David Kalnischkies
2011-09-13
Support large files in the complete toolset. Indexes of this
David Kalnischkies
2011-08-11
follow the recommendation of cppcheck to make some method methods (scnr)
David Kalnischkies
2011-05-17
ServerState is a struct and not a class (clang mismatch type warning)
David Kalnischkies
2010-06-09
fix compiler warning in the new mirror code
David Kalnischkies
2010-06-09
* merge the remaining Ubuntu change:
Michael Vogt
2010-05-07
* methods/http.cc:
Michael Vogt
2010-02-17
merged from the mvo branch
Michael Vogt
2010-02-05
add Acquire::http::ProxyAutoDetect configuration that
Michael Vogt
2009-02-02
* [ABI break] merge support for http redirects, thanks to
Michael Vogt
2009-01-30
[ABI break] merge support for http redirects, thanks to
Michael Vogt
2007-07-12
* cmdline/apt-get.cc:
Michael Vogt
2007-07-10
Minor typos.
Otavio Salvador
2007-06-14
* apt-pkg/deb/dpkgpm.cc:
Michael Vogt
2007-06-09
* debian/control: increase standards version
Michael Vogt
2006-11-29
* prototype of mirror method added
Michael Vogt
2005-11-22
* merged http download limit for apt (#146877)
Michael Vogt
2004-09-20
Corrections for object lifetime
Arch Librarian
2004-09-20
G++3 fixes from Randolph
Arch Librarian
2004-09-20
More SHA-1 prep
Arch Librarian
2004-09-20
Join with aliencode
Arch Librarian
2004-09-20
Take careful care of persistence modes
Arch Librarian
2004-09-20
Reorderd error handling
Arch Librarian
2004-09-20
http pipelining control
Arch Librarian
2004-09-20
HTTP pipelining
Arch Librarian
2004-09-20
Almost done now
Arch Librarian
2004-09-20
Http method
Arch Librarian
2004-09-20
HTTP bugs
Arch Librarian
2004-09-20
New http method
Arch Librarian