summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dispose http(s) 416 error page as non-contentDavid Kalnischkies2014-12-098-105/+233
* always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies2014-12-077-56/+149
* correct architecture detection for 'rc' packages for purgeDavid Kalnischkies2014-12-073-39/+63
* properly handle already reinstall pkgs in orderingDavid Kalnischkies2014-12-072-10/+134
* use dpkg --merge-avail only if needed in apt-markDavid Kalnischkies2014-11-192-45/+64
* fix test to support non-multiarch dpkg versionsDavid Kalnischkies2014-11-191-23/+28
* fix PTY interaction on linux and kfreebsdDavid Kalnischkies2014-11-192-47/+92
* close leaking slave fd after setting up pty magicDavid Kalnischkies2014-11-184-60/+103
* fix file ownership tests to work on kfreebsdDavid Kalnischkies2014-11-185-9/+16
* create our cache and lib directory always with mode 755David Kalnischkies2014-11-185-12/+33
* create directory for extended_states if neededDavid Kalnischkies2014-11-181-1/+3
* various small additional tests and testcasesDavid Kalnischkies2014-11-1812-19/+263
* disable the lock disabling in the testsDavid Kalnischkies2014-11-094-5/+7
* use pkgAcquire::GetLock instead of own codeDavid Kalnischkies2014-11-092-20/+4
* use getline() instead of rolling our ownDavid Kalnischkies2014-11-091-26/+5
* allow uninstalled packages to be put on holdDavid Kalnischkies2014-11-092-6/+129
* fix test to not spoil output with warningsDavid Kalnischkies2014-11-091-18/+39
* enhance apt-extracttemplates testDavid Kalnischkies2014-11-092-22/+48
* use the same code to detect quiet setting in all toolsDavid Kalnischkies2014-11-098-86/+63
* streamline display of --help in all toolsDavid Kalnischkies2014-11-0921-190/+149
* fix variable naming typo used in debug outputDavid Kalnischkies2014-11-082-6/+6
* restore ABI of pkgTagSectionDavid Kalnischkies2014-11-083-43/+87
* revert useless abibreak in sourceslist.hDavid Kalnischkies2014-11-081-14/+10
* guard pkg/grp hashtable creation changesDavid Kalnischkies2014-11-084-45/+118
* explicit overload methods instead of adding parametersDavid Kalnischkies2014-11-0812-11/+97
* guard const-ification API changesDavid Kalnischkies2014-11-086-1/+85
* guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies2014-11-087-5/+73
* mark internal interfaces as hiddenDavid Kalnischkies2014-11-0817-497/+72
* better non-virtual metaIndex.LocalFileName() implementationDavid Kalnischkies2014-11-086-50/+51
* guard ABI changes for LFS in apt-instDavid Kalnischkies2014-11-086-4/+49
* use a abi version check similar to the gcc checkDavid Kalnischkies2014-11-0810-19/+20
* replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies2014-11-0813-236/+76
* (style) Variable 'res' is assigned a value that is never usedDavid Kalnischkies2014-11-081-13/+16
* Division by result of sizeof(). memset() expects a size in bytesDavid Kalnischkies2014-11-081-2/+7
* Assert statement calls a function which may have desired side effects: 'pos_i...David Kalnischkies2014-11-081-2/+2
* (error) va_list 'args' was opened but not closed by va_end()David Kalnischkies2014-11-081-4/+8
* tests: silence clang on uninitilized variablesDavid Kalnischkies2014-11-082-2/+3
* reenable patchsize limit option for pdiffsDavid Kalnischkies2014-11-082-1/+35
* releasing package apt version 1.1~exp8Michael Vogt2014-11-061-0/+21
* Run ./prepare-release pre-exportMichael Vogt2014-11-0655-50476/+53220
* Update symbols fileMichael Vogt2014-11-061-10/+1
* Merge remote-tracking branch 'mvo/feature/no-more-acquire-guessing' into debi...Michael Vogt2014-11-068-204/+55
|\
| * Merge remote-tracking branch 'upstream/debian/experimental' into feature/no-m...Michael Vogt2014-11-0641-341/+868
| |\
| * | apt-pkg/deb/debindexfile.{cc,h}: kill GetIndexes()Michael Vogt2014-11-052-14/+0
| * | test/integration/test-bug-624218-Translation-file-handling: clarify when Tran...Michael Vogt2014-11-051-1/+2
| * | Only support Translation-* that are listed in the {In,}Release fileMichael Vogt2014-10-295-174/+46
* | | Bump ABI to 4.15Michael Vogt2014-11-054-2/+2
* | | prepare ABI for feature/socketpairMichael Vogt2014-11-052-0/+6
* | | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-11-053-4/+39
|\ \ \ | |_|/ |/| |
| * | Fix incorrect comparison between signed/unsignedMichael Vogt2014-10-231-1/+1