index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
copy.cc
Age
Commit message (
Expand
)
Author
2018-05-07
Remove obsolete RCS keywords
Guillem Jover
2017-10-22
Sandbox methods with seccomp-BPF; except cdrom, gpgv, rsh
Julian Andres Klode
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
2016-07-06
don't change owner/perms/times through file:// symlinks
David Kalnischkies
2016-05-28
use std::locale::global instead of setlocale
David Kalnischkies
2015-11-05
drop privileges in copy:// method as we do for file://
David Kalnischkies
2015-11-04
unbreak the copy-method claiming hashsum mismatch since ~exp9
David Kalnischkies
2015-08-10
add c++11 override marker to overridden methods
David Kalnischkies
2015-08-10
allow individual targets to be kept compressed
David Kalnischkies
2015-04-19
calculate only expected hashes in methods
David Kalnischkies
2015-04-19
remove duplicated check for same file copy
David Kalnischkies
2014-09-29
Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...
Michael Vogt
2014-09-29
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-09-26
Disable Mth.DropPrivsOrDie() in copy.cc for now
Michael Vogt
2014-09-25
Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...
Michael Vogt
2014-09-24
methods: Fail if we cannot drop privileges
Julian Andres Klode
2014-09-24
Drop Privileges to "Debian-apt" in most acquire methods
Michael Vogt
2014-09-23
Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...
Michael Vogt
2014-09-21
generalize Acquire::GzipIndex
Michael Vogt
2014-09-19
Fix regression when copy: is used for a relative path
Michael Vogt
2014-09-16
SECURITY UPDATE for CVE-2014-{0488,0487,0489}
Michael Vogt
2014-08-24
make compressed-indexes test pass again
Michael Vogt
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-02-11
use utimes instead of utimensat/futimens
David Kalnischkies
2014-01-16
correct some style/performance/warnings from cppcheck
David Kalnischkies
2011-12-17
try to avoid direct usage of .Fd() if possible and do read()s and co
David Kalnischkies
2011-09-19
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
2011-09-13
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2010-08-10
apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.
Julian Andres Klode
2007-11-28
merge with the debian tree
Michael 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 patch
Otavio Salvador
2004-12-20
* merged changes from the conference
Michael Vogt
2004-11-27
Call setlocale in all methods, don't call bindtextdomain in http
Matt Zimmerman
2004-09-20
* Patch from Eric Wong <normalperson@yhbt.net> to inclu...
Arch Librarian
2004-09-20
Lots and lots of i18n updates.
Arch Librarian
2004-09-20
Doc fixes and copy method patch
Arch Librarian
2004-09-20
New http method
Arch Librarian
2004-09-20
Sync
Arch Librarian
2004-09-20
Stable acquire code
Arch Librarian
2004-09-20
gzip method
Arch Librarian
2004-09-20
Added copy method
Arch Librarian