summaryrefslogtreecommitdiff
path: root/methods/copy.cc
AgeCommit message (Expand)Author
2018-05-07Remove obsolete RCS keywordsGuillem Jover
2017-10-22Sandbox methods with seccomp-BPF; except cdrom, gpgv, rshJulian Andres Klode
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2016-07-06don't change owner/perms/times through file:// symlinksDavid Kalnischkies
2016-05-28use std::locale::global instead of setlocaleDavid Kalnischkies
2015-11-05drop privileges in copy:// method as we do for file://David Kalnischkies
2015-11-04unbreak the copy-method claiming hashsum mismatch since ~exp9David Kalnischkies
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies
2015-08-10allow individual targets to be kept compressedDavid Kalnischkies
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies
2015-04-19remove duplicated check for same file copyDavid Kalnischkies
2014-09-29Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt
2014-09-29Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-09-26Disable Mth.DropPrivsOrDie() in copy.cc for nowMichael Vogt
2014-09-25Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt
2014-09-24methods: Fail if we cannot drop privilegesJulian Andres Klode
2014-09-24Drop Privileges to "Debian-apt" in most acquire methodsMichael Vogt
2014-09-23Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt
2014-09-21generalize Acquire::GzipIndexMichael Vogt
2014-09-19Fix regression when copy: is used for a relative pathMichael Vogt
2014-09-16SECURITY UPDATE for CVE-2014-{0488,0487,0489}Michael Vogt
2014-08-24make compressed-indexes test pass againMichael Vogt
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-02-11use utimes instead of utimensat/futimensDavid Kalnischkies
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2010-08-10apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.Julian Andres Klode
2007-11-28merge with the debian treeMichael Vogt
2007-08-08* apt-pkg/acquire-worker.cc:Michael Vogt
2007-08-06* Add hash support to copy method. Thanks Anders Kaseorg by the patchOtavio Salvador
2004-12-20* merged changes from the conferenceMichael Vogt
2004-11-27Call setlocale in all methods, don't call bindtextdomain in httpMatt Zimmerman
2004-09-20* Patch from Eric Wong <normalperson@yhbt.net> to inclu...Arch Librarian
2004-09-20Lots and lots of i18n updates.Arch Librarian
2004-09-20Doc fixes and copy method patchArch Librarian
2004-09-20New http methodArch Librarian
2004-09-20SyncArch Librarian
2004-09-20Stable acquire codeArch Librarian
2004-09-20gzip methodArch Librarian
2004-09-20Added copy methodArch Librarian