Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
336521d8 01.02.2006 09:38 cstim

Add workaround for libssl on Mac OS

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@977 70169cfe-8b10-0410-8925-dcb4b91034d8

a094b6e8 31.01.2006 11:47 aquamaniac

released

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@976 70169cfe-8b10-0410-8925-dcb4b91034d8

417b1f81 31.01.2006 11:39 cstim

2006-01-31 Christian Stimming <>

  • src/types.h.in: Fix bad include order between gwenhywfarapi.h
    and this file.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@975 70169cfe-8b10-0410-8925-dcb4b91034d8

a8b4a2d7 30.01.2006 23:41 aquamaniac

- OpenHBCI CryptToken now signals a bad pin to the CryptManager (UI, which
is implemented e.g. in AqBanking). Now when entering a bad pin in a
AqBanking environment leads to the expected behaviour.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@974 70169cfe-8b10-0410-8925-dcb4b91034d8

6221b718 27.01.2006 10:06 aquamaniac

jajajaja

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@973 70169cfe-8b10-0410-8925-dcb4b91034d8

856bb7ca 25.01.2006 19:12 aquamaniac

- fixed a bug in GWEN_Url_toString (was not writing an unchanged string)

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@971 70169cfe-8b10-0410-8925-dcb4b91034d8

2e2e6fac 25.01.2006 13:46 aquamaniac

- fixed a bug in GWEN_Url_toString (was not writing an unchanged string)

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@970 70169cfe-8b10-0410-8925-dcb4b91034d8

32c90ad3 25.01.2006 13:42 aquamaniac

- fixed a bug in GWEN_Url_toString (was not writing an unchanged string)

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@969 70169cfe-8b10-0410-8925-dcb4b91034d8

25b616fb 23.01.2006 18:01 aquamaniac

fixed a bug in HTTP code

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@968 70169cfe-8b10-0410-8925-dcb4b91034d8

a066e6df 23.01.2006 06:11 aquamaniac

- work on CryptToken-API:
- added virtual function GWEN_CryptManager_SetPinStatus()
This function is now used by some crypttokens (mainly chipcards) and
intercepted by AqBanking's CryptManager. This is another step in making
working with crypttokens safer....

51c1f035 19.01.2006 15:54 cstim

2006-01-19 Christian Stimming <>

  • src/gwenhywfarapi.h: Add #define GWENHYWFARAPI_H to avoid
    errorneous circular inclusion from types.h; remove '#' lines with
    comments but no preprocessor directives, might choke some compiler
    some day....
ebd00336 18.01.2006 16:34 aquamaniac

release

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@965 70169cfe-8b10-0410-8925-dcb4b91034d8

83888521 14.01.2006 11:46 aquamaniac

- bump up GCC version needed for visibility (use version 4, don't know which
version started to support it, but I'm sure 4.0 does)

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@963 70169cfe-8b10-0410-8925-dcb4b91034d8

775760a4 13.01.2006 13:30 aquamaniac

- GWEN_WaitCallback_Enter_u() now immediately calls the checkAbort function.
This allows instantiated callbacks to check whether a widget is to be
shown immediately.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@962 70169cfe-8b10-0410-8925-dcb4b91034d8

640c3288 12.01.2006 00:19 aquamaniac

- fixed a bug in gct-tool
- added yet another missing GWENHYWFAR_API in requestmgr.h

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@961 70169cfe-8b10-0410-8925-dcb4b91034d8

2b1f7be5 04.01.2006 00:13 aquamaniac

- added missing GWENHYWFAR_API in requestmgr.h

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@960 70169cfe-8b10-0410-8925-dcb4b91034d8

22e30804 30.12.2005 08:23 aquamaniac

- worked on typemaker:
- fixed some bugs (e.g. missing DOMAIN before List_dup-functions)
- added "c-headers", "pre-headers" and "post-headers"
- added some struct-properties
- constructor-name
- constructor-access
- fromdb-access
- dup-access...

6f59db09 23.12.2005 11:43 cstim

Ifdef static variable to avoid unused variable warning

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@958 70169cfe-8b10-0410-8925-dcb4b91034d8

1e36b7c2 23.12.2005 02:43 aquamaniac

- worked on memory allocation stuff:
- calls to GWEN_NEW_OBJECT and GWEN_FREE_OBJECT MUST be matched
- added optional code for allocation of small memory blocks without
having to bother the heap for every 4 byte data (disabled for now,
since it is much less effective than the glibc heap functions. However,...

9b6003e0 15.12.2005 16:53 aquamaniac

release

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@956 70169cfe-8b10-0410-8925-dcb4b91034d8

2851269f 06.12.2005 15:35 cstim

2005-12-06 Christian Stimming <>

  • src/gwenhywfar.c: Use only GWEN_PathManager for path
    lookups. Make sure the PathManager entries are initialized with
    windows registry, if this is windows.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@955 70169cfe-8b10-0410-8925-dcb4b91034d8

a30444a9 06.12.2005 12:09 cstim

Increment build due to latest changes

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@954 70169cfe-8b10-0410-8925-dcb4b91034d8

ebbc70e5 06.12.2005 12:08 cstim

2005-12-06 Christian Stimming <>

  • src/gwenhywfar.c: Use windows registry and GWEN_PathManager for
    all path lookups in gwen. Replaces literal LOCALEDIR macro and
    LIBSUFFIX macro for lib64 library paths.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@953 70169cfe-8b10-0410-8925-dcb4b91034d8

f57f0e7f 05.12.2005 19:08 aquamaniac

- completed documentation of pathmanager

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@952 70169cfe-8b10-0410-8925-dcb4b91034d8

6a7e00b5 05.12.2005 19:01 aquamaniac

- temporarily disabled call to GWEN_PluginDescription_List2_free() from
within GWEN_PluginDescription_List2_freeAll(): This causes Gnucash to
crash because it contains a workaround for an old memory leak which had been
fixed in the last release of Gwen. However, the bugfix in gwen and the...

(2276-2300/3208) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom