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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not sync the cache file
Julian Andres Klode
2015-12-29
1
-2
/
+0
*
Add support for calculating hashes over the entire cache
Julian Andres Klode
2015-12-29
3
-5
/
+43
*
pkgCacheGenerator: Allow passing down an already created cache
Julian Andres Klode
2015-12-29
3
-5
/
+19
*
pkgTagSection::Scan: Fix read of uninitialized value
Julian Andres Klode
2015-12-29
1
-1
/
+1
*
strutl.cc: Add declarations for the compat _ascii() functions
Julian Andres Klode
2015-12-29
1
-0
/
+2
*
Turn tolower_ascii() and isspace_ascii() into inline functions
Julian Andres Klode
2015-12-29
2
-11
/
+21
*
Switch to DJB hashing and use prime number as table size
Julian Andres Klode
2015-12-29
1
-7
/
+7
*
BufferedFileFdPrivate: Make InternalFlush() save against errors
Julian Andres Klode
2015-12-28
1
-8
/
+8
*
aptconfiguration: Set default compression level to 6
Julian Andres Klode
2015-12-28
1
-5
/
+5
*
BufferedWriter: flushing: Check for written < size instead of <=
Julian Andres Klode
2015-12-28
1
-3
/
+1
*
deal with empty values properly in deb822 parser
David Kalnischkies
2015-12-27
1
-1
/
+3
*
allow repositories to forbid arch:all for specific index targets
David Kalnischkies
2015-12-27
5
-3
/
+30
*
pkgcachegen.h: Hack around unordered_map not existing before C++11
Julian Andres Klode
2015-12-27
1
-0
/
+5
*
FileFd: Add a buffered writing mode
Julian Andres Klode
2015-12-27
2
-0
/
+153
*
FildFd: Introduce a Flush() function and call it from Close()
Julian Andres Klode
2015-12-27
2
-0
/
+16
*
FileFdPrivate: Add getter and setter for fields
Julian Andres Klode
2015-12-27
1
-9
/
+42
*
fileutl: simple_buffer: Add write() and full() methods
Julian Andres Klode
2015-12-27
1
-0
/
+11
*
fileutl: simple_buffer: Mark accessors as const
Julian Andres Klode
2015-12-27
1
-2
/
+3
*
FileFdPrivate: Extract SimpleBuffer and mark it as hidden
Julian Andres Klode
2015-12-27
1
-21
/
+24
*
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
*
Hex2Digit: Do not use isxdigit()
Niels Thykier
2015-12-27
1
-4
/
+9
*
debListParser: ParseDepends: Only query native arch if needed
Julian Andres Klode
2015-12-27
1
-1
/
+2
*
pkgcachegen: Use std::unordered_map instead of std::map
Julian Andres Klode
2015-12-27
2
-7
/
+7
*
Convert most callers of isspace() to isspace_ascii()
Julian Andres Klode
2015-12-27
5
-32
/
+32
*
Introduce isspace_ascii() for use by parsers
Julian Andres Klode
2015-12-27
2
-0
/
+19
*
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
*
pkgcache: Make hash arch-independent using fixed size integer
Julian Andres Klode
2015-12-14
1
-2
/
+2
*
tagfile: Hardcode error message for out of range integer values
Julian Andres Klode
2015-12-14
1
-4
/
+3
*
non-existing directories don't need to be cleaned
David Kalnischkies
2015-12-14
1
-0
/
+5
*
support regex and co in 'apt-cache policy $pkg' again
David Kalnischkies
2015-12-14
1
-1
/
+1
*
show a more descriptive error for weak Release files
David Kalnischkies
2015-12-14
2
-4
/
+25
*
parse .diff/Index hashes in reverse order
David Kalnischkies
2015-12-13
1
-3
/
+11
*
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
*
Bump cache minor version to 2 to trigger rebuilds
Julian Andres Klode
2015-12-11
1
-1
/
+1
[next]