Age | Commit message (Expand) | Author |
2015-12-27 | Convert most callers of isspace() to isspace_ascii() | Julian Andres Klode |
2015-12-14 | show a more descriptive error for weak Release files | David Kalnischkies |
2015-12-11 | Convert package names from Packages files to lower case | Julian Andres Klode |
2015-12-07 | Avoid overflow when summing up file sizes | Julian Andres Klode |
2015-12-01 | require explicit paths to dsc/control as we do for deb files | David Kalnischkies |
2015-11-27 | add messages to our deprecation warnings in libapt | David Kalnischkies |
2015-11-21 | review of new/changed translatable program strings | Justin B Rye |
2015-11-05 | apply various suggestions made by cppcheck | David Kalnischkies |
2015-11-05 | do not use read() returned value unconditionally | David Kalnischkies |
2015-11-04 | wrap every unlink call to check for != /dev/null | David Kalnischkies |
2015-11-04 | ignore newlines in dpkg-deb control output for installing debs | David Kalnischkies |
2015-11-04 | support arch:all data e.g. in separate Packages file | David Kalnischkies |
2015-11-04 | sanify API to get 'the' candidate version | David Kalnischkies |
2015-11-04 | show progress info while 'downloading' a local .deb file | David Kalnischkies |
2015-11-04 | provide public interface to hold/unhold packages | David Kalnischkies |
2015-11-04 | refactor dpkg execution in deb/debsystem | David Kalnischkies |
2015-11-04 | implement a public pkgSystem::ArchitecturesSupported | David Kalnischkies |
2015-11-04 | implement a public pkgSystem::MultiArchSupported | David Kalnischkies |
2015-10-30 | dpkgpm: Convert users of localtime() to localtime_r() | Julian Andres Klode |
2015-10-30 | dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safe | Julian Andres Klode |
2015-10-30 | dpkgpm: Convert ctime() call to ctime_r() | Julian Andres Klode |
2015-10-23 | deblistparser: Make PrioList const | Julian Andres Klode |
2015-09-14 | add by-hash sources.list option and document all of by-hash | David Kalnischkies |
2015-09-14 | avoid using global PendingError to avoid failing too often too soon | David Kalnischkies |
2015-09-14 | implement dpkgs vision of interpreting pkg:<arch> dependencies | David Kalnischkies |
2015-09-14 | M-A: allowed pkgs of unconfigured archs do not statisfy :any | David Kalnischkies |
2015-09-14 | store ':any' pseudo-packages with 'any' as architecture | David Kalnischkies |
2015-08-31 | fix some unused parameter/variable warnings | David Kalnischkies |
2015-08-30 | detect and deal with indextarget duplicates | David Kalnischkies |
2015-08-30 | implement $(NATIVE_ARCHITECTURE) substvar for indextargets | David Kalnischkies |
2015-08-29 | implement indextargets option 'DefaultEnabled' | David Kalnischkies |
2015-08-29 | use c++11 algorithms to avoid strange compiler warnings | David Kalnischkies |
2015-08-28 | implement PDiff patching for compressed files | David Kalnischkies |
2015-08-27 | sources.list and indextargets option for pdiffs | David Kalnischkies |
2015-08-27 | Do not parse Status fields from remote sources | Julian Andres Klode |
2015-08-27 | allow explicit dis/enable of IndexTargets in sources options | David Kalnischkies |
2015-08-27 | not all targets are deb-src targets | David Kalnischkies |
2015-08-17 | Fix all the wrong removals of includes that iwyu got wrong | Michael Vogt |
2015-08-17 | Cleanup includes after running iwyu | Michael Vogt |
2015-08-12 | Do not set unhonored DPKG_NO_TSTP variable for dpkg | Guillem Jover |
2015-08-11 | Annotate more methods with APT_OVERRIDE | Julian Andres Klode |
2015-08-10 | no value for MultiArch field is 'no', not 'none' | David Kalnischkies |
2015-08-10 | drop obsolete explicit :none handling in pkgCacheGen | David Kalnischkies |
2015-08-10 | parse packages from all architectures into the cache | David Kalnischkies |
2015-08-10 | elimate duplicated code in pkgIndexFile subclasses | David Kalnischkies |
2015-08-10 | add volatile sources support in libapt-pkg | David Kalnischkies |
2015-08-10 | just-in-time creation for (explicit) negative deps | David Kalnischkies |
2015-08-10 | just-in-time creation for (implicit) Provides | David Kalnischkies |
2015-08-10 | hide implicit deps in apt-cache again by default | David Kalnischkies |
2015-08-10 | remove the compatibility markers for 4.13 abi | David Kalnischkies |