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
/
deb
Commit message (
Expand
)
Author
Age
Files
Lines
*
review of new/changed translatable program strings
Justin B Rye
2015-11-21
1
-6
/
+6
*
apply various suggestions made by cppcheck
David Kalnischkies
2015-11-05
1
-1
/
+1
*
do not use read() returned value unconditionally
David Kalnischkies
2015-11-05
1
-24
/
+17
*
wrap every unlink call to check for != /dev/null
David Kalnischkies
2015-11-04
1
-1
/
+1
*
ignore newlines in dpkg-deb control output for installing debs
David Kalnischkies
2015-11-04
1
-4
/
+13
*
support arch:all data e.g. in separate Packages file
David Kalnischkies
2015-11-04
2
-1
/
+28
*
sanify API to get 'the' candidate version
David Kalnischkies
2015-11-04
1
-2
/
+2
*
show progress info while 'downloading' a local .deb file
David Kalnischkies
2015-11-04
2
-1
/
+11
*
provide public interface to hold/unhold packages
David Kalnischkies
2015-11-04
2
-5
/
+6
*
refactor dpkg execution in deb/debsystem
David Kalnischkies
2015-11-04
1
-47
/
+61
*
implement a public pkgSystem::ArchitecturesSupported
David Kalnischkies
2015-11-04
2
-1
/
+62
*
implement a public pkgSystem::MultiArchSupported
David Kalnischkies
2015-11-04
3
-82
/
+108
*
dpkgpm: Convert users of localtime() to localtime_r()
Julian Andres Klode
2015-10-30
1
-2
/
+4
*
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
*
deblistparser: Make PrioList const
Julian Andres Klode
2015-10-23
2
-3
/
+3
*
add by-hash sources.list option and document all of by-hash
David Kalnischkies
2015-09-14
2
-4
/
+19
*
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
2015-09-14
2
-6
/
+5
*
implement dpkgs vision of interpreting pkg:<arch> dependencies
David Kalnischkies
2015-09-14
1
-16
/
+60
*
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
1
-2
/
+7
*
fix some unused parameter/variable warnings
David Kalnischkies
2015-08-31
1
-2
/
+2
*
detect and deal with indextarget duplicates
David Kalnischkies
2015-08-30
2
-3
/
+61
*
implement $(NATIVE_ARCHITECTURE) substvar for indextargets
David Kalnischkies
2015-08-30
1
-0
/
+5
*
implement indextargets option 'DefaultEnabled'
David Kalnischkies
2015-08-29
1
-5
/
+11
*
use c++11 algorithms to avoid strange compiler warnings
David Kalnischkies
2015-08-29
1
-34
/
+29
*
implement PDiff patching for compressed files
David Kalnischkies
2015-08-28
1
-17
/
+36
*
sources.list and indextargets option for pdiffs
David Kalnischkies
2015-08-27
2
-4
/
+19
*
Do not parse Status fields from remote sources
Julian Andres Klode
2015-08-27
4
-1
/
+26
*
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
*
Fix all the wrong removals of includes that iwyu got wrong
Michael Vogt
2015-08-17
1
-0
/
+1
*
Cleanup includes after running iwyu
Michael Vogt
2015-08-17
5
-18
/
+1
*
Do not set unhonored DPKG_NO_TSTP variable for dpkg
Guillem Jover
2015-08-12
1
-3
/
+0
*
Annotate more methods with APT_OVERRIDE
Julian Andres Klode
2015-08-11
2
-11
/
+11
*
no value for MultiArch field is 'no', not 'none'
David Kalnischkies
2015-08-10
1
-3
/
+3
*
drop obsolete explicit :none handling in pkgCacheGen
David Kalnischkies
2015-08-10
1
-1
/
+2
*
parse packages from all architectures into the cache
David Kalnischkies
2015-08-10
2
-41
/
+7
*
elimate duplicated code in pkgIndexFile subclasses
David Kalnischkies
2015-08-10
4
-362
/
+147
*
add volatile sources support in libapt-pkg
David Kalnischkies
2015-08-10
5
-94
/
+21
*
just-in-time creation for (explicit) negative deps
David Kalnischkies
2015-08-10
1
-25
/
+5
*
just-in-time creation for (implicit) Provides
David Kalnischkies
2015-08-10
2
-17
/
+4
*
hide implicit deps in apt-cache again by default
David Kalnischkies
2015-08-10
1
-4
/
+4
*
remove the compatibility markers for 4.13 abi
David Kalnischkies
2015-08-10
3
-16
/
+0
*
bunch of micro-optimizations for depcache
David Kalnischkies
2015-08-10
2
-31
/
+27
*
rename 'apt-get files' to 'apt-get indextargets'
David Kalnischkies
2015-08-10
1
-5
/
+5
*
add c++11 override marker to overridden methods
David Kalnischkies
2015-08-10
10
-114
/
+114
*
allow individual targets to be kept compressed
David Kalnischkies
2015-08-10
1
-2
/
+5
*
implement Signed-By option for sources.list
David Kalnischkies
2015-08-10
2
-0
/
+36
*
add sources.list Check-Valid-Until and Valid-Until-{Max,Min} options
David Kalnischkies
2015-08-10
2
-39
/
+98
[next]