0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 7 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add target for OS X app bundle code signing More... over 11 years ago
move all Java classes to the Resources directory, which is included in the OS X app bundle code signature by default More... over 11 years ago
print log message before updating the file table, and when finished, as this can take a while More... over 11 years ago
Avoid an avalanche of log entries blocking the GUI thread in the form of hundres of asyncExec() blocks. If last log message is less than 1 second old, save the log message in a list. Print the contents of that list once per second. More... over 11 years ago
add MD5 hex string to the file table More... over 11 years ago
line cosmetics More... over 11 years ago
decrease size of memory-mapped block in OOM situations More... over 11 years ago
longer wait More... over 11 years ago
more cache corruption errors that we don't need to care about More... over 11 years ago
notify other threads of removed item More... over 11 years ago
always do debug build More... over 11 years ago
don't attempt to memory-map more than 128 MB at a time More... over 11 years ago
make MD5 objects thread-local More... over 11 years ago
determine number of threads based on number of CPU cores available for the runtime More... over 11 years ago
recover from corrupted cache by ignoring GZIP and ZLIB errors More... over 11 years ago
add a skeleton zip file containing the wrapper java launcher, and let the ant task update this zip file. This aims to work around the problem that the ant zip archiver doesn't preserve the UNIX execute permissions thus creating broken app bundles within the zips More... over 12 years ago
simple progress bar shown during scan More... over 12 years ago
updated SWT More... over 12 years ago
make the window fit on a 1366x768 screen More... over 12 years ago
fix concurrency bugs More... over 12 years ago
better UI feedback when cancelling More... over 12 years ago
simple implementation of multithreaded scanning More... over 12 years ago
silence ant warning More... over 12 years ago
mkdir before build More... over 12 years ago
removed unused method More... over 12 years ago
don't ingore hidden files and directories unless system property duper.ignore-hidden is set More... about 14 years ago
added -d32 to java command line to be able to use 32-bit jni libraries on Snow Leopard, where the default java is 64-bit More... about 14 years ago
fixed indentation More... over 14 years ago
use static Display.setAppName() and call it before initialising the Display object More... about 15 years ago
Made checkboxes disabled during scan More... about 15 years ago