summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test/integration/test-apt-ftparchive-src-cachedb: make test more robustMichael Vogt2014-05-281-5/+5
* Fix more warnings from clangMichael Vogt2014-05-287-19/+22
* Fix warning about uninitialized variableMichael Vogt2014-05-281-1/+2
* Fix uninitialized valueMichael Vogt2014-05-281-1/+1
* use free() instead of delete[] in debSrcRecordParser::~debSrcRecordParserMichael Vogt2014-05-271-1/+2
* Do not try to cast a pkgDepCache::Policy to a pkgCacheMichael Vogt2014-05-271-1/+1
* use free() instead of delete() when realloc is usedMichael Vogt2014-05-276-9/+36
* Merge remote-tracking branch 'upstream/debian/sid' into debian/sidMichael Vogt2014-05-2776-57864/+58319
|\
| * Never parse Version/Architecture tags in a Translation-$lang fileMichael Vogt2014-05-153-1/+53
| * Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt2014-05-081-14/+4
| |\
| | * fix regression from commit 215b0fafMichael Vogt2014-05-081-14/+4
| * | show progress in run-testsMichael Vogt2014-05-071-1/+2
| * | Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt2014-05-0713-197/+708
| |\|
| | * ensure "--db" also works with the new srcpkgdbMichael Vogt2014-04-073-2/+35
| | * refactor _InitQuery()Michael Vogt2014-04-042-9/+22
| | * ensure clean worksMichael Vogt2014-04-044-10/+42
| | * refactor to make OpenFile/OpenDebFile more robustMichael Vogt2014-04-041-120/+110
| | * add test for binary cachedb and contents generationMichael Vogt2014-04-043-3/+95
| | * Implement CacheDB for source packages in apt-ftparchiveMichael Vogt2014-04-0412-108/+459
| * | 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
| * | | prepare release 1.0.3Michael Vogt2014-05-0555-57567/+57564
| * | | Revert "add bash completion for the "apt" command"Michael Vogt2014-05-053-98/+0
* | | | Merge remote-tracking branch 'upstream/debian/sid' into debian/sidMichael Vogt2014-05-0585-38398/+38580
|\| | |
| * | | Only do openpty() if both stdin/stdout are terminalsMichael Vogt2014-04-302-6/+7
| |/ /
| * | Fix missing ScreenWidth check in apt.ccMichael Vogt2014-04-285-19/+38
| * | debian/apt-doc.docs: remove README.MultiArchMichael Vogt2014-04-281-1/+0
| * | l10n: vi.po: Update one new stringTrần Ngọc Quân2014-04-281-4/+4
| * | allow vendors to install configuration filesDavid Kalnischkies2014-04-263-7/+8
| * | fix FileFd::Size bitswap on big-endian architecturesAdam Conrad2014-04-261-13/+4
| * | enforce LFS for partial files in https range requestsDavid Kalnischkies2014-04-261-5/+5
| * | remove unused duplicated acqprogress.{cc,h} filesDavid Kalnischkies2014-04-262-345/+0
| * | build http request in a stringstreamDavid Kalnischkies2014-04-261-57/+31
| * | remove outdated README.MultiArchDavid Kalnischkies2014-04-261-63/+0
| * | add a README for vendor informationDavid Kalnischkies2014-04-261-0/+60
| * | add vendor information for BlankOnMahyuddin Ramli2014-04-262-0/+18
| * | handle pkgnames shorter than modifiersDavid Kalnischkies2014-04-262-3/+9
| * | properly undo CD-ROM mount in all error casesJohn Ogness2014-04-262-25/+42
| * | provide support for debian/apt.conf.$(lsb_release -i -s) vendor specific conf...Michael Vogt2014-04-253-0/+16
| * | add bash completion for the "apt" commandMichael Vogt2014-04-253-0/+98
| * | reduce delta from ubuntuMichael Vogt2014-04-255-4/+7
| * | prepare release 1.0.2Michael Vogt2014-04-2555-37855/+38242
* | | Merge remote-tracking branch 'upstream/debian/sid' into debian/sidMichael Vogt2014-04-22110-3866/+4020
|\| |
| * | Consistently use Dpkg::Progress* in documentationJames McCoy2014-04-221-1/+1
| * | Updated Thai program translation (closes: #745120)Theppitak Karoonboonyanan2014-04-221-953/+990
| * | Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-04-2239-2077/+1998
| |\ \
| | * | support dist-upgrade options in full-upgradeDavid Kalnischkies2014-04-161-2/+2
| | * | extract travis installs from build-depends automaticallyDavid Kalnischkies2014-04-162-2/+6
| | * | use Google C++ Testing Framework for libapt testsDavid Kalnischkies2014-04-1629-2086/+1918
| | * | clear HitEof flag in FileFd::SeekDavid Kalnischkies2014-04-164-25/+96