Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
5400e304 19.11.2005 04:35 aquamaniac

- implemented poll()-based code which checks whether a connection is down
(as suggested by Thomas Baumgart)
- changed HTTP code: Now tries to detect when a connection is broken while
trying to send a packet (detects the special condition when the connection...

69af5f4f 18.11.2005 04:41 aquamaniac

- added function GWEN_NetLayerSsl_ImportCertFile() (this will make it easier
to import certificate files)

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

b034980b 17.11.2005 18:03 cstim

Fix erroneous variable renaming in windows installation. Talking of Bristol shape...

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

438260ae 17.11.2005 17:24 cstim

Add GWENHYWFAR_API to function that is used in gwentest

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

4fbbbcd3 17.11.2005 17:15 cstim

Adapt spec file to latest change

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

f0936c39 17.11.2005 17:06 cstim

Remove nonexistent directory from checking

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

a475f6f0 17.11.2005 16:50 aquamaniac

- reverted change of filename for gwenhywfar-config script
- install gwenhywfar2 headers to the same location as gwenhywfar1 (thus
effectively overwriting gwenhywfar1 headers)
- incremented minor version number: Next release shall be 1.99.0

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

06be1255 17.11.2005 16:39 aquamaniac

- reverted change of filename for gwenhywfar-config script
- install gwenhywfar2 headers to the same location as gwenhywfar1 (thus
effectively overwriting gwenhywfar1 headers)
- incremented minor version number: Next release shall be 1.99.0

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

978d8a99 17.11.2005 11:22 cstim

Fix pkg-config file

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

aaece33e 16.11.2005 21:41 cstim

Add missing files in Makefile for make rpm

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

645358df 16.11.2005 21:04 cstim

Remove obsolete Makefile from configure to fix make dist

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

669c24df 15.11.2005 20:10 aquamaniac

- fixed a bug in keyspec.c: Was not writing keyType to db (we should backport
this one to gwen1)

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

6f52fa03 15.11.2005 10:48 cstim

2005-11-15 Christian Stimming <>

  • m4/ssl.m4: Revert the configure argument name change; maybe this
    is not so unconventional after all and it is at least consistent
    with the rest of the configure arguments in aqbanking....
52ad35ad 15.11.2005 10:30 cstim

2005-11-15 Christian Stimming <>

  • configure.ac, README.DARWIN: Add -L/sw/lib to linker flags on
    darwin, but don't use that in test/Makefile.am.

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

c602c6a1 14.11.2005 11:56 cstim

2005-11-14 Christian Stimming <>

  • m4/ssl.m4: Change configure argument name to
    --with-openssl-include (no s at the end); improve documentation.

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

ba824ad0 09.11.2005 13:26 aquamaniac

- added NetLayerLog (used for debugging, loggs data read and written from
netlayers below itself. The output of this layer can be used for
NetLayerFile)

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

a586210c 09.11.2005 11:29 aquamaniac

- added NetLayerFile (used for debugging, can be used instead of real sockets
when testing new code)

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

eb635be7 04.11.2005 09:36 cstim

Increase version number of development version so that it can be distinguished from the old gwen1 version

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

4d9fafc2 03.11.2005 15:51 aquamaniac

fixed a bug in socket code

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

e7148640 03.11.2005 14:02 aquamaniac

- some fixes in network/IPC code (now works with Libchipcard2, so the IPC
stuff now works again

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

0ae26c7d 03.11.2005 11:29 cstim

Add missing GWENHYWFAR_API

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

65a9f1c9 03.11.2005 10:51 cstim

Add GWENHYWFAR_API to headers

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

d53fef77 03.11.2005 10:03 cstim

Add GWENHYWFAR_API to headers

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

64842279 03.11.2005 09:54 cstim

Update cvsignore

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

8fa75013 03.11.2005 09:51 cstim

Remove removed files

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

(2326-2350/3208) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom