0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Oct 20, 2024 — Oct 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
28/3/2006 Ace Jones <[email protected]> * Fixed an improper header reference in ofxpartner.cpp/h * Fixed a segfault if ofxdump is run without a file More... over 19 years ago
28/2/2006 Ace Jones <[email protected]> * Removed Qt requirement accidentally introduced in my last checkin More... over 19 years ago
20/2/2006 Ace Jones <[email protected]> * Added sample code to ofxconnect to demonstrate how to contact the OFX partner server More... over 19 years ago
15/2/2006 Ace Jones <[email protected]> * Fixed a memory leak in OfxStatusContainer::add_attribute() More... over 19 years ago
15/2/2006 Ace Jones <[email protected]> * Fixed #1408764. Buffer overrun in MESSAGE tag handling. More... over 19 years ago
20/1/2005 Ace Jones <[email protected]> * Print out bank id, branch id, and account number in ofxdump * Fixed a bug under gcc 4.0.2 64-bit where errno is not found in ofxdump * Fixed a build problem where @LIBOBJ@ was not being substituted More... over 19 years ago
16/01/2005 Ace Jones <[email protected]> * Added OfxFiServiceInfo struct. Need this for communicating with the partner server. Will add the code for that next. * Added broker_id to OfxAccountData More... almost 20 years ago
17/12/2005 Ace Jones <[email protected]> * Added proper libcurl.m4 to check for existence & compilability of libcurl * Make libcurl optional again by handling its absense in ofxconnect More... almost 20 years ago
17/12/2005 Ace Jones <[email protected]> * Fixed ofxdump to give a reasonable error if you run it on a file that doesn't exist. More... almost 20 years ago
* added pkg-config file to spec file * fixed spec file (was mentioning libraries twice) More... almost 20 years ago
* Bumped version to 0.8.1 (due to transaction struct change) * Added a pkg-config file More... about 20 years ago
* Brought in new tree.hh from http://www.aei.mpg.de/~peekas/tree * Removed a workaround in all uses of tree::number_of_siblings(). This appears to work around a bug in tree.h which caused the siblings to be overcounted. That bug is fixed, so this workaround is not needed. More... about 20 years ago
* Fixed a namespace bug that's fatal on GCC4.0 Submitted by Christian Stimming <[email protected]> More... about 20 years ago
* Added fees and commission fields to transaction structure (and fill them in) More... about 20 years ago
08/10/2004: Benoit Grégoire <[email protected]> * Release 0.8.0 * configure.in: Update libtool version number. Make curl check fatal untill there is code to conditionally not compile ofxconnect when CURL is unavailable. * Fix the build system so that discheck will finally run properly. More... about 20 years ago
11/7/2004 Ace Jones <[email protected]> * Upgraded the app version for OFX Requests (some banks are denying the old version now) * Moved bank & broker ID's from OfxFiLogin to OfxAccountInfo, which is more accurate * Renamed a couple AccountType enums to be consistent with the others More... over 20 years ago
22/4/2004 Martin Preuss <[email protected]> * added fields bank_id, bank_id_valid, branch_id, branch_id_valid, account_number and account_number_valid to OfxAccountData according to discussion on LibOFX mailinglist. More... over 20 years ago
19/04/2005: Ace Jones <[email protected]> * Improved ofxconnect to do the POST operation itself * Improved the ofxconnect unit test to be mostly cleartext except the server login information. More... over 20 years ago
added ChangeLog entry More... over 20 years ago
inserted an "#ifndef" before definition of static variables to allow include from multiple source files of a project More... over 20 years ago
18/04/2005: Ace Jones <[email protected]> * Added libofx_request_statement API, and underlying support classes, to create an OFX statement request * Added libofx_request_accountinfo API to create an OFX account into request * Added ofxconnect sample app to demonstrate & test new API's (try "make check" in the ofxconnect folder). Read README.privateserver first. More... over 20 years ago
24/11/2004: Benoit Grégoire <[email protected]> * Apply Christian Stimming's patch for rpm building. Also adds a make rpm target. More... almost 21 years ago
08/10/2004: Benoit Grégoire <[email protected]> * Release 0.7.0 * configure.in: Update libtool version number. More... about 21 years ago
21/9/2004 Benoit Grégoire <[email protected]> * Really remove callback.hh and callback.cpp * Fix compile with gcc 3.4. This also needs to be applied to the stable branch. * Fix tree handling for securities, which caused the callbacks never to be called. More... about 21 years ago
31/8/2004 Benoit Grégoire <[email protected]> * Remove obsolete files callback.hh and callback.cpp * More makefile fixes in lib More... about 21 years ago
more fixes More... about 21 years ago
minor fixes More... about 21 years ago
1/9/2004 Martin Preuss <[email protected]> * simplified internal callback mechanism (removed CallbackRegistry, it is easier this way) * protected members of LibOfxContext (you need to call methods to get/set them) * added functions which allow to set each callback individually. If you are not interested in a particular callback you don't need to set it * removed the all-callback setter * all callbacks now pass LibOfxContext which either propagates the callback or silently ignores it (for callbacks which haven't been set) * a few Makefile fixes in lib * adjusted ofxdump and ofx2qif to these changes More... about 21 years ago
31/8/2004 Benoit Grégoire <[email protected]> * Revamp the callback architecture according to discussion with Martin Preuss. This is much cleaner and extensible, although a long way from perfect. * Autoconf fixes from Martin Preuss More... about 21 years ago
23/4/2004 Benoit Grégoire <[email protected]> * At long last, a flexible and extendable command line parser is used in ofxdump. This was essential for debuging, and even more essential for developing Direct Connect. Immediate benefits are that you can set the desired debug output without recompiling. Check ofxdump --help for options. * configure.in: gengetopt will be used if available. * lib/Makefile.am: * ofxdump/Makefile.am * ofxdump/ofxdump.cpp * lib/getopt.c lib/getopt1.c lib/gnugetopt.h: Required in case getopt_long() isn't available. * ofxdump/cmdline.ggo: Command line argument definitions. * ofxdump/cmdline.c,h: Files generated by gengetopt, must be in CVS so developers don't have to have gengetopt installed. More... over 21 years ago