0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Indexing errors are now stored for Outlook email attachments. More... over 13 years ago
Indexing errors are now stored for archives. More... over 13 years ago
Indexing errors are now saved for Document objects. More... over 13 years ago
Indexing: Introduced wrapper classes IndexingInfo and IndexingError. More... over 13 years ago
Bugfix: TrueZIP changes the last-modified field of accessed archives, causing unnecessary index updates via folder watching. More... over 13 years ago
UtilModel.normalizePath(String) More... over 13 years ago
Minor improvement in DelayedExecutor. More... over 13 years ago
Bugfix: Indexing dialog sometimes did not close after invoking index updates. More... over 13 years ago
Added file locks. More... over 13 years ago
IndexRegistry now reloads its indexes if the serialized index files are modified by another program. More... over 13 years ago
IndexRegistry: Last-modified values of ser files are cached in memory. More... over 13 years ago
Minor change in FolderWatcher. More... over 13 years ago
Changed error reporting behavior in FolderWatcher. More... over 13 years ago
Added some path checking in Folder class. More... over 13 years ago
Added FolderTest. More... over 13 years ago
Added some documentation to Event class. More... over 13 years ago
Renamed FolderWatcher2 to FolderWatcher. More... over 13 years ago
Folder watcher now reports errors. More... over 13 years ago
Fixed some flaws in the syncExec/asyncExec methods in Util. More... over 13 years ago
Folder watcher now reacts to changes to the indexes' watch flags. More... over 13 years ago
Indexing dialog can be minimized to the status bar. More... over 13 years ago
Introduced DelayedExecutor, this fixes the incorrect delay in the folder watcher. More... over 13 years ago
Bugfix: Starting a search while the indexes are loaded in the background caused a deadlock. More... over 13 years ago
The indexing queue now rejects an update request if the associated index is not in the registry anymore. More... over 13 years ago
Cancelling the active task in the indexing queue will now remove the task from the queue immediately. More... over 13 years ago
Bugfix: Incorrect behavior when the user tries to rebuild an index that is being updated. More... over 13 years ago
Deleting an index that is being updated will remove it from the queue immediately. More... over 13 years ago
Minor index-registry-related changes. More... over 13 years ago
Moved class Stoppable to base package. More... over 13 years ago
IndexRegistry.getSearcher() now blocks until the searcher is available, instead of returning null immediately. More... over 13 years ago