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