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
*
enforce verify of filesize in 'apt-get source'
David Kalnischkies
2016-03-14
1
-0
/
+1
*
streamline dpkgpm cleanup-handling
David Kalnischkies
2016-03-14
1
-14
/
+17
*
Fix several typos
Veres Lajos
2016-03-07
2
-2
/
+2
*
get group again after potential remap in Source: parse
David Kalnischkies
2016-03-06
1
-1
/
+3
*
Add missing numeric includes in files using std::accumulate()
Julian Andres Klode
2016-02-26
1
-0
/
+1
*
only warn about missing/invalid Date field for now
David Kalnischkies
2016-01-27
1
-12
/
+14
*
convert Version() and Architecture() to APT::StringView
David Kalnischkies
2016-01-26
2
-18
/
+22
*
remove unused Description methods in listparsers
David Kalnischkies
2016-01-26
2
-23
/
+1
*
parse version correctly from binary Source field
David Kalnischkies
2016-01-26
1
-1
/
+1
*
reimplement build-dep via apts normal resolver
David Kalnischkies
2016-01-25
2
-0
/
+52
*
treat an empty dependency field just like it doesn't exist
David Kalnischkies
2016-01-25
1
-1
/
+1
*
Use c++11 for loop in AptHistoryRequestingUser
Michael Vogt
2016-01-25
1
-6
/
+4
*
Store "Requested-By" user in history.log in a simpler format
Michael Vogt
2016-01-25
1
-7
/
+20
*
Log calling SUDO_USER or PKEXEC_UID in history.log
Michael Vogt
2016-01-25
1
-0
/
+18
*
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
[next]