index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
https.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
apply various suggestions made by cppcheck
David Kalnischkies
2015-11-05
1
-2
/
+2
*
wrap every unlink call to check for != /dev/null
David Kalnischkies
2015-11-04
1
-3
/
+3
*
set failreasons similar to connect.cc based on curl errors
David Kalnischkies
2015-11-04
1
-3
/
+18
*
fix two memory leaks reported by gcc
David Kalnischkies
2015-09-14
1
-2
/
+2
*
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2015-05-22
1
-4
/
+4
|
\
|
*
Update methods/https.cc now that ServerState::Size is renamed
Michael Vogt
2015-05-22
1
-1
/
+1
|
*
Merge remote-tracking branch 'upstream/debian/jessie' into debian/sid
Michael Vogt
2015-05-22
1
-14
/
+4
|
|
\
|
|
*
properly handle expected filesize in https
David Kalnischkies
2015-04-07
1
-14
/
+4
|
*
|
Rename "Size" in ServerState to TotalFileSize
Michael Vogt
2015-05-22
1
-2
/
+2
|
*
|
Revert "HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to...
Michael Vogt
2015-04-13
1
-2
/
+0
|
*
|
HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to 404
Robert Edmonds
2015-04-07
1
-0
/
+2
|
|
/
*
|
detect Releasefile IMS hits even if the server doesn't
David Kalnischkies
2015-05-13
1
-1
/
+1
*
|
detect 416 complete file in partial by expected hash
David Kalnischkies
2015-05-12
1
-8
/
+29
*
|
calculate hashes while downloading in https
David Kalnischkies
2015-04-19
1
-12
/
+26
*
|
calculate only expected hashes in methods
David Kalnischkies
2015-04-19
1
-1
/
+1
*
|
improve https method queue progress reporting
David Kalnischkies
2015-04-19
1
-43
/
+39
*
|
do not unlink https file on general error
David Kalnischkies
2015-04-19
1
-1
/
+0
*
|
derive more of https from http method
David Kalnischkies
2015-03-16
1
-15
/
+22
*
|
merge debian/sid into debian/experimental
David Kalnischkies
2015-03-16
1
-9
/
+19
|
\
|
|
*
Fix missing URIStart() for https downloads
Michael Vogt
2015-01-05
1
-2
/
+7
|
*
dispose http(s) 416 error page as non-content
David Kalnischkies
2014-12-22
1
-2
/
+10
*
|
dispose http(s) 416 error page as non-content
David Kalnischkies
2014-12-09
1
-3
/
+12
*
|
Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()
Michael Vogt
2014-10-13
1
-2
/
+10
*
|
Send "Fail-Reason: MaximumSizeExceeded" from the method
Michael Vogt
2014-10-07
1
-1
/
+3
*
|
make expected-size a maximum-size check as this is what we want at this point
Michael Vogt
2014-10-07
1
-2
/
+2
*
|
add ftp expected size check
Michael Vogt
2014-10-07
1
-1
/
+0
*
|
methods/https.cc: use File->Tell() here too
Michael Vogt
2014-10-07
1
-2
/
+1
*
|
make http size check work
Michael Vogt
2014-10-06
1
-0
/
+6
|
\
\
|
*
|
methods: Fail if we cannot drop privileges
Julian Andres Klode
2014-09-24
1
-2
/
+2
|
*
|
Drop Privileges to "Debian-apt" in most acquire methods
Michael Vogt
2014-09-24
1
-0
/
+2
|
|
/
|
*
Make Proxy-Auto-Detect check for each host
Michael Vogt
2014-09-02
1
-0
/
+4
*
|
make https honor ExpectedSize as well
Michael Vogt
2014-08-26
1
-0
/
+6
|
/
*
enforce LFS for partial files in https range requests
David Kalnischkies
2014-04-26
1
-5
/
+5
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-4
/
+5
*
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
2014-03-13
1
-4
/
+4
*
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-03-13
1
-1
/
+1
*
Fix typos in documentation (codespell)
Michael Vogt
2014-02-22
1
-2
/
+2
*
add a testcase to check for forbidden https→http downgrades
David Kalnischkies
2014-02-14
1
-1
/
+2
*
disable https->http redirects in libcurl
Michael Vogt
2014-02-14
1
-0
/
+3
*
report https download start only if we really get it
David Kalnischkies
2014-02-14
1
-1
/
+2
*
use utimes instead of utimensat/futimens
David Kalnischkies
2014-02-11
1
-3
/
+3
*
correct some style/performance/warnings from cppcheck
David Kalnischkies
2014-01-16
1
-5
/
+5
*
handle complete responses to https range requests
David Kalnischkies
2013-10-01
1
-23
/
+53
*
fix partial (206 and 416) support in https
David Kalnischkies
2013-10-01
1
-33
/
+67
*
merged patch from Daniel Hartwig to fix URI and proxy releated issues
Michael Vogt
2013-05-08
1
-1
/
+19
*
merged from the debian-wheezy branch
Michael Vogt
2013-05-08
1
-1
/
+6
|
\
|
*
properly handle if-modfied-since with libcurl/https
Michael Vogt
2013-05-08
1
-1
/
+6
*
|
* methods/https.cc:
Michael Vogt
2013-01-09
1
-2
/
+2
|
/
*
add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11
David Kalnischkies
2012-05-17
1
-1
/
+1
*
the previously used VERSION didn't work everywhere so we are switching
David Kalnischkies
2012-03-22
1
-1
/
+1
[next]