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
/
apt-pkg
/
contrib
Age
Commit message (
Expand
)
Author
2015-06-09
support hashes for compressed pdiff files
David Kalnischkies
2015-06-09
rework hashsum verification in the acquire system
David Kalnischkies
2015-05-22
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2015-05-22
Merge remote-tracking branch 'upstream/debian/jessie' into debian/sid
Michael Vogt
2015-05-12
implement VerifyFile as all-hashes check
David Kalnischkies
2015-05-11
fix macro definition for very old GCC < 3
David Kalnischkies
2015-04-28
Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscalls
Michael Vogt
2015-04-19
Merge branch 'debian/jessie' into debian/experimental
David Kalnischkies
2015-04-19
ensure lists/ files have correct permissions after apt-cdrom add
David Kalnischkies
2015-04-19
calculate only expected hashes in methods
David Kalnischkies
2015-04-19
if we can, use gccs __builtin_swap methods
David Kalnischkies
2015-04-10
reimplement the last uses of sprintf
David Kalnischkies
2015-04-07
demote VectorizeString gcc attribute from const to pure
David Kalnischkies
2015-03-16
fix some new compiler warnings reported by gcc-5
David Kalnischkies
2014-11-10
allow options between command and -- on commandline
David Kalnischkies
2014-11-10
add a simple container for HashStrings
David Kalnischkies
2014-11-09
streamline display of --help in all tools
David Kalnischkies
2014-11-08
explicit overload methods instead of adding parameters
David Kalnischkies
2014-11-08
guard const-ification API changes
David Kalnischkies
2014-11-08
use a abi version check similar to the gcc check
David Kalnischkies
2014-11-08
replace ignore-deprecated #pragma dance with _Pragma
David Kalnischkies
2014-11-08
(error) va_list 'args' was opened but not closed by va_end()
David Kalnischkies
2014-11-05
Bump ABI to 4.15
Michael Vogt
2014-10-26
rewrite ReadMessages()
David Kalnischkies
2014-10-24
promote filesize to a hashstring
David Kalnischkies
2014-10-20
test if TMPDIR is accessible before using
David Kalnischkies
2014-10-15
set PR_SET_NO_NEW_PRIVS even if sandbox is disabled
David Kalnischkies
2014-10-13
Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()
Michael Vogt
2014-10-08
Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimental
Michael Vogt
2014-10-07
set PR_SET_NO_NEW_PRIVS also if run as non-root
David Kalnischkies
2014-10-07
fix foldmarkers in fileutl.cc
David Kalnischkies
2014-10-07
Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...
Michael Vogt
2014-10-07
Ignore EINVAL from prctl(PR_SET_NO_NEW_PRIVS)
Michael Vogt
2014-10-07
Rename DropPrivs() to DropPrivileges()
Michael Vogt
2014-10-03
Bump library version to libapt-pkg4.14
Michael Vogt
2014-09-30
support parsing of all hashes for pdiff
David Kalnischkies
2014-09-30
mark private methods as hidden
David Kalnischkies
2014-09-29
fix Configuration::FindVector API
David Kalnischkies
2014-09-29
Adjust DestFile in ReverifyAfterIMS() to not include compr Extension
Michael Vogt
2014-09-28
allow options between command and -- on commandline
David Kalnischkies
2014-09-27
fix: Consecutive return, break, continue, goto or throw statements are unnece...
David Kalnischkies
2014-09-27
add and use 'apt-key verify' which prefers gpgv over gpg
David Kalnischkies
2014-09-27
add --readonly option for apt-key adv
David Kalnischkies
2014-09-27
use apt-key adv (+ gnupg) instead of gpgv for verify
David Kalnischkies
2014-09-27
fix: Member variable 'X' is not initialized in the constructor.
David Kalnischkies
2014-09-24
DropPrivs: Document what it does
Julian Andres Klode
2014-09-24
DropPrivs: Use APT::Sandbox::User instead of Apt::User::Nobody
Julian Andres Klode
2014-09-24
DropPrivs: Hard-fail if the user does not exist
Julian Andres Klode
2014-09-24
DropPrivs: Add some comments for the more obscure setuid/setgid functions
Julian Andres Klode
2014-09-24
DropPrivs: Move the re-set uid/gid thing to the end of the function
Julian Andres Klode
[next]