Markus Mäkelä
755d080161
MXS-1810: Add C++ hex conversion functions
...
Added mxs::to_hex for uint8_t types and uint8_t containers.
2018-04-26 13:44:23 +03:00
Johan Wikman
e1f1d8e58a
Merge branch '2.1' into 2.2
2018-02-02 16:05:14 +02:00
Markus Mäkelä
8b2aa52384
Merge branch '2.1' into 2.2
2017-12-29 08:42:49 +02:00
Markus Mäkelä
79afaa447e
Merge branch '2.1' into 2.2
2017-12-12 13:23:02 +02:00
Markus Mäkelä
895d950da0
Format all source files with Astyle
...
Formatted all source files Astyle.
2017-09-28 07:04:21 +03:00
Markus Mäkelä
2633ad2fe4
Merge branch '2.1' into 2.2
2017-09-26 14:29:14 +03:00
Johan Wikman
de7004cb95
Merge branch '2.1' into develop
2017-08-15 10:31:30 +03:00
Markus Mäkelä
854c4a1ed3
Add support for non-glibc systems
...
MaxScale can now be built on systems that use an alternative libc
implementation e.g. musl.
2017-08-02 11:51:55 +03:00
MassimilianoPinto
cb57e10761
Develop merge
...
Develop merge
2017-06-29 15:34:22 +02:00
Johan Wikman
f546a17e77
Update change date of 2.2
2017-06-01 10:24:20 +03:00
Markus Mäkelä
47c1e9d533
MXS-1220: Deprecate whitespace in object names
...
All whitespace in object names is now converted to a compacted format with
whitespace replaced with hyphens. If a conversion takes place, a warning
is logged.
Converted some of the tests into C++ as they directly include .cc files.
2017-05-04 09:12:15 +03:00
Markus Mäkelä
caf2172677
MXS-1220: Fix minor problems with admin thread
...
The admin thread now uses blocking IO. This is not optimal but it
simplifies the code by some amount.
Fixed option processing removing one extra character from key name.
Use correct member variable when checking for the option map end.
2017-05-04 09:11:18 +03:00
Markus Mäkelä
ad1c05b015
Merge branch '2.1' into develop
2017-04-05 11:35:13 +03:00
Johan Wikman
b04e8b93c9
Compile statistics, thread, users and util as C++
2017-03-24 11:05:55 +02:00