Age | Commit message (Expand) | Author |
2014-06-07 | do not revert candidate for protected packages | David Kalnischkies |
2014-05-30 | support parsing EDSP requests Architecture{,s} stanza | David Kalnischkies |
2014-05-30 | without a filename we can't stat pipes | David Kalnischkies |
2014-05-30 | check exit status of external solvers | David Kalnischkies |
2014-05-30 | Merge EDSP 0.5 w/ multi-arch support for external solvers | David Kalnischkies |
2014-05-29 | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt |
2014-05-28 | Fix warning about uninitialized variable | Michael Vogt |
2014-05-27 | use free() instead of delete[] in debSrcRecordParser::~debSrcRecordParser | Michael Vogt |
2014-05-27 | Do not try to cast a pkgDepCache::Policy to a pkgCache | Michael Vogt |
2014-05-27 | use free() instead of delete() when realloc is used | Michael Vogt |
2014-05-22 | fix tight loop detection and temporary removes | David Kalnischkies |
2014-05-22 | consistently fail if Smart* packagemanager actions fail | David Kalnischkies |
2014-05-22 | mark as Automatic/Downloadable pure as gcc suggests | David Kalnischkies |
2014-05-15 | Never parse Version/Architecture tags in a Translation-$lang file | Michael Vogt |
2014-05-07 | Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi... | Michael Vogt |
2014-05-07 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt |
2014-05-04 | EDSP: add APT-Release field to Package stanzas | Stefano Zacchiroli |
2014-05-04 | EDSP: add Source field to Package stanzas | Stefano Zacchiroli |
2014-05-04 | EDSP: add Architecture(s) multi-arch fields to the Request stanza | Stefano Zacchiroli |
2014-05-04 | EDSP: bump protocol version to 0.5 | Stefano Zacchiroli |
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-26 | fix FileFd::Size bitswap on big-endian architectures | Adam Conrad |
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 | reduce delta from ubuntu | Michael Vogt |
2014-04-16 | clear HitEof flag in FileFd::Seek | David Kalnischkies |
2014-04-14 | force fancy progressbar redraw on window size change | David Kalnischkies |
2014-04-11 | consider priorities only for downloadable pkgs in resolver | David Kalnischkies |
2014-04-11 | deal with umask only if we really need to for mkstemp | David Kalnischkies |
2014-04-11 | don't double-count seeks in FileFd::Skip for bzip/xz | David Kalnischkies |
2014-04-11 | do not create an (additional) empty compressor | David Kalnischkies |
2014-04-11 | use wildcard to get files in our library makefiles | David Kalnischkies |
2014-04-10 | improve umask/fchmod code readability | Michael Vogt |
2014-04-10 | Rename FileFd::Open() Perms to AccessMode | Michael Vogt |
2014-04-10 | Fix insecure file permissions when using FileFd with OpenMode::Atomic | Michael Vogt |
2014-04-04 | Implement CacheDB for source packages in apt-ftparchive | Michael Vogt |
2014-04-01 | Merge remote-tracking branch 'mvo/feature/more-fancy-progress' into debian/sid | Michael Vogt |
2014-04-01 | do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs() | Michael Vogt |
2014-04-01 | Add new Debug::RunScripts option | Michael Vogt |
2014-03-27 | Merge branch 'debian/sid' into feature/more-fancy-progress | Michael Vogt |
2014-03-27 | Add progressbar to "Dpkg::Progress-Fancy" | Michael Vogt |
2014-03-27 | make fancy-progress fg/bg color configurable | Michael Vogt |
2014-03-23 | discard candidates via IsInstallOk to allow override | David Kalnischkies |
2014-03-23 | do IsInstallOk call in MarkInstall unconditionally | David Kalnischkies |
2014-03-22 | ensure proper teardown in dpkg error cases | David Kalnischkies |
2014-03-21 | mark optional (private) symbols as hidden | David Kalnischkies |
2014-03-21 | enable fvisibility=hidden for our private library | David Kalnischkies |
2014-03-21 | continue reading in xz even if it outputs nothing | David Kalnischkies |
2014-03-15 | Fix handling of autoclosing for compressed files (Closes: #741685) | Julian Andres Klode |