Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | load the size from the metaindex into the fetcher to have even more accurate ... | Michael Vogt | 2014-04-16 | 5 | -8/+20 | |
| * | | | | | | | make the TotalFiles more reliable in apt-get update | Michael Vogt | 2014-04-16 | 3 | -5/+46 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi... | Michael Vogt | 2014-05-07 | 14 | -12/+469 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | move pkgSourceList::AddMetaIndex() into a private subclass until we decide ab... | Michael Vogt | 2014-05-07 | 3 | -7/+35 | |
| * | | | | | | | rename pkgSourceList::Add() to pkgSourceList::AddMetaIndex() | Michael Vogt | 2014-05-07 | 2 | -2/+2 | |
| * | | | | | | | Merge branch 'feature/abspath' into feature/apt-install-deb | Michael Vogt | 2014-04-28 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | fix tests | Michael Vogt | 2014-04-28 | 1 | -0/+4 | |
| * | | | | | | | | use flAbsPath() | Michael Vogt | 2014-04-28 | 1 | -2/+1 | |
| * | | | | | | | | Merge branch 'feature/abspath' into feature/apt-install-deb | Michael Vogt | 2014-04-28 | 3 | -1/+27 | |
| |\| | | | | | | | ||||||
| | * | | | | | | | add flAbsPath() as a wrapper to realpath() | Michael Vogt | 2014-04-28 | 3 | -0/+27 | |
| | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | use new Popen() | Michael Vogt | 2014-04-28 | 1 | -10/+13 | |
| * | | | | | | | Merge branch 'feature/popen' into feature/apt-install-deb | Michael Vogt | 2014-04-28 | 3 | -0/+115 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Implement Popen() execv helper to avoid popen() | Michael Vogt | 2014-04-28 | 3 | -0/+115 | |
| | |/ / / / / / | ||||||
| * | | | | | | | avoid deb specific code in private-install | Michael Vogt | 2014-04-28 | 2 | -7/+34 | |
| * | | | | | | | WIP local deb install | Michael Vogt | 2014-04-28 | 12 | -11/+266 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge remote-tracking branch 'upstream/debian/sid' into debian/sid | Michael Vogt | 2014-04-22 | 110 | -3866/+4020 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | apt-private/acqprogress.cc: reset color in apt update | Michael Vogt | 2014-04-16 | 1 | -1/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | 2014-05-07 | 378 | -81636/+86546 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | prepare release 1.0.3 | Michael Vogt | 2014-05-05 | 55 | -57567/+57564 | |
| * | | | | | | Revert "add bash completion for the "apt" command" | Michael Vogt | 2014-05-05 | 3 | -98/+0 | |
| | |_|/ / / | |/| | | | | ||||||
| * | | | | | Only do openpty() if both stdin/stdout are terminals | Michael Vogt | 2014-04-30 | 2 | -6/+7 | |
| | |_|/ / | |/| | | | ||||||
| * | | | | Fix missing ScreenWidth check in apt.cc | Michael Vogt | 2014-04-28 | 5 | -19/+38 | |
| * | | | | debian/apt-doc.docs: remove README.MultiArch | Michael Vogt | 2014-04-28 | 1 | -1/+0 | |
| * | | | | l10n: vi.po: Update one new string | Trần Ngọc Quân | 2014-04-28 | 1 | -4/+4 | |
| * | | | | allow vendors to install configuration files | David Kalnischkies | 2014-04-26 | 3 | -7/+8 | |
| * | | | | fix FileFd::Size bitswap on big-endian architectures | Adam Conrad | 2014-04-26 | 1 | -13/+4 | |
| * | | | | enforce LFS for partial files in https range requests | David Kalnischkies | 2014-04-26 | 1 | -5/+5 | |
| * | | | | remove unused duplicated acqprogress.{cc,h} files | David Kalnischkies | 2014-04-26 | 2 | -345/+0 | |
| * | | | | build http request in a stringstream | David Kalnischkies | 2014-04-26 | 1 | -57/+31 | |
| * | | | | remove outdated README.MultiArch | David Kalnischkies | 2014-04-26 | 1 | -63/+0 | |
| * | | | | add a README for vendor information | David Kalnischkies | 2014-04-26 | 1 | -0/+60 | |
| * | | | | add vendor information for BlankOn | Mahyuddin Ramli | 2014-04-26 | 2 | -0/+18 | |
| * | | | | handle pkgnames shorter than modifiers | David Kalnischkies | 2014-04-26 | 2 | -3/+9 | |
| * | | | | properly undo CD-ROM mount in all error cases | John Ogness | 2014-04-26 | 2 | -25/+42 | |
| * | | | | provide support for debian/apt.conf.$(lsb_release -i -s) vendor specific conf... | Michael Vogt | 2014-04-25 | 3 | -0/+16 | |
| * | | | | add bash completion for the "apt" command | Michael Vogt | 2014-04-25 | 3 | -0/+98 | |
| * | | | | reduce delta from ubuntu | Michael Vogt | 2014-04-25 | 5 | -4/+7 | |
| * | | | | prepare release 1.0.2 | Michael Vogt | 2014-04-25 | 55 | -37855/+38242 | |
| | |/ / | |/| | | ||||||
| * | | | Consistently use Dpkg::Progress* in documentation | James McCoy | 2014-04-22 | 1 | -1/+1 | |
| * | | | Updated Thai program translation (closes: #745120) | Theppitak Karoonboonyanan | 2014-04-22 | 1 | -953/+990 | |
| * | | | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | 2014-04-22 | 39 | -2077/+1998 | |
| |\ \ \ | ||||||
| | * | | | support dist-upgrade options in full-upgrade | David Kalnischkies | 2014-04-16 | 1 | -2/+2 | |
| | * | | | extract travis installs from build-depends automatically | David Kalnischkies | 2014-04-16 | 2 | -2/+6 | |
| | * | | | use Google C++ Testing Framework for libapt tests | David Kalnischkies | 2014-04-16 | 29 | -2086/+1918 | |
| | * | | | clear HitEof flag in FileFd::Seek | David Kalnischkies | 2014-04-16 | 4 | -25/+96 | |
| | * | | | force fancy progressbar redraw on window size change | David Kalnischkies | 2014-04-14 | 2 | -12/+26 | |
| | * | | | compile with absolute paths to allow lcov use | David Kalnischkies | 2014-04-13 | 4 | -4/+4 | |
| * | | | | Fix option name DPkg::Progress-Fancy in apt.8 manpage (LP: #1310506) | Michael Vogt | 2014-04-22 | 1 | -1/+1 | |
| * | | | | apt-private/acqprogress.cc: fix output when ctrl-c is hit during apt update (... | Michael Vogt | 2014-04-22 | 1 | -1/+1 | |
| * | | | | l10n: vi.po (624t): Update translation | Trần Ngọc Quân | 2014-04-11 | 1 | -12/+12 | |
| |/ / / |