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
/
packagemanager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* apt-pkg/packagemanager.cc:
David Kalnischkies
2012-05-19
1
-1
/
+1
*
ensure that apti18n.h is included last as advertised (Closes: #671623)
David Kalnischkies
2012-05-05
1
-1
/
+2
*
* apt-pkg/packagemanager.cc:
Malcolm Scott
2012-04-19
1
-2
/
+2
*
* apt-pkg/packagemanager.cc:
David Kalnischkies
2012-04-16
1
-1
/
+1
*
apt-pkg/packagemanager.cc: tweak MaxLoopCount to 500 and improve the error me...
Michael Vogt
2012-04-12
1
-3
/
+3
*
add APT::pkgPackageManager::MaxLoopCount to ensure that the
Michael Vogt
2012-03-13
1
-2
/
+12
*
merged from lp:~donkult/apt/experimental
Michael Vogt
2012-03-13
1
-264
/
+327
|
\
|
*
recheck dependencies in SmartUnpack after a change, too
David Kalnischkies
2012-03-13
1
-165
/
+196
|
*
* apt-pkg/packagemanager.cc:
David Kalnischkies
2012-03-13
1
-79
/
+111
|
*
ensure that the fullname of a package is displayed in the debug output
David Kalnischkies
2012-03-12
1
-29
/
+29
|
*
show which dependency couldn't be satisfied in the debug output
David Kalnischkies
2012-03-07
1
-1
/
+1
*
|
* apt-pkg/packagemanager.cc:
Michael Vogt
2012-03-07
1
-13
/
+13
|
/
*
merge with apt/experimental
David Kalnischkies
2012-03-06
1
-8
/
+18
|
\
|
*
* apt-pkg/packagemanager.cc:
Michael Vogt
2012-03-06
1
-4
/
+13
|
|
\
|
|
*
* apt-pkg/packagemanager.cc:
Michael Vogt
2012-03-02
1
-4
/
+13
|
*
|
* Treat the Important flag like the Essential flag with two differences:
Julian Andres Klode
2012-03-05
1
-2
/
+4
|
*
|
* apt-pkg/packagemanager.cc:
Julian Andres Klode
2012-03-05
1
-2
/
+1
|
|
/
*
|
fix a bunch of cppcheck "(warning) Member variable '<#>' is not
David Kalnischkies
2012-03-04
1
-6
/
+5
*
|
* apt-pkg/packagemanager.cc:
David Kalnischkies
2012-03-03
1
-12
/
+40
*
|
show in the debug output if we are looping in the avoid breaks
David Kalnischkies
2012-03-03
1
-1
/
+6
*
|
eanup the ordering-code avoiding a break (no function change)
David Kalnischkies
2012-03-03
1
-28
/
+23
|
/
*
fix a few esoteric cppcheck errors/warnings/infos
David Kalnischkies
2012-01-20
1
-1
/
+0
*
fix typos in comments reported by the lintian in very-picky-modes
David Kalnischkies
2012-01-20
1
-5
/
+5
*
* apt-pkg/packagemanager.cc:
David Kalnischkies
2012-01-19
1
-1
/
+7
*
* apt-pkg/cacheiterators.h:
David Kalnischkies
2012-01-19
1
-1
/
+1
*
factor out the detection of self-conflicts into Dep::IsIgnorable
David Kalnischkies
2012-01-13
1
-1
/
+1
*
do not enter an endless loop for (essential) pre-dependency loops
David Kalnischkies
2011-10-31
1
-12
/
+17
*
* apt-pkg/packagemanager.cc:
David Kalnischkies
2011-10-17
1
-9
/
+2
*
remove an extra argument for the error mesage format
David Kalnischkies
2011-09-19
1
-1
/
+1
*
enable APT in unpack/configure ordering to handle loops as well
David Kalnischkies
2011-09-14
1
-156
/
+301
|
\
|
*
Fixed a problem where the loop flag would be removed prematurely.
Christopher Baines
2011-08-16
1
-15
/
+34
|
*
Fixed a bug where SmartUnPack would be called with Immediate=true (to resolve...
Christopher Baines
2011-08-15
1
-35
/
+40
|
*
Applied DonKult (David)'s excellent fix for inproving the loop management. No...
Christopher Baines
2011-08-14
1
-8
/
+11
|
*
Fix a bug introduced in Rev.2159 on line 398, also fix another potential bug.
Christopher Baines
2011-08-13
1
-5
/
+5
|
*
Added code to allow SmartConfigure to be called mutiple times on the same pac...
Christopher Baines
2011-08-12
1
-9
/
+17
|
*
Inproved debug with versioning
Christopher Baines
2011-08-12
1
-5
/
+13
|
*
Small fix for loop handeling.
Christopher Baines
2011-08-12
1
-1
/
+1
|
*
Added a RmFlag function to remvoe the loop flag, this should prevent any erro...
Christopher Baines
2011-08-11
1
-4
/
+11
|
*
Improved errors and messages in general and improved the comments.
Christopher Baines
2011-08-07
1
-132
/
+63
|
*
Fixed a bug on line 623, I picked this up after seeing SmartUnpack trying to ...
Christopher Baines
2011-08-07
1
-6
/
+8
|
*
Only stop on SigInt if the system state is right (still needs more testing).
Christopher Baines
2011-08-01
1
-0
/
+12
|
*
SmartConfigure and SmartUnPack have got smarter! The full descriptions of wha...
Christopher Baines
2011-07-27
1
-308
/
+126
|
*
Dont try to configure packages using SmartConfigure when not performing immed...
Christopher Baines
2011-07-16
1
-3
/
+3
|
*
Inproved errors and warnings, will now warn if package configuration fails, b...
Christopher Baines
2011-07-14
1
-16
/
+28
|
*
More changes to make imediate configuration work for all packages,
Christopher Baines
2011-07-14
1
-33
/
+60
|
*
More changes to the SmartUnpack method to allow imediate configuration of all...
Christopher Baines
2011-07-13
1
-54
/
+155
|
*
Added a APT::Immediate-Configure-All option to enable imediate configuration ...
Christopher Baines
2011-07-06
1
-11
/
+94
|
*
Flag the package in the SmartUnPack method as UnPacked while solving breakage...
Christopher Baines
2011-07-05
1
-3
/
+7
|
*
Fix for reinstallation of packages
Christopher Baines
2011-07-05
1
-9
/
+3
|
*
[ David Kalnischkies ]
Christopher Baines
2011-07-05
1
-1
/
+8
|
|
\
[next]