Projekt

Allgemein

Profil

Statistiken
| Zweig: | Markierung: | Revision:
Name Größe Revision Geändert vor Autor Kommentar
  base ae4215c2 mehr als 20 Jahren aquamaniac - fslock.c: added fallback mechanism for file s...
  crypt a6ca17dc mehr als 20 Jahren aquamaniac - current version also compiles (with few warni...
  io e11c6798 mehr als 20 Jahren aquamaniac minor fixes git-svn-id: https://devel.aqbanki...
  ipc a6ca17dc mehr als 20 Jahren aquamaniac - current version also compiles (with few warni...
  net f204efa7 mehr als 20 Jahren aquamaniac - added simple file/folder locking mechanism - ...
  os ae4215c2 mehr als 20 Jahren aquamaniac - fslock.c: added fallback mechanism for file s...
  parser ed8aef94 mehr als 20 Jahren cstim Fix using an uninitialized variable git-svn-i...
.cvsignore 110 Bytes ce5d63bb mehr als 21 Jahren cstim 2004-05-07 Christian Stimming <stimming@tuhh....
Makefile.am 2,48 KB a6ca17dc mehr als 20 Jahren aquamaniac - current version also compiles (with few warni...
gwenhywfar.c 8,89 KB ba351a3a mehr als 20 Jahren aquamaniac - added I18N module (just a simple helper for s...
gwenhywfar.h 1,99 KB f5ddeedf mehr als 21 Jahren aquamaniac more Darwin fixes git-svn-id: https://devel.a...
gwenhywfarapi.h 2,68 KB ba351a3a mehr als 20 Jahren aquamaniac - added I18N module (just a simple helper for s...
ressource.rc.in 3,36 KB c5497896 mehr als 21 Jahren aquamaniac - started cleaning up function names git-svn-...
types.h.in 2,89 KB 200c69e7 mehr als 20 Jahren aquamaniac - added defines for printf-templates for GWEN_T...
version.h.in 2,17 KB 81fb9727 mehr als 21 Jahren aquamaniac - io/bio_buffer: added constructor which does N...

Aktuellste Revisionen

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

Revisionen anzeigen

Auch abrufbar als: Atom