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
*
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
*
use unusable-for-security hashes for integrity checks
David Kalnischkies
2015-09-01
2
-0
/
+7
*
Consider md5sum no longer a usable hash
Michael Vogt
2015-09-01
2
-4
/
+12
*
improve CheckDropPrivsMustBeDisabled further
David Kalnischkies
2015-09-01
2
-12
/
+28
*
fix some unused parameter/variable warnings
David Kalnischkies
2015-08-31
1
-2
/
+2
*
if file is inaccessible for _apt, disable privilege drop in acquire
David Kalnischkies
2015-08-31
2
-0
/
+53
*
ignore for _apt inaccessible TMPDIR in pkgAcqChangelog
David Kalnischkies
2015-08-31
3
-5
/
+31
*
detect and deal with indextarget duplicates
David Kalnischkies
2015-08-30
5
-3
/
+74
*
implement $(NATIVE_ARCHITECTURE) substvar for indextargets
David Kalnischkies
2015-08-30
1
-0
/
+5
*
try xz instead of bz2 first for compressed files
David Kalnischkies
2015-08-29
1
-9
/
+9
*
implement indextargets option 'DefaultEnabled'
David Kalnischkies
2015-08-29
3
-5
/
+13
*
use c++11 algorithms to avoid strange compiler warnings
David Kalnischkies
2015-08-29
4
-85
/
+61
*
implement PDiff patching for compressed files
David Kalnischkies
2015-08-28
5
-95
/
+188
*
sources.list and indextargets option for pdiffs
David Kalnischkies
2015-08-27
6
-5
/
+29
*
Do not parse Status fields from remote sources
Julian Andres Klode
2015-08-27
4
-1
/
+26
*
Merge branch 'feature/extractar-filefd' into debian/experimental
Julian Andres Klode
2015-08-27
1
-6
/
+7
|
\
|
*
Always close compressed files in FileFd
Julian Andres Klode
2015-08-27
1
-6
/
+7
*
|
cacheset: Prefer the depcache over the policy again
Julian Andres Klode
2015-08-27
1
-5
/
+5
*
|
allow explicit dis/enable of IndexTargets in sources options
David Kalnischkies
2015-08-27
1
-1
/
+16
*
|
not all targets are deb-src targets
David Kalnischkies
2015-08-27
1
-1
/
+1
*
|
use always priv-dropping for changelog download as root
David Kalnischkies
2015-08-27
1
-0
/
+4
*
|
fix various typos reported by codespell
David Kalnischkies
2015-08-27
3
-3
/
+3
*
|
ignore AllowMem parameter in cache generation
David Kalnischkies
2015-08-27
2
-16
/
+4
*
|
correct 'apt update' download summary line
David Kalnischkies
2015-08-27
1
-5
/
+6
*
|
just-in-time removal of broken essential packages
David Kalnischkies
2015-08-27
2
-3
/
+39
*
|
Fix more instances of missing remapping handling
Julian Andres Klode
2015-08-27
1
-7
/
+22
*
|
pkgcachegen: Account for remapping when parsing depends from NewPackage
Julian Andres Klode
2015-08-27
1
-2
/
+6
|
/
*
Re-indent GetCandidateVerNew() and make ConsiderFiles argument explicit
Julian Andres Klode
2015-08-20
1
-7
/
+7
*
Merge remote-tracking branch 'mvo/feature/srv-records' into debian/experimental
Michael Vogt
2015-08-20
3
-1
/
+244
|
\
|
*
Add basic (non weight adjusted) shuffling for SrvRecords selection
Michael Vogt
2015-08-20
2
-3
/
+61
|
*
apt-pkg/contrib/srvrec.cc: res_query() should not generate a _error->Warning()
Michael Vogt
2015-08-18
1
-0
/
+2
|
*
cleanup
Michael Vogt
2015-08-18
2
-6
/
+6
|
*
Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-...
Michael Vogt
2015-08-18
109
-6417
/
+7037
|
|
\
[next]