Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
3cd4c670 04.03.2005 17:41 aquamaniac

- partially reverted cs' changes to base/buffer.c: Please dicuss before
making changes to this important class, it is widely used (especially
GWEN_Buffer_AppendByte).

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

b94951ca 04.03.2005 14:12 cstim

2005-03-04 Christian Stimming <>

  • src/parser/text.c: Also some small performance improvements.

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

7a4d9b0d 04.03.2005 13:48 cstim

2005-03-04 Christian Stimming <>

  • src/base/buffer.c, src/io/bufferedio.c: Add some small
    performance improvements; add comments about further potential
    performance improvements.

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

9b0e8f1f 24.02.2005 04:59 aquamaniac

release

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

8e4abd92 23.02.2005 10:00 cstim

Fix uninitialized variable warning.

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

e778107c 23.02.2005 03:16 aquamaniac

- added function GWEN_IdList_dup()

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

46a7983c 21.02.2005 17:03 cstim

Fix iss input file

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

bf5479d8 21.02.2005 13:01 cstim

Improve iss input file

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

4be9e142 21.02.2005 11:50 cstim

Fix Makefile for mingw/win compilation. Add cvsignores.

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

bd4e684a 21.02.2005 01:15 aquamaniac

- fixed a bug in GWEN_Time_Diff()

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

226831f1 20.02.2005 21:04 aquamaniac

checked in latest release

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

33dd14f8 20.02.2005 20:56 cstim

Add windows registry keys to iss file

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

a6db589b 20.02.2005 20:11 cstim

2005-02-20 Christian Stimming <>

  • gwenhywfar.spec.in: Add *.crt files to rpm.

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

f81ae933 19.02.2005 15:48 aquamaniac

- when setting the new function type pointer for AskAddCert then set the
old pointer to 0 and vice versa.
- now when a certificate has been received the user is always asked

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

897b353b 18.02.2005 06:42 aquamaniac

- fixed a bug in XML code (iscntrl() also returns true for some characters
above 0x80 which makes this function useless for UTF-8)

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

fd94ef76 18.02.2005 01:40 aquamaniac

- fixed a bug in GWEN_LIST code (could crash the program)

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

567ac0be 15.02.2005 23:43 aquamaniac

- added known public CA certificates which are now used by Gwens SSL code

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

fcb650da 15.02.2005 10:59 aquamaniac

- now the fingerprint of a certificate is written to the DB when converting a
certificate

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

4ce91e1c 15.02.2005 10:47 aquamaniac

- now the fingerprint of a certificate is written to the DB when converting a
certificate

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

aa9c1933 15.02.2005 03:13 aquamaniac

- added function GWEN_DBIO_GetPluginPath() which looksup the DBIO path from
the Windows registry (or returns the compile-time value on non-win32
platforms)
- added function GWEN_Directory_OsifyPath() which is needed on Win32 platforms
to transform a path (possibly containing a drive letter like in "/c/") into...

8e32316e 14.02.2005 15:52 cstim

Forgot one quote in windows plugindir

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

6698559b 14.02.2005 15:33 cstim

2005-02-14 Christian Stimming <>

  • gwenhywfar.iss.in: Add Pascal scripting program that will adapt
    the gwenhywfar-config at installation time according to the
    local paths.

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

b5613a04 14.02.2005 15:10 aquamaniac

- fixed a bug in GWEN_Directory_HandlePathElement() on WIN32 platforms
- decreased verbosity of directory_all.c and in nettransportssl.c
- added a note about regexp.dll to README
- now always break SSL connection if the user does not trust the cert (not
even temporarily)...

e8a81de9 14.02.2005 14:49 cstim

2005-02-14 Christian Stimming <>

  • configure.ac, */Makefile.am: Clean up and unify installation
    variables so that the gwenhywfar-config script is prepared to be
    adapted by the windows setup program. Adapt Makefile.am's...
3428bb8d 11.02.2005 02:42 aquamaniac

this lib now uses instead of /lib

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

(2526-2550/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom