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
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor InternalReadLine to not unroll Size == 0 case
Julian Andres Klode
2015-12-26
1
-5
/
+4
*
Change InternalReadLine to always use buffer.read() return value
Julian Andres Klode
2015-12-26
1
-12
/
+8
*
Get rid of memmove() in our read buffering
Julian Andres Klode
2015-12-26
1
-76
/
+57
*
Use a hardcoded buffer size of 4096 to fix performance
Julian Andres Klode
2015-12-26
1
-4
/
+2
*
Mark all FileFdPrivate classes as hidden
1.1.6
Julian Andres Klode
2015-12-24
1
-6
/
+6
*
fix new[] vs delete mismatch introduced by b3db9d81
David Kalnischkies
2015-12-23
1
-7
/
+7
*
use a dynamic buffer for ReadLine
David Kalnischkies
2015-12-23
1
-15
/
+22
*
implement a buffer system for FileFd::ReadLine
David Kalnischkies
2015-12-23
1
-27
/
+140
*
parse xz-compression level from configuration
David Kalnischkies
2015-12-22
1
-2
/
+28
*
follow dpkg and xz and use CRC64 for xz compression
David Kalnischkies
2015-12-22
1
-1
/
+1
*
shuffle compressor-specific code into private subclasses
David Kalnischkies
2015-12-22
2
-635
/
+692
*
Do not try to read in FileFd::Read() if Size is 0
Julian Andres Klode
2015-12-19
1
-3
/
+2
*
Do nothing in FileFd::Write() if Size is 0
Julian Andres Klode
2015-12-19
1
-7
/
+5
*
CopyFile: avoid failing on EOF on some systems
Pino Toscano
2015-12-19
1
-1
/
+1
*
CopyFile: fix BufSize to a sane value
Pino Toscano
2015-12-19
1
-2
/
+2
*
fix typos and docs in GlobalError documentation
David Kalnischkies
2015-12-13
1
-10
/
+9
*
mmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCE
Julian Andres Klode
2015-12-11
1
-1
/
+1
*
doc: VerifyFile checks all hashes instead of best only
David Kalnischkies
2015-11-29
1
-1
/
+1
*
Revert "Revert "appease adequate with some weak symbols for -private""
Julian Andres Klode
2015-11-28
1
-0
/
+2
*
Revert "appease adequate with some weak symbols for -private"
Julian Andres Klode
2015-11-28
1
-2
/
+0
*
disable privilege-drop verification by default as fakeroot trips over it
David Kalnischkies
2015-11-28
1
-42
/
+60
*
show the group we failed to drop via setgroups
David Kalnischkies
2015-11-28
1
-6
/
+11
*
add messages to our deprecation warnings in libapt
David Kalnischkies
2015-11-27
6
-17
/
+20
*
appease adequate with some weak symbols for -private
David Kalnischkies
2015-11-27
1
-0
/
+2
*
review of new/changed translatable program strings
Justin B Rye
2015-11-21
2
-2
/
+2
*
do not segfault in cache generation on mmap failure
David Kalnischkies
2015-11-20
1
-5
/
+10
*
support setting empty values (sanely) & removing support for
David Kalnischkies
2015-11-19
1
-20
/
+5
*
do not use _apt for file/copy sources if it isn't world-accessible
David Kalnischkies
2015-11-19
1
-1
/
+1
*
encode UTF-8 characters correctly in QuoteString
David Kalnischkies
2015-11-05
1
-1
/
+1
*
wrap every unlink call to check for != /dev/null
David Kalnischkies
2015-11-04
2
-4
/
+19
*
ensure FileFd doesn't try to open /dev/null as atomic and co
David Kalnischkies
2015-11-04
1
-6
/
+10
*
move apts cmdline helper type into -private
David Kalnischkies
2015-11-04
2
-68
/
+5
*
new quiet level -qq for apt to hide progress output
David Kalnischkies
2015-11-04
1
-1
/
+1
*
deduplicate main methods
David Kalnischkies
2015-11-04
2
-2
/
+2
*
split up help messages for simpler reuse
David Kalnischkies
2015-11-04
2
-2
/
+71
*
add binary-specific options via Binary scope
David Kalnischkies
2015-11-04
2
-0
/
+55
*
srvrec: Do not expose C++11 tuple use in header
Julian Andres Klode
2015-10-30
2
-4
/
+8
*
GetSrvRecords: Make thread-safe
Julian Andres Klode
2015-10-30
1
-2
/
+7
*
srv test: do 100 pulls twice and compare list
David Kalnischkies
2015-09-14
1
-0
/
+4
*
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
2015-09-14
4
-25
/
+23
*
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
*
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
1
-0
/
+1
*
Consider md5sum no longer a usable hash
Michael Vogt
2015-09-01
2
-4
/
+12
*
improve CheckDropPrivsMustBeDisabled further
David Kalnischkies
2015-09-01
1
-4
/
+6
*
ignore for _apt inaccessible TMPDIR in pkgAcqChangelog
David Kalnischkies
2015-08-31
2
-3
/
+29
*
Always close compressed files in FileFd
Julian Andres Klode
2015-08-27
1
-6
/
+7
*
Add basic (non weight adjusted) shuffling for SrvRecords selection
Michael Vogt
2015-08-20
2
-3
/
+61
[next]