index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-27
FileFd: Add a buffered writing mode
Julian Andres Klode
2
-0
/
+153
2015-12-27
FildFd: Introduce a Flush() function and call it from Close()
Julian Andres Klode
2
-0
/
+16
2015-12-27
FileFdPrivate: Add getter and setter for fields
Julian Andres Klode
1
-9
/
+42
2015-12-27
fileutl: simple_buffer: Add write() and full() methods
Julian Andres Klode
1
-0
/
+11
2015-12-27
fileutl: simple_buffer: Mark accessors as const
Julian Andres Klode
1
-2
/
+3
2015-12-27
FileFdPrivate: Extract SimpleBuffer and mark it as hidden
Julian Andres Klode
1
-21
/
+24
2015-12-27
Hex2Digit: Do not use isxdigit()
Niels Thykier
1
-4
/
+9
2015-12-27
Convert most callers of isspace() to isspace_ascii()
Julian Andres Klode
1
-2
/
+2
2015-12-27
Introduce isspace_ascii() for use by parsers
Julian Andres Klode
2
-0
/
+19
2015-12-26
Refactor InternalReadLine to not unroll Size == 0 case
Julian Andres Klode
1
-5
/
+4
2015-12-26
Change InternalReadLine to always use buffer.read() return value
Julian Andres Klode
1
-12
/
+8
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-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-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
add messages to our deprecation warnings in libapt
David Kalnischkies
6
-17
/
+20
2015-11-27
appease adequate with some weak symbols for -private
David Kalnischkies
1
-0
/
+2
2015-11-21
review of new/changed translatable program strings
Justin B Rye
2
-2
/
+2
2015-11-20
do not segfault in cache generation on mmap failure
David Kalnischkies
1
-5
/
+10
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
1
-1
/
+1
2015-11-05
encode UTF-8 characters correctly in QuoteString
David Kalnischkies
1
-1
/
+1
2015-11-04
wrap every unlink call to check for != /dev/null
David Kalnischkies
2
-4
/
+19
2015-11-04
ensure FileFd doesn't try to open /dev/null as atomic and co
David Kalnischkies
1
-6
/
+10
2015-11-04
move apts cmdline helper type into -private
David Kalnischkies
2
-68
/
+5
2015-11-04
new quiet level -qq for apt to hide progress output
David Kalnischkies
1
-1
/
+1
2015-11-04
deduplicate main methods
David Kalnischkies
2
-2
/
+2
2015-11-04
split up help messages for simpler reuse
David Kalnischkies
2
-2
/
+71
2015-11-04
add binary-specific options via Binary scope
David Kalnischkies
2
-0
/
+55
2015-10-30
srvrec: Do not expose C++11 tuple use in header
Julian Andres Klode
2
-4
/
+8
2015-10-30
GetSrvRecords: Make thread-safe
Julian Andres Klode
1
-2
/
+7
2015-09-14
srv test: do 100 pulls twice and compare list
David Kalnischkies
1
-0
/
+4
2015-09-14
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
4
-25
/
+23
2015-09-14
copy ReadWrite-error to the bottom to make clang happy
David Kalnischkies
1
-1
/
+4
[next]