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
/
orderlist.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not swap required and important in pkgCache::Priority()
Julian Andres Klode
2015-12-10
1
-1
/
+1
*
orderlist: Replace qsort() by thread-safe std::sort()
Julian Andres Klode
2015-10-30
1
-21
/
+18
*
fix various typos reported by codespell
David Kalnischkies
2015-08-27
1
-1
/
+1
*
Cleanup includes after running iwyu
Michael Vogt
2015-08-17
1
-2
/
+0
*
Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>
Julian Andres Klode
2015-08-13
1
-11
/
+11
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
1
-1
/
+1
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-1
/
+5
*
Fix typos in documentation (codespell)
Michael Vogt
2014-02-22
1
-4
/
+4
*
prefer Essentials over Removals in ordering score
David Kalnischkies
2013-06-09
1
-3
/
+2
*
rewrite pkgOrderList::DepRemove to stop incorrect immediate setting
David Kalnischkies
2013-06-09
1
-116
/
+103
*
various simple changes to fix cppcheck warnings
David Kalnischkies
2013-03-10
1
-1
/
+3
*
fix a bunch of cppcheck "(warning) Member variable '<#>' is not
David Kalnischkies
2012-03-04
1
-8
/
+6
*
enable APT in unpack/configure ordering to handle loops as well
David Kalnischkies
2011-09-14
1
-3
/
+5
|
\
|
*
More inproved comments about loops.
Christopher Baines
2011-08-09
1
-0
/
+2
|
*
More changes to make imediate configuration work for all packages,
Christopher Baines
2011-07-14
1
-2
/
+2
|
*
[ David Kalnischkies ]
Christopher Baines
2011-07-05
1
-1
/
+1
|
|
\
|
*
|
The modification to orderlist.cc is from a patch DonKult (David) gave me, The...
Christopher Baines
2011-07-02
1
-0
/
+6
*
|
|
merge with debian/sid
David Kalnischkies
2011-09-13
1
-17
/
+53
|
\
\
\
|
*
|
|
* apt-pkg/orderlist.cc:
David Kalnischkies
2011-08-24
1
-7
/
+43
|
*
|
|
print from their the visit came from
David Kalnischkies
2011-08-23
1
-11
/
+11
*
|
|
|
merge with debian/experimental
David Kalnischkies
2011-09-13
1
-13
/
+13
|
\
|
|
|
|
*
|
|
fix a few more cppcheck performance and scope warnings
David Kalnischkies
2011-08-11
1
-5
/
+5
|
*
|
|
cppcheck complains about some possible speed improvements which could be
David Kalnischkies
2011-08-11
1
-8
/
+8
|
|
|
/
|
|
/
|
*
/
|
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-09-13
1
-0
/
+2
|
/
/
*
/
cherry pick from donkult
Michael Vogt
2011-06-28
1
-0
/
+6
|
/
*
convert a lot of places to use IsNegative instead of checking by hand
David Kalnischkies
2011-05-11
1
-12
/
+4
*
* apt-pkg/orderlist.cc:
David Kalnischkies
2011-04-16
1
-1
/
+1
*
Remove the "pseudopackage" handling of Architecture: all packages for
David Kalnischkies
2011-03-08
1
-4
/
+0
*
* apt-pkg/orderlist.cc:
David Kalnischkies
2010-11-06
1
-7
/
+27
*
configure also the replacement before remove by adding Immediate flag
David Kalnischkies
2010-07-29
1
-0
/
+2
*
* apt-pkg/orderlist.cc:
David Kalnischkies
2010-07-28
1
-1
/
+76
*
* apt-pkg/orderlist.cc:
David Kalnischkies
2010-06-10
1
-1
/
+2
*
Remove and Unpack operations should not be ignored for pseudo packages -
David Kalnischkies
2010-03-01
1
-5
/
+6
*
Add yet another pseudo package which isn't as pseudo as the others:
David Kalnischkies
2010-02-12
1
-0
/
+4
*
cleanup commit for trigger processing:
David Kalnischkies
2009-09-18
1
-10
/
+5
*
Add even more config options and try to handle configuration problems
David Kalnischkies
2009-09-15
1
-24
/
+50
*
add the various foldmarkers in apt-pkg & cmdline (no code change)
David Kalnischkies
2009-06-30
1
-8
/
+2
*
Fix some typos in docs and translations (thanks to timeless, closes: 368665)
Luca Bruno
2008-10-03
1
-1
/
+1
*
* Removed the more leftover #pragma interface/implementation
Michael Vogt
2007-06-08
1
-3
/
+0
|
\
|
*
* remove all the remaining #pragma implementation
Michael Vogt
2007-06-08
1
-3
/
+0
*
|
initial Breaks implementation
Ian Jackson
2006-08-25
1
-1
/
+16
|
/
*
G++3 fixes from Randolph
Arch Librarian
2004-09-20
1
-1
/
+5
*
Fixed minor configuration ordering frooble
Arch Librarian
2004-09-20
1
-2
/
+5
*
Join with aliencode
Arch Librarian
2004-09-20
1
-45
/
+74
*
Minimal CD swaps
Arch Librarian
2004-09-20
1
-15
/
+71
*
More fixes
Arch Librarian
2004-09-20
1
-4
/
+4
*
Fixed ordering error for unpacked things
Arch Librarian
2004-09-20
1
-5
/
+5
*
Daniel Jacobowitz's gcc 2.95 C++ patch
Arch Librarian
2004-09-20
1
-11
/
+11
*
Oops in crictical handling
Arch Librarian
2004-09-20
1
-2
/
+2
*
A bit better install ordering w/cds
Arch Librarian
2004-09-20
1
-7
/
+19
[next]