Aktivität
von 11.10.2019 bis 09.11.2019
07.11.2019
05.11.2019
04.11.2019
- 23:47 Revision 497436bd (gwenhywfar): gwentest: Fixed a bunch of compiler warnings.
- 23:15 Revision 5db75090 (gwenhywfar): SIO: More work on passive http session.
- 21:41 Revision 0f309962 (gwenhywfar): SIO: Added function GWEN_HttpSession_SendResponse()
- - this function is used in server mode
- 21:41 Revision d3f9b4ee (gwenhywfar): Fixed gcc warnings.
- 21:30 Revision d5d58cba (gwenhywfar): Rewire gwenhywfar-config to use pkg-config
- 21:30 Revision 9df0c406 (gwenhywfar): Replace all functionality behind '--with-gwen-dir' with usage of the PKG_CONFIG_PATH environment variable
- * Suggest setting that environment variable when gwenhywfar.pc is not found
* Abort if '--with-gwen-dir' is still use... - 21:30 Revision dbb28825 (gwenhywfar): Minor tweaks
- - refer to git instead of to svn
- use https for the website references - 21:30 Revision 3d8b93bc (gwenhywfar): Replace gwhenhywfar-config use with pkg-config
- For this the gwenhywfar.pc now needs to expose more variables.
03.11.2019
- 00:27 Revision 02b2d032 (gwenhywfar): Fix typo that confused Param_Type with Param_DataType in test code.
- 00:27 Revision 7c32f6c0 (gwenhywfar): Fix typo that confused the cryptAlgoId with cryptAlgoMode in CryptAlgo_toDb(), as pointed out by clang.
- 00:12 Revision 75a9a64e (gwenhywfar): Update of travis configuration: Use newer Ubuntu 18.04 "bionic" environment instead of 16.04.
- Also, run make check, too, but only without network checks.
- 00:12 Revision edfe7252 (gwenhywfar): Fix Clang compiler warning that GWENHYWFAR_API must not appear for struct declaration.
02.11.2019
- 23:55 Revision 85c9642c (gwenhywfar): Fix minor complaint of cppcheck of missing va_end, but this is an error condition anyway.
- 23:55 Revision c648f06d (gwenhywfar): Fix compiler warnings about unused variables.
31.10.2019
- 19:34 Revision d64cd4ea (gwenhywfar): GWENTEST: Added tests for passive SyncIOs.
- 19:34 Revision 7cc2cd3d (gwenhywfar): HTTPSESSION: Added function GWEN_HttpSession_fromSyncIoPassive()
- - needed to start a HTTP session from a prepared SynIO object
- 19:33 Revision 7eaf9ea6 (gwenhywfar): OS: Added debug messages.
- 19:32 Revision 45494155 (gwenhywfar): OS: Added some remarks.
29.10.2019
- 00:37 Revision b3251426 (gwenhywfar): BUILD: Incremented build number.
- Reverted a number of patches which were directed towards improving the
readability of msgengine.c.
However, that bea... - 00:33 Revision 730632ba (gwenhywfar): Revert "MsgEngine: Started improving readability."
- This reverts commit 74be35ab054e707fbdc8332613f108773c4f72b9.
- 00:32 Revision bd89bb4d (gwenhywfar): Revert "MsgEngine: Further improved readabilty."
- This reverts commit 3ae5e69990845c6edf69502b3d661ac6903b639c.
- 00:31 Revision 9300d8b9 (gwenhywfar): Revert "MsgEngine: More work on improving maintainability."
- This reverts commit 6c2f9046916ed0efcc6b40c07e6bd2b916959769.
- 00:29 Revision d92401f8 (gwenhywfar): Revert "MsgEngine: Started refactoring of msgengine."
- This reverts commit 7db0eea44f5ce73bbb2a1832cb855713cafba610.
27.10.2019
- 22:29 Revision 14d5fb74 (gwenhywfar): Fix compiler error with mingw-x86_64: "long int" is still 32bit there.
- Hence, the 32 bit "long int" must be cast to a 64bit int first, then
to a pointer. Explained here nicely:
https://sta... - 21:58 Revision 2aaaa431 (gwenhywfar): Fix detection of <libintl.h> for windows cross-compile environment.
- It is not available in a plain Ubuntu 18.04 mingw-w64 cross-compile
package, so configure must correctly detect that ...
26.10.2019
- 13:33 Revision 23b63d6b (gwenhywfar): Provide visibility to Qt5 dialog code
- Make the Qt5 dialog code available so that it can be sub-classed.
24.10.2019
- 20:35 Revision b2bf1492 (gwenhywfar): Simplify gnutls lookup: pkg-config is fine for windows, too.
- Also, as gnutls>=2.9.8 is required, the check for the function
that exists since >=1.6 is no longer needed. - 00:58 Revision 7db0eea4 (gwenhywfar): MsgEngine: Started refactoring of msgengine.
23.10.2019
- 23:31 Revision db241274 (gwenhywfar): BUILD: Include -Wunused-parameter.
- 23:31 Revision 6c2f9046 (gwenhywfar): MsgEngine: More work on improving maintainability.
- 22:27 Revision 3ae5e699 (gwenhywfar): MsgEngine: Further improved readabilty.
- 21:27 Revision 74be35ab (gwenhywfar): MsgEngine: Started improving readability.
- - split msgengine.c into multiple files
- split spaghetti code functions into smaller parts
22.10.2019
21.10.2019
- 17:09 Revision 3950ad27 (gwenhywfar): Result of "make merge".
- 15:47 Revision a0bdc0c6 (gwenhywfar): SAR: Disabled warnings.
- 00:16 Revision c28b8c74 (gwenhywfar): Result of "make format".
- 00:09 Revision 7f505c5e (gwenhywfar): Fixed typemaker2 targets.
- Having these targets sometimes leads to "make" thinking that files have
to be rebuilt by typemaker2.
20.10.2019
- 18:14 Revision 7f54a670 (gwenhywfar): Prepared release 4.99.24rc8.
- 17:46 Revision cd675479 (gwenhywfar): Improve makefiles: If astyle is not there, just replace it with no-op echo because compiling is nevertheless possible.
19.10.2019
- 22:38 Revision 0fdd949a (gwenhywfar): Add gnutls include flags explicitly in those Makefiles where they are needed.
- 22:37 Revision e15af6a9 (gwenhywfar): Windows: Fix missing GWENHYWFAR_CB declaration of testSignals function.
- 22:37 Revision c8881363 (gwenhywfar): Fix compiler warning about unused variable if HAVE_I18N is unset.
- 22:36 Revision 82a30413 (gwenhywfar): Fix printf format specifiers for windows compatibility using macros from <inttypes.h>
- Now really fixed after d86a71a0 and deccd267.
- 21:54 Revision b0450ebc (gwenhywfar): Fix another windows printf format specifier.
- Similar to and copied from be69cdb9.
18.10.2019
- 22:28 Revision 96ff10c8 (gwenhywfar): Fix missing GWENHYWFAR_CB attribute at function definition.
- Was missing since aee95892, checked with cross-compile to i686-w64-ming32 host.
- 00:07 Revision 6058b905 (gwenhywfar): Partially reverted a previous commit.
- Actually, we do need GWEN_InetAddr_ModuleInit() et al.
17.10.2019
- 23:37 Revision 0d354e3c (gwenhywfar): More work on compiler warnings.
- 23:36 Revision 64ba73f6 (gwenhywfar): More fixes for compiler warnings.
- 23:36 Revision 7457d71f (gwenhywfar): Fixed compiler warnings.
- 19:00 Revision f9e36299 (gwenhywfar): Added entry to TODO.
- 18:59 Revision 1ded799f (gwenhywfar): BUILD: Disable some warnings, started fixing compiler warnings.
- 11:09 Revision 3a74228f (gwenhywfar): Prepared release 4.99.23rc7
14.10.2019
- 23:48 Revision 3de01150 (gwenhywfar): ConfigMgrDir: Increased verbosity in GWEN_ConfigMgrDir_MkUniqueIdFromId()
- 23:48 Revision aee95892 (gwenhywfar): ConfigMgr: Add GWENHYWFAR_CB to virtual functions.
- 22:41 Revision c5e218cc (gwenhywfar): More printf format specifier standarization from <inttypes.h>
- 22:35 Revision c37108bc (gwenhywfar): Minor windows debug output improvement (maybe a problem with the format specifier?)
- 22:35 Revision be69cdb9 (gwenhywfar): Fix another windows printf format specifier.
- In this particular case, a printf format specifier for size_t is needed,
but <inttypes.h> does not have one. We defin... - 22:31 Revision d86a71a0 (gwenhywfar): Fix printf format specifiers for windows compatibility using macros from <inttypes.h>
- For explanation, see e.g.
https://en.cppreference.com/w/cpp/header/cinttypes
https://stackoverflow.com/questions/1685...
13.10.2019
- 23:00 Revision e3050bb0 (gwenhywfar): Fixed a bug introduced by my latest commit.
- 22:48 Revision 1f34d9ec (gwenhywfar): GTK3 GUI: Fixed memory leaks.
- 22:26 Revision deccd267 (gwenhywfar): Minor windows warnings fixed
- - missing include for _mkdir
- Removed cast from void* (8 byte on x86_64) to int in debug output
- Commented out unus... - 22:25 Revision 180c9cd2 (gwenhywfar): Minor windows compile warnings improved
- - unused static function, unused variable ifdef'd out
- 21:11 Revision 5b2c58bf (gwenhywfar): Minor autoconf fix for gcc version output "7.3-win32"
- 18:08 Revision d21c36fd (gwenhywfar): For the console user interface, add a log level for progress messages, controlled by a new environment variable GWEN_CPROGRESS_LOGLEVEL.
- 18:08 Revision 2383fae2 (gwenhywfar): For the console user interface, all output goes to stderr, mixing debug and progress messages. This patch changes progress messages and dialogs to go to stdout instead, allowing for separating debug and ui messages using shell redirections.
- 18:08 Revision 88a8b7ae (gwenhywfar): fix a warning (at least for GCC 7)
12.10.2019
Auch abrufbar als: Atom