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
/
cmdline
/
apt-helper.cc
Age
Commit message (
Expand
)
Author
2017-09-11
apt-daily: Do not Wants=network-online, and add some more After=
Julian Andres Klode
2017-09-10
apt-helper: Add connman support to wait-online
Julian Andres Klode
2017-09-09
apt-daily: Wait for network before daily updates
Julian Andres Klode
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
2016-08-26
Add missing includes and external definitions
Julian Andres Klode
2016-06-20
implement and document DIRECT for auto-detect-proxy
David Kalnischkies
2016-05-28
look into the right textdomain for apt-utils again
David Kalnischkies
2016-05-27
prevent C++ locale number formatting in text APIs
David Kalnischkies
2016-01-08
support '-' and no parameter for stdin in apt-helper cat-file
David Kalnischkies
2016-01-07
apt-helper: cat-file: Add -C/--compress option
Julian Andres Klode
2015-12-28
apt-helper: Use CopyFile() for concatenating the files
Julian Andres Klode
2015-12-26
apt-helper: Check that we can open stdout
Julian Andres Klode
2015-12-26
apt-helper: Add a cat-file command for concatening files
Julian Andres Klode
2015-12-06
apt-helper.cc: include <stdlib.h> for atoi
Fredrik Fornwall
2015-11-29
drop some needlessly public declarations in libapt-private
David Kalnischkies
2015-11-29
use function pointers instead of weak symbols for cmdline parsing
David Kalnischkies
2015-11-21
review of new/changed translatable program strings
Justin B Rye
2015-11-04
revamp all tools help messages
David Kalnischkies
2015-11-04
deal with --version more centrally
David Kalnischkies
2015-11-04
move apts cmdline helper type into -private
David Kalnischkies
2015-11-04
generate commands array after config is loaded
David Kalnischkies
2015-11-04
new quiet level -qq for apt to hide progress output
David Kalnischkies
2015-11-04
deduplicate main methods
David Kalnischkies
2015-11-04
split up help messages for simpler reuse
David Kalnischkies
2015-09-14
various changes to increase test-coverage
David Kalnischkies
2015-09-01
use clock() as source for SRV randomness
David Kalnischkies
2015-08-31
if file is inaccessible for _apt, disable privilege drop in acquire
David Kalnischkies
2015-08-18
cleanup
Michael Vogt
2015-08-18
Merge branch 'debian/experimental' into feature/srv-records
Michael Vogt
2015-04-10
add a simple unit test for acquire progress
David Kalnischkies
2015-03-16
stop displaying time of build in online help
Jérémy Bobbio
2014-12-09
dispose http(s) 416 error page as non-content
David Kalnischkies
2014-11-09
streamline display of --help in all tools
David Kalnischkies
2014-10-15
don't drop privileges if _apt has not enough rights
David Kalnischkies
2014-10-07
ensure partial dirs are 0700 and owned by _apt:root
David Kalnischkies
2014-09-27
allow fetcher setup without directory creation
David Kalnischkies
2014-09-02
Make Proxy-Auto-Detect check for each host
Michael Vogt
2014-06-06
cmdline/apt-helper.cc: use less generic description/short-description
Michael Vogt
2014-05-20
add GetSrvRecord helper to apt-pkg/contrib/srvrec.{cc,h}
Michael Vogt
2014-03-14
fix test/integration/test-apt-helper
Michael Vogt
2014-03-13
improve debug output in case downloadfile fails
David Kalnischkies
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
2014-03-13
warning: no previous declaration for foobar() [-Wmissing-declarations]
David Kalnischkies
2014-03-12
Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-download-...
Michael Vogt
2014-03-12
add hashsum support in apt-file download and add more tests
Michael Vogt
2014-02-27
initial version of apt-helper
Michael Vogt
2014-02-27
initial version of apt-helper
Michael Vogt