summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Use sysconf(_SC_ARG_MAX) to find the size of Dpkg::MaxArgBytesMichael Vogt2014-10-231-2/+21
| * | doc/examples/configure-index: make "Dpkg::Max{Arg,ArgBytes} match realityMichael Vogt2014-10-221-2/+2
| * | releasing package apt version 1.0.9.3Michael Vogt2014-10-151-0/+16
* | | test/integration/test-apt-update-filesize-mismatch: use "basename file suffix...Michael Vogt2014-11-041-1/+1
* | | apt-pkg/acquire-item.h: make friend declaration compatible with older gccMichael Vogt2014-11-041-1/+1
* | | Call "Dequeue()" for items in AbortTransaction() to fix raceMichael Vogt2014-11-042-0/+5
* | | move permission changing from -item to -workerDavid Kalnischkies2014-10-262-45/+34
* | | tests: enhance output of grep and test failsDavid Kalnischkies2014-10-266-42/+64
* | | rewrite ReadMessages()David Kalnischkies2014-10-262-58/+136
* | | promote filesize to a hashstringDavid Kalnischkies2014-10-2410-16/+166
* | | tests: support 'installed' release in insertpackageDavid Kalnischkies2014-10-236-45/+39
* | | switch tests to Translation-en usageDavid Kalnischkies2014-10-231-4/+10
* | | add test for Basic Authentication schemeDavid Kalnischkies2014-10-235-16/+219
* | | chown finished partial files earlierDavid Kalnischkies2014-10-2319-141/+229
| |/ |/|
* | check that auth.conf exists before chowning itDavid Kalnischkies2014-10-221-3/+4
* | Ensure /etc/apt/auth.conf has _apt:root ownerMichael Vogt2014-10-212-7/+10
* | debian/apt.postinst: chown _apt:root /etc/apt/auth.confMichael Vogt2014-10-211-0/+5
* | test if TMPDIR is accessible before usingDavid Kalnischkies2014-10-205-6/+24
* | testcases: do not allow warnings in testsuccessDavid Kalnischkies2014-10-2012-28/+60