Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
66e57de3 17.01.2007 11:52 christian

Fix win32 openssl detection again; forgot to remove old linker flags

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

2393caab 16.01.2007 21:18 christian

Update win32 openssl detection: should check for instead of windows-dir;
also, if variables are set externally, ignore the test

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

6d5d22bb 16.01.2007 14:38 christian

Release version 2.5.1

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

9eb6be60 12.01.2007 22:13 christian

On win32, change gwenhywfar_libs flags back to "-lgwenhywfar" without
so-version because libtool will lookup the library name without
so-version number.

Also, move common variables out of the case statement.

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

52ff8e36 09.01.2007 16:56 christian

Add __stdcall decoration on md.h callback functions as well.

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

7270965e 09.01.2007 15:52 christian

Add missing __stdcall decoration on callback functions as
needed on win32 since r1087 (2006-09-14). In other words,
gwenhywfar-2.4.1 and 2.5.0 are probably broken on win32.

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

d274df31 29.12.2006 03:20 martin

- decreased verbosity of libloader code

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

42d4ddff 25.12.2006 17:32 martin

- decreased verbosity of libloader code

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

e60e7a91 17.10.2006 13:29 christian

Improve build system: Replace 'which' by autoconf macro to improve cross-platform configuration.

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

ebe94b20 17.10.2006 11:30 christian

Remove old unneeded package from sourceforge-build-script

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

fcfae854 11.10.2006 11:07 christian

Make plugindir lookup relocatable as well. By now, the full gwenhywfar should be relocatable.

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

782ab66c 11.10.2006 10:56 martin

- src/gwenhywfar.c: changed position of binreloc init call because the
GWEN_LOGGER mechanism is only available after the logger module has been
initialized

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

5a8fe3fd 11.10.2006 10:54 martin

- src/gwenhywfar.c: decreased verbosity of binreloc

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

5f7e3709 11.10.2006 10:47 martin

- added functions GWEN_NetLayerPackets_GetFixedPacketSize() and
GWEN_NetLayerPackets_SetFixedPacketSize(): This allows the packets netlayer
determine on its own how many bytes have to be read for a complete packet
-> this constitutes an API enhancement...

53a54d47 10.10.2006 22:13 christian

Add initial binreloc support; all directories except plugindir are now looked up automatically at runtime.

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

39963251 02.10.2006 23:37 martin

- decreased verbosity of netlayer and OS functions

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

e0a87a99 21.09.2006 18:32 martin

- decreased verbosity in src/parser/xml.c and src/base/plugindescr.c

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

80791b65 20.09.2006 20:47 martin

- decreased verbosity in src/os/directory_all.c

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

761b0b9c 20.09.2006 19:05 martin

- nl_packets: Don't start sending data unless the next lower layer is
connected

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

08e008aa 14.09.2006 02:30 martin

- introduced attribute GWENHYWFAR_CB which expands to "__stdcall" on WIN32
systems. This prevents some spurious errors we get on Win32 systems
when inherited classes are used (those errors are very hard to debug so
we now prevent them).
On WIN32 systems this changes the API of inherting classes!...

d6563107 04.09.2006 14:18 martin

- implemented the function GWEN_Logger_SetLogFunction()

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

0f9f77a0 26.08.2006 00:46 martin

released

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

a7b7058a 20.07.2006 14:32 christian

On Directory_Read, add assertion that the directory handle is non-NULL.

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

215b711e 20.07.2006 14:31 christian

Add new svnignores

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

fa89bf28 20.07.2006 13:03 martin

possibly fixed a compile stopper for amd64

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

(2151-2175/3208) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom