index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-30
Release 1.1.10
1.1.10
Julian Andres Klode
57
-251
/
+295
2015-12-29
Do not sync the cache file
Julian Andres Klode
1
-2
/
+0
2015-12-29
Add support for calculating hashes over the entire cache
Julian Andres Klode
3
-5
/
+43
2015-12-29
pkgCacheGenerator: Allow passing down an already created cache
Julian Andres Klode
3
-5
/
+19
2015-12-29
pkgTagSection::Scan: Fix read of uninitialized value
Julian Andres Klode
1
-1
/
+1
2015-12-29
strutl.cc: Add declarations for the compat _ascii() functions
Julian Andres Klode
1
-0
/
+2
2015-12-29
Fix test case that was broken by switch of hash function
Julian Andres Klode
1
-5
/
+5
2015-12-29
Turn tolower_ascii() and isspace_ascii() into inline functions
Julian Andres Klode
2
-11
/
+21
2015-12-29
Switch to DJB hashing and use prime number as table size
Julian Andres Klode
1
-7
/
+7
2015-12-28
BufferedFileFdPrivate: Make InternalFlush() save against errors
Julian Andres Klode
1
-8
/
+8
2015-12-28
aptconfiguration: Set default compression level to 6
Julian Andres Klode
1
-5
/
+5
2015-12-28
apt-helper: Use CopyFile() for concatenating the files
Julian Andres Klode
1
-10
/
+2
2015-12-28
BufferedWriter: flushing: Check for written < size instead of <=
Julian Andres Klode
1
-3
/
+1
2015-12-27
fix 3 typos/omissions in apt.conf(5)
Beatrice Torracca
11
-144
/
+155
2015-12-27
deal with empty values properly in deb822 parser
David Kalnischkies
2
-2
/
+7
2015-12-27
Release 1.1.9
1.1.9
Julian Andres Klode
57
-58
/
+305
2015-12-27
doc/acquire-additional-files.txt: Mention apt-helper cat-file
Julian Andres Klode
1
-1
/
+2
2015-12-27
allow repositories to forbid arch:all for specific index targets
David Kalnischkies
6
-3
/
+70
2015-12-27
pkgcachegen.h: Hack around unordered_map not existing before C++11
Julian Andres Klode
1
-0
/
+5
2015-12-27
rred: Use buffered writes
Julian Andres Klode
1
-3
/
+7
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
rred: Only call pkgInitConfig() in test mode
Julian Andres Klode
1
-2
/
+2
2015-12-27
ParseDepends: Mark branches for build-dep parsing as unlikely
Julian Andres Klode
1
-2
/
+2
2015-12-27
debListParser: Do not validate Description-md5 for correctness twice
Julian Andres Klode
1
-2
/
+4
2015-12-27
Hex2Digit: Do not use isxdigit()
Niels Thykier
1
-4
/
+9
2015-12-27
debListParser: ParseDepends: Only query native arch if needed
Julian Andres Klode
1
-1
/
+2
2015-12-27
pkgcachegen: Use std::unordered_map instead of std::map
Julian Andres Klode
2
-7
/
+7
2015-12-27
Convert most callers of isspace() to isspace_ascii()
Julian Andres Klode
8
-34
/
+37
2015-12-27
Introduce isspace_ascii() for use by parsers
Julian Andres Klode
2
-0
/
+19
2015-12-26
Release 1.1.8
1.1.8
Julian Andres Klode
13
-13
/
+20
2015-12-26
apt-helper: Check that we can open stdout
Julian Andres Klode
1
-1
/
+2
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
apt-helper: Add a cat-file command for concatening files
Julian Andres Klode
1
-0
/
+33
2015-12-26
Release 1.1.7
1.1.7
Julian Andres Klode
13
-13
/
+23
2015-12-26
Get rid of memmove() in our read buffering
Julian Andres Klode
1
-76
/
+57
2015-12-26
rred: Allow passing files as arguments for compressor testing
Julian Andres Klode
1
-2
/
+14
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-24
1.1.6 Christmas release
Julian Andres Klode
58
-410
/
+432
2015-12-23
fix new[] vs delete mismatch introduced by b3db9d81
David Kalnischkies
1
-7
/
+7
2015-12-23
ensure we got a lock in clean operation
David Kalnischkies
2
-4
/
+14
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
[next]