summaryrefslogtreecommitdiff
path: root/src/chain.h
Commit message (Collapse)AuthorAgeFilesLines
* 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