2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-15 13:12:21 +00:00
Commit Graph

402 Commits

Author SHA1 Message Date
ruben
3a309e9e2a Now integration tests run directly from CMake 2020-04-16 18:50:14 +01:00
ruben
86c60f9428 Now examples are run directly from CMake 2020-04-16 17:54:49 +01:00
ruben
5beb905bf1 Added missing permissions for OSX CI 2020-04-16 14:20:08 +01:00
ruben
5bd3c59dad Changed default UNIX socket path 2020-04-16 14:02:55 +01:00
ruben
5c3e0c1a9c Updated readme 2020-04-16 14:02:44 +01:00
ruben
f43acc46eb Attempt to resolve undefined config include order 2020-04-16 13:19:02 +01:00
ruben
48f0a59ef5 Debugging Travis Linux 2020-04-16 12:02:58 +01:00
ruben
7c4ed5760b Further increased max_connections 2020-04-16 12:02:05 +01:00
ruben
c2ef59a670 Now run_tests.py transmits errors correctly 2020-04-16 11:57:38 +01:00
ruben
5861a207c8 Added missing env variables in Travis CI Linux 2020-04-15 20:29:51 +01:00
ruben
6a312e046b Changed CI config files to they take precedence 2020-04-15 20:06:17 +01:00
ruben
9a28f4a24d Updated TODO 2020-04-15 18:36:43 +01:00
ruben
082b279ba2 Changed network_functions.cpp to build under MSVC
Replaced template variables by static ones
2020-04-15 18:33:14 +01:00
ruben
2808deacb3 Added documentation for UNIX typedefs 2020-04-15 18:27:34 +01:00
ruben
931613a48c Added UNIX socket example to docs 2020-04-15 18:20:16 +01:00
ruben
12fce9c4ec Removed unnecessary semicolons 2020-04-15 17:56:38 +01:00
ruben
a6ba630e9c Added UNIX socket path to CI config file 2020-04-15 16:44:51 +01:00
ruben
805b655e35 Refactored network test functionality 2020-04-15 16:43:39 +01:00
ruben
a7625831d4 Extended tests to run under UNIX sockets 2020-04-15 12:42:38 +01:00
ruben
e384e6cbaa Add #ifdef UNIX to unix_socket example 2020-04-13 16:38:01 +01:00
ruben
d94bc75f00 Added UNIX typedefs and an example 2020-04-13 16:33:46 +01:00
ruben
f8a5904d0b Changed Boost logo for proposed for 2020-04-09 17:25:04 +01:00
ruben
6477453a59 Added link to docs in README 2020-04-07 17:54:52 +01:00
ruben
0778c0a7bf Renamed examples -> example 2020-04-07 17:27:24 +01:00
ruben
e0f72d62ef Added Doxyfile and doxygen infrastructure 2020-04-07 17:19:38 +01:00
ruben
db7f0c38a6 Enhanced remaining doxygen docs 2020-04-07 15:54:41 +01:00
ruben
da2e13848a Reviewed doxygen docs (connection & params) 2020-04-07 15:20:46 +01:00
ruben
dfd556d5d0 Updated README 2020-04-07 12:05:20 +01:00
ruben
becd36a73a Added test for unknown auth plugin 2020-04-07 11:58:38 +01:00
ruben
9bf70a31e3 Refactored auth calculation 2020-04-07 11:37:40 +01:00
ruben
cff5c75daa Updated minimum CMake version
Specified minimum Boost version in CMake
2020-04-06 19:46:06 +01:00
ruben
9ebacc5947 Made Travis Linux download latest cmake version 2020-04-06 18:07:36 +01:00
ruben
d6957271d2 Restructured handshake integ tests 2020-04-06 17:25:26 +01:00
ruben
7622d2ef9d Added python3 package to Linux Travis 2020-04-06 17:25:07 +01:00
ruben
7c7f26c4fc Enhanced the test runner scripts for integ tests
Split db_setup.sql into regular + sha256
Added a Python script to conditionally run setup and tests
Modified the logic on SHA256 support
2020-04-06 16:44:12 +01:00
ruben
c06c2eddcd Enhanced unknown user test validations 2020-04-06 15:44:41 +01:00
ruben
e141661a6d Added tests for bad password for caching_sha256 2020-04-06 14:42:21 +01:00
ruben
4fb694d448 Added empty password users for caching_sha2 2020-04-06 13:37:52 +01:00
ruben
07cdacc388 Added CI code to skip SHA256 tests for Mariadb 2020-04-06 13:24:09 +01:00
ruben
745064c009 Corrected handshake algorithm
Added integ tests for caching_sha256_password
2020-04-06 13:21:05 +01:00
ruben
1f5e060e37 Added first version of caching_sha2_password 2020-04-05 18:54:24 +01:00
ruben
12e6ce9c38 Added ssl_mode::enable 2020-04-05 15:46:25 +01:00
ruben
710dd558db Updated docs on SSL 2020-04-05 14:56:18 +01:00
ruben
0f0a299e5c Updated README 2020-04-05 14:43:56 +01:00
ruben
e8a9a2855a Made SSL objects in channel lazy 2020-04-05 14:43:38 +01:00
ruben
a9a0710b11 Simplified error handling in coroutines 2020-04-05 13:33:41 +01:00
ruben
1debbec2bc Recovered other Travis CI systems 2020-04-05 13:12:23 +01:00
ruben
8a0f9728d6 Debugging Travis OSX 2020-04-05 13:04:16 +01:00
ruben
669a2f8fc5 Debugging Travis OSX 2020-04-05 12:55:27 +01:00
ruben
b18cbd2aa6 Integ tests now run with and without ssl 2020-04-05 12:49:37 +01:00