Age | Commit message (Expand) | Author |
2014-07-08 | Fix ar and tar code to be LFS-safe | Guillem Jover |
2014-06-18 | correct 'apt-cache stats' to include more | David Kalnischkies |
2014-06-18 | cleanup datatypes mix used in binary cache | David Kalnischkies |
2014-06-18 | Merge remote-tracking branch 'donkult/debian/sid' into debian/experimental | Michael Vogt |
2014-06-18 | show our broken packages message in 'apt' solver | David Kalnischkies |
2014-06-18 | Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimental | Michael Vogt |
2014-06-18 | Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimental | Michael Vogt |
2014-06-18 | Provide ShowHashTableStats function | Michael Vogt |
2014-06-18 | improve formating of the hash stats | Michael Vogt |
2014-06-18 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-06-11 | DropPrivs in the solvers (just to be on the safe side) | Michael Vogt |
2014-06-10 | Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sid | Michael Vogt |
2014-06-10 | Merge remote-tracking branch 'mvo/bugfix/apt-get-source-unauthenticated-warni... | Michael Vogt |
2014-06-10 | support Acquire::GzipIndexes in dumpavail | David Kalnischkies |
2014-06-06 | cmdline/apt-helper.cc: use less generic description/short-description | Michael Vogt |
2014-06-02 | Show unauthenticated warning for source packages as well | Michael Vogt |
2014-05-30 | print error stack on failure of 'apt' solver | David Kalnischkies |
2014-05-29 | cmdline/apt-extracttemplates.cc: remove unused private var | Michael Vogt |
2014-05-29 | Merge remote-tracking branch 'upstream/debian/sid' into debian/experimental | Michael Vogt |
2014-05-29 | add hashtable stats | Michael Vogt |
2014-05-28 | cmdline/apt-extracttemplates.cc: remove unused private var | Michael Vogt |
2014-05-22 | fix screen width detection for apt/apt-get lists | Sebastian Schmidt |
2014-05-22 | show upgradable packages after apt update | Michael Vogt |
2014-05-10 | improve pkgTagSection scanning and parsing | David Kalnischkies |
2014-05-09 | use HashStringList in the acquire system | David Kalnischkies |
2014-05-09 | use 'best' hash for source authentication | David Kalnischkies |
2014-05-08 | Merge remote-tracking branch 'mvo/feature/build-dep-dsc2' into debian/experim... | Michael Vogt |
2014-05-07 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-04-28 | Fix missing ScreenWidth check in apt.cc | Michael Vogt |
2014-04-26 | remove unused duplicated acqprogress.{cc,h} files | David Kalnischkies |
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-04 | Fix crash in "apt list" when a sources.list file is unreable | Michael Vogt |
2014-04-01 | enable DPkg::Progress-Fancy by default | Michael Vogt |
2014-03-27 | Use mkstemp() in apt-extracttemplaes (closes: #741627) | Michael Vogt |
2014-03-14 | fix test/integration/test-apt-helper | Michael Vogt |
2014-03-13 | cmdline parsing: apt-config is not apt-cdrom | David Kalnischkies |
2014-03-13 | improve debug output in case downloadfile fails | David Kalnischkies |
2014-03-13 | remove code duplication for Add & Ident in apt-cdrom | David Kalnischkies |
2014-03-13 | use SPtrArray handling instead of explicit delete[] | David Kalnischkies |
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies |
2014-03-13 | warning: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies |
2014-03-13 | warning: extra ‘;’ [-Wpedantic] | David Kalnischkies |
2014-03-13 | fix -Wmissing-field-initializers warnings | David Kalnischkies |
2014-03-13 | support DEB_BUILD_PROFILES and -P for build profiles | David Kalnischkies |
2014-03-12 | Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-download-... | Michael Vogt |
2014-03-12 | add hashsum support in apt-file download and add more tests | Michael Vogt |