0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 18 hours ago.
Jun 02, 2023 — Jun 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update POTFILES.in and translation. More... almost 19 years ago
2005-08-18 Christian Stimming <[email protected]> More... almost 19 years ago
minor fix More... almost 19 years ago
- added functions - GWEN_Directory_FindPathForFile() More... almost 19 years ago
- added functions - GWEN_Directory_FindFileInPaths() - GWEN_DB_RemoveCharValue() - GWEN_PathManager_AddPath() - GWEN_PathManager_InsertPath() - GWEN_PathManager_RemovePath() - GWEN_PathManager_RemovePaths() - GWEN_PathManager_PathChanged() - GWEN_PathManager_GetPaths() - added flag GWEN_DB_FLAGS_INSERT (this allows inserting groups/vars/values rather than appending them upon creation) More... almost 19 years ago
- added functions - GWEN_PluginManager_InsertPath() - GWEN_PluginManager_RemovePath() More... almost 19 years ago
- GWEN_DBIO now finally uses the plugin mechanism - removed functions - GWEN_DBIO_Find - GWEN_DBIO_GetPluginPath - GWEN_DBIO_GetLibLoader - GWEN_DBIO_SetLibLoader - GWEN_DBIO_Register - GWEN_DBIO_LoadPluginFile - GWEN_DBIO_LoadPlugin Normally these changes should lead to an increased major version number, but until now only AqBanking uses GWEN_DBIOs so we just increment the minor version number and hope to get away with it (which we will if nobody else is using GWEN_DBIOs) More... almost 19 years ago
released More... almost 19 years ago
- msgengine now honours the attribute "size" in generic types - fixed a bug in GWEN_Time_fromString (error when using only two digits for the year) More... almost 19 years ago
minor changes More... almost 19 years ago
- added definition GWEN_WAITCALLBACK_PROGRESS_ONE More... almost 19 years ago
- added extern "C" to crypttoken header files More... almost 19 years ago
Update German translation More... almost 19 years ago
Update POTFILES.in. Improve strings. More... almost 19 years ago
2005-08-04 Christian Stimming <[email protected]> More... almost 19 years ago
removed some obsolete flags from crypttoken definitions More... almost 19 years ago
fixed some bugs More... almost 19 years ago
added missing files More... almost 19 years ago
- more work on crypttoken - added crypttoken flag GWEN_CRYPTTOKEN_FLAGS_FORCE_PIN_ENTRY - added getpin flag GWEN_CRYPTTOKEN_GETPIN_FLAGS_ALLOW_DEFAULT More... almost 19 years ago
Update gettext input files. Update German translation. More... almost 19 years ago
Update German translation More... almost 19 years ago
- added virtual function GWEN_CryptToken_GetTokenIdData() - fixed some bugs in OpenHBCI keyfile code More... almost 19 years ago
- added function GWEN_KeySpec_toDb() - added function GWEN_KeySpec_fromDb() - fixed a bug in PluginDescr loading code - fixed a bug in GWEN_Buffer_dup() - added GWEN_CryptManager_CheckToken() - added the command "checktoken" to gct-tool (checks whether a given token is supported by any plugin) More... almost 19 years ago
2005-07-31 Christian Stimming <[email protected]> More... almost 19 years ago
- no longer enter or leave waitcallbacks in netconnection.c (because we are working with milliseconds here) More... almost 19 years ago
- redefined GWEN_WAITCALLBACK_PROGRESS_NONE as "-1". FIXME: Does this result in 0xffffffffffffffff ?? More... almost 19 years ago
- GWEN_WAITCALLBACK: - added text field to waitcallback - added function/macro GWEN_WaitCallback_EnterWithText - fixed GWEN_WaitCallback: If any previously activated callback returns GWEN_WaitCallbackResult_Abort then all following callbacks will return this code as well. Also the condition of returning this code is stored. - introduced GWEN_WAITCALLBACK_ID_SIMPLE_PROGRESS - introduced GWEN_WAITCALLBACK_ID_FAST - introduced flags: - defined flag GWEN_WAITCALLBACK_FLAGS_NO_REUSE - defined depth level GWEN_WAITCALLBACK_LEVEL_REUSED - replaced GWEN_BUFFEREDIO_CBID_IO with GWEN_WAITCALLBACK_ID_FAST - replaced GWEN_NETCONNECTION_CBID_IO with GWEN_WAITCALLBACK_ID_FAST - replaced GWEN_FSLOCK_CBID_IO with GWEN_WAITCALLBACK_ID_FAST - README: Added listing of waitcallback ids - added "LL" to GWEN_WAITCALLBACK_PROGRESS_NONE. FIXME: We should better define a MAXVALUE, like GWEN_MAXVAL_UINT64 and let configure determine this type (like the other stuff), because the suffix "LL" tells the compiler that this is a "long long" value, which isn't necessarily the case for 64 bit architectures... More... almost 19 years ago
2005-07-28 Christian Stimming <[email protected]> More... almost 19 years ago
Fix potentially uninitialized rv variable More... almost 19 years ago
Add return value in unused functions to fix compiler warnings More... almost 19 years ago