summaryrefslogtreecommitdiff
path: root/methods/copy.cc
AgeCommit message (Expand)AuthorFilesLines
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