Projekt

Allgemein

Profil

Statistiken
| Zweig: | Markierung: | Revision:

# Datum Autor Kommentar
c5c2fea2 30.07.2004 11:43 aquamaniac

and yet even more small fixes ;-)

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

56f4ebd9 30.07.2004 10:31 aquamaniac

yet even more small fixes ;-)

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

5adce47f 30.07.2004 10:25 aquamaniac

minor fixes

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

c541a29a 30.07.2004 10:17 aquamaniac

small fix

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

3b5343fd 30.07.2004 10:11 aquamaniac

- base: added module PluginDescription. This module loads all XML files
from a directory and tries to extract plugin informations from them.
In future all my plugins will be shipped with such an XML file to allow
scanning for available plugins without the need to actually load the...

09609437 29.07.2004 20:21 aquamaniac

- parser/text: added GWEN_Text_CheckSimilarity() which checks how equal
two strings are (untested)

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

b67a54b8 28.07.2004 17:40 aquamaniac

- base/misc2.h: added *List2_ForEach functions

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

cb130fe4 28.07.2004 15:55 aquamaniac

added misc2.h

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

8c185d1b 28.07.2004 15:52 aquamaniac

- base: added misc2.h
This file now contains wrappers around a GWEN_LIST which allow typesafe
use of a GWEN_LIST.

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

c3a505ab 20.07.2004 03:34 aquamaniac

- reverted latest changes to toplevel Makefile.am (contained ugly CR
characters. To Christian: Could you please reintroduce your changes ?
Sorry for being rude but I needed Gwen to work and since I did not find a
ChangeLog entry I was unable to figure out the difference at a first...

9a7c3191 04.07.2004 05:22 aquamaniac

- base/args: GWEN_Args_Check is now able to return a new code which flags
that the user wanted help. This circumstance is detected by a new flag
(GWEN_ARGS_FLAGS_HELP).
- crypt/padd: removed usage of a deprecated function (so that the annoying
warning in OpenHBCI2/AqHBCI vanishes)...

40a55447 02.07.2004 04:54 aquamaniac

minor changes

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

b826574d 26.06.2004 20:34 aquamaniac

- ui:
- focus can now be changed to the nex AND to the previously active
widget ;-)
- base/misc.h:
- added functions which allow traversing a list backwards.
However, these functions aren't very fast since the lists are only
simple-linked. But using these new functions allows to silently use...

ea7d6cbf 22.06.2004 04:47 aquamaniac

- ui: added VSlider, fixed many bugs in UI code etc. It is still slow
but now it works ;-) I will have to optimize later...

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

c146acda 16.06.2004 18:06 aquamaniac

- parser/db: added function GWEN_DB_InsertGroup

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

1646b90c 04.06.2004 15:35 aquamaniac

- base/idlist.c: fixed another stupid bug

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

984309b0 04.06.2004 13:30 aquamaniac

minor fixes

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

ae455377 03.06.2004 09:12 aquamaniac

- os/gwentime: added function to retrieve the time in milliseconds
- base/idlist: fixed two severe bugs
- crypt/ossl/nettransportssl: added functions to retrieve the peer certificate

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

94ce5efe 30.05.2004 17:35 aquamaniac

- parser/text: GWEN_Text_FromHexBuffer now ignores blanks
- parser/msgengine: added property "storedAs" which indicates the storage
type when reading bin-values from within the data of a tag

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

20d26ca0 21.05.2004 15:53 aquamaniac

- base/logger.c: fixed a severe bug (trapped into endless loop when
log level was "debug")

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

6fc5e175 17.05.2004 04:50 aquamaniac

- 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

200adc75 16.05.2004 05:02 aquamaniac

- 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

52eea818 15.05.2004 00:55 aquamaniac

- ipc/ipc.{c,h}: fixed some bugs

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

9253cd82 06.05.2004 13:02 aquamaniac

- 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...

be653492 05.05.2004 17:39 cstim

Eliminate further pedantic warnings.

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

c9ce572e 05.05.2004 16:23 aquamaniac

- removed some trailing semicolons from macros in inherit.h and misc.h

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

e5b445a3 05.05.2004 16:12 cstim

2004-05-05 Christian Stimming <>

  • src/*: Remove trailing semicolons from macro calls where
    "-pedantic" complains about them.

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

22321faf 05.05.2004 16:11 cstim

2004-05-05 Christian Stimming <>

  • src/base/misc.h: Remove trailing semicolons from the function
    definitions in the GWEN_LIST_FUNCTIONS macro since ISO C89 does
    not allow these (-pedantic i.e. --enable-warnings=all will give...
9bf6b8a7 05.05.2004 14:47 cstim

Fix compiler warning about unused variable

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

d3546584 05.05.2004 14:24 aquamaniac

- modified the prototype of GWEN_WaitCallback_Log

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

9e51875b 05.05.2004 02:16 aquamaniac

- fixed some bugs in args.c

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

ca1427d2 04.05.2004 22:48 aquamaniac

minor fixes

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

9720e529 04.05.2004 22:42 aquamaniac

added missing files

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

e2c13477 04.05.2004 21:39 aquamaniac

- added type GWEN_TYPE_UINT64
- rewrote GWEN_WAITCALLBACK stuff (will have to modify some dependant
projects in order to use this new infrastructure)

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

db580285 03.05.2004 02:16 aquamaniac

- fixed another bug in base/buffer (could not set a position outside
buffer boundaries even if in USE_BIO mode)
- fixed yet another bug in base/buffer (did not crop if pos was 0)

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

7bcde962 02.05.2004 23:48 aquamaniac

- fixed a bug in base/buffer (did not abort when mode
GWEN_BUFFER_MODE_ABORT_ON_MEMFULL was given)

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

3be91f6a 01.05.2004 22:29 aquamaniac

- fixed a bug in base/buffer

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

81c87858 01.05.2004 01:18 aquamaniac

fixed a typo

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

c3ed13af 01.05.2004 01:08 aquamaniac

- io/bufferedio:
- added function GWEN_BufferedIO_ReadRawForced
- base/buffer:
- added GWEN_Buffer_SetSourceBIO and a mechanism, which reads missing
data from a GWEN_BUFFEREDIO (if the buffer is in mode
GWEN_BUFFER_MODE_ABORT_USE_BIO). Does work wor ReadChar and PeekChar....

ef070518 24.04.2004 23:59 aquamaniac

- changed GWEN_ARGS so that it can now be used as const. All functions
now accept "const GWEN_ARGS*" pointers.

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

b37e1873 24.04.2004 23:30 aquamaniac

added GWENHYWFAR_API to header args.h

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

7198fd0a 24.04.2004 23:28 aquamaniac

added C++ bindings for module GWEN_ARGS

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

fd572e4b 24.04.2004 23:20 aquamaniac

- GWEN_Args_Usage() is now able to produce an ASCII help screen using
GWEN_ARGS

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

a04abe98 24.04.2004 22:43 aquamaniac

- debugged module "args" (it now works as intended)

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

80069dc1 24.04.2004 01:39 aquamaniac

minor fixes

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

b5d2a7b3 24.04.2004 01:28 aquamaniac

- added base module "args" which transforms command line arguments to
a GWEN_DB. It performs some checks on the arguments given and makes it
easier to create help screens.

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

931141cc 16.04.2004 12:07 cstim

2004-04-16 Christian Stimming <>

  • src/base/debug.c: Fix DBG_* functions that are the replacements
    for their variadic-macros counterpart. Unfortunately this error
    caused every gwen version built with --disable-variadic-macros to
    crash -- sorry. But it is fixed now....
eb731dcb 05.04.2004 11:49 aquamaniac

- base/inherit.h:
- added macro GWEN_INHERIT_ISOFTYPE which checks whether a given pointer
refers to an object of a given type

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

d0b2df34 05.04.2004 10:56 aquamaniac

- base/idlist:
- added function GWEN_IdList_Clean() to clean a list
- added function GWEN_IdList_Sort() to sort an id list in ascending order

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

bc76f1d8 05.04.2004 07:14 aquamaniac

- base/idlist:
- added getNextId functions

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

652cca85 05.04.2004 06:56 aquamaniac

- added base/idlist: This is basically a list for GWEN_TYPE_UINT32 objects,
but since it uses tables instead of those list objects normally used
throughout Gwen it is less memory consuming. I used it in the current
development version of Libchipcard and found it usefull in another project...

2dce2a32 04.04.2004 04:39 aquamaniac

- bufferedio: GWEN_BufferedIO_File__Close() no longer closes one of the
console files (like stdin, stdout, stderr).
- base/buffer:
- when creating a new buffer with a NULL pointer the first character of the
allocated memory is preset with a 0
- parser/text:...

5d3a2b30 02.04.2004 21:46 aquamaniac

- base/waitcallback:
- callback function is now able to monitor the progress
of an action (typedef has changed !)
- added GWEN_WaitCallbackProgress() which should be called instead of
GWEN_WaitCallback() (the latter function internally now calls...

b0f48afe 02.04.2004 08:19 aquamaniac

- plugin/dbio/csv: fixed factory function
- base/buffer: changed hardlimit from 64kb to 2mb

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

e68be609 25.03.2004 15:28 aquamaniac

- changed the way a DLL is created:
Now the libXXX.a library is taken (which - thanks to libtool - already
contains all object files needed for building the DLL) and all the
object files in the ".libs" folder of the toplevel library (because
for any strange reasons they are not included with the toplevel library)....

60bf789e 24.03.2004 14:38 cstim

2004-03-24 Christian Stimming <>

  • configure.ac, src/base/debug.h, src/base/debug.c: Variadic
    macros are not supported by Microsoft Visual Studio
    compiler. Therefore the macro NO_VARIADIC_MACROS disables them,
    and also the configure switch --enable-variadic-macros=no (default...
5b6c9182 22.03.2004 10:09 aquamaniac

2004/03/19: Martin Preuss<>
------------------------------------------------
- waitcallback:
- added function GWEN_WaitCallback_LastEntered which returns the
time the callback context was last entered. This can be used by the
callback function to decide whether a window is to be opened (for...

1c80bcd3 17.03.2004 10:22 aquamaniac

added missing files

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

da71cc30 17.03.2004 10:18 aquamaniac

- added a note about CVS usability to STYLE file

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

75083574 12.03.2004 16:53 aquamaniac

added missing files

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

dafb784e 12.03.2004 16:22 aquamaniac

- merged my work from home into the current CVS.
Thanks to Christian Stimming I'm now able again to participate in the development of this project ;-)
Damned HanseNet does not provide me with a telephone line... (I'm waiting for more than a month now!)...

3c502d51 15.02.2004 12:29 cstim

Fix compiler warning about unused variable.

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

b05c3a46 25.01.2004 10:36 aquamaniac

make ringbuffer.h includeable from C++, too

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

627b5e47 25.01.2004 10:01 aquamaniac

- added statistical functions to GWEN_RingBuffer

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

c5497896 25.01.2004 09:04 aquamaniac

- started cleaning up function names

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

db6abdf6 25.01.2004 08:35 aquamaniac

- added new base module: GWEN_RingBuffer; this module introduces a
circular read/write buffer.

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

85ec98b2 17.01.2004 10:27 aquamaniac

more work on SSL (establishing a connection works)

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

deb1fd72 17.01.2004 07:59 aquamaniac

- added conveniance functions for socket operations (needed for SSL functions)

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

1a6ebfd2 17.01.2004 05:54 aquamaniac

minor changes

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

9077def8 17.01.2004 05:53 aquamaniac

minor changes

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

dbc0af21 17.01.2004 05:52 aquamaniac

minor changes

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

e5f2a92c 17.01.2004 05:50 aquamaniac

minor changes

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

52a95967 17.01.2004 05:49 aquamaniac

minor changes

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

6450e200 17.01.2004 05:48 aquamaniac

minor changes

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

59113941 17.01.2004 05:31 aquamaniac

added GWEN_WaitCallback_LastCalled

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

462872e7 17.01.2004 05:18 aquamaniac

- added GWEN_WaitCallback:
This allows for nesting callback contexts. This is now a generic way
to inform the application about long term actions.

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

15bd13b0 10.01.2004 23:36 aquamaniac

- logger: added function GWEN_Logger_AddLogger. This functions allows to
log to multiple loggers in parallel. This is interesting for debugging
purposes when you still want to log to syslog (or whatever service you
like) but want to additionally log to a log file or stderr....

88dc6282 07.01.2004 17:36 aquamaniac

- cleanup of Makefiles
- prepared next release

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

3f6fe638 06.01.2004 01:32 aquamaniac

minor fixes

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

b70c63cc 05.01.2004 15:10 aquamaniac

- reverted debug.h macros to use snprintf again, since all architectures
except PalmOS have it, and PalmOS is no longer supported

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

241c1277 05.01.2004 15:03 aquamaniac

added missing file

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

aaa30da8 05.01.2004 14:55 aquamaniac

- aborted PalmOS port

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

c0f87991 05.01.2004 13:19 aquamaniac

added missing file

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

310ae6e5 04.01.2004 23:37 aquamaniac

- GWEN_BUFFER is now using the new type GWEN_TYPE_UINT32
- file "types.h" now gets installed
- macros in "debug.h" now use the builtin function GWEN_Debug_Snprintf.
This is a limited function imitating "snprintf" with a very very limited
set of conversions (for now only "s", "c", "d" and "c" are supported....

a80460bd 04.01.2004 21:32 aquamaniac

- GWEN_BUFFER is now using the new type GWEN_TYPE_UINT32

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

230c36cc 04.01.2004 01:53 aquamaniac

- added GWEN_TYPE_UINT32 (this is needed for crossplatform compilation,
e.g. for PalmOS in short-mode)

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

fb16de9f 29.12.2003 21:07 aquamaniac

added README, worked on PalmOS port

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

d2017f81 15.12.2003 02:39 aquamaniac

- added string functions to base/buffer module
- improved library loader
- added code for DLL init
- Gwen now initializes itself upon loading
- added README.W32 for people who want to compile Gwenhywfar on Windoze

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

3bfc7e77 11.12.2003 01:58 aquamaniac

- started porting Gwen to Windoze

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

793860b4 04.12.2003 00:29 aquamaniac

- removed IPC stuff from Gwenhywfar. You can find the IPC stuff in
the same CVS repository as Gwenhywfar. The module name is "gwenipc".
- finally fixed last typos regarding Gwen's name ;-)
Now I addresses GWENHYFWAR (written in all-capitals).

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

ce8ee768 01.12.2003 21:17 aquamaniac

- fixed some serious bugs in list code (this class seemed to be so simple,
but it is in fact quite complicated ;-)
- nearly completed IPC code:
- added session management
- keys are no longer stored inside context files
- added AnonymousOpen function...

dcd96714 30.11.2003 19:14 aquamaniac

- fixed a bug in list
- IPC is now ready for deeper testing
- added some new test files

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

c765d3ee 24.11.2003 23:27 aquamaniac

- removed unnecessary files, improved APIDOC

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

b63d7810 23.11.2003 23:27 aquamaniac

- added "src/os/directory_all.c" which contains some usefull functions (well,
ONE at this moment)
- improved APIDOC of some "classes"

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

5176e1ad 23.11.2003 19:28 aquamaniac

- added Doxyfile.in, started working on API documentation

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

1f8f1970 22.11.2003 20:19 aquamaniac

- finally corrected spelling of Gwenhywfar ;-)
Thanks to Thomas Viehmann for providing a nice conversion script ;-)

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

f2db342a 22.11.2003 19:53 aquamaniac

- fixed a severe bug in "list"
- more work on IPC

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

c7b52c58 21.11.2003 02:13 aquamaniac

- fixed some compiler warnings
- more work on IPC

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

2137138d 19.11.2003 12:51 cstim

Fix compiler warnings about signed/unsigned.

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

d0476f06 17.11.2003 13:44 aquamaniac

- fixed a bug in LIST code

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