Age | Commit message (Expand) | Author |
2014-04-30 | Only do openpty() if both stdin/stdout are terminals | Michael Vogt |
2014-04-28 | initialize Verify in second pkgAcqIndex constructor | David Kalnischkies |
2014-04-28 | Merge branch 'feature/abspath' into feature/apt-install-deb | Michael Vogt |
2014-04-28 | fix tests | Michael Vogt |
2014-04-28 | use flAbsPath() | Michael Vogt |
2014-04-28 | Merge branch 'feature/abspath' into feature/apt-install-deb | Michael Vogt |
2014-04-28 | add flAbsPath() as a wrapper to realpath() | Michael Vogt |
2014-04-28 | use new Popen() | Michael Vogt |
2014-04-28 | Merge branch 'feature/popen' into feature/apt-install-deb | Michael Vogt |
2014-04-28 | Implement Popen() execv helper to avoid popen() | Michael Vogt |
2014-04-28 | avoid deb specific code in private-install | Michael Vogt |
2014-04-28 | Fix missing ScreenWidth check in apt.cc | Michael Vogt |
2014-04-28 | debian/apt-doc.docs: remove README.MultiArch | Michael Vogt |
2014-04-28 | l10n: vi.po: Update one new string | Trần Ngọc Quân |
2014-04-28 | WIP local deb install | Michael Vogt |
2014-04-26 | allow vendors to install configuration files | David Kalnischkies |
2014-04-26 | fix FileFd::Size bitswap on big-endian architectures | Adam Conrad |
2014-04-26 | enforce LFS for partial files in https range requests | David Kalnischkies |
2014-04-26 | remove unused duplicated acqprogress.{cc,h} files | David Kalnischkies |
2014-04-26 | build http request in a stringstream | David Kalnischkies |
2014-04-26 | remove outdated README.MultiArch | David Kalnischkies |
2014-04-26 | add a README for vendor information | David Kalnischkies |
2014-04-26 | add vendor information for BlankOn | Mahyuddin Ramli |
2014-04-26 | handle pkgnames shorter than modifiers | David Kalnischkies |
2014-04-26 | properly undo CD-ROM mount in all error cases | John Ogness |
2014-04-25 | provide support for debian/apt.conf.$(lsb_release -i -s) vendor specific conf... | Michael Vogt |
2014-04-25 | add bash completion for the "apt" command | Michael Vogt |
2014-04-25 | reduce delta from ubuntu | Michael Vogt |
2014-04-25 | prepare release 1.0.21.0.2 | Michael Vogt |
2014-04-25 | add support for apt-get build-dep unpacked-source-dir | Michael Vogt |
2014-04-24 | create debIFTypeDscFile type | Michael Vogt |
2014-04-22 | add support for apt-get build-dep foo.dsc | Michael Vogt |
2014-04-22 | Merge remote-tracking branch 'upstream/debian/sid' into debian/sid | Michael Vogt |
2014-04-22 | Consistently use Dpkg::Progress* in documentation | James McCoy |
2014-04-22 | Updated Thai program translation (closes: #745120) | Theppitak Karoonboonyanan |
2014-04-22 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt |
2014-04-22 | Fix option name DPkg::Progress-Fancy in apt.8 manpage (LP: #1310506) | Michael Vogt |
2014-04-22 | apt-private/acqprogress.cc: fix output when ctrl-c is hit during apt update (... | Michael Vogt |
2014-04-17 | pass Target/MetaIndexParser around into pkgAcqDiffIndex so that this can be u... | Michael Vogt |
2014-04-16 | support dist-upgrade options in full-upgrade | David Kalnischkies |
2014-04-16 | extract travis installs from build-depends automatically | David Kalnischkies |
2014-04-16 | use Google C++ Testing Framework for libapt tests | David Kalnischkies |
2014-04-16 | calculate Percent as part of pkgAcquireStatus to provide a weighted percent f... | Michael Vogt |
2014-04-16 | use correct compression extension when loading the size of the size into the ... | Michael Vogt |
2014-04-16 | clear HitEof flag in FileFd::Seek | David Kalnischkies |
2014-04-16 | add Debug::acquire::progress debug option and fixme for index file loading wi... | Michael Vogt |
2014-04-16 | load the size from the metaindex into the fetcher to have even more accurate ... | Michael Vogt |
2014-04-16 | make the TotalFiles more reliable in apt-get update | Michael Vogt |
2014-04-16 | apt-private/acqprogress.cc: reset color in apt update | Michael Vogt |
2014-04-14 | force fancy progressbar redraw on window size change | David Kalnischkies |