Files
MaxScale/server/modules/routing
Johan Wikman 6164b7f301 Fixed unsafe use of localtime
Since localtime is not thread-safe it should not be used in multithreaded
contexts. For this reason all calls to localtime were changed to localtime_r
in code where concurrency issues were possible.

Internal tests were left unchanged because they aren't multithreaded.
2015-11-19 17:17:16 +02:00
..
2015-11-19 08:58:49 +01:00
2015-11-17 12:50:15 +02:00
2015-08-25 19:02:27 +02:00
2015-11-17 09:17:59 +02:00
2015-11-19 17:17:16 +02:00