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
- added dynamic mode to GWEN_BUFFER (in this mode more memeory is allocated as needed when writing to it) - added new BufferedIO type which uses a GWEN_BUFFER for reading/writing More... over 20 years ago
- minor fixes More... over 20 years ago
More signed/unsigned fixes. More... over 20 years ago
2003-10-20 Christian Stimming <[email protected]> More... over 20 years ago
- MessageEngine: fixed a bug in value lookup code More... over 20 years ago
- fixed a problem in MessageEngine: It now uses the correct path when looking up a predefined value (it finally works even with the special HBCI jobs containing <MESSAGE> tags) - XML: Added type "GWEN_XMLNODE_PATH". This type stores a XML node path. It is used now by MessageEngine for <VALUE> lookups when creating a message More... over 20 years ago
- added function to XML module which allows copying properties from one node to another one - this new function is now used by GWEN_MsgEngine__ListGroup when adding a node to the list of used nodes More... over 20 years ago
- minor fixes More... over 20 years ago
- MsgEngine: - fixed a bug concerning escaping - MsgEngine now searches for the highest trustLevel More... over 20 years ago
2003-10-18 Christian Stimming <[email protected]> More... over 20 years ago
Add cvsignores More... over 20 years ago
- minor fixes here and there More... over 20 years ago
more fixes... More... over 20 years ago
Remove auto-generated files from CVS More... over 20 years ago
Add cvsignore More... over 20 years ago
- fixed a whole bunch of bugs - MessageEngine is now able to list all GROUPS and ELEMents which belong to a given message. This allows for tools that show the variables needed/set by different messages (as needed by OpenHBCI). More... over 20 years ago
- fixed a whole bunch of bugs - MessageEngine is now able to list all GROUPS and ELEMents which belong to a given message. This allows for tools that show the variables needed/set by different messages (as needed by OpenHBCI). More... over 20 years ago
- db module is now able to write a configuration (except binary data) - fixed some bugs More... over 20 years ago
- many, many fixes, improved DB module etc - added gwenhywfar-config and gwenhywfar.m4 More... over 20 years ago
fixed some bugs More... over 20 years ago
- completed simple IPC protocol. Now a client can connect to a server using a simple greeting exchange. Later the exchange of public and session keys will be implemented as well. For now I will not use encryption, this will be implemented as soon as the rest works. - added a test routine to gwentest which allows connecting to another gwentest which works as a server. - added a version header file More... over 20 years ago
fixed a bug in msgengine.c More... over 20 years ago
- more work on IPC: Receiving messages and parsing them using msgEngine works ;-) I will have to concentrate on creating a test function for opening a connection to test writing of messages. More... over 20 years ago
- worked on MsgEngine, IPC-CmdLayer - will start to combine both of them tomorrow More... over 20 years ago
- started debugging several modules (mostly IPC and msgEngine) More... over 20 years ago
- added cmdlayer to impl/ipc More... over 20 years ago
finished for today More... over 20 years ago
- added servicelayer to ipc - added impl folder for implementations (starting with IPC) More... over 20 years ago
- more work on IPC stuff: added serviceLayer More... over 20 years ago
- worked on IPC stuff (still untested) More... over 20 years ago