Projekt

Allgemein

Profil

Statistiken
| Zweig: | Markierung: | Revision:
Name Größe Revision Geändert vor Autor Kommentar
Makefile.am 584 Bytes e1e584f5 mehr als 15 Jahren martin Removed checks for deprecated async io modules....
check_urlfns.c 4,81 KB 1919a8e3 fast 16 Jahren christian Fix GWEN_Url_fromString for windows paths which...
checks.h 138 Bytes e1e584f5 mehr als 15 Jahren martin Removed checks for deprecated async io modules....
db.c 10,9 KB a9307221 mehr als 15 Jahren martin Started moving to new synchronous IO framework....
main.c 767 Bytes 79ad03a1 etwa 14 Jahren martin Improved progress handling in network code. Som...
syncio_http.c 4,04 KB 5271b8f6 mehr als 15 Jahren martin Removed deprecated code. - removed GWEN_BUFFER...
syncio_https.c 4,26 KB 5271b8f6 mehr als 15 Jahren martin Removed deprecated code. - removed GWEN_BUFFER...
syncio_tls.c 2,4 KB 7099fe74 mehr als 15 Jahren martin Added support for TLS protocol to GWEN_SYNCIO. ...

Aktuellste Revisionen

# Datum Autor Kommentar
79ad03a1 01.07.2011 02:41 martin

Improved progress handling in network code. Some WIN32 fixes.

Added function GWEN_Gui_ProgressSetTotal() to adjust the total value of
a progress. This is needed when the real size isn't known beforehand (as
is the case while downloading via HTTP where the body size is only known...

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

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

33a3ba76 29.04.2010 09:27 martin

Added a check for https.

Https now works! So we can now port AqBanking's code.

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

eb8036a4 29.04.2010 00:23 martin

Added a basic HTTP module. Fixed a few bugs.

The HTTP module only contains client code for now. If need arises it
can be extended.

The module should handle chunked data as well as normal data whose body
size is determined by the header received from the server....

7099fe74 28.04.2010 19:26 martin

Added support for TLS protocol to GWEN_SYNCIO.

Changed the API of the GWEN_Gui_CheckCert() because the asynchronous IO API
will be removed for the next major release.
However, most implementations never used the "io" parameter anyway, so
there should only be minor changes necessary in applications....

a9307221 28.04.2010 02:37 martin

Started moving to new synchronous IO framework.

We need to adapt AqBanking as well because now the DBIO functions use
GWEN_SYNCIO pointers instead of GWEN_IO_LAYER pointers.

Since we don't need guiid and timeout arguments for the new sync io functions
they have been removed now....

1919a8e3 24.09.2009 22:04 christian

Fix GWEN_Url_fromString for windows paths which include a drive letter.

Also, gracefully return NULL instead of abort on unknown port number.
Also, improve error message output. Also, confirm this to work
without breaking anything by adding several more unittests for...

f8c854d1 24.09.2009 21:00 christian

Add unittest for GWEN_Url_fromString that checks those cases that work.

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

b70101ca 11.08.2008 14:31 martin

- fixed a problem in SSL connections (should also fix David's problem)
- relaxed check for SSL connections (ignore error on disconnect because
some servers already have the connection closed at the time the test
tool tries to)

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

Revisionen anzeigen

Auch abrufbar als: Atom