Age | Commit message (Expand) | Author |
2015-08-31 | fix some unused parameter/variable warnings | David Kalnischkies |
2015-08-28 | implement PDiff patching for compressed files | David Kalnischkies |
2015-08-27 | fix various typos reported by codespell | David Kalnischkies |
2015-08-24 | Fix typo | Michael Vogt |
2015-08-20 | Add basic (non weight adjusted) shuffling for SrvRecords selection | Michael Vogt |
2015-08-18 | cleanup | Michael Vogt |
2015-08-18 | Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-... | Michael Vogt |
2015-08-18 | Merge branch 'debian/experimental' into feature/srv-records | Michael Vogt |
2015-08-14 | Make apt compile with clang++ again | Michael Vogt |
2015-08-12 | support setting a port for rsh:// in sources.list | Daniel Hartwig |
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies |
2015-08-10 | implement Signed-By without using gpg for verification | David Kalnischkies |
2015-08-10 | allow individual targets to be kept compressed | David Kalnischkies |
2015-08-10 | implement Signed-By option for sources.list | David Kalnischkies |
2015-06-15 | call URIStart in cdrom and file method | David Kalnischkies |
2015-06-15 | ensure valid or remove destination file in file method | David Kalnischkies |
2015-06-09 | replace ULONG_MAX with c++ style std::numeric_limits | David Kalnischkies |
2015-06-09 | support hashes for compressed pdiff files | David Kalnischkies |
2015-06-09 | add more parsing error checking for rred | David Kalnischkies |
2015-06-09 | check patch hashes in rred worker instead of in the handler | David Kalnischkies |
2015-06-09 | rework hashsum verification in the acquire system | David Kalnischkies |
2015-05-22 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2015-05-22 | Update methods/https.cc now that ServerState::Size is renamed | Michael Vogt |
2015-05-22 | Merge remote-tracking branch 'upstream/debian/jessie' into debian/sid | 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-05-13 | detect Releasefile IMS hits even if the server doesn't | David Kalnischkies |
2015-05-12 | detect 416 complete file in partial by expected hash | David Kalnischkies |
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 | handle servers closing encoded connections correctly | David Kalnischkies |
2015-04-19 | send Alt-* info for uncompressed based on any compressions | David Kalnischkies |
2015-04-19 | remove duplicated check for same file copy | David Kalnischkies |
2015-04-19 | improve https method queue progress reporting | David Kalnischkies |
2015-04-19 | do not unlink https file on general error | David Kalnischkies |
2015-04-13 | Revert "HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to... | Michael Vogt |
2015-04-10 | reimplement the last uses of sprintf | David Kalnischkies |
2015-04-07 | properly handle expected filesize in https | David Kalnischkies |
2015-04-07 | HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to 404 | Robert Edmonds |
2015-03-16 | derive more of https from http method | David Kalnischkies |
2015-03-16 | merge debian/sid into debian/experimental | David Kalnischkies |
2015-02-23 | Fix crash in the apt-transport-https when Owner is NULL | Tomasz Buchert |
2015-01-05 | Fix missing URIStart() for https downloads | Michael Vogt |
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-11-09 | use getline() instead of rolling our own | David Kalnischkies |
2014-11-08 | Assert statement calls a function which may have desired side effects: 'pos_i... | David Kalnischkies |
2014-10-14 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-10-13 | Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie() | Michael Vogt |
2014-10-08 | methods/rsh.cc: replace strcat with std::string | Michael Vogt |