Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
4190b10c 18.05.2004 02:04 aquamaniac

- parser/msgengine: switched inherit code to new gwenhywfar/inherit type
- parser/text: added function GWEN_Text_ToHexBuffer

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

6fc5e175 17.05.2004 04:50 aquamaniac

- parser/text: added functions to log a string
- base/logger: improved logging, fixed some bugs
- ipc/ipc: more fixes
- removed some debug messages

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

200adc75 16.05.2004 05:02 aquamaniac

- base/logger.c: fixed a buffer overflow bug
- ipc/ipc.c: more fixes and minor modifications

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

0d28a059 15.05.2004 01:53 aquamaniac

fixed some more bugs in IPC code

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

52eea818 15.05.2004 00:55 aquamaniac

- ipc/ipc.{c,h}: fixed some bugs

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

322bff5a 14.05.2004 03:25 aquamaniac

added TODO file (was always there but not in CVS)

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

3834a7ed 14.05.2004 03:24 aquamaniac

- ipc/ipc.{c,h}:
- added functions GWEN_IPCManager_SetUpFn and
GWEN_IPCManager_SetDownFn to allow keeping track of connection states
- added function GWEN_IPCManager_Disconnect to actively disconnect a given
client/server

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

5eae8aa0 10.05.2004 23:54 aquamaniac

- ipc/*.h: prepared for use by C++ code
- ipc/ipc: minor additions

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

3e411ad2 10.05.2004 10:23 cstim

Fix compiler warnings about potentially uninitialized variables.

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

b8639b1b 09.05.2004 22:27 aquamaniac

- completed IPC stuff (still untested), added documentation to ipc/ipc.h

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

887dd34b 08.05.2004 18:13 aquamaniac

- SSL server code works !!! ;-)

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

81fb9727 08.05.2004 00:26 aquamaniac

- io/bio_buffer: added constructor which does NOT take over ownership
- added module ipc/ipc. This is a very simple IPC model based on
GWEN_DBs send over HTTP (which in turn may be sent over any supported
transport layer, such as TCP/UDP sockets and SSL)....

d6389f90 07.05.2004 18:55 aquamaniac

improived documentation of new classe GWEN_NetConnectionHTTP

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

35983cd1 07.05.2004 18:02 aquamaniac

- tried some Darwin fixes (still minimun success, that system is quite
different in some aspects. However, the configure script runs).
- started working on IPC stuff again, this time based on HTTPS, therefore
added ipc/netconnectionhttp (implements the HTTP protocol, together with...

0e959d7e 07.05.2004 15:42 cstim

Comment out initialization message on windows, too, so that users of e.g. simthetic are not bothered about this verbosity.

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

ce5d63bb 07.05.2004 15:39 cstim

2004-05-07 Christian Stimming <>

  • src/Makefile.am: For windows DLLs, create the def and lib files
    with the filename including the SO_EFFECTIVE number as well,
    because otherwise linking against it doesn't work.

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

c791b4d2 07.05.2004 09:42 cstim

Fix compiler warning about uninitialized variable

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

f5ddeedf 06.05.2004 23:52 aquamaniac

more Darwin fixes

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

5516bf5c 06.05.2004 23:38 aquamaniac

- tried some Darwin fixes (still minimun success, that system is quite
different in some aspects. However, the configure script runs).

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

5301d778 06.05.2004 20:44 aquamaniac

- added parser/base64. This is not an elegant implementation but it
works ;-) (Currently I don't have the time for a more elaborated version)

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

38a44bbf 06.05.2004 16:48 aquamaniac

- ssl module is now able to save certificates if demanded by the user

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

e25527af 06.05.2004 13:15 aquamaniac

added missing extern C bindings

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

84073edd 06.05.2004 13:12 aquamaniac

added missing entries in Makefile.am's

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

5ae49159 06.05.2004 13:04 aquamaniac

added useful file

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

9253cd82 06.05.2004 13:02 aquamaniac

- more strict usage of *_p.h files. These files should nly be included by
their matching code file (and by no other file).
Therefore: created some *_l.h files for prototypes of functions private
to the library.
- crypt/ossl/nettransportssl.{c,h}: improved this module a lot. It can now at...

(2851-2875/3214) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom