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
*
allow all dpkg selections to be set via apt-mark and libapt
David Kalnischkies
2015-11-04
7
-130
/
+297
*
provide public interface to hold/unhold packages
David Kalnischkies
2015-11-04
7
-153
/
+219
*
refactor dpkg execution in deb/debsystem
David Kalnischkies
2015-11-04
1
-47
/
+61
*
switch 'apt-mark hold' from Pkg to Ver based operation
David Kalnischkies
2015-11-04
1
-31
/
+18
*
add cacheset push_back wrapping for std::back_inserter
David Kalnischkies
2015-11-04
2
-12
/
+34
*
implement operator* for cacheset iterators
David Kalnischkies
2015-11-04
2
-40
/
+58
*
implement a public pkgSystem::ArchitecturesSupported
David Kalnischkies
2015-11-04
5
-83
/
+82
*
implement a public pkgSystem::MultiArchSupported
David Kalnischkies
2015-11-04
6
-118
/
+131
*
travis: move 'make' into the install target
David Kalnischkies
2015-11-04
1
-1
/
+1
*
Turkish program translation update
Mert Dirik
2015-11-04
1
-84
/
+102
*
configure.ac: Only require autoconf 2.68
Julian Andres Klode
2015-11-03
1
-1
/
+1
*
configure.ac: Run autoupdate
Julian Andres Klode
2015-11-03
1
-6
/
+9
*
thread-safety tests: Adjust path to lists
Julian Andres Klode
2015-10-30
1
-3
/
+3
*
Provide tests for thread-safety
Julian Andres Klode
2015-10-30
3
-0
/
+101
*
orderlist: Replace qsort() by thread-safe std::sort()
Julian Andres Klode
2015-10-30
3
-25
/
+20
*
algorithms: Replace qsort() by thread-safe std::sort()
Julian Andres Klode
2015-10-30
3
-40
/
+45
*
dpkgpm: Convert users of localtime() to localtime_r()
Julian Andres Klode
2015-10-30
1
-2
/
+4
*
cacheset: Fix compilation on new GCC in C++98 mode
Julian Andres Klode
2015-10-30
2
-3
/
+29
*
srvrec: Do not expose C++11 tuple use in header
Julian Andres Klode
2015-10-30
2
-4
/
+8
*
dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safe
Julian Andres Klode
2015-10-30
3
-0
/
+11
*
dpkgpm: Convert ctime() call to ctime_r()
Julian Andres Klode
2015-10-30
1
-1
/
+2
*
aptconfiguration: Convert strtok() to strtok_r()
Julian Andres Klode
2015-10-30
1
-2
/
+3
*
GetSrvRecords: Make thread-safe
Julian Andres Klode
2015-10-30
1
-2
/
+7
*
deblistparser: Make PrioList const
Julian Andres Klode
2015-10-23
2
-3
/
+3
*
releasing 1.1~exp14
1.1_exp14
Michael Vogt
2015-10-20
12
-12
/
+21
*
Allow -i and -u as aliases for installed and upgradable in list
Julian Andres Klode
2015-10-20
1
-2
/
+2
*
.travis.yml: Add pinned vivid for gettext and clean up a bit
Julian Andres Klode
2015-10-11
1
-2
/
+4
*
Revert "Fix select timeout to be 50msec instead of 0.5msec" for acquire
Julian Andres Klode
2015-10-11
1
-1
/
+1
*
releasing package apt version 1.1~exp13
1.1.exp13
Michael Vogt
2015-10-05
2
-1
/
+29
*
Run "./prepare-release pre-export"
Michael Vogt
2015-10-05
54
-103389
/
+102157
*
Fix select timeout to be 50msec instead of 0.5msec
Michael Vogt
2015-09-30
2
-2
/
+2
*
Use --add-location=file for po/ and doc/po
Michael Vogt
2015-09-22
2
-2
/
+6
*
tests: add a -j $jobs mode to test runner for parallel execution
David Kalnischkies
2015-09-15
2
-15
/
+75
*
tests: don't use hardcoded port for http and https
David Kalnischkies
2015-09-15
29
-228
/
+277
*
fallback to well-known URI if by-hash fails
David Kalnischkies
2015-09-14
2
-47
/
+65
*
add by-hash sources.list option and document all of by-hash
David Kalnischkies
2015-09-14
10
-27
/
+90
*
tests: try to support spaces in TMPDIR
David Kalnischkies
2015-09-14
21
-386
/
+392
*
deal with spaces in path, command and filepaths in apt-key
David Kalnischkies
2015-09-14
2
-50
/
+69
*
tests: use SHA1 checksum only by default in tests
David Kalnischkies
2015-09-14
9
-42
/
+52
*
add --sha512 option + documentation for apt-ftparchive
David Kalnischkies
2015-09-14
2
-4
/
+9
*
use APT::FTPArchive hash settings as default for APT::FPArchive::$filetype
David Kalnischkies
2015-09-14
1
-1
/
+1
*
do not generate bogus hashes if hash is disabled in apt-ftparchive
David Kalnischkies
2015-09-14
1
-4
/
+9
*
do not ignore differently versioned self-provides
David Kalnischkies
2015-09-14
2
-1
/
+53
*
various changes to increase test-coverage
David Kalnischkies
2015-09-14
12
-82
/
+115
*
implement apt-get source msg 'Please use: $vcs' for git
David Kalnischkies
2015-09-14
46
-113
/
+101
*
dereference redirect in Vcs-Browser URI to cgit
David Kalnischkies
2015-09-14
1
-1
/
+1
*
srv test: do 100 pulls twice and compare list
David Kalnischkies
2015-09-14
2
-27
/
+65
*
fix alloc-dealloc-mismatch (operator new [] vs operator delete)
David Kalnischkies
2015-09-14
1
-4
/
+4
*
fix two memory leaks reported by gcc
David Kalnischkies
2015-09-14
7
-24
/
+30
*
use std-algorithms instead of manual loops to avoid overflow warning
David Kalnischkies
2015-09-14
2
-21
/
+26
[next]