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-12-26
Get rid of memmove() in our read buffering
Julian Andres Klode
1
-76
/
+57
2015-12-26
Use a hardcoded buffer size of 4096 to fix performance
Julian Andres Klode
1
-4
/
+2
2015-12-24
Mark all FileFdPrivate classes as hidden
1.1.6
Julian Andres Klode
1
-6
/
+6
2015-12-23
fix new[] vs delete mismatch introduced by b3db9d81
David Kalnischkies
1
-7
/
+7
2015-12-23
use a dynamic buffer for ReadLine
David Kalnischkies
1
-15
/
+22
2015-12-23
implement a buffer system for FileFd::ReadLine
David Kalnischkies
1
-27
/
+140
2015-12-22
parse xz-compression level from configuration
David Kalnischkies
1
-2
/
+28
2015-12-22
follow dpkg and xz and use CRC64 for xz compression
David Kalnischkies
1
-1
/
+1
2015-12-22
shuffle compressor-specific code into private subclasses
David Kalnischkies
2
-635
/
+692
2015-12-19
Do not try to read in FileFd::Read() if Size is 0
Julian Andres Klode
1
-3
/
+2
2015-12-19
Do nothing in FileFd::Write() if Size is 0
Julian Andres Klode
1
-7
/
+5
2015-12-19
CopyFile: avoid failing on EOF on some systems
Pino Toscano
1
-1
/
+1
2015-12-19
CopyFile: fix BufSize to a sane value
Pino Toscano
1
-2
/
+2
2015-12-14
pkgcache: Make hash arch-independent using fixed size integer
Julian Andres Klode
1
-2
/
+2
2015-12-14
tagfile: Hardcode error message for out of range integer values
Julian Andres Klode
1
-4
/
+3
2015-12-14
non-existing directories don't need to be cleaned
David Kalnischkies
1
-0
/
+5
2015-12-14
support regex and co in 'apt-cache policy $pkg' again
David Kalnischkies
1
-1
/
+1
2015-12-14
show a more descriptive error for weak Release files
David Kalnischkies
2
-4
/
+25
2015-12-13
parse .diff/Index hashes in reverse order
David Kalnischkies
1
-3
/
+11
2015-12-13
fix typos and docs in GlobalError documentation
David Kalnischkies
1
-10
/
+9
2015-12-11
mmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCE
Julian Andres Klode
1
-1
/
+1
2015-12-11
Bump cache minor version to 2 to trigger rebuilds
Julian Andres Klode
1
-1
/
+1
2015-12-11
Convert package names from Packages files to lower case
Julian Andres Klode
2
-2
/
+13
2015-12-10
Do not swap required and important in pkgCache::Priority()
Julian Andres Klode
2
-2
/
+2
2015-12-07
Use 0llu instead of 0ull in one place too
Julian Andres Klode
1
-1
/
+1
2015-12-07
Avoid overflow when summing up file sizes
Julian Andres Klode
2
-4
/
+4
2015-12-02
use @CHANGEPATH@ as placeholder in changelog URI templates
David Kalnischkies
3
-7
/
+7
2015-12-01
require explicit paths to dsc/control as we do for deb files
David Kalnischkies
3
-3
/
+36
2015-11-29
accept ../ on the cmdline as start for a deb file as well
David Kalnischkies
1
-1
/
+1
2015-11-29
tests: fix typos, correct helpmsgs and test tests
David Kalnischkies
1
-1
/
+1
2015-11-29
doc: VerifyFile checks all hashes instead of best only
David Kalnischkies
1
-1
/
+1
2015-11-28
Revert "Revert "appease adequate with some weak symbols for -private""
Julian Andres Klode
1
-0
/
+2
2015-11-28
Revert "appease adequate with some weak symbols for -private"
Julian Andres Klode
1
-2
/
+0
2015-11-28
disable privilege-drop verification by default as fakeroot trips over it
David Kalnischkies
1
-42
/
+60
2015-11-28
show the group we failed to drop via setgroups
David Kalnischkies
1
-6
/
+11
2015-11-27
ignore deprecated method calls in deprecated method
David Kalnischkies
1
-0
/
+2
2015-11-27
outsmart gcc -O3 over-optimization in pkgCdrom::FindPackages
David Kalnischkies
1
-3
/
+3
2015-11-27
add messages to our deprecation warnings in libapt
David Kalnischkies
28
-110
/
+100
2015-11-27
appease adequate with some weak symbols for -private
David Kalnischkies
1
-0
/
+2
2015-11-27
Check if the Apt::Sandbox::User exists in CheckDropPrivsMustBeDisabled()
Michael Vogt
1
-0
/
+4
2015-11-27
Deal with killed acquire methods properly instead of hanging
Michael Vogt
2
-6
/
+24
2015-11-25
typo: run s#frontend#front-end# on all of src:apt
David Kalnischkies
2
-2
/
+2
2015-11-25
slightly rephrase notice shown for insecure repositories
Justin B Rye
1
-1
/
+1
2015-11-21
review of new/changed translatable program strings
Justin B Rye
4
-13
/
+13
2015-11-21
do not sent Last-Modified if we expect a changed file
David Kalnischkies
1
-4
/
+12
2015-11-20
fix a few typos in code-comments/apt manpage
David Kalnischkies
1
-1
/
+1
2015-11-20
do not segfault in cache generation on mmap failure
David Kalnischkies
3
-6
/
+21
2015-11-19
ignore lost+found in private directory cleanup
David Kalnischkies
2
-0
/
+2
2015-11-19
support setting empty values (sanely) & removing support for
David Kalnischkies
1
-20
/
+5
2015-11-19
do not use _apt for file/copy sources if it isn't world-accessible
David Kalnischkies
3
-31
/
+86
[next]