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-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
2015-10-30
GetSrvRecords: Make thread-safe
Julian Andres Klode
1
-2
/
+7
2015-10-23
deblistparser: Make PrioList const
Julian Andres Klode
2
-3
/
+3
2015-10-11
Revert "Fix select timeout to be 50msec instead of 0.5msec" for acquire
Julian Andres Klode
1
-1
/
+1
2015-09-30
Fix select timeout to be 50msec instead of 0.5msec
Michael Vogt
2
-2
/
+2
2015-09-14
fallback to well-known URI if by-hash fails
David Kalnischkies
1
-36
/
+50
2015-09-14
add by-hash sources.list option and document all of by-hash
David Kalnischkies
6
-12
/
+27
2015-09-14
do not ignore differently versioned self-provides
David Kalnischkies
1
-1
/
+2
2015-09-14
srv test: do 100 pulls twice and compare list
David Kalnischkies
1
-0
/
+4
2015-09-14
fix alloc-dealloc-mismatch (operator new [] vs operator delete)
David Kalnischkies
1
-4
/
+4
2015-09-14
fix two memory leaks reported by gcc
David Kalnischkies
1
-6
/
+9
2015-09-14
use std-algorithms instead of manual loops to avoid overflow warning
David Kalnischkies
2
-21
/
+26
2015-09-14
do not report deprecate warnings for the None declaration
David Kalnischkies
1
-0
/
+2
2015-09-14
fix 'Dead assignment' by dropping unneeded boolean
David Kalnischkies
1
-3
/
+1
2015-09-14
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
16
-86
/
+101
2015-09-14
use a less generic special trigger filename for stdin
David Kalnischkies
3
-5
/
+9
2015-09-14
do not discard new manual-bits while applying EDSP solutions
David Kalnischkies
1
-1
/
+5
2015-09-14
implement autobit and pinning in EDSP solver 'apt'
David Kalnischkies
5
-9
/
+96
2015-09-14
remove incorrect optimization branches
David Kalnischkies
2
-36
/
+6
2015-09-14
copy ReadWrite-error to the bottom to make clang happy
David Kalnischkies
1
-1
/
+4
2015-09-14
implement CopyFile without using FileFd::Size()
David Kalnischkies
1
-13
/
+7
2015-09-14
add Source-Version field for EDSP
David Kalnischkies
1
-0
/
+1
2015-09-14
implement dpkgs vision of interpreting pkg:<arch> dependencies
David Kalnischkies
5
-20
/
+96
2015-09-14
M-A: allowed pkgs of unconfigured archs do not statisfy :any
David Kalnischkies
1
-8
/
+12
2015-09-14
store ':any' pseudo-packages with 'any' as architecture
David Kalnischkies
2
-3
/
+8
2015-09-11
apt-pkg/tagfile.h: Include stdint.h, fixes rdep build failures
Julian Andres Klode
1
-0
/
+1
2015-09-02
avoid triggering the c++11 erase api change on travis
David Kalnischkies
1
-2
/
+2
2015-09-01
use clock() as source for SRV randomness
David Kalnischkies
2
-24
/
+18
2015-09-01
use unusable-for-security hashes for integrity checks
David Kalnischkies
2
-0
/
+7
2015-09-01
Consider md5sum no longer a usable hash
Michael Vogt
2
-4
/
+12
2015-09-01
improve CheckDropPrivsMustBeDisabled further
David Kalnischkies
2
-12
/
+28
2015-08-31
fix some unused parameter/variable warnings
David Kalnischkies
1
-2
/
+2
2015-08-31
if file is inaccessible for _apt, disable privilege drop in acquire
David Kalnischkies
2
-0
/
+53
2015-08-31
ignore for _apt inaccessible TMPDIR in pkgAcqChangelog
David Kalnischkies
3
-5
/
+31
2015-08-30
detect and deal with indextarget duplicates
David Kalnischkies
5
-3
/
+74
[next]