summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* mark as Automatic/Downloadable pure as gcc suggestsDavid Kalnischkies2014-05-081-2/+2
* apt-pkg/deb/debindexfile.cc: do not hardcode dpkgMichael Vogt2014-05-081-1/+2
* Merge remote-tracking branch 'mvo/feature/build-dep-dsc2' into debian/experim...Michael Vogt2014-05-0810-6/+135
|\
| * add support for apt-get build-dep unpacked-source-dirMichael Vogt2014-04-252-0/+19
| * create debIFTypeDscFile typeMichael Vogt2014-04-247-6/+79
| * add support for apt-get build-dep foo.dscMichael Vogt2014-04-224-0/+39
* | Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi...Michael Vogt2014-05-084-5/+14
|\ \
| * | check for UnfetchedReleaseFiles when calculating the update percent valueMichael Vogt2014-05-081-4/+9
| * | Merge remote-tracking branch 'upstream/debian/sid' into bugfix/update-progres...Michael Vogt2014-05-083-1/+5
| |\ \
| | * \ Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt2014-05-072-1/+3
| | |\ \
| | | * | Implement CacheDB for source packages in apt-ftparchiveMichael Vogt2014-04-042-1/+3
| | * | | Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-05-071-0/+2
| | |\ \ \
| | | * | | initialize Verify in second pkgAcqIndex constructorDavid Kalnischkies2014-04-281-0/+2
* | | | | | fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt2014-05-075-9/+16
* | | | | | apt-pkg/contrib/macros.h: bump library version to 4.13Michael Vogt2014-05-071-1/+1
* | | | | | Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi...Michael Vogt2014-05-076-31/+126
|\| | | | |
| * | | | | Merge branch 'debian/sid' into bugfix/update-progress-reportingMichael Vogt2014-05-0712-128/+126
| |\| | | |
| * | | | | pass Target/MetaIndexParser around into pkgAcqDiffIndex so that this can be u...Michael Vogt2014-04-172-22/+35
| * | | | | calculate Percent as part of pkgAcquireStatus to provide a weighted percent f...Michael Vogt2014-04-163-17/+26
| * | | | | use correct compression extension when loading the size of the size into the ...Michael Vogt2014-04-161-7/+18
| * | | | | add Debug::acquire::progress debug option and fixme for index file loading wi...Michael Vogt2014-04-162-0/+9
| * | | | | load the size from the metaindex into the fetcher to have even more accurate ...Michael Vogt2014-04-165-8/+20
| * | | | | make the TotalFiles more reliable in apt-get updateMichael Vogt2014-04-163-5/+46
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...Michael Vogt2014-05-0711-11/+361
|\ \ \ \ \
| * | | | | move pkgSourceList::AddMetaIndex() into a private subclass until we decide ab...Michael Vogt2014-05-071-6/+9
| * | | | | rename pkgSourceList::Add() to pkgSourceList::AddMetaIndex()Michael Vogt2014-05-071-1/+1
| * | | | | use flAbsPath()Michael Vogt2014-04-281-2/+1
| * | | | | Merge branch 'feature/abspath' into feature/apt-install-debMichael Vogt2014-04-282-0/+20
| |\ \ \ \ \
| | * | | | | add flAbsPath() as a wrapper to realpath()Michael Vogt2014-04-282-0/+20
| * | | | | | use new Popen()Michael Vogt2014-04-281-10/+13
| * | | | | | Merge branch 'feature/popen' into feature/apt-install-debMichael Vogt2014-04-282-0/+67
| |\ \ \ \ \ \
| | * | | | | | Implement Popen() execv helper to avoid popen()Michael Vogt2014-04-282-0/+67
| | |/ / / / /
| * | | | | | avoid deb specific code in private-installMichael Vogt2014-04-281-0/+20
| * | | | | | WIP local deb installMichael Vogt2014-04-2811-10/+248
| |/ / / / /
* | | | | | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-07122-1423/+2371
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Only do openpty() if both stdin/stdout are terminalsMichael Vogt2014-04-301-5/+6
| | |_|/ / | |/| | |
| * | | | fix FileFd::Size bitswap on big-endian architecturesAdam Conrad2014-04-261-13/+4
| * | | | handle pkgnames shorter than modifiersDavid Kalnischkies2014-04-261-2/+4
| * | | | properly undo CD-ROM mount in all error casesJohn Ogness2014-04-262-25/+42
| * | | | reduce delta from ubuntuMichael Vogt2014-04-252-1/+2
| |/ / /
| * | | clear HitEof flag in FileFd::SeekDavid Kalnischkies2014-04-161-1/+6
| * | | force fancy progressbar redraw on window size changeDavid Kalnischkies2014-04-142-12/+26
| * | | consider priorities only for downloadable pkgs in resolverDavid Kalnischkies2014-04-111-8/+11
| * | | deal with umask only if we really need to for mkstempDavid Kalnischkies2014-04-111-9/+9
| * | | don't double-count seeks in FileFd::Skip for bzip/xzDavid Kalnischkies2014-04-111-1/+0
| * | | do not create an (additional) empty compressorDavid Kalnischkies2014-04-111-1/+1
| * | | use wildcard to get files in our library makefilesDavid Kalnischkies2014-04-111-45/+3
| * | | improve umask/fchmod code readabilityMichael Vogt2014-04-101-5/+8
| * | | Rename FileFd::Open() Perms to AccessModeMichael Vogt2014-04-102-14/+14
| * | | Fix insecure file permissions when using FileFd with OpenMode::AtomicMichael Vogt2014-04-101-2/+6
| |/ /