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 a vendor system to change sources.list
David Kalnischkies
2013-11-30
9
-7
/
+89
*
enable NOISE for build logs to enable analyse
David Kalnischkies
2013-11-30
1
-0
/
+3
*
merge ubuntus apport reporting changes to reduce diff
David Kalnischkies
2013-11-30
1
-5
/
+54
*
tests: add a webserverconfig method to abstract config
David Kalnischkies
2013-11-30
4
-6
/
+20
*
tests: rm pkgcache.bin in 719263 test
David Kalnischkies
2013-11-30
1
-0
/
+1
*
webserver: use pthreads to handle multiple clients
David Kalnischkies
2013-11-30
2
-163
/
+201
*
webserver: strip parameters from filename
David Kalnischkies
2013-11-30
1
-1
/
+9
*
webserver: add directoryIndex support defaulting to index.html
David Kalnischkies
2013-11-30
1
-3
/
+15
*
webserver: implement ~user access to ~user/public_html/
David Kalnischkies
2013-11-30
1
-1
/
+25
*
tests: enhance https support in the testcases
David Kalnischkies
2013-11-30
2
-8
/
+14
*
webserver: spurious newline after data confuses curl
David Kalnischkies
2013-11-30
1
-9
/
+9
*
truncating /dev/null to zero is always successful
David Kalnischkies
2013-11-30
1
-0
/
+3
*
releasing package apt version 0.9.13.1
Michael Vogt
2013-11-29
1
-2
/
+2
*
fix apport report writing (LP: #1254499)
Michael Vogt
2013-11-29
2
-1
/
+2
*
reset terminal on error (closes: #730795)
Michael Vogt
2013-11-29
2
-0
/
+2
*
update changelog
Michael Vogt
2013-11-29
1
-0
/
+1
*
fix crash when SetCandidateRelease is used
Michael Vogt
2013-11-29
3
-1
/
+40
*
update changelog
Michael Vogt
2013-11-29
1
-1
/
+3
*
Merge remote-tracking branch 'mvo/debian/sid' into debian/sid
Michael Vogt
2013-11-29
14
-27
/
+193
|
\
|
*
Merge branch 'feature/edit-sources' into debian/sid
Michael Vogt
2013-11-29
12
-24
/
+190
|
|
\
|
|
*
add "APT::String::Endswith" and automatic adding of ".list" in apt edit-source
Michael Vogt
2013-11-29
4
-3
/
+34
|
|
*
add support for "apt edit-source foo" sources.list.d component editing
Michael Vogt
2013-11-29
1
-4
/
+14
|
|
*
move EditSources into its own file
Michael Vogt
2013-11-28
4
-38
/
+50
|
|
*
add check when sources.list changed
Michael Vogt
2013-11-26
3
-11
/
+43
|
|
*
add syntax check for sources.list
Michael Vogt
2013-11-26
1
-3
/
+16
|
|
*
add basic "edit-sources" command
Michael Vogt
2013-11-25
5
-19
/
+87
|
*
|
rename APT::Cmd::AllVersions -> APT::Cmd::All-Versions, APT::Cmd::UseRegexp -...
Michael Vogt
2013-11-26
2
-3
/
+3
*
|
|
add autopkgtest
Michael Vogt
2013-11-29
3
-0
/
+10
*
|
|
add missing test/integration/test-bug-720597-build-dep-purge
Michael Vogt
2013-11-28
1
-0
/
+36
*
|
|
update changelog
Michael Vogt
2013-11-28
1
-2
/
+3
*
|
|
Merge remote-tracking branch 'mvo/feature/short-list' into debian/sid
Michael Vogt
2013-11-28
4
-6
/
+14
|
\
\
\
|
*
|
|
add APT::Cmd::List-Include-Summary
Michael Vogt
2013-11-26
2
-1
/
+4
|
|
/
/
|
*
/
do not show summary in "apt list"
Michael Vogt
2013-11-25
3
-6
/
+11
|
|
/
*
|
add "-f" option to "build-dep" as sbuild is using it to fix regression with ...
Michael Vogt
2013-11-28
2
-1
/
+8
*
|
fix regression that APT::Keep-Fds is not honored (closes: #730490)
Michael Vogt
2013-11-28
4
-9
/
+23
*
|
fix "apt-get --purge build-dep" (closes: #720597)
Michael Vogt
2013-11-28
2
-0
/
+8
*
|
upload 0.9.13 to unstable
Michael Vogt
2013-11-24
1
-2
/
+2
*
|
Changed MinAgeSec to MinAge in /etc/cron.daily/apt:200,204 LP: #1206047
Michael Vogt
2013-11-23
2
-2
/
+10
|
/
*
small documentation updates
Michael Vogt
2013-11-01
4
-2
/
+8
*
releasing package apt version 0.9.13~exp1
Michael Vogt
2013-11-01
1
-2
/
+2
*
prepare new upload
Michael Vogt
2013-10-31
1
-0
/
+24
*
setup LINES in apt-pkg/install-progress.cc
Michael Vogt
2013-10-31
1
-0
/
+5
*
use StartDpkg() in PackageManagerProgressDeb822Fd as well
Michael Vogt
2013-10-31
2
-2
/
+2
*
add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...
Michael Vogt
2013-10-31
5
-32
/
+43
*
move pty magic into its own functions
Michael Vogt
2013-10-31
2
-88
/
+97
|
\
|
*
move pty stuff into its own function
Michael Vogt
2013-10-31
2
-79
/
+97
*
|
fix some more ABI issues, abicheck is happy now
Michael Vogt
2013-10-31
3
-2
/
+11
*
|
restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...
Michael Vogt
2013-10-31
7
-29
/
+106
*
|
Merge remote-tracking branch 'upstream/debian/sid' into feature/install-progr...
Michael Vogt
2013-10-25
1
-4
/
+10
|
\
\
|
*
|
improve documentation for Acquire::http::Proxy-Auto-Detect (thanks to Frances...
Michael Vogt
2013-10-25
1
-4
/
+10
[next]