Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
e91f3053 06.05.2010 20:37 martin

Prepared release 3.99.2beta.

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

b0a10abb 06.05.2010 16:48 martin

Added impementation notes for GWEN_GUI dialog framework.

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

c62d9aea 06.05.2010 16:48 martin

Improved error message.

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

e7e63db4 06.05.2010 16:48 martin

Removed unused code in typemaker2.

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

9cd62618 02.05.2010 12:59 martin

Applied a patch by Micha Lenk which fixes the listdoc.h Makefile target.

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

342cc77c 01.05.2010 14:43 christian

Fix symlink creation after changing to gwen4, r1725.

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

72e7b3e8 01.05.2010 11:23 martin

Prepared release 3.99.0beta.

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

7c1d4e81 30.04.2010 19:53 martin

Added missing gnutls initialisation.

Now Pin/TAN works again.

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

89a06084 30.04.2010 19:53 martin

Some tests...

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

74d79660 30.04.2010 19:53 martin

Improved error message.

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

5d198a72 30.04.2010 19:53 martin

Updated ca-bundle.crt.

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

f6b74f11 30.04.2010 18:43 martin

HtmlCtx: Only sanitize data if there is any.

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

9489cda4 30.04.2010 18:42 martin

FOX16_HtmlLabel: Fixed default geometry calculation (again).

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

061dbf81 30.04.2010 18:42 martin

Follow renaming of function GWEN_XML_ReadFromIo().

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

824f677d 30.04.2010 18:42 martin

Decreased verbosity.

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

5ed2eea9 30.04.2010 18:42 martin

FOX16HtmlCtx: Use the convenience functions.

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

e2d32408 30.04.2010 18:42 martin

Added convenience functions for XML handling.

Renamed GWEN_XML_ReadFromIo() to GWEN_XMLContext_ReadFromIo().

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

00e89308 30.04.2010 18:42 martin

Removed deprecated function and macros in GWEN_BUFFER.

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

c7960793 30.04.2010 18:42 martin

Fixed a bug in GWEN_BUFFER.

We now always allocate a buffer even for zero length data. Some code relies
on the buffer's pointer to always point to valid locations even if the data
has a length of zero.

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

4617bdab 30.04.2010 18:42 martin

Changed my private CFLAGS.

Disabled optimization because gcc sometimes optimizes some values away
which complicates gdb sessions.

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

5271b8f6 30.04.2010 16:49 martin

Removed deprecated code.

- removed GWEN_BUFFEREDIO
- removed asynchronous IO code
- removed IPC module
- adapted process code to use GWEN_SYNCIO instead of GWEN_BUFFEREDIO for
redirected input and output
- adapted typemaker1 to use GWEN_SYNCIO instead of GWEN_BUFFEREDIO...

bfc2a57a 30.04.2010 13:27 martin

GWEN_SYNCIO_FILE now also supports stdin, stdout and stderr.

- added fucntions:
- GWEN_SyncIo_File_fromStdin()
- GWEN_SyncIo_File_fromStdout()
- GWEN_SyncIo_File_fromStderr()

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

baabc925 30.04.2010 13:05 martin

Implemented GWEN_SYNCIO_FILE for WIN32.

This implementation uses the native WIN32 API.

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

d975ee58 30.04.2010 13:05 martin

Removed GWEN_SyncIo_File_TakeOver()

This function assumed an int value as filedescriptor. However, on WIN32
platforms we directly use the WIN32 API, so there is no integer
filedescriptor.

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

e1e584f5 30.04.2010 13:05 martin

Removed checks for deprecated async io modules.

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

(1751-1775/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom