summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Expand)AuthorAgeFilesLines
* Rework TransactionID stuffMichael Vogt2014-07-311-6/+7
* Download Release first, then Release.gpgMichael Vogt2014-07-211-8/+8
* Allow passing a full path to apt-get install /foo/bar.debMichael Vogt2014-07-101-9/+19
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-07-081-1/+2
|\
| * handle moved mmap after UniqFindTagWrite callDavid Kalnischkies2014-07-071-2/+6
* | readd pkgPackageManager::Go() to not break APIMichael Vogt2014-06-182-20/+1
* | remove the Section member from package structDavid Kalnischkies2014-06-181-3/+0
* | cleanup datatypes mix used in binary cacheDavid Kalnischkies2014-06-183-8/+8
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-182-2/+4
|\|
| * Fix warning about uninitialized variableMichael Vogt2014-05-281-1/+2
| * use free() instead of delete[] in debSrcRecordParser::~debSrcRecordParserMichael Vogt2014-05-271-1/+2
* | Fix more warnings from clangMichael Vogt2014-05-293-7/+9
* | Merge remote-tracking branch 'upstream/debian/sid' into debian/experimentalMichael Vogt2014-05-292-1/+12
|\|
| * Never parse Version/Architecture tags in a Translation-$lang fileMichael Vogt2014-05-152-1/+12
* | parse and retrieve multiple Descriptions in one recordDavid Kalnischkies2014-05-094-46/+62
* | use HashStringList in the acquire systemDavid Kalnischkies2014-05-093-36/+15
* | use 'best' hash for source authenticationDavid Kalnischkies2014-05-091-71/+99
* | 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-085-3/+116
|\ \
| * | add support for apt-get build-dep unpacked-source-dirMichael Vogt2014-04-252-0/+19
| * | create debIFTypeDscFile typeMichael Vogt2014-04-244-3/+73
| * | add support for apt-get build-dep foo.dscMichael Vogt2014-04-222-0/+26
* | | Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...Michael Vogt2014-05-077-8/+236
|\ \ \
| * | | use flAbsPath()Michael Vogt2014-04-281-2/+1
| * | | use new Popen()Michael Vogt2014-04-281-10/+13
| * | | avoid deb specific code in private-installMichael Vogt2014-04-281-0/+20
| * | | WIP local deb installMichael Vogt2014-04-287-8/+214
| |/ /
* | | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-0716-124/+353
|\ \ \ | | |/ | |/|
| * | Only do openpty() if both stdin/stdout are terminalsMichael Vogt2014-04-301-5/+6
| * | reduce delta from ubuntuMichael Vogt2014-04-251-1/+1
| |/
| * do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs()Michael Vogt2014-04-011-7/+18
| * Add new Debug::RunScripts optionMichael Vogt2014-04-011-0/+4
| * ensure proper teardown in dpkg error casesDavid Kalnischkies2014-03-221-17/+7
| * mark optional (private) symbols as hiddenDavid Kalnischkies2014-03-211-1/+2
| * abstract version hash comparison a bitDavid Kalnischkies2014-03-132-0/+24
| * factor out parsing of MultiArch flagDavid Kalnischkies2014-03-132-21/+29
| * follow method attribute suggestions by gccDavid Kalnischkies2014-03-134-13/+13
| * cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-1316-41/+139
| * warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-133-4/+4
| * warning: useless cast to type A [-Wuseless-cast]David Kalnischkies2014-03-131-1/+1
| * fix -Wmissing-field-initializers warningsDavid Kalnischkies2014-03-131-4/+4
| * support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies2014-03-131-1/+1
| * implement BuildProfileSpec support as dpkg has in 1.17.2Johannes Schauer2014-03-133-9/+101
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-02-278-306/+495
|\|
| * Fix typos in documentation (codespell)Michael Vogt2014-02-223-4/+4
| * restart debSrcRecordParsers only if neededDavid Kalnischkies2014-01-301-3/+3
| * Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-01-261-6/+3
| |\
| | * correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-6/+3
| * | do not ignore ioctl(TIOCSCTTY) errorsMichael Vogt2014-01-181-9/+19
| |/
| * Merge branch 'debian/sid' into bugfix/bts731738-fancy-progessMichael Vogt2013-12-281-3/+7
| |\