0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 27, 2024 — Jan 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Unquoted mail_sources and directly imported it into xindex in order to get previous indexer working again to compare performance against new indexer More... about 14 years ago
New indexer works! but DAMN is it slow... still more work to do More... about 14 years ago
Removed sqlite transactions, and fixed misc bugs required to get indexer working More... about 14 years ago
refactored some bits for use in other places, and fleshed out other bits for dispatching work to indexer More... about 14 years ago
finished test implementation of new indexer... i hope... More... about 14 years ago
update overwatch to use new multi-maildir implementation More... about 14 years ago
commented out old multi-maildir implementations as they were getting in the way More... about 14 years ago
added memoize function More... about 14 years ago
Added missing methods to get maildir messages in several different objects. More... about 14 years ago
beginnings of new indexer More... about 14 years ago
updated dependancies More... about 14 years ago
added multi_maildir object which uses sqlobject as an abstraction layer to replace mail_sources which due to a design flaw was unable to handle certain edge-cases More... about 14 years ago
cruft removal More... about 14 years ago
Make change_scanner more accurate and able to handle more obscure edge-cases More... about 14 years ago
Minor refactoring to make the search function more configurable More... about 14 years ago
Added sources configuration More... about 14 years ago
whitespace additions for easier reading More... over 14 years ago
rewrote change_scanner to work with maildir format more closely More... over 14 years ago
added delete method to remove an email from the index More... over 14 years ago
Update msg_container model to only encapsulate msg properties with lists if the property type has the possibility of more than one item More... over 14 years ago
don't track package metadata More... over 14 years ago
renamed project More... over 14 years ago
Added null logging handler More... over 14 years ago
imports cleanup More... over 14 years ago
imports cleanup More... over 14 years ago
whitespace additions for clarity More... over 14 years ago
cleaned up imports to resolve weird namespace clash in sqlobject More... over 14 years ago
replaced my hacky mail_sources class with a custom subclass of Maildir that uses a sqlite/sqlobject backend that assigns unique ids to each email to prevent clashes More... over 14 years ago
Cleaned up imports, changed threader from list to more efficient blist, and changed prop_deque from deque to list for more efficient usage of ram. More... over 14 years ago
Added a uuid field to the File object - xappy doesn't like using ints as ids. More... over 14 years ago