- 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
- 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
- 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
fixed some more bugs in IPC code
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@370 70169cfe-8b10-0410-8925-dcb4b91034d8
- ipc/ipc.{c,h}: fixed some bugs
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@369 70169cfe-8b10-0410-8925-dcb4b91034d8
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
- 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
- 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
Fix compiler warnings about potentially uninitialized variables.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@365 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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
- SSL server code works !!! ;-)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@363 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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)....
improived documentation of new classe GWEN_NetConnectionHTTP
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@361 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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...
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
2004-05-07 Christian Stimming <stimming@tuhh.de>
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@358 70169cfe-8b10-0410-8925-dcb4b91034d8
Fix compiler warning about uninitialized variable
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@357 70169cfe-8b10-0410-8925-dcb4b91034d8
more Darwin fixes
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@356 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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
- 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
- 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
added missing extern C bindings
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@352 70169cfe-8b10-0410-8925-dcb4b91034d8
added missing entries in Makefile.am's
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@351 70169cfe-8b10-0410-8925-dcb4b91034d8
added useful file
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@350 70169cfe-8b10-0410-8925-dcb4b91034d8
- 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...
Auch abrufbar als: Atom