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
*
use APT::StringView for GrabWord
David Kalnischkies
2016-01-15
2
-11
/
+13
*
fix M-A:foreign provides creation for unknown archs
David Kalnischkies
2016-01-14
1
-0
/
+4
*
debListParser: Convert another ParseDepends to StringView
Julian Andres Klode
2016-01-08
2
-3
/
+5
*
keep compressed indexes in a low-cost format
David Kalnischkies
2016-01-08
1
-0
/
+40
*
AvailableDescriptionLanguages: Use one string for all iterations
Julian Andres Klode
2016-01-08
1
-2
/
+9
*
Replace compare() == 0 checks with this == other checks
Julian Andres Klode
2016-01-08
1
-4
/
+4
*
Switch performance critical code to use APT::StringView
Julian Andres Klode
2016-01-07
2
-45
/
+90
*
support comments in debian/control parsing
David Kalnischkies
2016-01-02
1
-4
/
+10
*
allow repositories to forbid arch:all for specific index targets
David Kalnischkies
2015-12-27
2
-0
/
+14
*
ParseDepends: Mark branches for build-dep parsing as unlikely
Julian Andres Klode
2015-12-27
1
-2
/
+2
*
debListParser: Do not validate Description-md5 for correctness twice
Julian Andres Klode
2015-12-27
1
-2
/
+4
*
debListParser: ParseDepends: Only query native arch if needed
Julian Andres Klode
2015-12-27
1
-1
/
+2
*
Convert most callers of isspace() to isspace_ascii()
Julian Andres Klode
2015-12-27
3
-21
/
+21
*
show a more descriptive error for weak Release files
David Kalnischkies
2015-12-14
1
-4
/
+15
*
Convert package names from Packages files to lower case
Julian Andres Klode
2015-12-11
2
-2
/
+13
*
Avoid overflow when summing up file sizes
Julian Andres Klode
2015-12-07
1
-1
/
+1
*
require explicit paths to dsc/control as we do for deb files
David Kalnischkies
2015-12-01
2
-2
/
+29
*
add messages to our deprecation warnings in libapt
David Kalnischkies
2015-11-27
1
-1
/
+1
*
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
[next]