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
Add more sanity checks on string length. More... almost 17 years ago
Fix gnucash crash on OFX files with non-ascii characters and very long lines. More... almost 17 years ago
* updated specfile More... almost 18 years ago
released 0.9.0 More... almost 18 years ago
* ofx_preproc.cpp: Increased size of file name buffer (50 was too small) More... almost 18 years ago
minor fixes More... almost 18 years ago
fixed configure.in More... almost 18 years ago
removed autocreated file More... almost 18 years ago
* libofx.h: added some fields to OfxFiLogin: - header_version - appid - appver It seems to become necessary with some new servers to modify these fields by the application. More... almost 18 years ago
* ofx_utilities.{cpp,h}: added a function to generate a temp file name (works on WIN32 and Linux) More... almost 18 years ago
done More... almost 18 years ago
added files for win32 More... almost 18 years ago
Added function libofx_set_dtd_dir() which allows to set the folder in which DTD files are stored. This is needed for local installations (e.g. WIN32) More... almost 18 years ago
added comment More... almost 18 years ago
* libofx.pc.in: depending libraries don't need to link against OpenSP themselves, since LibOFX encapsulates it, no need to propagate unnecessary dependencies More... almost 18 years ago
removed var substitution of More... almost 18 years ago
tried var substitution of More... almost 18 years ago
* libofx.h, ofx_utilities.cpp: replaced some char* with "const char*" to make GCC happy, wrapped arithmetic calculations in macro definitions in brackets to avoid mathematical problems * libofx.h: Removed this file, replaced it with libofx.h.in. This is used to create libofx.h which now includes some subst variables conveying the version of LibOFX to source files. Introduced LIBOFX_BUILD_VERSION and LIBOFX_VERSION_RELEASE_STRING to distinguish even CVS versions More... almost 18 years ago
* ofx_request_statement.cpp: Incremented versions written to the request * libofx.h, ofx_utilities.cpp: replaced some char* with "const char*" to make GCC happy More... almost 18 years ago
Missing file More... over 18 years ago
24/1/2007: Benoit Grégoire <[email protected]> * ofx_preproc.cpp: Now parses the OFX headers to determine the input charset and encoding, and uses libiconv (if available) to convert the encoding since OpenSP can't do it. The default output is now UTF-8. This will "do the right thing" for Gnucash 2 and any client that uses UTF-8 strings, but we sould add an interface to let the client chose his prefered output encoding. More... over 18 years ago
* Adapted patch by Christian Lupien <lupien @at@ physique.usherbrooke.ca> to add processing of the different bank account types in OfxPaymentRequest. Took this oportunity to correct an API duplication problem before it get's even more complicated to fix: deleted OfxAccountInfo (OfxAccountData should be used instead) and the global scopt AccountType enum (use the one in OfxAccountData). Both of these changes will require source code change in aqbanking. * Bump the version ans soname right now so aqbanking can detect it. More... almost 19 years ago
8/1/2007: Benoit Grégoire <[email protected]> * Release 0.8.3 More... almost 19 years ago
* lib/ofx_preproc.cpp: Make sure all results of string::find are inside the string's length; make sure to erase parts of the string only if the string is long enough. Fixes crash http://bugzilla.gnome.org/show_bug.cgi?id=353986 Patch supplied by Christian Stimming from GnuCash More... about 19 years ago
25/8/2006: Benoit Grégoire <[email protected]> * Fix datatype mismatch in ofx_preproc.cpp * Fix gengetopt related build problems on debian based distribution. * Remove massage about dependency on Qt, qhich is no longuer true * Fix ofxconnect headers not being distributed * Remove cmdline.c and cmdline.h which shouldn't be versionned * Release 0.8.2 More... about 19 years ago
3/8/2006 David Resier <[email protected]> * Added fields used in stock splits (newunits, oldunits) Patch applied by Ace Jones <[email protected]> More... about 19 years ago
28/7/2006 Ace Jones <[email protected]> * Fixed a compilation bug on GCC 4.1 More... about 19 years ago
20/7/2006: Benoit Grégoire <[email protected]> * Revert last change to ofxdump, as it requires a system-dependent header (plus it didn't compile on my system) * Make both curl and libxml++ optional for compilation. * Add some debug output. * Update tree.hh More... over 19 years ago
15/7/2006 Ace Jones <[email protected]> * Modified build script to not build ofxconnect if libxml++1.0 is missing. More... over 19 years ago
12/6/2006 Ace Jones <[email protected]> * Fixed a compilation bug on GCC 4.1 More... over 19 years ago