0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 months ago. based on code collected about 2 months ago.
Mar 25, 2023 — Mar 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now really finally fix make setup More... over 18 years ago
Finally enable make setup again. Probably requires libtool-1.5.20. More... over 18 years ago
Update ISS file for windows More... over 18 years ago
005-11-23 Christian Stimming <[email protected]> More... over 18 years ago
released 1.99.0beta More... over 18 years ago
- fixed a bug in HTTP write work function: Was always returning "Changed", even if there was nothing to write. This caused up to 100% CPU consumption - introduced brake to avoid CPU overload by GWEN_Net_HeartBeat() - entered cleanup phasis: - implemented destructors for netlayers - fixed memory leaks found by valgrind More... over 18 years ago
really fixed "Connection: close" stuff in nl_http.c More... over 18 years ago
- improved to GWEN_NetLayerHttp_Request() [nl_http.c]: - intermediate packets (like "100 Continue") are now ignored - when the final response indicates to close the connection (via header "Connection: close" or when this header is omitted in HTTP/1.0) then the connection is closed automatically. This way the next try to send a packet via this connection would fail. Callers will always check for the connection status before sending packets, so in this case they will just reopen the connection. We should now finally get rid of the ominous "timeout" problem in AqHBCI More... over 18 years ago
Improve Makefile for make distcheck More... over 18 years ago
Improve linker flags for make distcheck More... over 18 years ago
Add missing install-data-local to trigger i18n installation. More... over 18 years ago
Remove cvsignores of now no longer used files to remind people to remove them More... over 18 years ago
Add cvsignores More... over 18 years ago
added missing file More... over 18 years ago
- implemented poll()-based code which checks whether a connection is down (as suggested by Thomas Baumgart) - changed HTTP code: Now tries to detect when a connection is broken while trying to send a packet (detects the special condition when the connection is broken while sending the first byte of a packet. In such a case a reconnect would be in order, while a broken pipe after having written some bytes is still an error) - switched from autopoint to what we use in AqBanking: autopoint doesn't exist on WIN32 and I didn't like it anyway (uses way too many files) - added GWENHYWFAR_API where missing - removed all selfmade DLL-creation stuff: Current libtool is able to do that for us now (I hate libtool, it took me over 10 hours to figure out how to use it for DLLs with version info. If they only had documented this stuff!) - mingw adds a "-<NUM>" to the DLL name, I couldn't find a way to make it omit the major version number for the plugins. Therefore I added code to the libloader under windows which checks for modules with the major number "0" (so we for now just use "0" for every plugin) More... over 18 years ago
- added function GWEN_NetLayerSsl_ImportCertFile() (this will make it easier to import certificate files) More... over 18 years ago
Fix erroneous variable renaming in windows installation. Talking of Bristol shape... More... over 18 years ago
Add GWENHYWFAR_API to function that is used in gwentest More... over 18 years ago
Adapt spec file to latest change More... over 18 years ago
Remove nonexistent directory from checking More... over 18 years ago
- reverted change of filename for gwenhywfar-config script - install gwenhywfar2 headers to the same location as gwenhywfar1 (thus effectively overwriting gwenhywfar1 headers) - incremented minor version number: Next release shall be 1.99.0 More... over 18 years ago
Fix pkg-config file More... over 18 years ago
Add missing files in Makefile for make rpm More... over 18 years ago
Remove obsolete Makefile from configure to fix make dist More... over 18 years ago
- fixed a bug in keyspec.c: Was not writing keyType to db (we should backport this one to gwen1) More... over 18 years ago
2005-11-15 Christian Stimming <[email protected]> More... over 18 years ago
2005-11-15 Christian Stimming <[email protected]> More... over 18 years ago
2005-11-14 Christian Stimming <[email protected]> More... over 18 years ago
- added NetLayerLog (used for debugging, loggs data read and written from netlayers below itself. The output of this layer can be used for NetLayerFile) More... over 18 years ago
- added NetLayerFile (used for debugging, can be used instead of real sockets when testing new code) More... over 18 years ago