summaryrefslogtreecommitdiff
path: root/methods/file.cc
AgeCommit message (Expand)AuthorFilesLines
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-2/+2
2016-05-28use std::locale::global instead of setlocaleDavid Kalnischkies1-5/+1
2016-04-14fix Alt-Filename handling of file methodDavid Kalnischkies1-1/+1
2015-11-05drop privileges in copy:// method as we do for file://David Kalnischkies1-18/+11
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies1-1/+1
2015-11-04drop privileges in file:// method as we do for decompressorsDavid Kalnischkies1-2/+12
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies1-1/+1
2015-06-15call URIStart in cdrom and file methodDavid Kalnischkies1-8/+10
2015-06-15ensure valid or remove destination file in file methodDavid Kalnischkies1-11/+33
2015-06-09rework hashsum verification in the acquire systemDavid Kalnischkies1-1/+5
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies1-1/+1
2015-04-19send Alt-* info for uncompressed based on any compressionsDavid Kalnischkies1-19/+24
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-1/+2
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-1/+1
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-3/+3
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-0/+2
2005-08-23* merged with apt--fixes--0Michael Vogt1-1/+7
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-20Bug fixes, new major versionArch Librarian1-3/+3
2004-09-20Dsync mergeArch Librarian1-2/+4
2004-09-20Local file fixesArch Librarian1-2/+2
2004-09-20New http methodArch Librarian1-5/+6
2004-09-20SyncArch Librarian1-114/+54
2004-09-20SyncArch Librarian1-3/+137
2004-09-20SyncArch Librarian1-2/+3
2004-09-20Early mehodsArch Librarian1-0/+9