Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
4d9fafc2 03.11.2005 15:51 aquamaniac

fixed a bug in socket code

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

e7148640 03.11.2005 14:02 aquamaniac

- some fixes in network/IPC code (now works with Libchipcard2, so the IPC
stuff now works again

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

0ae26c7d 03.11.2005 11:29 cstim

Add missing GWENHYWFAR_API

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

65a9f1c9 03.11.2005 10:51 cstim

Add GWENHYWFAR_API to headers

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

d53fef77 03.11.2005 10:03 cstim

Add GWENHYWFAR_API to headers

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

64842279 03.11.2005 09:54 cstim

Update cvsignore

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

8fa75013 03.11.2005 09:51 cstim

Remove removed files

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

68c78597 03.11.2005 09:44 cstim

Remove auto-generated file from CVS

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

e60bcbf1 03.11.2005 05:25 aquamaniac

fixed some bugs in HTTP code

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

e43961fb 03.11.2005 01:20 aquamaniac

- started on Gwenhywfar2:
- src/ipc/*:
- removed netconnectionhttp*.{c,h}
- renamed all function GWEN_IPCxxx to GWEN_IpcXxx (according to coding
style of GWEN)
- removed src/net
This has now been replaced by src/net2.
- removed ui/...

e69a74fe 02.11.2005 10:45 cstim

Improve linker flags for win32 preparation

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

9683d828 02.11.2005 02:16 aquamaniac

- added nl_packets.{c,h}: This is a simple layer which enqueues incoming and
outgoing packets.

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

4e58f6c3 01.11.2005 17:30 cstim

Windows linker flags improvements

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

f6e4f806 01.11.2005 14:43 aquamaniac

- removed a fprintf() from netlayer.c

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

5dc67b27 01.11.2005 10:24 cstim

Comment out/remove unused variables

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

65f46a13 01.11.2005 02:51 aquamaniac

- added functions to GWEN_NetLayer:
- GWEN_NetLayer_RecvPacket()
- GWEN_NetLayer_SendPacket()
- GWEN_NetLayer_RecvPacketBio()
- GWEN_NetLayer_SendPacketBio() (this is now used for HTTP requests)
- fixed a bug in nl_http.c (error in handling of chunked transfers)...

fb7f6302 30.10.2005 22:35 aquamaniac

- added GWEN_NetLayerHbci:
This is to be used by AqHBCI. It determines the size of incoming messages
and also encodes/decodes them to/from BASE64 if requested.
This layer only handles the transport of HBCI messages, it neither parses
nor generates HBCI messages....

eec05132 29.10.2005 04:30 aquamaniac

- typemaker: added property "out" to "header" element (if value is "source"
then the corresponding include will be written to the created source file,
otherwise it will be written to the created header files).
Possible values: "header", "source"
- implemented GWEN_NetLayerSsl (will replace GWEN_NetTransportSSL)...

f90d201a 28.10.2005 01:54 aquamaniac

synced

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

83c54581 28.10.2005 01:45 aquamaniac

- started rewriting network code
- db.{h,c}:
- when writing a db with GWEN_DB_FLAGS_USE_COLON then insert a space
after the colon
- added functions:
- GWEN_DB_ReadFromString()
- GWEN_DB_WriteToBuffer()
- added flag GWEN_DB_FLAGS_DOSMODE
- modified GWEN_DB_FLAGS_HTTP:...

c3f1bed0 26.10.2005 17:11 cstim

Fix missing dllexport declarations

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

b812ea92 25.10.2005 17:37 aquamaniac

- worked on GWEN_HttpSession: Now requesting a document works (including
diversion and authorization)
- added description and example for GWEN_INHERIT code

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

d808605f 25.10.2005 12:11 cstim

2005-10-25 Christian Stimming <>

  • configure.ac, plugins/*/Makefile.am: Clean up linker arguments
    by specifying one libname in configure.ac and reusing this
    throughout the project.

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

22b1fa97 24.10.2005 11:06 cstim

2005-10-24 Christian Stimming <>

  • gwenpp/Makefile.am, plugins/dbio/olddb/Makefile.am,
    plugins/dbio/csv/Makefile.am,
    plugins/crypttoken/ohbci/Makefile.am: Fix broken win32 linker
    arguments in last LIBADD change.

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

d6e98fc4 22.10.2005 17:10 aquamaniac

prepared release

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

(2351-2375/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom