]> git.saurik.com Git - apt.git/history - methods
reenable gcc warnings for deprecated functions
[apt.git] / methods /
2015-11-04  David Kalnischkiesset failreasons similar to connect.cc based on curl...
2015-11-04  David Kalnischkiesunbreak the copy-method claiming hashsum mismatch since...
2015-11-04  David Kalnischkiesdrop privileges in file:// method as we do for decompre...
2015-09-14  David Kalnischkiesfix two memory leaks reported by gcc
2015-09-14  David Kalnischkiesavoid using global PendingError to avoid failing too...
2015-08-31  David Kalnischkiesfix some unused parameter/variable warnings
2015-08-28  David Kalnischkiesimplement PDiff patching for compressed files
2015-08-27  Julian Andres KlodeMerge branch 'feature/extractar-filefd' into debian...
2015-08-27  David Kalnischkiesfix various typos reported by codespell
2015-08-24  Michael VogtFix typo
2015-08-20  Michael VogtMerge remote-tracking branch 'mvo/feature/srv-records...
2015-08-20  Michael VogtAdd basic (non weight adjusted) shuffling for SrvRecord...
2015-08-18  Michael Vogtcleanup
2015-08-18  Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2015-08-18  Michael VogtMerge branch 'debian/experimental' into feature/srv...
2015-08-14  Michael VogtMake apt compile with clang++ again
2015-08-14  Julian Andres KlodeMerge branch 'debian/experimental' of https://github...
2015-08-12  Daniel Hartwigsupport setting a port for rsh:// in sources.list
2015-08-10  David Kalnischkiesadd c++11 override marker to overridden methods
2015-08-10  David Kalnischkiesimplement Signed-By without using gpg for verification
2015-08-10  David Kalnischkiesallow individual targets to be kept compressed
2015-08-10  David Kalnischkiesimplement Signed-By option for sources.list
2015-06-23  Michael VogtMerge remote-tracking branch 'donkult/debian/experiment...
2015-06-15  David Kalnischkiescall URIStart in cdrom and file method
2015-06-15  David Kalnischkiesensure valid or remove destination file in file method
2015-06-09  David Kalnischkiesreplace ULONG_MAX with c++ style std::numeric_limits
2015-06-09  David Kalnischkiessupport hashes for compressed pdiff files
2015-06-09  David Kalnischkiesadd more parsing error checking for rred
2015-06-09  David Kalnischkiescheck patch hashes in rred worker instead of in the...
2015-06-09  David Kalnischkiesrework hashsum verification in the acquire system
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 VogtFix endless loop in apt-get update that can cause disk...
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 Kalnischkieshandle servers closing encoded connections correctly
2015-04-18  David Kalnischkiessend Alt-* info for uncompressed based on any compressions
2015-04-18  David Kalnischkiesremove duplicated check for same file copy
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-10  David Kalnischkiesreimplement the last uses of sprintf
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-02-23  Tomasz BuchertFix crash in the apt-transport-https when Owner is...
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-09  David Kalnischkiesuse getline() instead of rolling our own
2014-11-08  David KalnischkiesAssert statement calls a function which may have desire...
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 Vogtmethods/rsh.cc: replace strcat with std::string
2014-10-08  Michael VogtFix ServerMethod::FindMaximumObjectSizeInQueue()
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 'mvo/feature/acq-trans...
2014-10-08  Michael VogtFix http pipeline messup detection
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 VogtMerge remote-tracking branch 'upstream/debian/experimen...
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 remote-tracking branch 'debian/debian/experimenta...
2014-09-29  Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2014-09-29  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-09-26  David Kalnischkiesfix: %i in format string (no. 1) requires 'int' but...
2014-09-26  David KalnischkiesMerge branch 'feature/gnupglimit' into debian/experimental
2014-09-26  David Kalnischkiescorrect the error messages to refer to apt-key instead...
2014-09-26  David Kalnischkiesfix: Member variable 'X' is not initialized in the...
2014-09-26  Michael VogtMerge remote-tracking branch 'donkult/feature/generaliz...
2014-09-26  Michael VogtDisable Mth.DropPrivsOrDie() in copy.cc for now
2014-09-25  Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2014-09-24  Michael Vogtreleasing package apt version 1.1~exp3
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-23  Michael VogtMerge remote-tracking branch 'debian/debian/experimenta...
2014-09-23  Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2014-09-23  Michael VogtMerge branch 'debian/sid' into debian/experimental
2014-09-21  Michael Vogtgeneralize Acquire::GzipIndex
2014-09-19  Michael VogtFix regression when copy: is used for a relative path
2014-09-17  Michael VogtMerge remote-tracking branch 'vnwildman/debian/sid...
2014-09-16  Michael VogtSECURITY UPDATE for CVE-2014-{0488,0487,0489}
2014-09-05  Michael VogtImprove Debug::Acquire::http debug output
2014-09-05  Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2014-09-05  Michael VogtMerge branch 'debian/sid' into debian/experimental
next