index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmdline
Commit message (
Expand
)
Author
Age
Files
Lines
*
* enable release based selection for deb-src (closes: 731102)
Michael Vogt
2013-12-05
1
-25
/
+97
*
generate apt-key script with vendor info about keys
David Kalnischkies
2013-12-01
2
-5
/
+13
*
cherry-pick ubuntus (disabled) net-update fixes
David Kalnischkies
2013-12-01
1
-13
/
+31
*
move EditSources into its own file
Michael Vogt
2013-11-28
1
-37
/
+1
*
add check when sources.list changed
Michael Vogt
2013-11-26
1
-6
/
+14
*
add syntax check for sources.list
Michael Vogt
2013-11-26
1
-3
/
+16
*
add basic "edit-sources" command
Michael Vogt
2013-11-25
2
-18
/
+25
*
Merge remote-tracking branch 'mvo/feature/upgrade-api' into debian/sid
Michael Vogt
2013-10-22
2
-26
/
+2
|
\
|
*
rename FORBID_NEW_INSTALL_PACKAGES to FORBID_INSTALL_NEW_PACKAGES
Michael Vogt
2013-10-05
1
-66
/
+41
|
|
\
|
*
|
* move upgrade releated code into upgrade.{cc,h}
Michael Vogt
2013-10-05
2
-1
/
+2
|
*
|
cleanup upgrade API some more (thanks for the feedback from David)
Michael Vogt
2013-10-05
1
-26
/
+0
*
|
|
Merge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sid
Michael Vogt
2013-10-08
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge remote-tracking branch 'upstream/debian/sid' into feature/upgrade-with-new
Michael Vogt
2013-08-28
1
-3
/
+4
|
|
\
\
|
*
|
|
add man-page, improve option, use --with-new-pkgs as the flag
Michael Vogt
2013-08-28
1
-1
/
+1
*
|
|
|
use pkgAcqArchive in 'download' for proper errors
David Kalnischkies
2013-10-03
1
-45
/
+35
*
|
|
|
put fetch errors in 'source' on our errorstack
David Kalnischkies
2013-10-03
1
-22
/
+6
|
|
_
|
/
|
/
|
|
*
|
|
fix vim-style foldmarker
David Kalnischkies
2013-09-03
1
-6
/
+2
|
|
/
|
/
|
*
|
allow pkg manipulation in the upgrade/dist-upgrade commandline, e.g. apt-get ...
Michael Vogt
2013-08-27
1
-3
/
+4
|
/
*
do chdir("/") after chroot()
Michael Vogt
2013-08-22
1
-2
/
+2
*
Merge remote-tracking branch 'mvo/feature/apt-binary2' into debian/sid
Michael Vogt
2013-08-17
7
-2098
/
+260
|
\
|
*
squash merge of the feature/apt-binary branch without the changes from experi...
Michael Vogt
2013-08-12
7
-2095
/
+260
*
|
merge patch from Daniel Hartwig to Show a error message if {,dist-}upgrade i...
Michael Vogt
2013-08-15
1
-0
/
+6
|
/
*
let apt-key del work better with softlink and single key keyrings
David Kalnischkies
2013-08-12
1
-3
/
+56
*
make the keyring locations in apt-key configurable
David Kalnischkies
2013-08-12
1
-1
/
+5
*
do not double-slash paths in apt-key
David Kalnischkies
2013-08-12
1
-1
/
+6
*
use a tmpfile for trustdb.gpg in apt-key
David Kalnischkies
2013-08-12
1
-18
/
+18
*
always use our own trustdb.gpg in apt-key
David Kalnischkies
2013-08-12
1
-6
/
+14
*
add a not documented apt-key --fakeroot option
David Kalnischkies
2013-08-12
1
-32
/
+41
*
improve error message
Michael Vogt
2013-08-12
1
-1
/
+2
*
fix -Wall errors
Michael Vogt
2013-08-08
1
-1
/
+2
*
unset LANGUAGE for showing [Y/n] answer hints
David Kalnischkies
2013-08-01
1
-3
/
+32
*
Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid
Michael Vogt
2013-07-28
2
-6
/
+8
|
\
|
*
fix some coverity chroot() releated warnings
Michael Vogt
2013-07-26
1
-2
/
+2
|
*
fix potential GetLock() fd leak
Michael Vogt
2013-07-25
1
-4
/
+6
*
|
use FileFd::Write instead of fwrite for errors
David Kalnischkies
2013-07-26
1
-3
/
+4
*
|
fix 'apt-cache search' crash with missing description
David Kalnischkies
2013-07-18
1
-11
/
+22
*
|
skip all Description fields in apt-cache, not just first
David Kalnischkies
2013-07-18
1
-17
/
+35
|
/
*
fix format string error
Michael Vogt
2013-07-02
1
-2
/
+2
*
"mount path"->"mount point" and also make the warning a error when no CD-ROM ...
Michael Vogt
2013-06-26
1
-5
/
+5
*
Improve the apt-cdrom output when no CD-ROM can be auto-detected
Michael Vogt
2013-06-22
1
-6
/
+19
*
try defaults if auto-detection failed in apt-cdrom
David Kalnischkies
2013-06-20
1
-9
/
+4
*
handle missing "Description" in apt-cache show
David Kalnischkies
2013-06-20
1
-15
/
+32
*
fix support for multiple patterns in apt-cache search
David Kalnischkies
2013-06-09
1
-28
/
+51
*
initialize the whole search array with zero
David Kalnischkies
2013-06-09
1
-1
/
+1
*
deprecate InstallProtect as a cpu-eating no-op
David Kalnischkies
2013-06-09
1
-3
/
+1
*
remove -ldl from cdrom and -lutil from apt-get linkage
David Kalnischkies
2013-06-09
1
-1
/
+1
*
cmdline/apt-key: Accept nonexistent --keyring file with adv as well
Johan Kiviniemi
2013-05-22
1
-1
/
+1
*
cmdline/apt-key: Create new keyrings with mode 0644 instead of 0600
Johan Kiviniemi
2013-05-22
1
-0
/
+19
*
merged bundle from david
Michael Vogt
2013-04-08
1
-2
/
+2
|
\
|
*
various simple changes to fix cppcheck warnings
David Kalnischkies
2013-03-10
1
-2
/
+2
[next]