summaryrefslogtreecommitdiff
path: root/ofx.cc
Commit message (Collapse)AuthorAgeFilesLines
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-14/+14
|
* *** empty log message ***John Wiegley2008-04-131-3/+3
|
* *** empty log message ***John Wiegley2008-04-131-6/+6
|
* Began support for improved commodity handling.John Wiegley2008-04-131-3/+2
|
* Made several changes to the parsing infrastructure to allow passingJohn Wiegley2008-04-131-0/+1
| | | | | the "config_t" object around. This is needed for parsing option settings in the initialization file.
* (ofx_proc_transaction_cb): Applied patch for a bad reference toJohn Wiegley2008-04-131-2/+2
| | | | entry->date.
* Added in.clear() before resetting I/Os streams. Again, thanks to theJohn Wiegley2008-04-131-0/+4
| | | | list.
* Removed Python integration support.John Wiegley2008-04-131-19/+0
|
* Removed unused code.John Wiegley2008-04-131-6/+0
|
* minor bit twiddlingJohn Wiegley2008-04-131-3/+3
|
* Added preliminary support for OFX, using libofx. Needs muchJohn Wiegley2008-04-131-0/+247
real-world testing.