index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
Commit message (
Expand
)
Author
Age
Files
Lines
*
split up help messages for simpler reuse
David Kalnischkies
2015-11-04
2
-2
/
+71
*
add binary-specific options via Binary scope
David Kalnischkies
2015-11-04
2
-0
/
+55
*
refer to apt-secure(8) in unsecure repositories warning
David Kalnischkies
2015-11-04
1
-1
/
+1
*
rework errors and warnings around insecure repositories
David Kalnischkies
2015-11-04
1
-22
/
+39
*
add ConnectionTimedOut to transient failreasons list
David Kalnischkies
2015-11-04
1
-6
/
+10
*
support .deb files in upgrade operations as well
David Kalnischkies
2015-11-04
3
-9
/
+40
*
show progress info while 'downloading' a local .deb file
David Kalnischkies
2015-11-04
3
-3
/
+17
*
unbreak the copy-method claiming hashsum mismatch since ~exp9
David Kalnischkies
2015-11-04
1
-13
/
+22
*
allow all dpkg selections to be set via apt-mark and libapt
David Kalnischkies
2015-11-04
2
-33
/
+73
*
provide public interface to hold/unhold packages
David Kalnischkies
2015-11-04
5
-7
/
+190
*
refactor dpkg execution in deb/debsystem
David Kalnischkies
2015-11-04
1
-47
/
+61
*
add cacheset push_back wrapping for std::back_inserter
David Kalnischkies
2015-11-04
1
-1
/
+27
*
implement operator* for cacheset iterators
David Kalnischkies
2015-11-04
1
-1
/
+20
*
implement a public pkgSystem::ArchitecturesSupported
David Kalnischkies
2015-11-04
5
-83
/
+82
*
implement a public pkgSystem::MultiArchSupported
David Kalnischkies
2015-11-04
5
-82
/
+130
*
orderlist: Replace qsort() by thread-safe std::sort()
Julian Andres Klode
2015-10-30
2
-24
/
+20
*
algorithms: Replace qsort() by thread-safe std::sort()
Julian Andres Klode
2015-10-30
2
-39
/
+45
*
dpkgpm: Convert users of localtime() to localtime_r()
Julian Andres Klode
2015-10-30
1
-2
/
+4
*
cacheset: Fix compilation on new GCC in C++98 mode
Julian Andres Klode
2015-10-30
1
-3
/
+3
*
srvrec: Do not expose C++11 tuple use in header
Julian Andres Klode
2015-10-30
2
-4
/
+8
*
dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safe
Julian Andres Klode
2015-10-30
1
-0
/
+5
*
dpkgpm: Convert ctime() call to ctime_r()
Julian Andres Klode
2015-10-30
1
-1
/
+2
*
aptconfiguration: Convert strtok() to strtok_r()
Julian Andres Klode
2015-10-30
1
-2
/
+3
*
GetSrvRecords: Make thread-safe
Julian Andres Klode
2015-10-30
1
-2
/
+7
*
deblistparser: Make PrioList const
Julian Andres Klode
2015-10-23
2
-3
/
+3
*
Revert "Fix select timeout to be 50msec instead of 0.5msec" for acquire
Julian Andres Klode
2015-10-11
1
-1
/
+1
*
Fix select timeout to be 50msec instead of 0.5msec
Michael Vogt
2015-09-30
2
-2
/
+2
*
fallback to well-known URI if by-hash fails
David Kalnischkies
2015-09-14
1
-36
/
+50
*
add by-hash sources.list option and document all of by-hash
David Kalnischkies
2015-09-14
6
-12
/
+27
*
do not ignore differently versioned self-provides
David Kalnischkies
2015-09-14
1
-1
/
+2
*
srv test: do 100 pulls twice and compare list
David Kalnischkies
2015-09-14
1
-0
/
+4
*
fix alloc-dealloc-mismatch (operator new [] vs operator delete)
David Kalnischkies
2015-09-14
1
-4
/
+4
*
fix two memory leaks reported by gcc
David Kalnischkies
2015-09-14
1
-6
/
+9
*
use std-algorithms instead of manual loops to avoid overflow warning
David Kalnischkies
2015-09-14
2
-21
/
+26
*
do not report deprecate warnings for the None declaration
David Kalnischkies
2015-09-14
1
-0
/
+2
*
fix 'Dead assignment' by dropping unneeded boolean
David Kalnischkies
2015-09-14
1
-3
/
+1
*
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
2015-09-14
16
-86
/
+101
*
use a less generic special trigger filename for stdin
David Kalnischkies
2015-09-14
3
-5
/
+9
*
do not discard new manual-bits while applying EDSP solutions
David Kalnischkies
2015-09-14
1
-1
/
+5
*
implement autobit and pinning in EDSP solver 'apt'
David Kalnischkies
2015-09-14
5
-9
/
+96
*
remove incorrect optimization branches
David Kalnischkies
2015-09-14
2
-36
/
+6
*
copy ReadWrite-error to the bottom to make clang happy
David Kalnischkies
2015-09-14
1
-1
/
+4
*
implement CopyFile without using FileFd::Size()
David Kalnischkies
2015-09-14
1
-13
/
+7
*
add Source-Version field for EDSP
David Kalnischkies
2015-09-14
1
-0
/
+1
*
implement dpkgs vision of interpreting pkg:<arch> dependencies
David Kalnischkies
2015-09-14
5
-20
/
+96
*
M-A: allowed pkgs of unconfigured archs do not statisfy :any
David Kalnischkies
2015-09-14
1
-8
/
+12
*
store ':any' pseudo-packages with 'any' as architecture
David Kalnischkies
2015-09-14
2
-3
/
+8
*
apt-pkg/tagfile.h: Include stdint.h, fixes rdep build failures
Julian Andres Klode
2015-09-11
1
-0
/
+1
*
avoid triggering the c++11 erase api change on travis
David Kalnischkies
2015-09-02
1
-2
/
+2
*
use clock() as source for SRV randomness
David Kalnischkies
2015-09-01
2
-24
/
+18
[next]