summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
...
* | | stop depending on copy-on-write for std::stringDavid Kalnischkies2015-05-112-21/+21
* | | sync TFRewrite*Order arrays with dpkg and dakDavid Kalnischkies2015-05-112-60/+112
* | | fix macro definition for very old GCC < 3David Kalnischkies2015-05-111-1/+1
* | | show non-matching m-a:same versions in debug messageDavid Kalnischkies2015-05-111-6/+11
* | | remove unused and strange default-value for pinsDavid Kalnischkies2015-05-111-24/+10
* | | a pin of 1000 always means downgrade allowedDavid Kalnischkies2015-05-111-22/+10
* | | improve partial/ cleanup in abort and failure casesDavid Kalnischkies2015-05-112-67/+143
* | | Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies2015-04-193-4/+11
|\ \ \ | | |/ | |/|
| * | parse specific-arch dependencies correctly on single-arch systemsDavid Kalnischkies2015-04-121-1/+1
| * | demote VectorizeString gcc attribute from const to pureDavid Kalnischkies2015-04-071-1/+1
| * | fix crash in order writing in pkgDPkgPM::WriteApportReport()Michael Vogt2015-04-071-2/+9
| * | avoid depends on std::string implementation for pkgAcquire::Item::ModeDavid Kalnischkies2015-04-071-2/+12
| |/
* | hide first pdiff merge failure debug messageDavid Kalnischkies2015-04-191-1/+2
* | a hit on Release files means the indexes will be hits tooDavid Kalnischkies2015-04-193-28/+91
* | refactor calculation of final lists/ name from URIDavid Kalnischkies2015-04-192-152/+124
* | unsigned Release files can expire, tooDavid Kalnischkies2015-04-191-8/+18
* | 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