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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only do openpty() if both stdin/stdout are terminals
Michael Vogt
2014-04-30
1
-5
/
+6
*
fix FileFd::Size bitswap on big-endian architectures
Adam Conrad
2014-04-26
1
-13
/
+4
*
handle pkgnames shorter than modifiers
David Kalnischkies
2014-04-26
1
-2
/
+4
*
properly undo CD-ROM mount in all error cases
John Ogness
2014-04-26
2
-25
/
+42
*
reduce delta from ubuntu
Michael Vogt
2014-04-25
2
-1
/
+2
*
clear HitEof flag in FileFd::Seek
David Kalnischkies
2014-04-16
1
-1
/
+6
*
force fancy progressbar redraw on window size change
David Kalnischkies
2014-04-14
2
-12
/
+26
*
consider priorities only for downloadable pkgs in resolver
David Kalnischkies
2014-04-11
1
-8
/
+11
*
deal with umask only if we really need to for mkstemp
David Kalnischkies
2014-04-11
1
-9
/
+9
*
don't double-count seeks in FileFd::Skip for bzip/xz
David Kalnischkies
2014-04-11
1
-1
/
+0
*
do not create an (additional) empty compressor
David Kalnischkies
2014-04-11
1
-1
/
+1
*
use wildcard to get files in our library makefiles
David Kalnischkies
2014-04-11
1
-45
/
+3
*
improve umask/fchmod code readability
Michael Vogt
2014-04-10
1
-5
/
+8
*
Rename FileFd::Open() Perms to AccessMode
Michael Vogt
2014-04-10
2
-14
/
+14
*
Fix insecure file permissions when using FileFd with OpenMode::Atomic
Michael Vogt
2014-04-10
1
-2
/
+6
*
Merge remote-tracking branch 'mvo/feature/more-fancy-progress' into debian/sid
Michael Vogt
2014-04-01
2
-14
/
+68
|
\
|
*
Merge branch 'debian/sid' into feature/more-fancy-progress
Michael Vogt
2014-03-27
12
-65
/
+124
|
|
\
|
*
|
Add progressbar to "Dpkg::Progress-Fancy"
Michael Vogt
2014-03-27
2
-12
/
+62
|
*
|
make fancy-progress fg/bg color configurable
Michael Vogt
2014-03-27
1
-2
/
+6
*
|
|
do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs()
Michael Vogt
2014-04-01
1
-7
/
+18
*
|
|
Add new Debug::RunScripts option
Michael Vogt
2014-04-01
2
-1
/
+9
|
|
/
|
/
|
*
|
discard candidates via IsInstallOk to allow override
David Kalnischkies
2014-03-23
2
-20
/
+60
*
|
do IsInstallOk call in MarkInstall unconditionally
David Kalnischkies
2014-03-23
1
-4
/
+8
*
|
ensure proper teardown in dpkg error cases
David Kalnischkies
2014-03-22
1
-17
/
+7
*
|
mark optional (private) symbols as hidden
David Kalnischkies
2014-03-21
7
-23
/
+31
*
|
enable fvisibility=hidden for our private library
David Kalnischkies
2014-03-21
1
-0
/
+4
*
|
continue reading in xz even if it outputs nothing
David Kalnischkies
2014-03-21
1
-0
/
+13
*
|
Fix handling of autoclosing for compressed files (Closes: #741685)
Julian Andres Klode
2014-03-15
1
-1
/
+1
|
/
*
fix test/integration/test-apt-helper
Michael Vogt
2014-03-14
122
-1225
/
+2027
|
\
|
*
use the pretty fullname of a pkg as download desciption
David Kalnischkies
2014-03-13
1
-6
/
+2
|
*
refactor FileFd to hide some #ifdefs
David Kalnischkies
2014-03-13
1
-168
/
+131
|
*
use liblzma-dev to provide xz/lzma support
David Kalnischkies
2014-03-13
3
-35
/
+256
|
*
refactor setup of file opening via zlib/bz2 lib
David Kalnischkies
2014-03-13
1
-37
/
+36
|
*
move fd duplication closer to the gz/bz2 open calls
David Kalnischkies
2014-03-13
1
-21
/
+20
|
*
abstract version hash comparison a bit
David Kalnischkies
2014-03-13
5
-4
/
+47
|
*
factor out parsing of MultiArch flag
David Kalnischkies
2014-03-13
2
-21
/
+29
|
*
msgstr with elipses need three dots
David Kalnischkies
2014-03-13
1
-3
/
+3
|
*
support very long mtab entries in mountpoint discovery
David Kalnischkies
2014-03-13
1
-25
/
+23
|
*
apt-cdrom ident shouldn't be interactive
David Kalnischkies
2014-03-13
2
-13
/
+16
|
*
no error for non-existing mountpoints in MountCdrom
David Kalnischkies
2014-03-13
1
-8
/
+20
|
*
if mountpoint has a ".disk" directory it is mounted
David Kalnischkies
2014-03-13
1
-2
/
+7
|
*
do not configure already unpacked packages needlessly
David Kalnischkies
2014-03-13
1
-11
/
+6
|
*
follow method attribute suggestions by gcc
David Kalnischkies
2014-03-13
39
-122
/
+132
|
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
112
-310
/
+706
|
*
move defines for version to macros.h
David Kalnischkies
2014-03-13
2
-27
/
+68
|
*
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
2014-03-13
26
-79
/
+75
|
*
warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
David Kalnischkies
2014-03-13
5
-8
/
+8
|
*
warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o...
David Kalnischkies
2014-03-13
2
-3
/
+3
|
*
warning: no previous declaration for foobar() [-Wmissing-declarations]
David Kalnischkies
2014-03-13
1
-1
/
+1
|
*
warning: useless cast to type A [-Wuseless-cast]
David Kalnischkies
2014-03-13
10
-26
/
+26
[next]