Projekt

Allgemein

Profil

Statistiken
| Zweig: | Markierung: | Revision:
Name Größe Revision Geändert vor Autor Kommentar
Makefile.am 1,05 KB 5271b8f6 mehr als 15 Jahren martin Removed deprecated code. - removed GWEN_BUFFER...
httpsession.c 12,7 KB 5271b8f6 mehr als 15 Jahren martin Removed deprecated code. - removed GWEN_BUFFER...
httpsession.h 4,14 KB 5271b8f6 mehr als 15 Jahren martin Removed deprecated code. - removed GWEN_BUFFER...
httpsession_p.h 909 Bytes 5271b8f6 mehr als 15 Jahren martin Removed deprecated code. - removed GWEN_BUFFER...
ssl_cert_descr.c 11,7 KB 5271b8f6 mehr als 15 Jahren martin Removed deprecated code. - removed GWEN_BUFFER...
ssl_cert_descr.h 8,77 KB 5271b8f6 mehr als 15 Jahren martin Removed deprecated code. - removed GWEN_BUFFER...
ssl_cert_descr_l.h 492 Bytes 5271b8f6 mehr als 15 Jahren martin Removed deprecated code. - removed GWEN_BUFFER...
ssl_cert_descr_p.h 687 Bytes 5271b8f6 mehr als 15 Jahren martin Removed deprecated code. - removed GWEN_BUFFER...
ssl_cert_flags.h 1012 Bytes 5271b8f6 mehr als 15 Jahren martin Removed deprecated code. - removed GWEN_BUFFER...
syncio.c 7,79 KB 5271b8f6 mehr als 15 Jahren martin Removed deprecated code. - removed GWEN_BUFFER...
syncio.h 5,34 KB 5271b8f6 mehr als 15 Jahren martin Removed deprecated code. - removed GWEN_BUFFER...
syncio_buffered.c 8,43 KB 5271b8f6 mehr als 15 Jahren martin Removed deprecated code. - removed GWEN_BUFFER...
syncio_buffered.h 1,97 KB 5271b8f6 mehr als 15 Jahren martin Removed deprecated code. - removed GWEN_BUFFER...
syncio_buffered_p.h 2,27 KB 44613ee2 mehr als 15 Jahren martin Started working on synchronous IO framework. T...
syncio_file.h 3,3 KB 5271b8f6 mehr als 15 Jahren martin Removed deprecated code. - removed GWEN_BUFFER...
syncio_http.c 30,7 KB e4142acf mehr als 15 Jahren martin Implemented passive mode for HTTP protocol (e.g...
syncio_http.h 2,76 KB 7d45aa04 mehr als 15 Jahren martin Adapted GWEN_HTTP_SESSION module to use the new...
syncio_http_p.h 3,72 KB e4142acf mehr als 15 Jahren martin Implemented passive mode for HTTP protocol (e.g...
syncio_memory.c 5,2 KB 824f677d mehr als 15 Jahren martin Decreased verbosity. git-svn-id: https://devel...
syncio_memory.h 2,13 KB 44613ee2 mehr als 15 Jahren martin Started working on synchronous IO framework. T...
syncio_memory_p.h 2,08 KB 44613ee2 mehr als 15 Jahren martin Started working on synchronous IO framework. T...
syncio_p.h 2,02 KB 44613ee2 mehr als 15 Jahren martin Started working on synchronous IO framework. T...
syncio_socket.c 9,74 KB eb8036a4 mehr als 15 Jahren martin Added a basic HTTP module. Fixed a few bugs. T...
syncio_socket.h 2,3 KB 44613ee2 mehr als 15 Jahren martin Started working on synchronous IO framework. T...
syncio_socket_p.h 2,29 KB 44613ee2 mehr als 15 Jahren martin Started working on synchronous IO framework. T...
syncio_tls.c 29 KB 33a3ba76 mehr als 15 Jahren martin Added a check for https. Https now works! So w...
syncio_tls.h 3,27 KB 7099fe74 mehr als 15 Jahren martin Added support for TLS protocol to GWEN_SYNCIO. ...
syncio_tls_p.h 2,78 KB 5271b8f6 mehr als 15 Jahren martin Removed deprecated code. - removed GWEN_BUFFER...

Aktuellste Revisionen

# Datum Autor Kommentar
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

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

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

e4142acf 30.04.2010 11:36 martin

Implemented passive mode for HTTP protocol (e.g. HTTP daemon).

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

576e0aa6 30.04.2010 00:56 martin

Added a convenience function (GWEN_SyncIo_Buffered_ReadLineToBuffer).

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

7d45aa04 29.04.2010 13:35 martin

Adapted GWEN_HTTP_SESSION module to use the new GWEN_SYNCIO layer.

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

5f89217b 29.04.2010 10:49 martin

Added function GWEN_Gui_GetSyncIo().

This allows for application-defined connection handling because the
application can create the GWEN_SYNCIO necessary to handle a given URL.
For HTTP requests the default implementation creates a socket layer,
a buffered io layer and a http layer. For HTTPS a tls layer is inserted...

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

Revisionen anzeigen

Auch abrufbar als: Atom