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
Increase version number of development version so that it can be distinguished from the old gwen1 version More... over 18 years ago
fixed a bug in socket code More... over 18 years ago
- some fixes in network/IPC code (now works with Libchipcard2, so the IPC stuff now works again More... over 18 years ago
Add missing GWENHYWFAR_API More... over 18 years ago
Add GWENHYWFAR_API to headers More... over 18 years ago
Add GWENHYWFAR_API to headers More... over 18 years ago
Update cvsignore More... over 18 years ago
Remove removed files More... over 18 years ago
Remove auto-generated file from CVS More... over 18 years ago
fixed some bugs in HTTP code More... over 18 years ago
- started on Gwenhywfar2: - src/ipc/*: - removed netconnectionhttp*.{c,h} - renamed all function GWEN_IPCxxx to GWEN_IpcXxx (according to coding style of GWEN) - removed src/net This has now been replaced by src/net2. - removed ui/ - removed gwenpp/ - GWEN_CryptKey: Renamed function _FromDb and _ToTb to _fromDb and _toDb according to coding style document - GWEN_KeySpec: removed proprietary list functions, added GWEN_KeySpec_List - GWEN_StringList2, GWEN_Args, GWEN_Logger: Renamed enums according to coding style document - removed gwenhywfar-config.in.in, added gwenhywfar2-config.in.in More... over 18 years ago
Improve linker flags for win32 preparation More... over 18 years ago
- added nl_packets.{c,h}: This is a simple layer which enqueues incoming and outgoing packets. More... over 18 years ago
Windows linker flags improvements More... over 18 years ago
- removed a fprintf() from netlayer.c More... over 18 years ago
Comment out/remove unused variables More... over 18 years ago
- added functions to GWEN_NetLayer: - GWEN_NetLayer_RecvPacket() - GWEN_NetLayer_SendPacket() - GWEN_NetLayer_RecvPacketBio() - GWEN_NetLayer_SendPacketBio() (this is now used for HTTP requests) - fixed a bug in nl_http.c (error in handling of chunked transfers) - AqHBCI now works with the latest changes !! More... over 18 years ago
- added GWEN_NetLayerHbci: This is to be used by AqHBCI. It determines the size of incoming messages and also encodes/decodes them to/from BASE64 if requested. This layer only handles the transport of HBCI messages, it neither parses nor generates HBCI messages. More... over 18 years ago
- typemaker: added property "out" to "header" element (if value is "source" then the corresponding include will be written to the created source file, otherwise it will be written to the created header files). Possible values: "header", "source" - implemented GWEN_NetLayerSsl (will replace GWEN_NetTransportSSL) Tested the following chains: - NetLayerSocket - NetLayerHttp->NetLayerSocket - NetLayerSsl->NetLayerSocket - NetLayerHttp->NetLayerSsl->NetLayerSocket - src/crypt/*: added definition for structs which deal with SSL certificates and SSL ciphers. No longer use GWEN_DB_NODE for those things, because the tool typemaker makes it too easy to create real classes instead of the ugly hack with GWEN_DB_NODEs :-) - GWEN_SslCipher : Cipher description (name, bits, description etc) - GWEN_SslCertDescr : representation of an SSL certificate More... over 18 years ago
synced More... over 18 years ago
- started rewriting network code - db.{h,c}: - when writing a db with GWEN_DB_FLAGS_USE_COLON then insert a space after the colon - added functions: - GWEN_DB_ReadFromString() - GWEN_DB_WriteToBuffer() - added flag GWEN_DB_FLAGS_DOSMODE - modified GWEN_DB_FLAGS_HTTP: - include GWEN_DB_FLAGS_OMIT_TYPES - include GWEN_DB_FLAGS_DOSMODE More... over 18 years ago
Fix missing dllexport declarations More... over 18 years ago
- worked on GWEN_HttpSession: Now requesting a document works (including diversion and authorization) - added description and example for GWEN_INHERIT code More... over 18 years ago
2005-10-25 Christian Stimming <[email protected]> More... over 18 years ago
2005-10-24 Christian Stimming <[email protected]> More... over 18 years ago
prepared release More... over 18 years ago
- worked on typemaker: - write_code_fromdbArg_c() no longer handles volatile elements - now defining virtual functions is allowed. Typemaker declares the type and getter/setter/exec functions (see src/ipc/request/request.xml) - worked on IPC: - undid the latest changes (do not export the internal GWEN_IPCREQUEST class) - added a new request wrapper class (GWEN_IPC_REQUEST) which uses the normal GWEN_IPCMANAGER function calls More... over 18 years ago
Temporary comment out static declaration of __GetConnection to prevent annoying compiler warning, explained in the comment. More... over 18 years ago
- worked on a timing problem in network code More... over 18 years ago
Decrease verbosity after Martins successful bugfix (congrats) More... over 18 years ago