- Jan 26, 2022
-
-
H William Welliver authored
- Jan 22, 2022
-
-
Automatic Build authored
-
H William Welliver authored
we can't assume that because the send buffer is empty, no more data can be expected. should still identify problems, as test will either succeed or fail by the backend countdown timing out.
-
- Jan 21, 2022
-
-
Automatic Build authored
-
- Jan 20, 2022
-
-
H William Welliver authored
back ported from main SSL testsuite.
-
- Jan 14, 2022
-
-
Automatic Build authored
-
- Jan 13, 2022
-
-
H William Welliver authored
-
Henrik (Grubba) Grubbström authored
-
Henrik (Grubba) Grubbström authored
-
Henrik (Grubba) Grubbström authored
-
Martin Nilsson authored
-
- Jan 06, 2022
-
-
Automatic Build authored
-
- Jan 05, 2022
-
-
Henrik (Grubba) Grubbström authored
* patches/gtk2-main_iteration: GTK2: Fixed a few more uses of g_main_iteration().
-
Henrik (Grubba) Grubbström authored
glib 2.36 deprecated some stuff that the gtk-2 headerfiles use. So set GLIB_VERSION_MIN_REQUIRED to a version prior to GLIB_VERSION_2_36 to inhibit the deprecation warnings.
-
Henrik (Grubba) Grubbström authored
Fixes some deprecation warnings.
-
- Dec 27, 2021
-
-
Automatic Build authored
-
- Dec 26, 2021
-
-
Martin Nilsson authored
-
Martin Nilsson authored
-
Martin Nilsson authored
-
Martin Nilsson authored
-
- Dec 18, 2021
-
-
Automatic Build authored
-
- Dec 17, 2021
-
-
Henrik (Grubba) Grubbström authored
* patches/mariadb-conc-509: Configure [Mysql]: Survive MariaDB Connector/C 3.2.1 and later (CONC-509).
-
Henrik (Grubba) Grubbström authored
MariaDB Connector/C 3.2.1 CONC-509 changed the value returned from mysql_get_client_version(3) from MYSQL_VERSION_ID to MARIADB_PACKAGE_VERSION_ID. Fixes support for MariaDB from 2021-05-31 and later.
-
- Dec 10, 2021
-
-
Henrik (Grubba) Grubbström authored
-
Henrik (Grubba) Grubbström authored
* patches/bug10058: Configure: Improved exit(3C) C99 check.
-
Henrik (Grubba) Grubbström authored
Do not add C declarations behind #ifdef __cplusplus; it breaks C++ compilers... Fixes #10058 even more.
-
Henrik (Grubba) Grubbström authored
-
Henrik (Grubba) Grubbström authored
* patches/bug10058: Configure: Changed approach to autoconf 2.59 C99 kludge.
-
Henrik (Grubba) Grubbström authored
Always prepending a #include <stdlib.h> caused several tests (eg AC_HAVE_FUNC) to fail due to mismatching prototypes. Now we instead use the _AC_PROG_CXX_EXIT_DECLARATION kludge also for C. Fixes fall out from the previous fix for #10058.
-
- Dec 09, 2021
-
-
Henrik (Grubba) Grubbström authored
-