summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-10add a simple unit test for acquire progressDavid Kalnischkies7-36/+205
2015-04-10reimplement the last uses of sprintfDavid Kalnischkies8-186/+206
2015-04-07keyids in "apt-key del" should be case-insensitiveDavid Kalnischkies2-1/+7
2015-04-07demote VectorizeString gcc attribute from const to pureDavid Kalnischkies1-1/+1
2015-04-07fix crash in order writing in pkgDPkgPM::WriteApportReport()Michael Vogt1-2/+9
2015-04-07avoid depends on std::string implementation for pkgAcquire::Item::ModeDavid Kalnischkies1-2/+12
2015-04-07properly handle expected filesize in httpsDavid Kalnischkies1-14/+4
2015-04-07fix another d(e)select-upgrade typoDavid Kalnischkies1-1/+1
2015-04-07HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to 404Robert Edmonds1-0/+2
2015-04-07Fix crash in pkgDPkgPM::WriteApportReport(() (LP: #1436626)Michael Vogt1-2/+13
2015-03-20test/integration/test-apt-download-progress: fix test failure on fast hardwareMichael Vogt1-2/+2
2015-03-16stop displaying time of build in online helpJérémy Bobbio13-30/+19
2015-03-16Italian manpage translation updateBeatrice Torracca2-118/+89
2015-03-16test exitcode as well as string equalityDavid Kalnischkies126-617/+697
2015-03-16parse arch-qualified Provides correctlyHelmut Grohne1-0/+6
2015-03-16set version before updating po filesDavid Kalnischkies1-3/+3
2015-03-16(error) Same iterator is used with different containersDavid Kalnischkies1-1/+1
2015-03-16fix some new compiler warnings reported by gcc-5David Kalnischkies6-17/+22
2015-03-16properly implement pkgRecord::Parser for *.deb filesDavid Kalnischkies51-57939/+60400
2015-03-16fix another d(e)select-upgrade typoDavid Kalnischkies1-1/+1
2015-03-16derive more of https from http methodDavid Kalnischkies7-69/+124
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies78-50192/+47782
2015-03-08rework dpkg-wrapping in test frameworkDavid Kalnischkies1-19/+25
2015-02-23releasing package apt version 1.0.9.71.0.9.7Michael Vogt1-0/+7
2015-02-23Fix crash in the apt-transport-https when Owner is NULLTomasz Buchert1-1/+1
2015-01-16releasing package apt version 1.0.9.6Michael Vogt0-0/+0
2015-01-16prepare 1.0.9.61.0.9.6Michael Vogt48-21222/+21234
2015-01-10award points for positive dependencies againDavid Kalnischkies2-1/+29
2015-01-10128 KiB DSC files ought to be enough for everyoneDavid Kalnischkies6-49/+42
2015-01-06Add regression test for the previous commitMichael Vogt1-0/+43
2015-01-05Fix missing URIStart() for https downloadsMichael Vogt2-2/+8
2014-12-23release 1.0.9.51.0.9.5David Kalnischkies49-2516/+2307
2014-12-23tighten filtering of kernel images in apt.auto-removalJames McCoy1-1/+1
2014-12-23pass-through stdin fd instead of content if not a terminalDavid Kalnischkies2-6/+32
2014-12-23always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies7-56/+146
2014-12-23do not make PTY slave the controlling terminalDavid Kalnischkies3-45/+70
2014-12-22dispose http(s) 416 error page as non-contentDavid Kalnischkies9-112/+241
2014-12-22Thai program translation updateTheppitak Karoonboonyanan1-9/+9
2014-12-22Japanese program translation updateKenshi Muto1-4/+4
2014-12-22Chinese (simplified) program translation updateZhou Mo1-19/+20
2014-12-22French manpages translation updateJean-Pierre Giraud1-204/+373
2014-12-10do not make PTY slave the controlling terminalDavid Kalnischkies2-26/+38
2014-12-09dispose http(s) 416 error page as non-contentDavid Kalnischkies8-105/+233
2014-12-07always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies7-56/+149
2014-12-07correct architecture detection for 'rc' packages for purgeDavid Kalnischkies3-39/+63
2014-12-07properly handle already reinstall pkgs in orderingDavid Kalnischkies2-10/+134
2014-12-03release 1.0.9.41.0.9.4David Kalnischkies48-60769/+60881
2014-12-03Spanish program translation updateManuel "Venturi" Porras Peralta1-1451/+1517
2014-11-28support long keyids in "apt-key del" instead of ignoring themJames McCoy2-1/+7
2014-11-28fix PTY interaction on linux and kfreebsdDavid Kalnischkies2-47/+92