summaryrefslogtreecommitdiff
path: root/methods/copy.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement encoded URI handling in all methodsDavid Kalnischkies2020-12-181-2/+2
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Sandbox methods with seccomp-BPF; except cdrom, gpgv, rshJulian Andres Klode2017-10-221-2/+4
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-4/+4
* don't change owner/perms/times through file:// symlinksDavid Kalnischkies2016-07-061-7/+2
* use std::locale::global instead of setlocaleDavid Kalnischkies2016-05-281-6/+1
* drop privileges in copy:// method as we do for file://David Kalnischkies2015-11-051-20/+6
* unbreak the copy-method claiming hashsum mismatch since ~exp9David Kalnischkies2015-11-041-2/+2
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-1/+1
* allow individual targets to be kept compressedDavid Kalnischkies2015-08-101-6/+2
* calculate only expected hashes in methodsDavid Kalnischkies2015-04-191-5/+5
* remove duplicated check for same file copyDavid Kalnischkies2015-04-191-9/+1
* Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-291-8/+4
|\
| * Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-291-7/+4
| |\
| | * generalize Acquire::GzipIndexMichael Vogt2014-09-211-7/+4
| * | Disable Mth.DropPrivsOrDie() in copy.cc for nowMichael Vogt2014-09-261-1/+0
* | | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-251-0/+2
|\| |
| * | methods: Fail if we cannot drop privilegesJulian Andres Klode2014-09-241-2/+2
| * | Drop Privileges to "Debian-apt" in most acquire methodsMichael Vogt2014-09-241-0/+2
| |/
* | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-231-3/+11
|\|
| * Fix regression when copy: is used for a relative pathMichael Vogt2014-09-191-2/+2
| * SECURITY UPDATE for CVE-2014-{0488,0487,0489}Michael Vogt2014-09-161-5/+27
* | make compressed-indexes test pass againMichael Vogt2014-08-241-5/+27
|/
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+2
* use utimes instead of utimensat/futimensDavid Kalnischkies2014-02-111-8/+6
* correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-9/+9
* try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies2011-12-171-1/+1
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+1
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-1/+1
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-0/+2
* apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.Julian Andres Klode2010-08-101-1/+1
* merge with the debian treeMichael Vogt2007-11-281-2/+2
|\
| * * Add hash support to copy method. Thanks Anders Kaseorg by the patchOtavio Salvador2007-08-061-0/+5
* | * apt-pkg/acquire-worker.cc:Michael Vogt2007-08-081-1/+7
|/
* * merged changes from the conferenceMichael Vogt2004-12-201-1/+1
* Call setlocale in all methods, don't call bindtextdomain in httpMatt Zimmerman2004-11-271-0/+2
* * Patch from Eric Wong <normalperson@yhbt.net> to inclu...Arch Librarian2004-09-201-2/+2
* Lots and lots of i18n updates.Arch Librarian2004-09-201-3/+4
* Doc fixes and copy method patchArch Librarian2004-09-201-15/+20
* New http methodArch Librarian2004-09-201-6/+7
* SyncArch Librarian2004-09-201-111/+56
* Stable acquire codeArch Librarian2004-09-201-1/+2
* gzip methodArch Librarian2004-09-201-2/+24
* Added copy methodArch Librarian2004-09-201-0/+116