summaryrefslogtreecommitdiff
path: root/src/lookup.cc
Commit message (Collapse)AuthorAgeFilesLines
* Commented out the date limiter in the lookup codeJohn Wiegley2010-03-101-0/+2
|
* Cleaned up the intelligent lookup algorithm a bitJohn Wiegley2010-03-101-87/+72
|
* Added experimental account lookup logicJohn Wiegley2010-03-081-0/+296
This is used by the "xact" command, and the CSV importer. It is very slow O(xacts*records).