summaryrefslogtreecommitdiff
path: root/src/chain.h
Commit message (Collapse)AuthorAgeFilesLines
* The Great Renaming, Part IIJohn Wiegley2009-02-231-5/+5
| | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset.
* Don't apply all filters for account-wise reportsJohn Wiegley2009-02-151-2/+4
| | | | This creates its own problems; instead, only most are used.
* chain_xact_handlers now always operators the sameJohn Wiegley2009-02-151-5/+2
| | | | | | Previously, account-wise reports used a subset of the total number of transaction filters, but this could cause confusing results, and made some reports immpossible (such as account-wise monthly averages).
* Greatly simplified the way option and command handlers are defined.John Wiegley2009-02-051-1/+40
|
* Moved chain_xact_handlers into its own file, chain.h and chain.cc.John Wiegley2009-02-011-0/+60