0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 5 days ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed a typo More... over 18 years ago
- fixed a bug in IPC request manager More... over 18 years ago
- fixed a bug in keyspec.c: Was not initialising list structures More... over 18 years ago
- reverted source-incompatible change in xml.h More... over 18 years ago
- clarified documentation of list1.h More... over 18 years ago
Improve documentation More... over 18 years ago
- replaced old GWEN_LIST stuff by new code: These new lists are a drop-in replacement for the old lists (source-compatible) and are double-linked. In addition to storing the first element these lists now also store a pointer to the last element. This makes browsing of the list when adding an element unnecessary. - XML code now uses the new lists insteadof its own list code. This leads to an astonishing speedup for XML loading: Loading times for an XML file with about 16MB of data: Gwenhywfar 2.0.0.1: 11 secs Gwenhywfar 2.0.0.2: 2-3 secs If I can find the time I will also change the GWEN_DB code to use these lists instead of its own list code. More... over 18 years ago
minor changes (I guess?) More... over 18 years ago
2006-03-03 Christian Stimming <[email protected]> More... over 18 years ago
- fixed a bug in waitcallback code More... over 18 years ago
prepared release of 2.0.0 More... over 18 years ago
- mklistdoc now recognizes const list macros as well More... over 18 years ago
2006-02-17 Christian Stimming <[email protected]> More... over 18 years ago
Let test2 run for smaller number of tests so that 'make check' doesnt take longer than a few seconds. More... over 18 years ago
- added functions GWEN_CryptToken_GetMatchingContexts() and GWEN_CryptToken_FindContextInList(). This very much simplifies working with crypt tokens. - adapted "ohbci" crypt token context description to the latest changes More... over 18 years ago
- removed debug messages in ct_file.c More... over 18 years ago
2006-02-10 Christian Stimming <[email protected]> More... over 18 years ago
- added function GWEN_NetLayer_WaitForStatus() - fixed two bugs in PKCS1 padding - finally fixed the spurious signature bug which sometimes caused HBCI signatures to be invalid More... over 18 years ago
Add cvsignore. Improve makefile - make check will call ./testlib More... over 18 years ago
released More... over 18 years ago
- added a test executable (for now only checks base64 code) More... over 18 years ago
2006-02-06 Christian Stimming <[email protected]> More... over 18 years ago
Remove my old, now unused, rule which was broken for some time anyway More... over 18 years ago
- fixed a bug in GWEN_InetSocket_Accept_Wait (was waiting for writeability, should rahter wait for readability) - fixed another bug in GWEN_InetSocket_Accept_Wait(): Was closing socket even wif the error simply was a timeout - now saves new auth keys More... over 18 years ago
- OpenHBCI CryptToken: - now supports keylength of up to 2048 bits - now accepts key ids up to 6 (including the new auth keys) - CryptToken: Context functions now return non-const pointers, because otherweise we would also have to copy all that stuff even for objects we own - src/os/inetsocket.h: - added socket type GWEN_SocketTypeFile - added constructor GWEN_Socket_fromFile() - added GWEN_NetLayer_Stdio which uses stdin and stdout on non-WIN32 systems - added functions GWEN_NetLayerHttp_GetHttpVersion() and GWEN_NetLayerHttp_SetHttpVersion() More... over 18 years ago
Add workaround for libssl on Mac OS More... over 18 years ago
released More... over 18 years ago
2006-01-31 Christian Stimming <[email protected]> More... over 18 years ago
- OpenHBCI CryptToken now signals a bad pin to the CryptManager (UI, which is implemented e.g. in AqBanking). Now when entering a bad pin in a AqBanking environment leads to the expected behaviour. More... over 18 years ago
jajajaja More... over 18 years ago