summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Expand)AuthorAgeFilesLines
* hide Translation-* in 'apt-cache policy' outputDavid Kalnischkies2015-06-151-1/+1
* populate the Architecture field for PackageFilesDavid Kalnischkies2015-06-151-4/+4
* implement default apt-get file --release-info modeDavid Kalnischkies2015-06-152-3/+3
* store Release files data in the CacheDavid Kalnischkies2015-06-127-76/+144
* implement 'apt-get files' to access index targetsDavid Kalnischkies2015-06-111-5/+12
* use an enum instead of strings as IndexTarget::Option interfaceDavid Kalnischkies2015-06-112-8/+8
* use IndexTarget to get to IndexFileDavid Kalnischkies2015-06-113-459/+62
* show URI.Path in all acquire item descriptionsDavid Kalnischkies2015-06-112-7/+7
* rename Calculate- to GetIndexTargets and use it as official APIDavid Kalnischkies2015-06-102-23/+19
* stop using IndexTarget pointers which are never freedDavid Kalnischkies2015-06-102-10/+8
* store all targets data in IndexTarget structDavid Kalnischkies2015-06-101-60/+54
* abstract the code to iterate over all targets a bitDavid Kalnischkies2015-06-101-94/+103
* configureable acquire targets to download additional filesDavid Kalnischkies2015-06-092-175/+150
* rework hashsum verification in the acquire systemDavid Kalnischkies2015-06-092-49/+33
* stop depending on copy-on-write for std::stringDavid Kalnischkies2015-05-112-21/+21
* Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies2015-04-192-3/+10
|\
| * parse specific-arch dependencies correctly on single-arch systemsDavid Kalnischkies2015-04-121-1/+1
| * fix crash in order writing in pkgDPkgPM::WriteApportReport()Michael Vogt2015-04-071-2/+9
* | parse arch-qualified Provides correctlyHelmut Grohne2015-03-161-0/+6
* | fix some new compiler warnings reported by gcc-5David Kalnischkies2015-03-161-3/+6
* | properly implement pkgRecord::Parser for *.deb filesDavid Kalnischkies2015-03-164-108/+130
* | merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-163-10/+45
|\|
| * 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
| * use 'best' hash for source authenticationDavid Kalnischkies2014-11-102-44/+119
* | 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
* | 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
* | guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies2014-11-082-1/+12
* | mark internal interfaces as hiddenDavid Kalnischkies2014-11-088-44/+45
* | better non-virtual metaIndex.LocalFileName() implementationDavid Kalnischkies2014-11-082-3/+2
* | use a abi version check similar to the gcc checkDavid Kalnischkies2014-11-084-4/+4
* | replace ignore-deprecated #pragma dance with _PragmaDavid Kalnischkies2014-11-081-18/+2
* | Merge remote-tracking branch 'mvo/feature/no-more-acquire-guessing' into debi...Michael Vogt2014-11-062-14/+0
|\ \
| * | 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-291-3/+3
* | | 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
* | 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
* | fix compile and tests errorDavid Kalnischkies2014-10-131-1/+1
* | trusted=yes sources are secure, we just don't know whyDavid Kalnischkies2014-10-131-3/+9
* | do not inline virtual destructors with d-pointersDavid Kalnischkies2014-10-136-17/+18