index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-27
add messages to our deprecation warnings in libapt
David Kalnischkies
28
-110
/
+100
2015-11-27
appease adequate with some weak symbols for -private
David Kalnischkies
1
-0
/
+2
2015-11-27
Check if the Apt::Sandbox::User exists in CheckDropPrivsMustBeDisabled()
Michael Vogt
1
-0
/
+4
2015-11-27
Deal with killed acquire methods properly instead of hanging
Michael Vogt
2
-6
/
+24
2015-11-25
typo: run s#frontend#front-end# on all of src:apt
David Kalnischkies
2
-2
/
+2
2015-11-25
slightly rephrase notice shown for insecure repositories
Justin B Rye
1
-1
/
+1
2015-11-21
review of new/changed translatable program strings
Justin B Rye
4
-13
/
+13
2015-11-21
do not sent Last-Modified if we expect a changed file
David Kalnischkies
1
-4
/
+12
2015-11-20
fix a few typos in code-comments/apt manpage
David Kalnischkies
1
-1
/
+1
2015-11-20
do not segfault in cache generation on mmap failure
David Kalnischkies
3
-6
/
+21
2015-11-19
ignore lost+found in private directory cleanup
David Kalnischkies
2
-0
/
+2
2015-11-19
support setting empty values (sanely) & removing support for
David Kalnischkies
1
-20
/
+5
2015-11-19
do not use _apt for file/copy sources if it isn't world-accessible
David Kalnischkies
3
-31
/
+86
2015-11-05
"support" unsigned Release files without hashes again
David Kalnischkies
1
-3
/
+4
2015-11-05
encode UTF-8 characters correctly in QuoteString
David Kalnischkies
1
-1
/
+1
2015-11-05
apply various suggestions made by cppcheck
David Kalnischkies
6
-14
/
+9
2015-11-05
do not use read() returned value unconditionally
David Kalnischkies
1
-24
/
+17
2015-11-04
wrap every unlink call to check for != /dev/null
David Kalnischkies
10
-39
/
+38
2015-11-04
ensure FileFd doesn't try to open /dev/null as atomic and co
David Kalnischkies
1
-6
/
+10
2015-11-04
ignore newlines in dpkg-deb control output for installing debs
David Kalnischkies
1
-4
/
+13
2015-11-04
support arch:all data e.g. in separate Packages file
David Kalnischkies
6
-4
/
+68
2015-11-04
sanify API to get 'the' candidate version
David Kalnischkies
6
-9
/
+35
2015-11-04
centralize unlink checks in acquire-item
David Kalnischkies
1
-16
/
+30
2015-11-04
do not cleanup .diff/Index files on Hit
David Kalnischkies
1
-0
/
+3
2015-11-04
move apts cmdline helper type into -private
David Kalnischkies
2
-68
/
+5
2015-11-04
new quiet level -qq for apt to hide progress output
David Kalnischkies
1
-1
/
+1
2015-11-04
deduplicate main methods
David Kalnischkies
2
-2
/
+2
2015-11-04
split up help messages for simpler reuse
David Kalnischkies
2
-2
/
+71
2015-11-04
add binary-specific options via Binary scope
David Kalnischkies
2
-0
/
+55
2015-11-04
refer to apt-secure(8) in unsecure repositories warning
David Kalnischkies
1
-1
/
+1
2015-11-04
rework errors and warnings around insecure repositories
David Kalnischkies
1
-22
/
+39
2015-11-04
add ConnectionTimedOut to transient failreasons list
David Kalnischkies
1
-6
/
+10
2015-11-04
support .deb files in upgrade operations as well
David Kalnischkies
3
-9
/
+40
2015-11-04
show progress info while 'downloading' a local .deb file
David Kalnischkies
3
-3
/
+17
2015-11-04
unbreak the copy-method claiming hashsum mismatch since ~exp9
David Kalnischkies
1
-13
/
+22
2015-11-04
allow all dpkg selections to be set via apt-mark and libapt
David Kalnischkies
2
-33
/
+73
2015-11-04
provide public interface to hold/unhold packages
David Kalnischkies
5
-7
/
+190
2015-11-04
refactor dpkg execution in deb/debsystem
David Kalnischkies
1
-47
/
+61
2015-11-04
add cacheset push_back wrapping for std::back_inserter
David Kalnischkies
1
-1
/
+27
2015-11-04
implement operator* for cacheset iterators
David Kalnischkies
1
-1
/
+20
2015-11-04
implement a public pkgSystem::ArchitecturesSupported
David Kalnischkies
5
-83
/
+82
2015-11-04
implement a public pkgSystem::MultiArchSupported
David Kalnischkies
5
-82
/
+130
2015-10-30
orderlist: Replace qsort() by thread-safe std::sort()
Julian Andres Klode
2
-24
/
+20
2015-10-30
algorithms: Replace qsort() by thread-safe std::sort()
Julian Andres Klode
2
-39
/
+45
2015-10-30
dpkgpm: Convert users of localtime() to localtime_r()
Julian Andres Klode
1
-2
/
+4
2015-10-30
cacheset: Fix compilation on new GCC in C++98 mode
Julian Andres Klode
1
-3
/
+3
2015-10-30
srvrec: Do not expose C++11 tuple use in header
Julian Andres Klode
2
-4
/
+8
2015-10-30
dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safe
Julian Andres Klode
1
-0
/
+5
2015-10-30
dpkgpm: Convert ctime() call to ctime_r()
Julian Andres Klode
1
-1
/
+2
2015-10-30
aptconfiguration: Convert strtok() to strtok_r()
Julian Andres Klode
1
-2
/
+3
[next]