Age | Commit message (Expand) | Author |
2015-07-25 | bump next-abi check above gcc5-abi bump | David Kalnischkies |
2015-07-25 | drop incorrect parameter implicitely converted to bool | David Kalnischkies |
2015-04-07 | keyids in "apt-key del" should be case-insensitive | David Kalnischkies |
2014-12-22 | dispose http(s) 416 error page as non-content | David Kalnischkies |
2014-11-28 | support long keyids in "apt-key del" instead of ignoring them | James McCoy |
2014-11-10 | use 'best' hash for source authentication | David Kalnischkies |
2014-10-02 | apt-get: Create the temporary downloaded changelog inside tmpdir | Guillem Jover |
2014-09-21 | generalize Acquire::GzipIndex | Michael Vogt |
2014-09-02 | Use heap to allocate PatternMatch to avoid potential stack overflow | Michael Vogt |
2014-09-02 | Make Proxy-Auto-Detect check for each host | Michael Vogt |
2014-08-26 | add dpkg::source-options for dpkg-source invocation | David Kalnischkies |
2014-06-18 | show our broken packages message in 'apt' solver | David Kalnischkies |
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-22 | fix screen width detection for apt/apt-get lists | Sebastian Schmidt |
2014-05-22 | show upgradable packages after apt update | 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-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 |
2014-02-27 | initial version of apt-helper | Michael Vogt |
2014-02-27 | initial version of apt-helper | Michael Vogt |
2014-02-22 | Add support for data.tar, control.tar and control.tar.xz | Guillem Jover |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt |
2014-02-22 | remove auto-generated apt-key and sources.list on clean (closes: 739749) | Michael Vogt |
2014-02-13 | trivial indent fix | Michael Vogt |
2014-02-12 | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt |
2014-02-12 | Use a APT::VersionSet instead of a VersionList | Michael Vogt |
2014-02-12 | apt-cdrom should succeed if any drive succeeds | John Ogness |
2014-02-10 | use VersionSet in download to handle repeats | David Kalnischkies |
2014-02-05 | move isatty() check into InitOutput() | Michael Vogt |