summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* don't cleanup cdrom files in apt-get updateDavid Kalnischkies2014-10-151-8/+7
* Update Status field values handlingGuillem Jover2014-10-081-12/+6
* implement the updated build profile specjosch2014-10-061-45/+67
* Merge remote-tracking branch 'donkult/feature/generalize-gzipindex' into debi...Michael Vogt2014-09-262-37/+67
|\
| * generalize Acquire::GzipIndexMichael Vogt2014-09-212-37/+67
* | Ensure that iTFRewritePackageOrder is "MD5sum" to match apt-ftparchiveMichael Vogt2014-09-211-1/+1
* | Fix regression for cdrom: sources from latest security updateMichael Vogt2014-09-211-0/+6
|/
* improve test for commit daff4aMichael Vogt2014-09-171-2/+3
* Fix regression for file:/// uris from CVE-2014-0487Michael Vogt2014-09-171-12/+6
* SECURITY UPDATE for CVE-2014-{0488,0487,0489}Michael Vogt2014-09-163-22/+85
* Allow override of Proxy-Auto-Detect by the users configurationMichael Vogt2014-09-121-0/+4
* rework PTY magic to fix stair-stepping on kfreebsdDavid Kalnischkies2014-09-082-53/+107
* fix progress report for upgrade and reinstallDavid Kalnischkies2014-09-081-38/+41
* strip everything spacey in APT::String::StripDavid Kalnischkies2014-09-071-6/+18
* make GetLocalitySortedVersionSet more genericDavid Kalnischkies2014-09-071-0/+1
* Ensure we have a Policy in CacheFile.BuildDepCache()Michael Vogt2014-09-051-0/+3
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2014-09-021-6/+7
* Make Proxy-Auto-Detect check for each hostMichael Vogt2014-09-022-0/+98
* initialize iPolicyBrokenCount in DepCache::UpdateWarren He2014-08-291-1/+2
* support versioned provides as implemented by dpkgDavid Kalnischkies2014-08-261-2/+2
* Fix debListParser to accept "no" as a value for the Multi-Arch fieldJulian Andres Klode2014-08-241-1/+1
* Fix SmartConfigure to ignore ordering of packages that are already validMichael Vogt2014-07-291-1/+48
* apt-pkg/acquire-item.cc: make pkgAcqDiffIndex more uniformMichael Vogt2014-07-171-2/+2
* StringToBool: only act if the entire string is consumed by strtol()Michael Vogt2014-07-161-3/+6
* Do not clean "/" in pkgAcquire::Clean/pkgArchiveCleanerMichael Vogt2014-07-082-1/+7
* handle moved mmap after UniqFindTagWrite callDavid Kalnischkies2014-07-071-2/+6
* Try not to parse invalid translation files (LP: #756317)Michael Vogt2014-07-032-34/+19
* do not call resolver twice on (dist-)upgradeDavid Kalnischkies2014-06-181-0/+6
* fix SubstVar to be usable as a replace_all methodDavid Kalnischkies2014-06-181-7/+14
* don't send pkg from an unknown architecture via EDSPDavid Kalnischkies2014-06-181-0/+7
* use pkgSrcRecords::Step() instead of Next()Michael Vogt2014-06-102-4/+4
* Merge remote-tracking branch 'mvo/feature/srcrec-enum2' into debian/sidMichael Vogt2014-06-102-15/+31
|\
| * add pkgSrcRecords::Next() to step through all the pkgSrcRecordsMichael Vogt2014-06-092-15/+31
* | do not revert candidate for protected packagesDavid Kalnischkies2014-06-071-1/+1
* | support parsing EDSP requests Architecture{,s} stanzaDavid Kalnischkies2014-05-301-0/+7
* | without a filename we can't stat pipesDavid Kalnischkies2014-05-301-1/+2
* | check exit status of external solversDavid Kalnischkies2014-05-302-10/+25
* | Merge EDSP 0.5 w/ multi-arch support for external solversDavid Kalnischkies2014-05-301-3/+30
|\ \
| * | EDSP: add APT-Release field to Package stanzasStefano Zacchiroli2014-05-041-2/+14