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