summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-08Czech translation update. Closes: #545144Jens Seidel2-1109/+851
2009-09-06Use the new routine to hopefully make the file cache more resilient against m...Daniel Burrows1-0/+4
2009-09-06Add a routine on the database object to adjust the busy timeout.Daniel Burrows2-0/+20
2009-09-06Fix dangling links in the documentation.Daniel Burrows2-2/+2
2009-09-06Merge with the head branch.Daniel Burrows13-94/+255
2009-09-06Deprecate Keep-Suggests and Keep-Recommends in favor of the "standard" apt eq...Daniel Burrows3-16/+46
2009-09-05Fix safe-upgrade to behave as intended: upgrade everything with no arguments,...Daniel Burrows1-3/+7
2009-09-05Make autoclean support automatic su-to-root as well.Daniel Burrows6-16/+70
2009-09-05Fix the su-to-root code to pass --no-gui.Daniel Burrows1-2/+2
2009-09-05Add support for auto-su-to-root to the "clean package cache" command. (Closes...Daniel Burrows4-18/+79
2009-09-05Make bare strings match based on name again. (Closes: #527540, #538198, #514625)Daniel Burrows3-37/+27
2009-09-05When binning up resolver choices to build the resolver screen, stop treating ...Daniel Burrows1-0/+1
2009-09-05Don't crash the curses UI when the resolver produces a solution that leaves a...Daniel Burrows1-0/+4
2009-09-05Don't let the apt greedy resolver remove packages; ask the user to handle con...Daniel Burrows2-13/+30
2009-09-05French translation updateChristian Perrier1-111/+58
2009-09-05Automated merge with http://hg.debian.org/hg/aptitude/headChristian Perrier0-0/+0
2009-09-04Instead of using the default entity_state_info constructor to create a blank ...Daniel Burrows4-11/+10
2009-09-04When translating the description of a package's state, don't try to translate...Daniel Burrows4-5/+15
2009-09-04Mark more menu items as translatable in the Glade file (thanks to Miroslave K...Daniel Burrows1-14/+14
2009-09-04Incorporate descriptions of the new sections added by ftp-master and tweak a ...Daniel Burrows1-5/+24
2009-09-03Merge safe-upgrade into the main "package action" codepath.Daniel Burrows9-283/+137
2009-09-03In cmdline_action.cc, explicitly name apt_cache_file[pkg] to make it easier t...Daniel Burrows1-6/+8
2009-09-03Fix the code to clean up partial list downloads.Daniel Burrows1-4/+7
2009-09-03Fix the link line for the Boost-based unit test too.Daniel Burrows1-1/+1
2009-09-03Fix the check for Boost.IOStream so that it works with the new Boost version ...Daniel Burrows1-1/+2
2009-08-23Automated merge with http://hg.debian.org/hg/aptitude/headChristian Perrier0-0/+0
2009-08-22Switch from libparse-debianchangelog-perl to dpkg-parsechangelog.Daniel Burrows2-6/+3
2009-08-22Hide statement execution behind an RAII class to make it harder to accidental...Daniel Burrows3-221/+346
2009-08-22Rewrite the changelog fetching code to use the global file cache instead of a...Daniel Burrows2-73/+72
2009-08-22Compress data stored in the file cache.Daniel Burrows4-50/+434
2009-08-22Fix the file-and-memory test to be less fragile.Daniel Burrows1-1/+1
2009-08-22Add configure checks for boost/lambda/bind.hpp and for boost/function.hpp.Daniel Burrows1-0/+2
2009-08-22Add an apt_shutdown() routine that destroys the global structures that aren't...Daniel Burrows3-2/+44
2009-08-22Add a new globally allocated object that represents aptitude's download cache.Daniel Burrows3-1/+42
2009-08-20Automated merge with http://hg.debian.org/hg/aptitude/headChristian Perrier0-0/+0
2009-08-19Fix the new test.Daniel Burrows1-8/+11
2009-08-19Add test cases to verify what happens when values are evicted from the cache.Daniel Burrows1-0/+81
2009-08-19Test some more cases of storing things in the file cache.Daniel Burrows1-0/+23
2009-08-17Fix the raw_istream_iterator used in the test case for the file cache.Daniel Burrows1-2/+5
2009-08-17Add a sanity-check of the raw istream iterator class (the rest of the file ca...Daniel Burrows1-0/+16
2009-08-17Fix a column index.Daniel Burrows1-1/+1
2009-08-17Fix the triggers that keep the blob size total up to date (they triggered on ...Daniel Burrows1-2/+2
2009-08-17Fix the select statement that calculates a new cache ID.Daniel Burrows1-1/+1
2009-08-17Fix the name of the blobs table in an INSERT (blob -> blobs).Daniel Burrows1-1/+1
2009-08-17Correct the logic in putItem() so that it always inserts the new cache item.Daniel Burrows1-76/+76
2009-08-17Logging improvements in putItem().Daniel Burrows1-4/+20
2009-08-17Log after the cache insert transaction is committed.Daniel Burrows1-0/+2
2009-08-17Make the cache insert statement fail if the value can't be inserted.Daniel Burrows1-1/+1
2009-08-17Fix a comment.Daniel Burrows1-1/+2
2009-08-17Don't clear out the get-total-size statement until we're done with it.Daniel Burrows1-1/+1