index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
review of new/changed translatable program strings
Justin B Rye
2015-11-21
71
-507
/
+508
*
do not sent Last-Modified if we expect a changed file
David Kalnischkies
2015-11-21
2
-5
/
+13
*
fix a few typos in code-comments/apt manpage
David Kalnischkies
2015-11-20
13
-24
/
+24
*
do not segfault in cache generation on mmap failure
David Kalnischkies
2015-11-20
3
-6
/
+21
*
do not rerun ./configure causing FTCBFS with newer autotools-dev
David Kalnischkies
2015-11-19
3
-6
/
+6
*
update libapt-{pkg,inst} symbols files
David Kalnischkies
2015-11-19
2
-32
/
+88
*
move -std=c++11 from CXX to new CXXSTD
David Kalnischkies
2015-11-19
5
-8
/
+9
*
ignore lost+found in private directory cleanup
David Kalnischkies
2015-11-19
5
-4
/
+10
*
tests: use quiet level 0 by default in tests
David Kalnischkies
2015-11-19
29
-107
/
+117
*
support setting empty values (sanely) & removing support for
David Kalnischkies
2015-11-19
3
-36
/
+84
*
more sensible default text in pot files
David Kalnischkies
2015-11-19
2
-4
/
+3
*
Dutch manpages translation (NEW)
Frans Spiesschaert
2015-11-19
1
-0
/
+11593
*
do not use _apt for file/copy sources if it isn't world-accessible
David Kalnischkies
2015-11-19
7
-40
/
+121
*
tests: fail testsuccess if notices are shown, too
David Kalnischkies
2015-11-18
1
-16
/
+50
*
releasing package apt version 1.1~exp15
1.1_exp15
Michael Vogt
2015-11-11
1
-0
/
+44
*
activate AI_IDN by default to support IDN domains
David Kalnischkies
2015-11-05
1
-0
/
+2
*
"support" unsigned Release files without hashes again
David Kalnischkies
2015-11-05
2
-5
/
+11
*
encode UTF-8 characters correctly in QuoteString
David Kalnischkies
2015-11-05
2
-1
/
+12
*
apply various suggestions made by cppcheck
David Kalnischkies
2015-11-05
25
-45
/
+35
*
do not use read() returned value unconditionally
David Kalnischkies
2015-11-05
1
-24
/
+17
*
allow acquire method specific options via Binary scope
David Kalnischkies
2015-11-05
13
-116
/
+72
*
drop privileges in copy:// method as we do for file://
David Kalnischkies
2015-11-05
8
-86
/
+114
*
allow getaddrinfo flag AI_ADDRCONFIG to be disabled
David Kalnischkies
2015-11-04
2
-1
/
+7
*
wrap every unlink call to check for != /dev/null
David Kalnischkies
2015-11-04
20
-59
/
+52
*
ensure FileFd doesn't try to open /dev/null as atomic and co
David Kalnischkies
2015-11-04
3
-6
/
+44
*
ignore newlines in dpkg-deb control output for installing debs
David Kalnischkies
2015-11-04
2
-4
/
+42
*
support arch:all data e.g. in separate Packages file
David Kalnischkies
2015-11-04
41
-180
/
+473
*
reenable gcc warnings for deprecated functions
David Kalnischkies
2015-11-04
3
-5
/
+4
*
sanify API to get 'the' candidate version
David Kalnischkies
2015-11-04
8
-11
/
+56
*
centralize unlink checks in acquire-item
David Kalnischkies
2015-11-04
1
-16
/
+30
*
do not cleanup .diff/Index files on Hit
David Kalnischkies
2015-11-04
1
-0
/
+3
*
revamp all tools help messages
David Kalnischkies
2015-11-04
68
-18604
/
+18249
*
show version and type in "apt (r)depends"
David Kalnischkies
2015-11-04
1
-0
/
+2
*
hidden support more apt-get/apt-cache commands in apt
David Kalnischkies
2015-11-04
11
-1507
/
+1615
*
deal with --version more centrally
David Kalnischkies
2015-11-04
13
-113
/
+44
*
move apts cmdline helper type into -private
David Kalnischkies
2015-11-04
17
-118
/
+57
*
generate commands array after config is loaded
David Kalnischkies
2015-11-04
15
-133
/
+187
*
new quiet level -qq for apt to hide progress output
David Kalnischkies
2015-11-04
12
-39
/
+51
*
deduplicate main methods
David Kalnischkies
2015-11-04
17
-252
/
+159
*
split up help messages for simpler reuse
David Kalnischkies
2015-11-04
68
-9104
/
+18729
*
disable updating insecure repositories in apt by default
David Kalnischkies
2015-11-04
5
-20
/
+12
*
revamp apt(8) to refer more instead of duplicating
David Kalnischkies
2015-11-04
2
-111
/
+114
*
move 'search' implementations as well
David Kalnischkies
2015-11-04
6
-220
/
+219
*
centralize 'show' implementation of apt and apt-cache
David Kalnischkies
2015-11-04
5
-187
/
+177
*
add binary-specific options via Binary scope
David Kalnischkies
2015-11-04
6
-2
/
+150
*
suggest 'apt autoremove' to get right of unneeded packages
David Kalnischkies
2015-11-04
51
-176
/
+200
*
refer to apt-secure(8) in unsecure repositories warning
David Kalnischkies
2015-11-04
8
-46
/
+160
*
rework errors and warnings around insecure repositories
David Kalnischkies
2015-11-04
6
-32
/
+69
*
set failreasons similar to connect.cc based on curl errors
David Kalnischkies
2015-11-04
1
-3
/
+18
*
revert accidental removal of documentation for trusted option in sources.list
David Kalnischkies
2015-11-04
1
-0
/
+14
[next]