summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* use pkgAcquire::GetLock instead of own codeDavid Kalnischkies2014-11-091-0/+2
* streamline display of --help in all toolsDavid Kalnischkies2014-11-092-0/+4
* fix variable naming typo used in debug outputDavid Kalnischkies2014-11-081-5/+5
* restore ABI of pkgTagSectionDavid Kalnischkies2014-11-082-43/+86
* revert useless abibreak in sourceslist.hDavid Kalnischkies2014-11-081-14/+10
* guard pkg/grp hashtable creation changesDavid Kalnischkies2014-11-083-40/+110
* explicit overload methods instead of adding parametersDavid Kalnischkies2014-11-0811-9/+93
* guard const-ification API changesDavid Kalnischkies2014-11-086-1/+85
* guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies2014-11-085-1/+23
* mark internal interfaces as hiddenDavid Kalnischkies2014-11-0816-78/+72
* better non-virtual metaIndex.LocalFileName() implementationDavid Kalnischkies2014-11-084-22/+48
* use a abi version check similar to the gcc checkDavid Kalnischkies2014-11-089-16/+17
* replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies2014-11-0813-236/+76
* (error) va_list 'args' was opened but not closed by va_end()David Kalnischkies2014-11-081-4/+8
* reenable patchsize limit option for pdiffsDavid Kalnischkies2014-11-081-1/+1
* Merge remote-tracking branch 'mvo/feature/no-more-acquire-guessing' into debi...Michael Vogt2014-11-064-166/+43
|\
| * Merge remote-tracking branch 'upstream/debian/experimental' into feature/no-m...Michael Vogt2014-11-069-157/+210
| |\
| * | apt-pkg/deb/debindexfile.{cc,h}: kill GetIndexes()Michael Vogt2014-11-052-14/+0
| * | Only support Translation-* that are listed in the {In,}Release fileMichael Vogt2014-10-293-155/+44
* | | Bump ABI to 4.15Michael Vogt2014-11-051-1/+1
* | | prepare ABI for feature/socketpairMichael Vogt2014-11-052-0/+6
* | | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-11-051-2/+21
|\ \ \ | |_|/ |/| |
| * | 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
* | | 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
* | | rewrite ReadMessages()David Kalnischkies2014-10-261-58/+66
* | | promote filesize to a hashstringDavid Kalnischkies2014-10-243-7/+32
* | | chown finished partial files earlierDavid Kalnischkies2014-10-234-65/+89
| |/ |/|
* | check that auth.conf exists before chowning itDavid Kalnischkies2014-10-221-3/+4
* | Ensure /etc/apt/auth.conf has _apt:root ownerMichael Vogt2014-10-211-2/+10
* | test if TMPDIR is accessible before usingDavid Kalnischkies2014-10-201-2/+4
* | check for failure message in testsuccess/failureDavid Kalnischkies2014-10-201-1/+1
* | use c++ style instead of the last two c-arraysDavid Kalnischkies2014-10-201-21/+21
* | aborted reverify restores file owner and permissionDavid Kalnischkies2014-10-201-1/+5
* | run acquire transactions only onceDavid Kalnischkies2014-10-201-0/+2
* | mark --allow-insecure-repositories message as translateableDavid Kalnischkies2014-10-201-18/+15
* | ignore Acquire::GzipIndexes for cdrom sourcesDavid Kalnischkies2014-10-151-20/+27
* | Merge branch 'debian/sid' into debian/experimentalDavid Kalnischkies2014-10-151-5/+5
|\|
| * don't cleanup cdrom files in apt-get updateDavid Kalnischkies2014-10-151-8/+7
* | set PR_SET_NO_NEW_PRIVS even if sandbox is disabledDavid Kalnischkies2014-10-151-6/+6
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-10-141-57/+73
|\|
| * Update Status field values handlingGuillem Jover2014-10-081-12/+6
| * implement the updated build profile specjosch2014-10-061-45/+67
* | Change default of Acquire::AllowInsecureRepositories to "true"Michael Vogt2014-10-131-1/+4
* | do not load filesize in pkgAcqIndexTrans explicitlyDavid Kalnischkies2014-10-131-4/+0
* | fix compile and tests errorDavid Kalnischkies2014-10-135-10/+10
* | Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt2014-10-134-6/+21
* | trusted=yes sources are secure, we just don't know whyDavid Kalnischkies2014-10-134-14/+55