summaryrefslogtreecommitdiff
path: root/src/generic
AgeCommit message (Expand)AuthorFilesLines
2007-05-31[aptitude @ Add support in the internal package-state-detection function for ...Daniel Burrows2-4/+9
2007-05-14[aptitude @ Fix inconsistencies in aptitude's model of the dependency univers...Daniel Burrows2-50/+193
2007-05-14[aptitude @ Force the permissions of the pkgstates file to 0644 regardless of...Daniel Burrows1-2/+8
2007-05-12[aptitude @ Don't babble about being unable to acquire locks just because som...Daniel Burrows2-1/+9
2007-05-09[aptitude @ Invoke the sanity checker when running a test on the dummy univer...Daniel Burrows1-1/+4
2007-05-09[aptitude @ Add a routine that will run some sanity-checks on a dependency un...Daniel Burrows2-1/+379
2007-04-22[aptitude @ Cleanly handle exceptions thrown by the dependency resolver.]Daniel Burrows3-17/+151
2007-04-22[aptitude @ Change the default value of StepScore to 70, and fix its document...Daniel Burrows1-2/+2
2007-04-22[aptitude @ Add DPKG_NO_TSTP to the environment when configuring packages aft...Daniel Burrows1-1/+1
2007-04-21[aptitude @ Add safe-upgrade and full-upgrade as synonyms for upgrade and dis...Daniel Burrows1-1/+1
2007-03-14[aptitude @ Use a slightly clearer formulation for the command-line media-cha...Daniel Burrows1-1/+1
2007-03-14[aptitude @ If the first vsnprintf fails in vssprintf, use a copy of the argu...Daniel Burrows1-1/+5
2007-03-10[aptitude @ Fix how dselect state is handled in command-line mode (Closes: #4...Daniel Burrows1-3/+22
2007-03-10[aptitude @ In the resolver, include information about the current state (e.g...Daniel Burrows1-15/+117
2007-03-10[aptitude @ Add macros/AssertionError constructors that allow you to attach m...Daniel Burrows2-11/+31
2007-03-10[aptitude @ Add support for dumping order information with solutions.]Daniel Burrows1-2/+4
2007-03-10[aptitude @ Add operator<< for dummy-universe versions.]Daniel Burrows2-4/+10
2007-03-10[aptitude @ Add an operator<< for aptitude resolver-versions.]Daniel Burrows2-7/+11
2007-03-10[aptitude @ Fix ssprintf to actually work when generating big strings (it was...Daniel Burrows1-5/+6
2007-02-01[aptitude @ Delete dependency-solving arrays using delete[], not plain delete.]Daniel Burrows1-2/+2
2006-11-07[aptitude @ Keep signals unblocked when running "dpkg --configure -a" after a...Daniel Burrows1-1/+1
2006-11-08[aptitude @ Initialize all the package selection states to Unknown when the p...Daniel Burrows1-0/+1
2006-10-23[aptitude @ Fix iteration over a package's reverse dependencies in the case t...Daniel Burrows1-0/+6
2006-10-14[aptitude @ Unblock all signals before running dpkg, and restore the signal m...Daniel Burrows1-0/+10
2006-09-20[aptitude @ Whoops, localize the new error string for failed downloads.]Daniel Burrows1-1/+1
2006-09-20[aptitude @ Generate a useful error when an md5sum verification fails. (Close...Daniel Burrows1-1/+2
2006-09-19[aptitude @ Add linux-image-.* to the default ignored-unused list (Closes: #3...Daniel Burrows1-1/+1
2006-08-31[aptitude @ Don't crash when trying to save the state while a non-default ver...Daniel Burrows1-1/+2
2006-07-30[aptitude @ Don't crash when trying to install packages off multiple CDs. (Cl...Daniel Burrows1-2/+2
2006-07-29[aptitude @ Make imm::set::const_iterator values real iterators according to ...Daniel Burrows1-1/+7
2006-07-19[aptitude @ Always delete the resolver manager *before* destroying core cache...Daniel Burrows1-6/+12
2006-07-25[aptitude @ Always select the saved version when restoring package states. T...Daniel Burrows1-1/+1
2006-07-25[aptitude @ Use PTHREAD_MUTEX_RECURSIVE instead of PTHREAD_MUTEX_RECURSIVE_NP...Daniel Burrows1-1/+1
2006-06-15[aptitude @ Fix compilation errors with gcc 4.1 (Closes: #357557)]Daniel Burrows2-4/+4
2006-03-11[aptitude @ Allow the lockfile location to be configured both statically and ...Daniel Burrows1-2/+2
2006-01-28[aptitude @ Fix uses of Errno that passed the description as the function nam...Daniel Burrows2-5/+5
2005-12-27[aptitude @ emove the pkgAcqFileSane class, whose enhancements are superseded...Daniel Burrows3-68/+41
2005-12-07[aptitude @ Clarify the comments at the top of immset.h.]Daniel Burrows1-1/+6
2005-12-07[aptitude @ Remove some speculative chatter in the imm::set description.]Daniel Burrows1-2/+1
2005-12-07[aptitude @ Typo fix in the imm::set description.]Daniel Burrows1-1/+1
2005-12-07[aptitude @ Fix the documentation of addUpdate.]Daniel Burrows1-1/+1
2005-12-07[aptitude @ Document universal_relation.]Daniel Burrows1-0/+1
2005-12-07[aptitude @ Clarify the documentation of node_contains.]Daniel Burrows1-1/+5
2005-12-07[aptitude @ Clarify the documentation of nodes_intersect.]Daniel Burrows1-1/+6
2005-12-07[aptitude @ Correct a comment about imm::set::add.]Daniel Burrows1-3/+3
2005-12-01[aptitude @ Un-reverse the ddtp selection logic so that aptitude compiles wit...Daniel Burrows1-2/+2
2005-11-30[aptitude @ Conditionalize ddtp support on HAVE_DDTP rather than the apt inte...Daniel Burrows1-3/+2
2005-11-30[aptitude @ Be careful, when initially setting the candidate version, to avoi...Daniel Burrows1-1/+4
2005-11-15[aptitude @ If the apt we are compiling against supports ddtp, return transla...Daniel Burrows1-1/+30
2005-11-26[aptitude @ Correct how conflicts are added for solutions: strip information ...Daniel Burrows1-1/+18