Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
060e89a5 01.08.2004 11:34 aquamaniac

removed debug messages

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

86ae1e0b 01.08.2004 11:14 aquamaniac

- API change !!
Now all callbacks are kept in a flat list. You also now need to unregister
callbacks you once registered !
-> SO_VERSION incremented, SO_AGE=0 (makes it effectively .so.15)

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

96df516e 01.08.2004 08:17 aquamaniac

- base/waitcallback: fixed a bug (was unable to find callbacks by id).

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

c8a61c88 31.07.2004 07:25 aquamaniac

- base/stringlist: Added GWEN_StringList_SetSenseCase() which allows
changing the behaviour regarding cases. The default behaviour has now
changed to ignore cases.
- base/plugindescr: Added field "isActive", this can be set by applications

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

4aae39f3 31.07.2004 01:12 aquamaniac

- gwenhywfar.m4: fixed a buf (was always using libgwen_pp instead of
libgwenhywfar)

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

8503765c 30.07.2004 14:56 aquamaniac

- fixed a bug in POSIX libloader

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

16f6cbd1 30.07.2004 12:33 cstim

2004-07-30 Christian Stimming <>

  • all header files: Removed GWENHYWFAR_API from all typedefs since
    this will break compilation of Win32 applications as soon as those
    use any gwen typedef as function return type....
c5c2fea2 30.07.2004 11:43 aquamaniac

and yet even more small fixes ;-)

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

56f4ebd9 30.07.2004 10:31 aquamaniac

yet even more small fixes ;-)

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

5adce47f 30.07.2004 10:25 aquamaniac

minor fixes

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

c541a29a 30.07.2004 10:17 aquamaniac

small fix

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

3b5343fd 30.07.2004 10:11 aquamaniac

- base: added module PluginDescription. This module loads all XML files
from a directory and tries to extract plugin informations from them.
In future all my plugins will be shipped with such an XML file to allow
scanning for available plugins without the need to actually load the...

09609437 29.07.2004 20:21 aquamaniac

- parser/text: added GWEN_Text_CheckSimilarity() which checks how equal
two strings are (untested)

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

86140864 28.07.2004 22:18 cstim

Comment out unused variables

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

b67a54b8 28.07.2004 17:40 aquamaniac

- base/misc2.h: added *List2_ForEach functions

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

cb130fe4 28.07.2004 15:55 aquamaniac

added misc2.h

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

8c185d1b 28.07.2004 15:52 aquamaniac

- base: added misc2.h
This file now contains wrappers around a GWEN_LIST which allow typesafe
use of a GWEN_LIST.

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

c85aba77 27.07.2004 23:40 aquamaniac

test for new syncmail

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

3f2aad0f 27.07.2004 01:27 aquamaniac

- parser/base64: fixed a bug in GWEN_Base64_Decode
- crypt/ossl/nettransportssl.c: fixed some bugs, added verbosity while
testing AqHBCI's PIN/TAN support which extensively uses it

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

cb2eb968 22.07.2004 15:25 aquamaniac

- ipc/netconnectionhttp: added defaultUrl. This is used when no URL is given
in a request. This very much simplifies using this class.

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

572875ea 20.07.2004 09:29 cstim

2004-07-20 Christian Stimming <>

  • Makefile.am: Fix win32-cs target with wrong .lib filename.

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

b66a24ba 20.07.2004 04:13 aquamaniac

fixed version number

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

eca03fa4 20.07.2004 03:56 aquamaniac

minor changes

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

c3a505ab 20.07.2004 03:34 aquamaniac

- reverted latest changes to toplevel Makefile.am (contained ugly CR
characters. To Christian: Could you please reintroduce your changes ?
Sorry for being rude but I needed Gwen to work and since I did not find a
ChangeLog entry I was unable to figure out the difference at a first...

fec2d7f9 16.07.2004 17:04 cstim

Fix win32 target

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

(2751-2775/3207) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom