index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
disable privilege-drop verification by default as fakeroot trips over it
David Kalnischkies
2015-11-28
1
-0
/
+2
*
tests: use id to get user/group instead of environment
David Kalnischkies
2015-11-28
1
-2
/
+2
*
outsmart gcc -O3 over-optimization in pkgCdrom::FindPackages
David Kalnischkies
2015-11-27
1
-0
/
+2
*
slightly rephrase notice shown for insecure repositories
Justin B Rye
2015-11-25
3
-5
/
+5
*
show potentially arch-qualified fullname in 'apt show'
David Kalnischkies
2015-11-21
1
-9
/
+26
*
review of new/changed translatable program strings
Justin B Rye
2015-11-21
5
-10
/
+10
*
do not sent Last-Modified if we expect a changed file
David Kalnischkies
2015-11-21
1
-1
/
+1
*
ignore lost+found in private directory cleanup
David Kalnischkies
2015-11-19
2
-4
/
+7
*
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
2
-16
/
+79
*
do not use _apt for file/copy sources if it isn't world-accessible
David Kalnischkies
2015-11-19
4
-9
/
+35
*
tests: fail testsuccess if notices are shown, too
David Kalnischkies
2015-11-18
1
-16
/
+50
*
"support" unsigned Release files without hashes again
David Kalnischkies
2015-11-05
1
-2
/
+7
*
encode UTF-8 characters correctly in QuoteString
David Kalnischkies
2015-11-05
1
-0
/
+11
*
apply various suggestions made by cppcheck
David Kalnischkies
2015-11-05
1
-1
/
+1
*
allow acquire method specific options via Binary scope
David Kalnischkies
2015-11-05
1
-7
/
+7
*
drop privileges in copy:// method as we do for file://
David Kalnischkies
2015-11-05
4
-48
/
+58
*
allow getaddrinfo flag AI_ADDRCONFIG to be disabled
David Kalnischkies
2015-11-04
1
-0
/
+1
*
ensure FileFd doesn't try to open /dev/null as atomic and co
David Kalnischkies
2015-11-04
2
-0
/
+34
*
ignore newlines in dpkg-deb control output for installing debs
David Kalnischkies
2015-11-04
1
-0
/
+29
*
support arch:all data e.g. in separate Packages file
David Kalnischkies
2015-11-04
31
-123
/
+330
*
sanify API to get 'the' candidate version
David Kalnischkies
2015-11-04
1
-0
/
+19
*
revamp all tools help messages
David Kalnischkies
2015-11-04
1
-1
/
+1
*
move apts cmdline helper type into -private
David Kalnischkies
2015-11-04
2
-9
/
+9
*
generate commands array after config is loaded
David Kalnischkies
2015-11-04
2
-4
/
+10
*
new quiet level -qq for apt to hide progress output
David Kalnischkies
2015-11-04
3
-5
/
+5
*
disable updating insecure repositories in apt by default
David Kalnischkies
2015-11-04
4
-20
/
+11
*
move 'search' implementations as well
David Kalnischkies
2015-11-04
1
-8
/
+5
*
add binary-specific options via Binary scope
David Kalnischkies
2015-11-04
2
-0
/
+59
*
suggest 'apt autoremove' to get right of unneeded packages
David Kalnischkies
2015-11-04
5
-15
/
+35
*
refer to apt-secure(8) in unsecure repositories warning
David Kalnischkies
2015-11-04
5
-7
/
+95
*
rework errors and warnings around insecure repositories
David Kalnischkies
2015-11-04
5
-10
/
+30
*
support .deb files in upgrade operations as well
David Kalnischkies
2015-11-04
1
-9
/
+5
*
unbreak the copy-method claiming hashsum mismatch since ~exp9
David Kalnischkies
2015-11-04
2
-7
/
+23
*
tests: ensure sponge-files are cleaned up properly
David Kalnischkies
2015-11-04
1
-0
/
+2
*
tests: change test-skipping detection for arch-specific pkgs
David Kalnischkies
2015-11-04
1
-8
/
+3
*
allow all dpkg selections to be set via apt-mark and libapt
David Kalnischkies
2015-11-04
1
-0
/
+40
*
provide public interface to hold/unhold packages
David Kalnischkies
2015-11-04
1
-0
/
+13
*
thread-safety tests: Adjust path to lists
Julian Andres Klode
2015-10-30
1
-3
/
+3
*
Provide tests for thread-safety
Julian Andres Klode
2015-10-30
3
-0
/
+101
*
cacheset: Fix compilation on new GCC in C++98 mode
Julian Andres Klode
2015-10-30
1
-0
/
+26
*
tests: add a -j $jobs mode to test runner for parallel execution
David Kalnischkies
2015-09-15
2
-15
/
+75
*
tests: don't use hardcoded port for http and https
David Kalnischkies
2015-09-15
28
-227
/
+276
*
fallback to well-known URI if by-hash fails
David Kalnischkies
2015-09-14
1
-11
/
+15
*
add by-hash sources.list option and document all of by-hash
David Kalnischkies
2015-09-14
1
-15
/
+34
*
tests: try to support spaces in TMPDIR
David Kalnischkies
2015-09-14
20
-385
/
+391
*
deal with spaces in path, command and filepaths in apt-key
David Kalnischkies
2015-09-14
1
-7
/
+8
*
tests: use SHA1 checksum only by default in tests
David Kalnischkies
2015-09-14
9
-42
/
+52
*
do not ignore differently versioned self-provides
David Kalnischkies
2015-09-14
1
-0
/
+51
*
various changes to increase test-coverage
David Kalnischkies
2015-09-14
8
-61
/
+102
[next]