Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
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

3cc6b072 16.07.2006 22:43 martin

- fixed a bug in list.c (pointed out by "Archimedes Submerged")

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

30d80c59 16.07.2006 10:48 martin

- added a simple signal/slot framework which allows a single signal to be
connected to multiple matching slots
- GWEN_List_Erase(): The given iterator is moved toward the next element in
any case (if there is no next element then the iterator will point to 0)....

c46fd9ee 13.07.2006 18:20 martin

prepared release

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

3f4f0a7e 03.07.2006 13:28 martin

use install -p in my own Makefile.cvs target

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

2b09a13f 23.06.2006 03:02 martin

adjusted VERSION_TAG

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

da527ee7 23.06.2006 01:31 martin

implemented checkFile function of xmldb plugin

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

9077e1cc 23.06.2006 01:16 martin

- added GWEN_DBIO plugin for XML data

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

cafd71e7 15.06.2006 22:41 martin

prepared release 2.3.0

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

853d175b 15.06.2006 22:27 martin

- decreased verbosity of nl_packets.c

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

7bed38cc 03.06.2006 05:28 martin

- plugins/storage/localfiles:
- fixed a problem with the latest checkin:
The storage code assumes that every object has a unique id. So to ensure
this while keeping GWEN_IDMAPs effective the upper 8 bytes of the id
are now reserved for the type....

381022f6 01.06.2006 21:18 martin

- src/storage:
- fixed some bugs
- object ids are now only unique within a type's namespace. This allows
for a more efficient use of GWEN_IDMAP to store object ids per type.

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

247667e2 23.05.2006 16:08 martin

- src/storage.c: fixed a bug

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

1cc97236 23.05.2006 04:18 martin

- src/storage: now logs creation of new objects

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

23a7dc84 22.05.2006 23:52 martin

- improved idmap code: now iterates over const idmaps (i.e. the argument
*pid to the function GWEN_IdMap_FindNext() is now used as attach point
instead of an internally stored var). This also allows for multiple
iterations in parallel

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

45494bd4 22.05.2006 17:25 christian

Add include file ifdefs, which might be necessary on some
windows (MSVC) platforms.

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

f6ee5cad 20.05.2006 06:47 martin

- src/base/idlist: added functions which allow iterating over
const GWEN_IDLIST as well

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

eb763d87 20.05.2006 04:43 martin

more fixes to storage code

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

1edb1f97 20.05.2006 03:07 martin

more fixes to storage code

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

(2176-2200/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom