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
*
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
*
warning: cast from type A to type B casts away qualifiers [-Wcast-qual]
David Kalnischkies
2014-03-13
5
-32
/
+32
*
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-03-13
17
-289
/
+288
*
fix -Wmissing-field-initializers warnings
David Kalnischkies
2014-03-13
2
-8
/
+8
*
make doxygen more quiet, fix issues and disable latex
David Kalnischkies
2014-03-13
8
-23
/
+27
*
support DEB_BUILD_PROFILES and -P for build profiles
David Kalnischkies
2014-03-13
3
-2
/
+31
*
implement BuildProfileSpec support as dpkg has in 1.17.2
Johannes Schauer
2014-03-13
3
-9
/
+101
*
add default and override handling for Cnf::FindVector
David Kalnischkies
2014-03-13
4
-65
/
+41
*
check version before adding scores in resolver
David Kalnischkies
2014-03-13
1
-1
/
+12
*
show debug output only if told so in packagemanager
David Kalnischkies
2014-03-13
1
-1
/
+2
*
do not do the same looping twice
David Kalnischkies
2014-03-13
1
-7
/
+1
*
propagate a negative score point along breaks/conflicts
David Kalnischkies
2014-03-13
1
-14
/
+25
*
initial version of apt-helper
Michael Vogt
2014-02-27
1
-1
/
+1
*
Fix typos in documentation (codespell)
Michael Vogt
2014-02-22
35
-87
/
+87
*
prepare re-enable fnmatch() once we have proper reporting
Michael Vogt
2014-02-20
1
-0
/
+3
*
disable fnmatch()
Michael Vogt
2014-02-14
1
-1
/
+0
*
add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break)
Michael Vogt
2014-02-14
2
-2
/
+29
*
simplify code some more to make reddit happy
David Kalnischkies
2014-02-14
1
-38
/
+29
*
allow http protocol to switch to https
David Kalnischkies
2014-02-14
1
-1
/
+6
*
remove duplication in pkgCdrom::Add and ::Ident
David Kalnischkies
2014-02-12
2
-90
/
+45
*
apt-cdrom should succeed if any drive succeeds
John Ogness
2014-02-12
1
-2
/
+24
*
always cleanup patchfiles at the end of rred call
David Kalnischkies
2014-02-10
1
-0
/
+9
*
do not use an empty APT_CONFIG environment variable
David Kalnischkies
2014-02-10
1
-1
/
+1
*
simplify code to make compilers happy
David Kalnischkies
2014-02-10
1
-3
/
+9
*
Merge remote-tracking branch 'mvo/bugfix/multiarch-upgrade' into debian/sid
Michael Vogt
2014-02-06
1
-0
/
+5
|
\
|
*
Fix multiarch package upgrade issue
Michael Vogt
2014-02-04
1
-0
/
+5
*
|
discard impossible candidates in MarkInstall
David Kalnischkies
2014-02-06
1
-2
/
+7
*
|
restart debSrcRecordParsers only if needed
David Kalnischkies
2014-01-30
2
-5
/
+6
*
|
pkgTagFile: if we have seen the end, do not try to see more
David Kalnischkies
2014-01-30
1
-1
/
+5
|
/
*
Merge remote-tracking branch 'donkult/debian/sid' into debian/sid
Michael Vogt
2014-01-26
9
-24
/
+26
|
\
|
*
correct some style/performance/warnings from cppcheck
David Kalnischkies
2014-01-16
6
-18
/
+12
|
*
rework some code to fix some scan-build warnings
David Kalnischkies
2014-01-16
4
-6
/
+14
*
|
Merge remote-tracking branch 'mvo/debian/sid' into debian/sid
Michael Vogt
2014-01-25
1
-1
/
+7
|
\
\
|
*
|
support " " in deb822 source options
Michael Vogt
2014-01-25
1
-1
/
+7
*
|
|
set APT::Sources::Use-Deb822 to default false for now
Michael Vogt
2014-01-24
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'mvo/feature/apt-show-nice' into debian/experime...
Michael Vogt
2014-01-24
1
-41
/
+43
|
\
\
\
|
*
|
|
"apt show" show user friendly size info
Michael Vogt
2014-01-22
1
-41
/
+43
|
|
|
/
|
|
/
|
*
|
|
Merge remote-tracking branch 'upstream/debian/experimental-no-abi-break' into...
Michael Vogt
2014-01-21
4
-28
/
+278
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
do not ignore ioctl(TIOCSCTTY) errors
Michael Vogt
2014-01-18
1
-9
/
+19
|
*
|
Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experime...
Michael Vogt
2014-01-18
1
-2
/
+2
|
|
\
\
|
*
\
\
Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experime...
Michael Vogt
2014-01-18
1
-2
/
+2
|
|
\
\
\
|
*
\
\
\
merged mvo/feature/deb822
Michael Vogt
2014-01-16
2
-30
/
+53
|
|
\
\
\
\
|
*
|
|
|
|
integrate Anthonys rred with POC for client-side merge
David Kalnischkies
2014-01-15
1
-8
/
+3
|
*
|
|
|
|
reenable unlimited pdiff files download
David Kalnischkies
2014-01-15
1
-1
/
+1
[next]