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
*
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
*
apt-pkg/contrib/srvrec.cc: res_query() should not generate a _error->Warning()
Michael Vogt
2015-08-18
1
-0
/
+2
*
cleanup
Michael Vogt
2015-08-18
2
-6
/
+6
*
Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-...
Michael Vogt
2015-08-18
19
-100
/
+197
|
\
|
*
Also add 'in combination with the other options.' to another error
Julian Andres Klode
2015-08-14
1
-1
/
+1
|
*
Say "in combination with the other options" if an option is not understood
Julian Andres Klode
2015-08-14
1
-3
/
+3
|
*
Use setresuid() and setresgid() where available
Julian Andres Klode
2015-08-13
1
-3
/
+13
|
*
Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>
Julian Andres Klode
2015-08-13
2
-4
/
+5
|
*
Mark SPtr as deprecated, and convert users to std::unique_ptr
Julian Andres Klode
2015-08-13
1
-1
/
+1
|
*
Annotate more methods with APT_OVERRIDE
Julian Andres Klode
2015-08-11
1
-1
/
+1
|
*
ExecFork: Use /proc/self/fd to determine which files to close
Julian Andres Klode
2015-08-11
1
-5
/
+19
|
*
change to libapt-pkg abi 5.0 with versioned symbols
David Kalnischkies
2015-08-10
1
-2
/
+2
|
*
elimate duplicated code in pkgIndexFile subclasses
David Kalnischkies
2015-08-10
2
-10
/
+10
|
*
remove the compatibility markers for 4.13 abi
David Kalnischkies
2015-08-10
1
-6
/
+0
|
*
add c++11 override marker to overridden methods
David Kalnischkies
2015-08-10
4
-6
/
+7
|
*
implement reverse_iterators for cachesets
David Kalnischkies
2015-08-10
1
-0
/
+6
|
*
implement Signed-By option for sources.list
David Kalnischkies
2015-08-10
2
-2
/
+20
|
*
fix memory leaks reported by -fsanitize
David Kalnischkies
2015-08-10
2
-0
/
+4
|
*
some CXXFLAGS housekeeping
David Kalnischkies
2015-08-10
1
-0
/
+8
|
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
4
-34
/
+43
|
*
apply various style suggestions by cppcheck
David Kalnischkies
2015-08-10
3
-4
/
+4
|
*
show URI.Path in all acquire item descriptions
David Kalnischkies
2015-06-11
2
-4
/
+12
|
*
configureable acquire targets to download additional files
David Kalnischkies
2015-06-09
2
-11
/
+4
|
*
support hashes for compressed pdiff files
David Kalnischkies
2015-06-09
2
-3
/
+15
|
*
rework hashsum verification in the acquire system
David Kalnischkies
2015-06-09
2
-0
/
+19
[next]