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
*
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
*
|
Merge branch 'debian/experimental' into feature/srv-records
Michael Vogt
2015-08-18
18
-328
/
+1080
|
\
|
|
*
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2015-05-22
1
-1
/
+2
|
|
\
|
|
*
Merge remote-tracking branch 'upstream/debian/jessie' into debian/sid
Michael Vogt
2015-05-22
1
-1
/
+1
|
|
|
\
|
|
*
|
Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscalls
Michael Vogt
2015-04-28
1
-1
/
+2
|
*
|
|
implement VerifyFile as all-hashes check
David Kalnischkies
2015-05-12
1
-7
/
+14
|
*
|
|
fix macro definition for very old GCC < 3
David Kalnischkies
2015-05-11
1
-1
/
+1
|
*
|
|
Merge branch 'debian/jessie' into debian/experimental
David Kalnischkies
2015-04-19
1
-1
/
+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
demote VectorizeString gcc attribute from const to pure
David Kalnischkies
2015-04-07
1
-1
/
+1
|
|
|
/
|
|
*
allow options between command and -- on commandline
David Kalnischkies
2014-11-10
1
-8
/
+11
|
|
*
add a simple container for HashStrings
David Kalnischkies
2014-11-10
2
-15
/
+187
|
*
|
ensure lists/ files have correct permissions after apt-cdrom add
David Kalnischkies
2015-04-19
2
-1
/
+31
|
*
|
calculate only expected hashes in methods
David Kalnischkies
2015-04-19
2
-19
/
+65
|
*
|
if we can, use gccs __builtin_swap methods
David Kalnischkies
2015-04-19
1
-0
/
+9
|
*
|
reimplement the last uses of sprintf
David Kalnischkies
2015-04-10
2
-86
/
+71
|
*
|
fix some new compiler warnings reported by gcc-5
David Kalnischkies
2015-03-16
1
-5
/
+5
|
*
|
streamline display of --help in all tools
David Kalnischkies
2014-11-09
2
-0
/
+4
|
*
|
explicit overload methods instead of adding parameters
David Kalnischkies
2014-11-08
2
-0
/
+14
|
*
|
guard const-ification API changes
David Kalnischkies
2014-11-08
1
-0
/
+2
|
*
|
use a abi version check similar to the gcc check
David Kalnischkies
2014-11-08
1
-0
/
+1
|
*
|
replace ignore-deprecated #pragma dance with _Pragma
David Kalnischkies
2014-11-08
3
-28
/
+24
|
*
|
(error) va_list 'args' was opened but not closed by va_end()
David Kalnischkies
2014-11-08
1
-4
/
+8
|
*
|
Bump ABI to 4.15
Michael Vogt
2014-11-05
1
-1
/
+1
|
*
|
rewrite ReadMessages()
David Kalnischkies
2014-10-26
1
-58
/
+66
|
*
|
promote filesize to a hashstring
David Kalnischkies
2014-10-24
2
-7
/
+29
|
*
|
test if TMPDIR is accessible before using
David Kalnischkies
2014-10-20
1
-2
/
+4
[next]