summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | merged debian-sid branch and resolved conflictsMichael Vogt2013-04-238-17/+489
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merged from the debian-sid branchMichael Vogt2013-03-011-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ * lp:~mvo/apt/config-clear:Michael Vogt2012-10-172-0/+13
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | rename CleaAll() -> Clear()Michael Vogt2012-10-012-3/+4
| | * | | | | | | | | add new ClearAllMichael Vogt2012-09-282-0/+12
| * | | | | | | | | | * lp:~mvo/apt/add-glob-function:Michael Vogt2012-10-172-1/+33
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | add "Glob()" to fileutlMichael Vogt2012-09-042-0/+34
| | |/ / / / / / / / /
| * | | | | | | | | | stop exporting the accidently exported parsenetrc() symbolMichael Vogt2012-10-172-16/+0
| * | | | | | | | | | merged from debian-sidMichael Vogt2012-10-174-38/+59
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cherry pick -r1847 from bzr+ssh://bazaar.launchpad.net/~mvo/apt/lp346386/Michael Vogt2012-07-102-3/+3
| * | | | | | | | | | | cherry pick -r1846 from bzr+ssh://bazaar.launchpad.net/~mvo/apt/lp346386/Michael Vogt2012-07-101-1/+1
| * | | | | | | | | | | merged the relevant bits from lp:~mvo/apt/lp346386Michael Vogt2012-07-102-0/+25
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | update comments and add one FIXME for the next ABI breakMichael Vogt2012-06-211-0/+1
| | * | | | | | | | | | | check when finished downloading the InRelease file if it has the expected gpg...Michael Vogt2012-06-212-0/+24
| * | | | | | | | | | | | * apt-pkg/contrib/strutl.cc:David Kalnischkies2012-07-091-2/+3
* | | | | | | | | | | | | WIP start randomizingMichael Vogt2014-05-232-2/+34
* | | | | | | | | | | | | WIP make connect use GetSrvRecordsMichael Vogt2014-05-222-0/+20
* | | | | | | | | | | | | add sorting by priorityMichael Vogt2014-05-202-2/+10
* | | | | | | | | | | | | add GetSrvRecord helper to apt-pkg/contrib/srvrec.{cc,h}Michael Vogt2014-05-202-0/+123
| |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
* | | | | | | | | | | | fix FileFd::Size bitswap on big-endian architecturesAdam Conrad2014-04-261-13/+4
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | clear HitEof flag in FileFd::SeekDavid Kalnischkies2014-04-161-1/+6
* | | | | | | | | | | 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
* | | | | | | | | | | 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
* | | | | | | | | | | Add new Debug::RunScripts optionMichael Vogt2014-04-011-1/+5
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | mark optional (private) symbols as hiddenDavid Kalnischkies2014-03-211-3/+3
* | | | | | | | | | enable fvisibility=hidden for our private libraryDavid Kalnischkies2014-03-211-0/+4
* | | | | | | | | | continue reading in xz even if it outputs nothingDavid Kalnischkies2014-03-211-0/+13
* | | | | | | | | | Fix handling of autoclosing for compressed files (Closes: #741685)Julian Andres Klode2014-03-151-1/+1
* | | | | | | | | | fix test/integration/test-apt-helperMichael Vogt2014-03-1430-362/+680
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | refactor FileFd to hide some #ifdefsDavid Kalnischkies2014-03-131-168/+131
| * | | | | | | | | | use liblzma-dev to provide xz/lzma supportDavid Kalnischkies2014-03-131-35/+245
| * | | | | | | | | | refactor setup of file opening via zlib/bz2 libDavid Kalnischkies2014-03-131-37/+36
| * | | | | | | | | | move fd duplication closer to the gz/bz2 open callsDavid Kalnischkies2014-03-131-21/+20
| * | | | | | | | | | support very long mtab entries in mountpoint discoveryDavid Kalnischkies2014-03-131-25/+23
| * | | | | | | | | | no error for non-existing mountpoints in MountCdromDavid Kalnischkies2014-03-131-8/+20
| * | | | | | | | | | if mountpoint has a ".disk" directory it is mountedDavid Kalnischkies2014-03-131-2/+7
| * | | | | | | | | | follow method attribute suggestions by gccDavid Kalnischkies2014-03-138-30/+34
| * | | | | | | | | | cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-1327-91/+144
| * | | | | | | | | | move defines for version to macros.hDavid Kalnischkies2014-03-131-17/+67
| * | | | | | | | | | warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o...David Kalnischkies2014-03-131-1/+1
| * | | | | | | | | | warning: useless cast to type A [-Wuseless-cast]David Kalnischkies2014-03-134-5/+5
| * | | | | | | | | | warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies2014-03-133-24/+24
| * | | | | | | | | | warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-136-30/+29
| * | | | | | | | | | make doxygen more quiet, fix issues and disable latexDavid Kalnischkies2014-03-131-2/+2
| * | | | | | | | | | add default and override handling for Cnf::FindVectorDavid Kalnischkies2014-03-133-4/+30
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* / | | | | | | | | add hashsum support in apt-file download and add more testsMichael Vogt2014-03-122-0/+12
|/ / / / / / / / /
* | | | | | | | | Fix typos in documentation (codespell)Michael Vogt2014-02-2212-20/+20