]> git.saurik.com Git - apt.git/history - methods/https.cc
activate AI_IDN by default to support IDN domains
[apt.git] / methods / https.cc
2015-11-05  David Kalnischkiesapply various suggestions made by cppcheck
2015-11-04  David Kalnischkieswrap every unlink call to check for != /dev/null
2015-11-04  David Kalnischkiesset failreasons similar to connect.cc based on curl...
2015-09-14  David Kalnischkiesfix two memory leaks reported by gcc
2015-08-18  Michael VogtMerge branch 'debian/experimental' into feature/srv...
2015-06-23  Michael VogtMerge remote-tracking branch 'donkult/debian/experiment...
2015-05-22  Michael VogtMerge branch 'debian/sid' into debian/experimental
2015-05-22  Michael VogtUpdate methods/https.cc now that ServerState::Size...
2015-05-22  Michael VogtMerge remote-tracking branch 'upstream/debian/jessie...
2015-05-22  Michael VogtRename "Size" in ServerState to TotalFileSize
2015-05-22  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2015-05-13  David Kalnischkiesdetect Releasefile IMS hits even if the server doesn't
2015-05-11  David Kalnischkiesdetect 416 complete file in partial by expected hash
2015-04-18  David KalnischkiesMerge branch 'debian/jessie' into debian/experimental
2015-04-18  David Kalnischkiescalculate hashes while downloading in https
2015-04-18  David Kalnischkiescalculate only expected hashes in methods
2015-04-18  David Kalnischkiesimprove https method queue progress reporting
2015-04-18  David Kalnischkiesdo not unlink https file on general error
2015-04-13  Michael VogtRevert "HttpsMethod::Fetch(): Zero the FetchResult...
2015-04-07  David Kalnischkiesproperly handle expected filesize in https
2015-04-07  Robert EdmondsHttpsMethod::Fetch(): Zero the FetchResult object when...
2015-03-16  David Kalnischkiesderive more of https from http method
2015-03-16  David Kalnischkiesmerge debian/sid into debian/experimental
2015-01-05  Michael VogtFix missing URIStart() for https downloads
2014-12-22  David Kalnischkiesdispose http(s) 416 error page as non-content
2014-12-09  David Kalnischkiesdispose http(s) 416 error page as non-content
2014-11-05  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-10-27  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2014-10-15  David KalnischkiesMerge branch 'debian/sid' into debian/experimental
2014-10-14  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-10-13  Michael VogtFix backward compatiblity of the new pkgAcquireMethod...
2014-10-08  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-10-08  Michael VogtMerge remote-tracking branch 'mvo/feature/expected...
2014-10-08  Michael VogtMerge remote-tracking branch 'donkult/feature/acq-trans...
2014-10-07  Michael VogtSend "Fail-Reason: MaximumSizeExceeded" from the method
2014-10-07  Michael VogtMerge branch 'feature/acq-trans' into feature/expected...
2014-10-07  Michael Vogtmake expected-size a maximum-size check as this is...
2014-10-07  Michael Vogtadd ftp expected size check
2014-10-07  Michael Vogtmethods/https.cc: use File->Tell() here too
2014-10-06  Michael Vogtmake http size check work
2014-09-29  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-09-25  Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2014-09-24  Julian Andres Klodemethods: Fail if we cannot drop privileges
2014-09-24  Michael VogtDrop Privileges to "Debian-apt" in most acquire methods
2014-09-05  Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2014-09-05  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-09-02  Michael VogtMake Proxy-Auto-Detect check for each host
2014-08-27  Michael Vogtmake https honor ExpectedSize as well
2014-06-10  Michael VogtMerge remote-tracking branch 'mvo/feature/apt-update...
2014-05-08  Michael VogtMerge remote-tracking branch 'mvo/feature/build-dep...
2014-05-08  Michael VogtMerge remote-tracking branch 'mvo/feature/apt-ftparchiv...
2014-05-07  Michael VogtMerge remote-tracking branch 'mvo/feature/apt-install...
2014-05-07  Michael VogtMerge remote-tracking branch 'mvo/feature/apt-ftparchiv...
2014-05-07  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-05-07  Michael VogtMerge branch 'debian/sid' into bugfix/update-progress...
2014-05-05  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2014-04-26  David Kalnischkiesenforce LFS for partial files in https range requests
2014-04-01  Michael VogtMerge remote-tracking branch 'upstream/debian/sid'...
2014-03-14  Michael Vogtfix test/integration/test-apt-helper
2014-03-13  David Kalnischkiescleanup headers and especially #includes everywhere
2014-03-13  David Kalnischkieswarning: unused parameter ‘foo’ [-Wunused-parameter]
2014-03-13  David Kalnischkieswarning: extra ‘;’ [-Wpedantic]
2014-02-27  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-02-22  Michael VogtFix typos in documentation (codespell)
2014-02-14  David Kalnischkiesadd a testcase to check for forbidden https→http downgrades
2014-02-14  David Kalnischkiesadd a testcase to check for forbidden https→http downgrades
2014-02-14  Michael Vogtdisable https->http redirects in libcurl
2014-02-13  David Kalnischkiesreport https download start only if we really get it
2014-02-12  Michael VogtMerge remote-tracking branch 'mvo/debian/sid' into...
2014-02-11  David Kalnischkiesuse utimes instead of utimensat/futimens
2014-01-26  Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2014-01-16  David Kalnischkiescorrect some style/performance/warnings from cppcheck
2013-10-09  Michael VogtMerge remote-tracking branch 'mvo/feature/limit-default...
2013-10-08  Michael VogtMerge remote-tracking branch 'mvo/feature/dpkg-progress...
2013-10-08  Michael VogtMerge remote-tracking branch 'mvo/feature/upgrade-with...
2013-10-08  Michael VogtMerge remote-tracking branch 'mvo/feature/dpkg-progress...
2013-10-05  Michael Vogtrename FORBID_NEW_INSTALL_PACKAGES to FORBID_INSTALL_NE...
2013-10-05  Michael VogtMerge remote-tracking branch 'donkult/debian/sid' into...
2013-10-01  David Kalnischkieshandle complete responses to https range requests
2013-10-01  David Kalnischkiesfix partial (206 and 416) support in https
2013-08-15  Michael VogtMerge branch 'debian/sid' into debian/experimental
2013-05-08  Michael Vogtmerged patch from Daniel Hartwig to fix URI and proxy...
2013-05-08  Michael Vogtmerged from the debian-wheezy branch
2013-05-08  Michael Vogtproperly handle if-modfied-since with libcurl/https
2013-04-02  Michael Vogtmerged lp:~mvo/apt/fix-inrelease5
2013-03-22  Michael Vogtmerged lp:~mvo/apt/fix-tagfile-hash
2013-03-22  Michael Vogtmerged the debian-wheezy branch
2013-03-01  Michael Vogtmerged from the lp:~mvo/apt/mvo branch
2013-03-01  Michael Vogtmerged from the debian-sid branch
2013-01-09  Michael Vogt* methods/https.cc:
2012-12-26  Michael Vogtmerged from the debian-sid branch
2012-10-17  Michael Vogt* lp:~mvo/apt/config-clear:
2012-10-17  Michael Vogt* lp:~mvo/apt/add-glob-function:
2012-10-12  Michael Vogtmerged lp:~mvo/apt/mvo
2012-09-04  Michael Vogtmerged from lp:~donkult/apt/debian-experimental
2012-07-10  Michael Vogtmerged the relevant bits from lp:~mvo/apt/lp346386
2012-05-21  bubulle@debian.orgMerge my tree and the remote tree (no change, I guess)
2012-05-21  Michael Vogtmerged from David, uncommited the previous i18n commit...
2012-05-17  David Kalnischkiesadd spaces around PACKAGE_VERSION to fix FTBFS with...
2012-04-20  Michael Vogtmerge from the lp:~mvo/apt/mvo branch
next