Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
37a779bf 13.12.2004 05:26 aquamaniac

minor changes

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

80963da6 13.12.2004 04:39 aquamaniac

renamed a function

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

19027034 13.12.2004 04:34 aquamaniac

added missing file

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

90940495 13.12.2004 04:31 aquamaniac

Please note: The changes below are not checked on WIN32 !!
I sometimes used the function strncasecmp(), maybe we have to find a way
around this for WIN32 (or does MinGW already support it?)
------------------------------------------------------------------------...

79dafa10 06.12.2004 13:31 cstim

2004-12-06 Christian Stimming <>

  • src/os/windows/fslock.c: Finish file lock support on
    Win32/MinGW; unfortunately link() is unavailable there.

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

ed8aef94 06.12.2004 13:30 cstim

Fix using an uninitialized variable

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

ae4215c2 05.12.2004 21:41 aquamaniac

- fslock.c: added fallback mechanism for file systems which do not support the
link() function. Use open() with O_EXCL flag on those systems instead.
This should also work with FAT or other file systems which do not support
link().

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

75426d76 05.12.2004 03:18 aquamaniac

- StringList: Added reference counter to StringListEntry.
When adding or inserting a string via GWEN_StringList_AppendString or
GWEN_StringList_InsertString and double checking is enabled then the
reference counter of a string is incremented if the string to be added or...

9e34dd85 05.12.2004 02:19 aquamaniac

added missing file

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

8f11df4a 05.12.2004 02:07 aquamaniac

- added generic plugin management. This will be used by new plugins
(in AqBanking and AqHBCI) and maybe in Gwen 2.x for DBIO plugins.

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

ba351a3a 05.12.2004 01:57 aquamaniac

- added I18N module (just a simple helper for some I18N issues)
When setting a locale the given locale is also stored in it generalized
forms, e.g.:
de_DE@euro is stored as:
- de_DE@euro
- de_DE
- de
- added I18N to plugin descriptions (uses the property "lang" in "plugin"...

b61eeb22 04.12.2004 23:08 aquamaniac

- implemented FSLock at least for POSIX the way "man 2 open" suggests.
This should now also work on NFS shares.

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

4cad979d 04.12.2004 12:37 aquamaniac

added missing file

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

e11c6798 04.12.2004 00:51 aquamaniac

minor fixes

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

f204efa7 03.12.2004 23:58 aquamaniac

- added simple file/folder locking mechanism
- started working on filters for GWEN_BUFFEREDIO. I used these kind of filters
in AqBackup, but they weren't as sophisticated as the current ones are ;-)
Fortunately I can now use the GWEN_RINGBUFFER functions......

16d45df4 29.11.2004 11:28 cstim

add cvsignores

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

6e47867a 28.11.2004 00:45 aquamaniac

fixed a bug in olddb.xml.in

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

527e87b3 27.11.2004 19:06 cstim

Fix make dist

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

15674790 26.11.2004 21:39 aquamaniac

- added DBIO plugin for old OpenHBCI1-style config files

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

d4f0aa30 25.11.2004 06:23 aquamaniac

- csv plugin:
- implemented checkFile function
- fixed a bug (now importing AqMoney2 CSV files works ;-)

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

4594c0dd 22.11.2004 03:38 aquamaniac

more fixes to typemaker

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

eb7d733b 22.11.2004 02:50 aquamaniac

minor fixes

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

5f80a952 22.11.2004 02:43 aquamaniac

minor fixes

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

c4721053 22.11.2004 02:24 aquamaniac

- typemaker:
- added property "volatile": if set then the element is not written to or
read from a db
- fixed some bugs: DOMAIN name was not prepended to function definitions
in header files
- now _LIST2_dup() functions are created if LIST2 is enabled...

55956ce7 20.11.2004 01:22 aquamaniac

postrelease fixes

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

(2601-2625/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom