summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "add bash completion for the "apt" command"Michael Vogt2014-05-053-98/+0
* Only do openpty() if both stdin/stdout are terminalsMichael Vogt2014-04-302-6/+7
* Fix missing ScreenWidth check in apt.ccMichael Vogt2014-04-285-19/+38
* debian/apt-doc.docs: remove README.MultiArchMichael Vogt2014-04-281-1/+0
* l10n: vi.po: Update one new stringTrần Ngọc Quân2014-04-281-4/+4
* allow vendors to install configuration filesDavid Kalnischkies2014-04-263-7/+8
* fix FileFd::Size bitswap on big-endian architecturesAdam Conrad2014-04-261-13/+4
* enforce LFS for partial files in https range requestsDavid Kalnischkies2014-04-261-5/+5
* remove unused duplicated acqprogress.{cc,h} filesDavid Kalnischkies2014-04-262-345/+0
* build http request in a stringstreamDavid Kalnischkies2014-04-261-57/+31
* remove outdated README.MultiArchDavid Kalnischkies2014-04-261-63/+0
* add a README for vendor informationDavid Kalnischkies2014-04-261-0/+60
* add vendor information for BlankOnMahyuddin Ramli2014-04-262-0/+18
* handle pkgnames shorter than modifiersDavid Kalnischkies2014-04-262-3/+9
* properly undo CD-ROM mount in all error casesJohn Ogness2014-04-262-25/+42
* provide support for debian/apt.conf.$(lsb_release -i -s) vendor specific conf...Michael Vogt2014-04-253-0/+16
* add bash completion for the "apt" commandMichael Vogt2014-04-253-0/+98
* reduce delta from ubuntuMichael Vogt2014-04-255-4/+7
* prepare release 1.0.2Michael Vogt2014-04-2555-37855/+38242
* Consistently use Dpkg::Progress* in documentationJames McCoy2014-04-221-1/+1
* Updated Thai program translation (closes: #745120)Theppitak Karoonboonyanan2014-04-221-953/+990
* Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-04-2239-2077/+1998
|\
| * support dist-upgrade options in full-upgradeDavid Kalnischkies2014-04-161-2/+2
| * extract travis installs from build-depends automaticallyDavid Kalnischkies2014-04-162-2/+6
| * use Google C++ Testing Framework for libapt testsDavid Kalnischkies2014-04-1629-2086/+1918
| * clear HitEof flag in FileFd::SeekDavid Kalnischkies2014-04-164-25/+96
| * force fancy progressbar redraw on window size changeDavid Kalnischkies2014-04-142-12/+26
| * compile with absolute paths to allow lcov useDavid Kalnischkies2014-04-134-4/+4
* | Fix option name DPkg::Progress-Fancy in apt.8 manpage (LP: #1310506)Michael Vogt2014-04-221-1/+1
* | apt-private/acqprogress.cc: fix output when ctrl-c is hit during apt update (...Michael Vogt2014-04-221-1/+1
* | l10n: vi.po (624t): Update translationTrần Ngọc Quân2014-04-111-12/+12
|/
* Merge remote-tracking branch 'mvo/feature/helpful-apt-list' into debian/sidMichael Vogt2014-04-112-1/+27
|\
| * Notice the user about "apt list -a" when only a single hit if foundMichael Vogt2014-04-092-1/+26
* | Merge remote-tracking branch 'mvo/bugfix/apt-list-rc-pkgs' into debian/sidMichael Vogt2014-04-113-1/+16
|\ \
| * | fix apt list output for pkgs in dpkg ^rc stateMichael Vogt2014-04-083-1/+16
* | | consider priorities only for downloadable pkgs in resolverDavid Kalnischkies2014-04-112-8/+59
* | | extend FileFd test behond basic permission testsDavid Kalnischkies2014-04-111-10/+99
* | | deal with umask only if we really need to for mkstempDavid Kalnischkies2014-04-111-9/+9
* | | don't double-count seeks in FileFd::Skip for bzip/xzDavid Kalnischkies2014-04-111-1/+0
* | | do not create an (additional) empty compressorDavid Kalnischkies2014-04-111-1/+1
* | | be able to run abicheck from any directoryDavid Kalnischkies2014-04-112-1/+10
* | | use wildcard to get files in our library makefilesDavid Kalnischkies2014-04-113-65/+7
* | | fix test-failure in adtMichael Vogt2014-04-101-1/+7
* | | prepare 1.0.1 releaseMichael Vogt2014-04-1055-838/+859
* | | apt: Minor typo in 'apt' man page (closes: #743657)Josef Vitu2014-04-101-1/+1
* | | Merge remote-tracking branch 'mvo/bugfix/lp1304657-perms' into debian/sidMichael Vogt2014-04-104-14/+71
|\ \ \
| * | | improve umask/fchmod code readabilityMichael Vogt2014-04-101-5/+8
| * | | Rename FileFd::Open() Perms to AccessModeMichael Vogt2014-04-102-14/+14
| * | | Fix insecure file permissions when using FileFd with OpenMode::AtomicMichael Vogt2014-04-102-2/+37
| | |/ | |/|
| * | Fix possible race when stunnel/aptwebserver create their PID filesMichael Vogt2014-04-091-0/+19
| |/