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
*
CMake: debian: Switch packaging over to CMake and dh 9
Julian Andres Klode
2016-08-06
23
-376
/
+102
*
CMake: Switch integration tests and travis over
Julian Andres Klode
2016-08-06
6
-11
/
+30
*
CMake: Add initial support for documentation building
Julian Andres Klode
2016-08-06
5
-1
/
+160
*
CMake: Add support for building and installing .mo files
Julian Andres Klode
2016-08-06
4
-1
/
+78
*
CMake: Add basic CMake build system
Julian Andres Klode
2016-08-06
14
-0
/
+601
*
prepare-release: Also search for libraries in CMake locations
Julian Andres Klode
2016-08-06
1
-0
/
+7
*
debian/control: Use versioned provides for same-ver library deps
Julian Andres Klode
2016-08-06
1
-1
/
+3
*
vendor/getinfo: Teach it about sourceslist-list-format
Julian Andres Klode
2016-08-06
1
-1
/
+1
*
vendor/getinfo: Provide command to determine vendor to use
Julian Andres Klode
2016-08-06
1
-1
/
+39
*
doc: Fix fuzzy string regression
Julian Andres Klode
2016-08-06
10
-42
/
+44
*
test: Pass -maxdepth 1 when running find in methods dir
Julian Andres Klode
2016-08-06
3
-3
/
+3
*
configure.ac: Drop broken unused check for ptsname_r()
Julian Andres Klode
2016-08-06
2
-6
/
+0
*
configure.ac: Re-enable pthread support for thread-local _error
Julian Andres Klode
2016-08-06
1
-5
/
+5
*
Merge pull request Debian/apt#18 from corburn/doc
Julian Andres Klode
2016-08-05
1
-1
/
+1
|
\
|
*
doc: update path to periodic options script
Jason Travis
2016-08-05
1
-1
/
+1
|
/
*
apt-private: #ifdef HAVE_STRUCT_STATFS_F_TYPE, not #if
Julian Andres Klode
2016-08-04
1
-1
/
+1
*
Release 1.3~pre3
1.3_pre3
Julian Andres Klode
2016-08-04
62
-498
/
+2123
*
ExecGPGV: Pass current config state to apt-key via temp file
Julian Andres Klode
2016-08-03
1
-0
/
+23
*
ExecGPGV: Fork in all cases
Julian Andres Klode
2016-08-03
1
-43
/
+34
*
ExecGPGV: Rework file removal on exit()
Julian Andres Klode
2016-08-03
1
-28
/
+23
*
gpgv: Unlink the correct temp file in error case
Julian Andres Klode
2016-08-03
1
-4
/
+4
*
apt-key: ignore any error produced by gpgconf --kill
David Kalnischkies
2016-07-31
1
-1
/
+1
*
apt-key: kill gpg-agent explicitly in cleanup
David Kalnischkies
2016-07-31
1
-1
/
+13
*
prevent C++ locale number formatting in text APIs (try 2)
David Kalnischkies
2016-07-30
3
-4
/
+4
*
edsp: try to read responses even if writing failed
David Kalnischkies
2016-07-29
1
-15
/
+20
*
if the FileFd failed already following calls should fail, too
David Kalnischkies
2016-07-29
1
-8
/
+10
*
(error) va_list 'args' was opened but not closed by va_end()
David Kalnischkies
2016-07-27
4
-30
/
+26
*
eipp: avoid producing file warnings in simulation
David Kalnischkies
2016-07-27
1
-37
/
+33
*
rred: truncate result file before writing to it
David Kalnischkies
2016-07-27
4
-20
/
+37
*
http: skip requesting if pipeline is full
David Kalnischkies
2016-07-27
1
-0
/
+2
*
use proper warning for automatic pipeline disable
David Kalnischkies
2016-07-27
1
-4
/
+1
*
verify hash of input file in rred
David Kalnischkies
2016-07-26
2
-19
/
+47
*
call flush on the wrapped writebuffered FileFd
David Kalnischkies
2016-07-23
1
-2
/
+1
*
report progress for triggered actions
David Kalnischkies
2016-07-22
1
-15
/
+42
*
use a configurable location for apport report storage
David Kalnischkies
2016-07-22
3
-2
/
+7
*
report progress for removing while purging pkgs
David Kalnischkies
2016-07-22
1
-20
/
+31
*
support dpkg debug mode in APT::StateChanges
David Kalnischkies
2016-07-22
2
-59
/
+121
*
create non-existent files in edit-sources with 644 instead of 640
David Kalnischkies
2016-07-22
2
-1
/
+54
*
report warnings&errors consistently in edit-sources
David Kalnischkies
2016-07-22
3
-26
/
+42
*
Turkish program translation update
Mert Dirik
2016-07-22
1
-82
/
+154
*
tests: avoid time-dependent rebuild of caches
David Kalnischkies
2016-07-22
1
-0
/
+4
*
clean up default-stanzas from extended_states on write
David Kalnischkies
2016-07-22
2
-13
/
+22
*
tests: skip over -flags for first option in autotests
David Kalnischkies
2016-07-22
1
-1
/
+9
*
support "install ./foo.changes"
David Kalnischkies
2016-07-22
9
-22
/
+79
*
allow arch=all to override No-Support-for-Architecture-all
David Kalnischkies
2016-07-22
5
-16
/
+68
*
refactor plus/minus sources.list option handling
David Kalnischkies
2016-07-19
1
-85
/
+108
*
don't hardcode /var/lib/dpkg/status as dir::state::status
David Kalnischkies
2016-07-19
2
-4
/
+25
*
ensure Cnf::FindFile doesn't return files below /dev/null
David Kalnischkies
2016-07-19
4
-9
/
+50
*
tests: activate dpkg multi-arch even if test is single arch
David Kalnischkies
2016-07-15
2
-33
/
+36
*
Use native arch in test-external-installation-planner-protocol
Julian Andres Klode
2016-07-15
1
-22
/
+23
[next]