summaryrefslogtreecommitdiff
path: root/src/generic
AgeCommit message (Expand)AuthorFilesLines
2007-11-17Add a matcher ~o for obsolete/local packages. (Closes: #397547)Daniel Burrows1-0/+25
2007-11-16Fix a place where dumpcfg used a literal string instead of PACKAGE.Daniel Burrows1-1/+1
2007-11-15Fix a whole bunch of include files that should point at cwidget.Daniel Burrows7-7/+7
2007-11-15Fix some includes in generic/Daniel Burrows3-4/+3
2007-11-15Pass over the source with sed to put global_bindings in config::.Daniel Burrows1-1/+1
2007-11-15Pass over the source tree with sed to eliminate a lot of the mindless search-...Daniel Burrows2-4/+4
2007-11-14First pass over the code.Daniel Burrows25-1676/+131
2007-11-14Write some code to dump a dependency with information about its apt state.Daniel Burrows1-0/+45
2007-11-12Fix more includes of vscreen_widget.Daniel Burrows1-1/+1
2007-10-30Fix the fix for autoinstalled packages to compile.Daniel Burrows1-1/+1
2007-10-30Initialize auto_new_install to false on startup, so we don't randomly set pac...Daniel Burrows1-0/+1
2007-10-30Properly thread pointers to the cache and the package records through match r...Daniel Burrows8-203/+420
2007-10-29Restore automatic states for packages that are being newly installed: apt doe...Daniel Burrows2-5/+31
2007-10-29Make log messages work for auto-held and unconfigured packages.Daniel Burrows1-1/+5
2007-10-25Add a prototype for a 'start a browser' routine.Daniel Burrows1-0/+42
2007-10-24Apply Ian Jackson's patch to display dpkg trigger states (Closes: #438543).Daniel Burrows1-1/+6
2007-10-23Apply the patch from Ian Jackson and Michael Vogt to get proper supportDaniel Burrows5-47/+81
2007-07-28Correct the fix for how automatic flags are set in the resolver: we should on...Daniel Burrows1-2/+7
2007-07-26Automated merge with http://hg.debian.org/hg/aptitude/headDaniel Burrows2-5/+32
2007-07-26When applying a resolver solution, only set the auto flag on packages that we...Daniel Burrows1-1/+4
2007-07-25Add code to defend against the possibility that apt could make mistakes in fl...Daniel Burrows1-0/+22
2007-07-25Tweak the code that checks whether a dependency is broken to be more defensiv...Daniel Burrows1-5/+10
2007-07-15Improve error output for weirdness.Daniel Burrows1-0/+4
2007-07-15Don't transcode descriptions from UTF-8; apt does this for us already. (Close...Daniel Burrows1-9/+7
2007-07-09Run a mark-and-sweep to initialize garbage states on startup, so the apt code...Daniel Burrows1-0/+6
2007-07-08Don't crash when we have an early failure, e.g. due to the cache being locked...Daniel Burrows1-0/+9
2007-07-06Treat Delete-Unused the same way we did in previous releases (Closes: #431716).Daniel Burrows1-0/+3
2007-07-05Clear the global error list before trying to open the cache, so we know pendi...Daniel Burrows1-0/+3
2007-06-29Add a generic routine to split a string into whitespace-separated words.Daniel Burrows2-1/+43
2007-06-19Mark the state cache as dirty if there wasn't a previously existing pkgstates...Daniel Burrows1-1/+8
2007-06-17Always do a load/save cycle after installing/removing packages; slows things ...Daniel Burrows1-1/+9
2007-06-17Call pre_package_state_changed() before undoing, to resent the dependency res...Daniel Burrows1-0/+4
2007-06-17Fix how aptitude detects which removed packages were removed because they wer...Daniel Burrows1-4/+13
2007-06-17Remove a comment that's pointless at best.Daniel Burrows1-1/+0
2007-06-17Correctly insert keeps into the undo list.Daniel Burrows1-1/+1
2007-06-17Add logic to set packages to manual mode when the user cancels their removal ...Daniel Burrows1-1/+49
2007-06-17Fix all the FTBFS errors in the aptitude source. Several compiler errorsDaniel Burrows7-3/+12
2007-06-16[aptitude @ Explicitly cast "line" to an unsigned int to avoid build failures...Daniel Burrows1-2/+4
2007-06-16[aptitude @ Add utility code in threads:: to make it easier to create proxies...Daniel Burrows1-1/+27
2007-06-16[aptitude @ Set the auto flag on packages that get installed by the resolver.]Daniel Burrows1-0/+1
2007-06-16[aptitude @ Don't save undo information for setting the candidate version of ...Daniel Burrows1-1/+1
2007-06-16[aptitude @ Don't set the hold flag when applying a solution that keeps a pac...Daniel Burrows1-1/+1
2007-06-16[aptitude @ Invoke pre_package_state_changed before applying a solution, so t...Daniel Burrows1-0/+2
2007-06-15[aptitude @ Forward-port the auto-mark patches by hand.]Daniel Burrows6-469/+293
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