summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies8-24/+89
2015-01-10award points for positive dependencies againDavid Kalnischkies1-1/+1
2014-12-23pass-through stdin fd instead of content if not a terminalDavid Kalnischkies1-4/+12
2014-12-23always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies1-2/+7
2014-12-23do not make PTY slave the controlling terminalDavid Kalnischkies1-2/+2
2014-12-10do not make PTY slave the controlling terminalDavid Kalnischkies1-2/+2
2014-12-07always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies1-2/+7
2014-12-07correct architecture detection for 'rc' packages for purgeDavid Kalnischkies1-12/+4
2014-12-07properly handle already reinstall pkgs in orderingDavid Kalnischkies1-10/+36
2014-11-28fix PTY interaction on linux and kfreebsdDavid Kalnischkies1-44/+55
2014-11-28close leaking slave fd after setting up pty magicDavid Kalnischkies1-2/+4
2014-11-19fix PTY interaction on linux and kfreebsdDavid Kalnischkies1-44/+55
2014-11-18close leaking slave fd after setting up pty magicDavid Kalnischkies1-2/+4
2014-11-18create our cache and lib directory always with mode 755David Kalnischkies2-4/+10
2014-11-18create directory for extended_states if neededDavid Kalnischkies1-1/+3
2014-11-10allow options between command and -- on commandlineDavid Kalnischkies1-8/+11
2014-11-10deprecate the Section member from package structDavid Kalnischkies4-4/+18
2014-11-10use 'best' hash for source authenticationDavid Kalnischkies4-48/+167
2014-11-10add a simple container for HashStringsDavid Kalnischkies2-15/+187
2014-11-09use pkgAcquire::GetLock instead of own codeDavid Kalnischkies1-0/+2
2014-11-09streamline display of --help in all toolsDavid Kalnischkies2-0/+4
2014-11-08fix variable naming typo used in debug outputDavid Kalnischkies1-5/+5
2014-11-08restore ABI of pkgTagSectionDavid Kalnischkies2-43/+86
2014-11-08revert useless abibreak in sourceslist.hDavid Kalnischkies1-14/+10
2014-11-08guard pkg/grp hashtable creation changesDavid Kalnischkies3-40/+110
2014-11-08explicit overload methods instead of adding parametersDavid Kalnischkies11-9/+93
2014-11-08guard const-ification API changesDavid Kalnischkies6-1/+85
2014-11-08guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies5-1/+23
2014-11-08mark internal interfaces as hiddenDavid Kalnischkies16-78/+72
2014-11-08better non-virtual metaIndex.LocalFileName() implementationDavid Kalnischkies4-22/+48
2014-11-08use a abi version check similar to the gcc checkDavid Kalnischkies9-16/+17
2014-11-08replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies13-236/+76
2014-11-08(error) va_list 'args' was opened but not closed by va_end()David Kalnischkies1-4/+8
2014-11-08reenable patchsize limit option for pdiffsDavid Kalnischkies1-1/+1
2014-11-06Merge remote-tracking branch 'mvo/feature/no-more-acquire-guessing' into debi...Michael Vogt4-166/+43
2014-11-06Merge remote-tracking branch 'upstream/debian/experimental' into feature/no-m...Michael Vogt9-157/+210
2014-11-05Bump ABI to 4.15Michael Vogt1-1/+1
2014-11-05prepare ABI for feature/socketpairMichael Vogt2-0/+6
2014-11-05Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-2/+21
2014-11-05apt-pkg/deb/debindexfile.{cc,h}: kill GetIndexes()Michael Vogt2-14/+0
2014-11-04apt-pkg/acquire-item.h: make friend declaration compatible with older gccMichael Vogt1-1/+1
2014-11-04Call "Dequeue()" for items in AbortTransaction() to fix raceMichael Vogt2-0/+5
2014-10-29Only support Translation-* that are listed in the {In,}Release fileMichael Vogt3-155/+44
2014-10-26move permission changing from -item to -workerDavid Kalnischkies2-45/+34
2014-10-26rewrite ReadMessages()David Kalnischkies1-58/+66
2014-10-24promote filesize to a hashstringDavid Kalnischkies3-7/+32
2014-10-23Fix incorrect comparison between signed/unsignedMichael Vogt1-1/+1
2014-10-23Use sysconf(_SC_ARG_MAX) to find the size of Dpkg::MaxArgBytesMichael Vogt1-2/+21
2014-10-23chown finished partial files earlierDavid Kalnischkies4-65/+89
2014-10-22check that auth.conf exists before chowning itDavid Kalnischkies1-3/+4