summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies2015-04-195-25/+39
* calculate only expected hashes in methodsDavid Kalnischkies2015-04-192-19/+65
* if we can, use gccs __builtin_swap methodsDavid Kalnischkies2015-04-191-0/+9
* reimplement the last uses of sprintfDavid Kalnischkies2015-04-102-86/+71
* parse arch-qualified Provides correctlyHelmut Grohne2015-03-161-0/+6
* fix some new compiler warnings reported by gcc-5David Kalnischkies2015-03-166-17/+22
* properly implement pkgRecord::Parser for *.deb filesDavid Kalnischkies2015-03-165-111/+133
* merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-168-24/+89
|\
| * award points for positive dependencies againDavid Kalnischkies2015-01-101-1/+1
| * pass-through stdin fd instead of content if not a terminalDavid Kalnischkies2014-12-231-4/+12
| * always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies2014-12-231-2/+7
| * do not make PTY slave the controlling terminalDavid Kalnischkies2014-12-231-2/+2
| * fix PTY interaction on linux and kfreebsdDavid Kalnischkies2014-11-281-44/+55
| * close leaking slave fd after setting up pty magicDavid Kalnischkies2014-11-281-2/+4
| * allow options between command and -- on commandlineDavid Kalnischkies2014-11-101-8/+11
| * deprecate the Section member from package structDavid Kalnischkies2014-11-104-4/+18
| * use 'best' hash for source authenticationDavid Kalnischkies2014-11-104-48/+167
| * add a simple container for HashStringsDavid Kalnischkies2014-11-102-15/+187
* | do not make PTY slave the controlling terminalDavid Kalnischkies2014-12-101-2/+2
* | always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies2014-12-071-2/+7
* | correct architecture detection for 'rc' packages for purgeDavid Kalnischkies2014-12-071-12/+4
* | properly handle already reinstall pkgs in orderingDavid Kalnischkies2014-12-071-10/+36
* | fix PTY interaction on linux and kfreebsdDavid Kalnischkies2014-11-191-44/+55
* | close leaking slave fd after setting up pty magicDavid Kalnischkies2014-11-181-2/+4
* | create our cache and lib directory always with mode 755David Kalnischkies2014-11-182-4/+10
* | create directory for extended_states if neededDavid Kalnischkies2014-11-181-1/+3
* | 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