Age | Commit message (Expand) | Author |
2012-04-23 | /dev/null is a special absolute path as it has no subdirectories | David Kalnischkies |
2012-04-23 | normalize a bit by replacing // and /./ with / in FindFile | David Kalnischkies |
2012-04-23 | * edsp/edspsystem.cc: | David Kalnischkies |
2012-04-23 | * apt-pkg/depcache.cc: | David Kalnischkies |
2012-04-22 | * apt-pkg/cdrom.cc: | David Kalnischkies |
2012-04-22 | * apt-pkg/acquire-worker.cc: | David Kalnischkies |
2012-04-22 | * apt-pkg/contrib/configuration.cc: | David Kalnischkies |
2012-04-21 | * apt-pkg/contrib/strutl.cc: | David Kalnischkies |
2012-04-20 | merged from bzr+ssh://bazaar.launchpad.net/~donkult/apt/sid/ | Michael Vogt |
2012-04-20 | fix a bug uncovered by the previous commit which checks if a Compressor | David Kalnischkies |
2012-04-20 | merged from lp:~donkult/apt/sid | Michael Vogt |
2012-04-20 | * apt-pkg/cacheset.cc: | David Kalnischkies |
2012-04-20 | * apt-pkg/contrib/sha2_internal.cc: | David Kalnischkies |
2012-04-20 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2012-04-20 | merge from the lp:~mvo/apt/mvo branch | Michael Vogt |
2012-04-20 | cherry pick r1975 from lp:~ubuntu-core-dev/apt/ubuntu | Michael Vogt |
2012-04-19 | * apt-pkg/packagemanager.cc: | Malcolm Scott |
2012-04-19 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies |
2012-04-18 | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies |
2012-04-17 | newer gcc versions seems to have no problem with that, but while working | David Kalnischkies |
2012-04-16 | * apt-pkg/packagemanager.cc: | David Kalnischkies |
2012-04-12 | apt-pkg/packagemanager.cc: tweak MaxLoopCount to 500 and improve the error me... | Michael Vogt |
2012-04-11 | merged from donkults experimental branch | Michael Vogt |
2012-04-11 | use a static FileFd::Write overload to reduce duplication of write()-retry code | David Kalnischkies |
2012-04-11 | use xz-utils in the testcases instead of lzma and ensure that we really | David Kalnischkies |
2012-04-05 | - add libbz2-dev as new build-dependency | David Kalnischkies |
2012-04-05 | if we have zlib builtin insert add a dummy gzip compressor for FileFD | David Kalnischkies |
2012-04-05 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2012-04-05 | detect zlib correctly. We still don't allow to build without it to remain | David Kalnischkies |
2012-03-27 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt |
2012-03-22 | make these retry_write methods static so that they don't end up as symbols | David Kalnischkies |
2012-03-22 | the previously used VERSION didn't work everywhere so we are switching | David Kalnischkies |
2012-03-20 | * methods/rred.cc: | David Kalnischkies |
2012-03-20 | * apt-pkg/acquire-worker.cc: | David Kalnischkies |
2012-03-13 | add APT::pkgPackageManager::MaxLoopCount to ensure that the | Michael Vogt |
2012-03-13 | merged from lp:~donkult/apt/experimental | Michael Vogt |
2012-03-13 | recheck dependencies in SmartUnpack after a change, too | David Kalnischkies |
2012-03-13 | * apt-pkg/packagemanager.cc: | David Kalnischkies |
2012-03-12 | ensure that the fullname of a package is displayed in the debug output | David Kalnischkies |
2012-03-07 | show which dependency couldn't be satisfied in the debug output | David Kalnischkies |
2012-03-07 | * apt-pkg/packagemanager.cc: | Michael Vogt |
2012-03-06 | add Debug::pkgAcqArchive::NoQueue to disable package downloading | David Kalnischkies |
2012-03-06 | merge with apt/experimental | David Kalnischkies |
2012-03-06 | * apt-pkg/packagemanager.cc: | Michael Vogt |
2012-03-06 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies |
2012-03-05 | * Treat the Important flag like the Essential flag with two differences: | Julian Andres Klode |
2012-03-05 | * apt-pkg/packagemanager.cc: | Julian Andres Klode |
2012-03-05 | * apt-pkg/deb/deblistparser.cc: | Julian Andres Klode |
2012-03-05 | as we parse datestrings from external sources a lot specify the length | David Kalnischkies |
2012-03-05 | set char-limits for the scanf parsing previous crash-reports | David Kalnischkies |