Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
d2b69736 23.01.2005 17:56 aquamaniac

- added missing translations

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

0be44e82 22.01.2005 05:03 aquamaniac

- added GWEN_NetTransportSSL_SetAskAddCertFn2() which allows setting a
callback function which takes a user data pointer.
- fixed a bug which caused HTTP connections not to return the last message
received
- now the HTTP protocol version plus the HTTP header "connection:" is...

f03510ce 19.01.2005 02:33 aquamaniac

- added GWEN_NetTransportSSL_SetAskAddCertFn2() which allows setting a
callback function which takes a user data pointer.
- fixed a bug which caused HTTP connections not to return the last message
received
- now the HTTP protocol version plus the HTTP header "connection:" is...

19309ccb 14.01.2005 18:32 aquamaniac

post release

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

0953f0d9 14.01.2005 14:40 aquamaniac

- added function GWEN_Path_HandleWithIdx(), make GWEN_DB use this instead of
the old function.
This results in GWEN_DB_ being able to handle indices, like in
"root/group2/var1"
- now version numbers always use three digits (except for CVS packages)....

b2cf2da1 13.01.2005 18:30 aquamaniac

- added memtrace code to debug*.{c,h}
- improved function GWEN_NetConnectionHTTP_Work(): It now only calls the
WorkIO function if necessary, otherwise it doesn't: This might fix the
problem with AqHBCI and banks which terminate the connection before all...

b11a4693 13.01.2005 03:50 aquamaniac

- valgrind session, fixed memory leaks in:
- GWEN_NetTransport_free()
- GWEN_WaitCallback_free()

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

8e30e870 11.01.2005 22:24 aquamaniac

- lightened up SSL connection code: Now all errors will be presented to the
user
- added var to certificate DB in GWEN_NetTransportSSL__AskAddCert():
- statusText: explanation of the reason why the user is asked

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

c2632485 11.01.2005 11:20 cstim

2005-01-11 Christian Stimming <>

  • gwenhywfar.spec.in: Add BuildRequires to ensure a sane rpm
    building environment.

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

b8aca460 30.12.2004 08:59 aquamaniac

prerelease changes

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

75f7ef07 30.12.2004 05:30 aquamaniac

- added function GWEN_IPCManager_RemoveClient(). This function does what its
name implies, so it is now safe to write IPC servers (like the Libchipcard2
server) without the server process getting bigger and bigger...

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

258746cc 29.12.2004 04:52 aquamaniac

- added function GWEN_IPCManager_RemoveClient(). This function does what its
name implies, so it is now safe to write IPC servers (like the Libchipcard2
server) without the server process getting bigger and bigger...

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

386b2f16 28.12.2004 04:16 aquamaniac

- undid a change by Christian from 2004-12-20: keep buffer in function
GWEN_MsgEngine__TransformValue() static, since it's content is returned.
Removing the "static" attribute will return a pointer to data which has been
already freed.

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

820e2763 22.12.2004 18:02 aquamaniac

- GWEN_STRINGLIST2:
- fixed some bugs
- GWEN_XSD:
- added function to adapt an XML file to the namespaces in an XSD profile
(to simplify comparison to XML schema)

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

b4bd08d9 22.12.2004 11:25 cstim

2004-12-22 Christian Stimming <>

  • tools/typemaker/code_c.c: Commented out generation of List2_dup
    function because that one us now generated by the list macro. This
    is necessary so that aqbanking actually compiles with current gwen...
1ff96c4e 20.12.2004 15:29 cstim

2004-12-20 Christian Stimming <>

  • src/parser/text.c: Make static conversion structure const so
    that it is absolutely clear that this has read-only access. To
    avoid potential thread-related problems.

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

4ba02478 20.12.2004 15:28 cstim

2004-12-20 Christian Stimming <>

  • src/parser/msgengine.c: Make local character buffer non-static
    so that there will not be any thread-related problems.

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

9bdca072 17.12.2004 10:40 cstim

Fix uninitialized variable access

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

6ed72d8f 16.12.2004 18:45 aquamaniac

- GWEN_XML: Fixed a problem: Now data (between XML elements) can contain any
character except "<". Quotation marks and apostrophs are now only parsed
within element definitions.

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

2a190209 16.12.2004 11:45 cstim

Improve error message

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

3fb444ca 16.12.2004 11:06 cstim

Canonify Makefile.ams by replacing relative paths with top_builddir. Fix make dist target.

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

84b1b97b 15.12.2004 20:26 aquamaniac

finally fixed List_PopFront/Back

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

ba589bf5 15.12.2004 14:43 cstim

Fix error in implementation of PopFront and PopBack

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

c77b272d 15.12.2004 14:41 cstim

Improve documentation

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

bd1adab4 15.12.2004 13:39 cstim

Fix warning about uninitialized variable

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

(2551-2575/3207) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom