0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 12 days ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- fixed a memory leak in typemaker generated code (spotted by Andreas Degert) More... about 19 years ago
Improve debug message More... about 19 years ago
- fixed a bug in WaitCallback (type mismatch) More... about 19 years ago
Further improvements for win32-setup generation More... about 19 years ago
2005-03-29 Christian Stimming <[email protected]> More... about 19 years ago
2005-03-29 Christian Stimming <[email protected]> More... about 19 years ago
2005-03-29 Christian Stimming <[email protected]> More... about 19 years ago
final prerelease fixes More... about 19 years ago
prepared release More... about 19 years ago
fixed a newly introduced bug More... about 19 years ago
more debugging More... about 19 years ago
- added environment variable "GWEN_SSL_DEBUG" - reworked parts of GWEN_NetConnectionHTTP, GWEN_NetConnection and GWEN_NetTransportSSL. This should work now with more banks. - added functions to retrieve CryptToken data from XML (needed by Libchipcard2) More... about 19 years ago
- added message digest SHA1 - simplified GWEN_Buffer functions for inserting bytes - added functions - GWEN_Buffer_InsertRoom() - GWEN_Buffer_FillLeftWithBytes() - GWEN_MD_HashToBuffer() - GWEN_Padd_PaddWithPkcs1Bt1() - GWEN_Padd_UnpaddWithPkcs1Bt1() - GWEN_Padd_PaddWithPkcs1Bt2() - GWEN_Padd_UnpaddWithPkcs1Bt2() - added GWEN_CryptToken framework (generic interface to cryptographic tokens, like keyfiles or chipcards) More... about 19 years ago
- GWEN_Netconnection_Walk() now returns a timeout rather than an error when select() has been interrupted by a signal. More... over 19 years ago
- GWEN_NetTransportSSL_StartConnect() no returns GWEN_NetTransportResultWantRead instead of GWEN_NetTransportResultOk when the connect is in progress. - same with GWEN_NetTransportSocket_StartConnect() - GWEN_WaitCallback() now checks all currently entered callbacks More... over 19 years ago
Improve rule for quickly building from CVS More... over 19 years ago
fixed a bug in SSL detection macros More... over 19 years ago
- added flags to GWEN_CRYPTKEY which will be used to influence the behaviour of some functions (namely the sign function of RSA keys) - introduced flag GWEN_CRYPT_FLAG_DISABLE_SMALLER_SIGNATURE which will disable selecting the smaller signature when signing data (might help solve a special bug in AqHBCI which has not yet been fixed). More... over 19 years ago
- added flags to GWEN_CRYPTKEY which will be used to influence the behaviour of some functions (namely the sign function of RSA keys) - introduced flag GWEN_CRYPT_FLAG_DISABLE_SMALLER_SIGNATURE which will disable selecting the smaller signature when signing data (might help solve a special bug in AqHBCI which has not yet been fixed). More... over 19 years ago
2005-03-07 Christian Stimming <[email protected]> More... over 19 years ago
fixed some newly introduced bugs More... over 19 years ago
- started optimisations of my own: - GWEN_Buffer: - ReadChar() no longer calls PeekChar() - _new(): Now allocate size+1 (less reallocs, in a test from over 700 to 4) - GWEN_BufferedIO: same here - GWEN_XML: - ReadWordBuf now doesn't call CheckEOF, since the return value of GWEN_BufferedIO_ReadChar() has an error code for this case - ReadWordBuf no longer uses GWEN_Buffer_AppendByte - ReadBIO no longer calls GWEN_BufferedIO_CheckEOF - GWEN_Text: GWEN_Text_UnescapeXmlToBuffer() no longer uses GWEN_Buffer_AppendByte - added function GWEN_Buffer_GetMaxUnsegmentedWrite() These changes will require to increment SO_CURRENT. More... over 19 years ago
well, not completely More... over 19 years ago
- took back my latest change (argh, we *need* to discuss those changes) More... over 19 years ago
- partially reverted cs' changes to base/buffer.c: Please dicuss *before* making changes to this important class, it is widely used (especially GWEN_Buffer_AppendByte). More... over 19 years ago
2005-03-04 Christian Stimming <[email protected]> More... over 19 years ago
2005-03-04 Christian Stimming <[email protected]> More... over 19 years ago
release More... over 19 years ago
Fix uninitialized variable warning. More... over 19 years ago
- added function GWEN_IdList_dup() More... over 19 years ago