index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce internal APT::StringView class
Julian Andres Klode
2016-01-07
1
-0
/
+112
*
rred: Run in parallel
Julian Andres Klode
2016-01-07
1
-1
/
+1
*
acquire: Allow parallelizing methods without hosts
Julian Andres Klode
2016-01-07
1
-2
/
+22
*
CopyFile: Use 64 * 1024 instead of 64000 as buffer size
Julian Andres Klode
2016-01-07
1
-7
/
+9
*
apt-helper: cat-file: Add -C/--compress option
Julian Andres Klode
2016-01-07
2
-3
/
+36
*
FileFd: (native) LZ4 support
Julian Andres Klode
2016-01-07
8
-2
/
+183
*
travis: pull liblz4-dev from wily
Julian Andres Klode
2016-01-07
1
-3
/
+3
*
Do not remove a not working SrvRecords server twice
Michael Vogt
2016-01-05
1
-3
/
+1
*
Add documentation about the SrvRecords support in apt
Michael Vogt
2016-01-05
1
-0
/
+22
*
Document new APT::Keep-Downloaded-Packages option in NEWS
Michael Vogt
2016-01-05
1
-0
/
+18
*
test-apt-cache: Adjust for hashtable size change
Julian Andres Klode
2016-01-03
1
-3
/
+3
*
Increase APT::Cache-HashTableSize default to 50503
Julian Andres Klode
2016-01-03
1
-1
/
+1
*
apt-cache: stats: Show a table utilization as percentage
Julian Andres Klode
2016-01-03
2
-2
/
+3
*
apt-cache: stats: Average is over used, not all, buckets
Julian Andres Klode
2016-01-03
1
-1
/
+1
*
Allow building without libgtest-dev under <nocheck> build profile
Helmut Grohne
2016-01-03
2
-1
/
+6
*
Change compressor costs to be 100 apart
Julian Andres Klode
2016-01-03
1
-9
/
+9
*
simple_compressor: Provide some accessors for end and free
Julian Andres Klode
2016-01-03
1
-0
/
+3
*
simple_buffer: Allow buffer size to change
Julian Andres Klode
2016-01-03
1
-2
/
+18
*
prepare-release: travis: Ignore build profiles in build-depends
Julian Andres Klode
2016-01-03
1
-1
/
+1
*
Add new APT::Keep-Downloaded-Packages option
Michael Vogt
2016-01-02
3
-0
/
+56
*
Add bash-completion support for the "apt" command
Michael Vogt
2016-01-02
4
-1
/
+110
*
Add support for APT::Periodic::CleanInterval
Michael Vogt
2016-01-02
1
-1
/
+21
*
properly parse comments in apt_preferences and deb822-style sources
David Kalnischkies
2016-01-02
5
-7
/
+32
*
support comments in debian/control parsing
David Kalnischkies
2016-01-02
2
-4
/
+45
*
add optional support for comments in pkgTagFile
David Kalnischkies
2016-01-02
3
-43
/
+290
*
fail installing build-deps if parsing them failed
David Kalnischkies
2016-01-02
1
-1
/
+1
*
Italian manpages translation update
Beatrice Torracca
2016-01-02
1
-649
/
+706
*
Release 1.1.10
1.1.10
Julian Andres Klode
2015-12-30
57
-251
/
+295
*
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
*
Fix test case that was broken by switch of hash function
Julian Andres Klode
2015-12-29
1
-5
/
+5
*
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
*
apt-helper: Use CopyFile() for concatenating the files
Julian Andres Klode
2015-12-28
1
-10
/
+2
*
BufferedWriter: flushing: Check for written < size instead of <=
Julian Andres Klode
2015-12-28
1
-3
/
+1
*
fix 3 typos/omissions in apt.conf(5)
Beatrice Torracca
2015-12-27
11
-144
/
+155
*
deal with empty values properly in deb822 parser
David Kalnischkies
2015-12-27
2
-2
/
+7
*
Release 1.1.9
1.1.9
Julian Andres Klode
2015-12-27
57
-58
/
+305
*
doc/acquire-additional-files.txt: Mention apt-helper cat-file
Julian Andres Klode
2015-12-27
1
-1
/
+2
*
allow repositories to forbid arch:all for specific index targets
David Kalnischkies
2015-12-27
6
-3
/
+70
*
pkgcachegen.h: Hack around unordered_map not existing before C++11
Julian Andres Klode
2015-12-27
1
-0
/
+5
*
rred: Use buffered writes
Julian Andres Klode
2015-12-27
1
-3
/
+7
*
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
[next]