summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-19Translation updates from 'make dist'.Daniel Burrows45-370/+370
2009-11-19Bump the version number to 0.6.1.1.Daniel Burrows3-2/+13
2009-11-19When creating temporary directories, store the full path and not just the bas...Daniel Burrows1-0/+2
2009-11-19Log a warning if we fail to remove the base temporary directory.Daniel Burrows1-1/+3
2009-11-19Fix test_file_cache for the new temp API.Daniel Burrows1-43/+47
2009-11-19Fix test_temp to test what should actually happen with the new temp code.Daniel Burrows1-38/+166
2009-11-19Delete some trailing whitespace.Daniel Burrows1-1/+1
2009-11-19Be more paranoid about saving return codes when testing a stat() call.Daniel Burrows1-2/+6
2009-11-19Fix sstrerror to handle the case where strerror_r returns a pointer that's no...Daniel Burrows1-3/+8
2009-11-18Added tag 0.6.1 for changeset 33d436a6069dDaniel Burrows0-0/+0
2009-11-18Translation file updates from 'make dist'.Daniel Burrows45-29144/+28210
2009-11-18Update version number to 0.6.1.Daniel Burrows3-2/+81
2009-11-18Use a more significant prefix for generating aptitude's temporary directory (...Daniel Burrows3-1/+63
2009-11-18Overhaul how temporary file creation is handled to use a single directory in ...Daniel Burrows12-194/+229
2009-11-18Fix several places where the "why" code dereferenced version iterators withou...Daniel Burrows1-13/+20
2009-11-18When looking for a changelog, check up-front whether the user has any deb-src...Daniel Burrows1-59/+92
2009-11-18Show a preview after running the resolver even if -y was passed, and exit wit...Daniel Burrows1-9/+13
2009-11-18Base whether to say that nothing is being done on whether nothing is being do...Daniel Burrows1-4/+2
2009-11-18Delete some unnecessary whitespace.Daniel Burrows1-1/+1
2009-11-17Have the resolver ignore unresolved dependencies that were unresolved before ...Daniel Burrows7-29/+181
2009-11-16Merge with head.Daniel Burrows5-6/+68
2009-11-15Introduce a log category for messages related to temporary files, and use it ...Daniel Burrows3-1/+19
2009-11-14Eliminate accesses to freed memory when a callback destroyed the object conta...Daniel Burrows1-0/+28
2009-11-14Merge with head.Jens Seidel3-3/+84
2009-11-14Added pictures for Spanish manual. Thanks Omar Campagne <ocampagne@gmail.com>.Jens Seidel35-9/+381
2009-11-14Fix the path to a test file in case that a build directory is usedJens Seidel2-2/+3
2009-11-14Added missing source file to Makefile.amJens Seidel1-0/+1
2009-11-13More logging of the state of the download queue.Daniel Burrows1-0/+15
2009-11-13More informative logging when a weak screenshot cache entry is revived.Daniel Burrows1-1/+2
2009-11-13Modify all the places where weak pointers are changed to strong pointers to u...Daniel Burrows2-4/+4
2009-11-13Merge with head.Daniel Burrows3-3/+84
2009-11-13Spanish doc translation update (2540t5f2u -> 2547t)Jens Seidel1-1311/+1314
2009-11-12Rename the screenshot cache size configuration option.Daniel Burrows1-1/+1
2009-11-12Discard all the pointers from the download queue to download callback objects...Daniel Burrows1-1/+52
2009-11-12Don't crash or deadlock while waiting for a background download thread to com...Daniel Burrows1-1/+7
2009-11-12Document the new screenshot-related configuration options.Daniel Burrows1-0/+24
2009-11-12Log when a screenshot cache entry is destroyed, to help debug whether entries...Daniel Burrows1-0/+3
2009-11-12Explicitly note that do_cancel() runs in the background download thread.Daniel Burrows1-1/+1
2009-11-12Write a routine to shut down the global download queue, and invoke it in the ...Daniel Burrows4-3/+120
2009-11-11Subject-verb agreement in a comment.Daniel Burrows1-1/+1
2009-11-11Downgrade a log message for a situation that turns out to be OK from WARN to ...Daniel Burrows1-4/+4
2009-11-11Remove some trailing whitespace.Daniel Burrows1-1/+1
2009-11-11Don't zero out the size of screenshots that are evicted from the cache.Daniel Burrows1-3/+0
2009-11-11When returning entries from the weak cache, don't connect up their signals ag...Daniel Burrows1-0/+5
2009-11-11Log a message when we can't find a weak cache entry.Daniel Burrows1-1/+5
2009-11-11Don't crash when logging a message about dropping a weak entry from the cache.Daniel Burrows1-1/+1
2009-11-11Log useful information about the computed size of a screenshot.Daniel Burrows1-1/+11
2009-11-11Ensure that we catch changes to the amount of cached pixbuf data caused by no...Daniel Burrows1-0/+4
2009-11-11Instead of connecting area_prepared to both a cache entry's area_prepared() m...Daniel Burrows1-2/+7
2009-11-11Merge with changes from laptop.Daniel Burrows3-39/+141