Aktivität
von 17.03.2004 bis 15.04.2004
08.04.2004
- 17:06 Revision fc7b25a5 (gwenhywfar): 2004-04-08 Christian Stimming <stimming@tuhh.de>
- * m4/ssl.m4: For openssl on windows, check more than one directory
for the location of the DLLs.
git-svn-id: https... - 14:27 Revision cbb14aac (gwenhywfar): changed tag back to CVS (after tagging the release version
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@307 70169cfe-8b10-0410-8925-dcb4b91034d8
- 14:18 Revision 10172d11 (gwenhywfar): prepared next release
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@305 70169cfe-8b10-0410-8925-dcb4b91034d8
- 12:47 Revision 3cbd4adc (gwenhywfar): C-binding where missing
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@304 70169cfe-8b10-0410-8925-dcb4b91034d8
- 12:37 Revision 462f2f03 (gwenhywfar): - io/bufferedio:
- - added flag functions to set/get flags which control the behaviour of a
BufferedIO
- split into multiple objec...
07.04.2004
- 13:39 Revision 1ce97eff (gwenhywfar): Fix rpm spec file
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@302 70169cfe-8b10-0410-8925-dcb4b91034d8
06.04.2004
- 08:26 Revision 00ec7fcb (gwenhywfar): - os/process:
- - added functions to set/retrieve flags to modify the behaviour of the
GWEN_PROCESS code.
The most important ...
05.04.2004
- 15:17 Revision 0a57dc3a (gwenhywfar): Fix make distcheck target.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@300 70169cfe-8b10-0410-8925-dcb4b91034d8
- 11:49 Revision eb731dcb (gwenhywfar): - base/inherit.h:
- - added macro GWEN_INHERIT_ISOFTYPE which checks whether a given pointer
refers to an object of a given type
gi... - 10:56 Revision d0b2df34 (gwenhywfar): - base/idlist:
- - added function GWEN_IdList_Clean() to clean a list
- added function GWEN_IdList_Sort() to sort an id list in asce... - 08:17 Revision 9fd84278 (gwenhywfar): fixed a typo
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@297 70169cfe-8b10-0410-8925-dcb4b91034d8
- 08:14 Revision 84e1ae54 (gwenhywfar): - parser/db:
- - added functions GWEN_DB_FindFirstGroup and GWEN_DB_FindFirstGroup which
simplify searching for groups by name.
... - 07:14 Revision bc76f1d8 (gwenhywfar): - base/idlist:
- - added getNextId functions
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@295 70169cfe-8b10-0410-8925... - 06:56 Revision 652cca85 (gwenhywfar): - 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...
04.04.2004
- 04:39 Revision 2dce2a32 (gwenhywfar): - 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 fir...
02.04.2004
- 23:07 Revision 83d13c8c (gwenhywfar): - moved plugins to toplevel (grr, didn't think about the fact that the
- plugins need libgwenhywfar which hasn't been compiled when compiling
the plugins...)
Please remember to CVS updat... - 21:46 Revision 5d3a2b30 (gwenhywfar): - base/waitcallback:
- - callback function is now able to monitor the progress
of an action (typedef has changed !)
- added GWEN_WaitC... - 08:19 Revision b0f48afe (gwenhywfar): - 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 7...
01.04.2004
- 10:18 Revision 23db2ebc (gwenhywfar): 2004-04-01 Christian Stimming <stimming@tuhh.de>
- * src/parser/db.c: Fix errornous function argument to
GWEN_DBIO_GetPlugin.
git-svn-id: https://devel.aqbank... - 02:29 Revision 8df4d059 (gwenhywfar): - changed install location of plugins from "share" to "lib"
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@288 70169cfe-8b10-0410-8925-dcb4b91034d8
- 02:17 Revision cfb65c39 (gwenhywfar): - added functions GWEN_DB_WriteFileAs and GWEN_DB_ReadFileAs which allow
- using GWEN_DBIO plugins fro importing/exporting any format of files
supported by plugins.
- added plugin "csv" whic... - 01:22 Revision 37a0db5f (gwenhywfar): - added plugin loading functions to GWEN_DBIO
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@286 70169cfe-8b10-0410-8925-dcb4b91034d8
31.03.2004
- 11:24 Revision 7902601d (gwenhywfar): - added import/export framework for GWEN_DBs. This makes parser plugins
- based on GWEN_DBs much easier.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@285 70169cfe-8b10-0410-8...
29.03.2004
- 16:56 Revision a490dbea (gwenhywfar): - reintroduced my old win32 target, since the one of Christian doesn't work
- the way I need it: It needs to build all objects/libraries again, and that
simply takes too much time. Another prob...
25.03.2004
- 16:19 Revision 5eb34ee3 (gwenhywfar): Fix new makefile rules for other autotools
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@283 70169cfe-8b10-0410-8925-dcb4b91034d8
- 15:28 Revision e68be609 (gwenhywfar): - 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 build...
24.03.2004
- 16:40 Revision 8eca08fc (gwenhywfar): Fix windows gwentime
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@281 70169cfe-8b10-0410-8925-dcb4b91034d8
- 16:19 Revision e4e8da35 (gwenhywfar): 2004-03-24 Christian Stimming <stimming@tuhh.de>
- * test/gwentest.c: Finalize test code for Microsoft Visual Studio
C compiler. Necessary steps are described in READM... - 16:14 Revision d11a5446 (gwenhywfar): included a workaround for the missing function gettimeofday under WIN32
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@279 70169cfe-8b10-0410-8925-dcb4b91034d8
- 15:38 Revision 9395f52c (gwenhywfar): added include windows.h
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@278 70169cfe-8b10-0410-8925-dcb4b91034d8
- 14:53 Revision f4d11b23 (gwenhywfar): 2004/03/24: Martin Preuss<martin@libchipcard.de>
- ------------------------------------------------
- added new module GWEN_TIME (does not contain much for now, but I n... - 14:38 Revision 60bf789e (gwenhywfar): 2004-03-24 Christian Stimming <stimming@tuhh.de>
- * configure.ac, src/base/debug.h, src/base/debug.c: Variadic
macros are not supported by Microsoft Visual Studio
co...
22.03.2004
- 13:33 Revision 95cb4ae4 (gwenhywfar): Increase build number.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@275 70169cfe-8b10-0410-8925-dcb4b91034d8
- 13:31 Revision a0f880e6 (gwenhywfar): 2004-03-22 Christian Stimming <stimming@tuhh.de>
- * src/gwenhywfarapi.h: Add macro declarations that are unavailable
on mingw systems.
* src/os/windows/inetsocket.c... - 11:45 Revision d0a4248a (gwenhywfar): prepared release of 0.9.8
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@273 70169cfe-8b10-0410-8925-dcb4b91034d8
- 11:18 Revision c7fd63cb (gwenhywfar): Improve rule for make quick that creates headers first, then does make all.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@272 70169cfe-8b10-0410-8925-dcb4b91034d8
- 10:09 Revision 5b6c9182 (gwenhywfar): 2004/03/19: Martin Preuss<martin@libchipcard.de>
- ------------------------------------------------
- waitcallback:
- added function GWEN_WaitCallback_LastEntered whi...
17.03.2004
- 10:24 Revision bdba5276 (gwenhywfar): 2004/03/17: Martin Preuss<martin@libchipcard.de>
- ------------------------------------------------
- netconnection, nettransport:
- introduced idle time counter
- ... - 10:22 Revision 1c80bcd3 (gwenhywfar): added missing files
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@269 70169cfe-8b10-0410-8925-dcb4b91034d8
- 10:18 Revision da71cc30 (gwenhywfar): - 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
Auch abrufbar als: Atom