Age | Commit message (Expand) | Author |
2013-10-03 | use pkgAcqArchive in 'download' for proper errors | David Kalnischkies |
2013-10-03 | put fetch errors in 'source' on our errorstack | David Kalnischkies |
2013-10-03 | refactor onError relabeling of DestFile as '.FAILED' | David Kalnischkies |
2013-10-02 | tests: fix some problems travis encounters | David Kalnischkies |
2013-10-02 | Merge remote-tracking branch 'origin/bugfix/dpkg-progress-multiarch' into bug... | Michael Vogt |
2013-10-02 | make dpkg progress slightly nicer | Michael Vogt |
2013-10-01 | change maxsplit default from "0" to maxint | Michael Vogt |
2013-10-01 | improve documentation for StringSplit() | Michael Vogt |
2013-10-01 | rename "--dpkg-progress" to "--show-progress" and document it in apt-get.8 | Michael Vogt |
2013-10-01 | don't consider holds for autoremoval | David Kalnischkies |
2013-10-01 | handle complete responses to https range requests | David Kalnischkies |
2013-10-01 | fix partial (206 and 416) support in https | David Kalnischkies |
2013-10-01 | refactor http client implementation | David Kalnischkies |
2013-10-01 | replace "filesize - 1" trick in http with proper 416 handling | David Kalnischkies |
2013-10-01 | retry without partial data after a 416 response | David Kalnischkies |
2013-09-30 | add Range and If-Range support in the webserver | David Kalnischkies |
2013-09-30 | access _config via GET requests in the webserver | David Kalnischkies |
2013-09-30 | APT has no bugs | David Kalnischkies |
2013-09-26 | test: apt-get source with more than one argument | David Kalnischkies |
2013-09-26 | print-uris prints regardless of quiet-level again | David Kalnischkies |
2013-09-26 | compression-neutral message for missing data.tar member | David Kalnischkies |
2013-09-26 | pkg from only trusted sources keeps being trusted | David Kalnischkies |
2013-09-26 | don't strip :any from dependencies in single-arch | David Kalnischkies |
2013-09-23 | Fix typo in apt-private/private-show.cc. Thanks to Benjamin Keresa. Closes: #... | Christian PERRIER |
2013-09-20 | releasing package apt version 0.9.11.4 | Michael Vogt |
2013-09-20 | do not trust FileFd::Eof() in pkgTagFile::Fill() | David Kalnischkies |
2013-09-12 | add a testcase for 100 char long path truncate bug #689582 | David Kalnischkies |
2013-09-12 | don't truncate 100 char long paths in tar extraction | Oskari Saarenmaa |
2013-09-10 | Fix regression of "apt-cache unmet -i", thanks to Daniel Schepler (closes: #7...0.9.11.3 | Michael Vogt |
2013-09-10 | prepare upload | Michael Vogt |
2013-09-07 | doc update | Michael Vogt |
2013-09-07 | fix multiarch status-fd progress calculation | Michael Vogt |
2013-09-07 | add maxsplit parameter to StringSplit | Michael Vogt |
2013-09-07 | implement StringSplit() as we need this to fix the dpkg status-fd output parsing | Michael Vogt |
2013-09-03 | use FileFd in HashSum test to unbreak non-linux ports | David Kalnischkies |
2013-09-03 | fix vim-style foldmarker | David Kalnischkies |
2013-09-01 | Remove invalid "-f" option for apt-get check | Michael Vogt |
2013-09-01 | Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid | Michael Vogt |
2013-08-31 | fix typo (mkostemp->mkstemp) | Michael Vogt |
2013-08-31 | prepare upload of 0.9.120.9.11.2 | Michael Vogt |
2013-08-28 | Merge remote-tracking branch 'upstream/debian/sid' into feature/upgrade-with-new | Michael Vogt |
2013-08-28 | its --with-new-pkgs | Michael Vogt |
2013-08-28 | add man-page, improve option, use --with-new-pkgs as the flag | Michael Vogt |
2013-08-28 | Merge remote-tracking branch 'mvo/feature/install-progress' into debian/sid | Michael Vogt |
2013-08-28 | Merge remote-tracking branch 'mvo/feature/upgrade-with-cmdline' into debian/sid | Michael Vogt |
2013-08-28 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt |
2013-08-28 | Complete Italian translation | Christian PERRIER |
2013-08-28 | configurable compression for testcases | David Kalnischkies |
2013-08-27 | old-style dpkg foreign architecture adding for tests | David Kalnischkies |
2013-08-27 | use mkstemp instead of mkostemp in FileFd::Open() | David Kalnischkies |