1
0
Fork 0
Commit Graph

20 Commits

Author SHA1 Message Date
Gregory Eremin f86864db3f Update docs 2020-07-28 00:12:19 +02:00
Gregory Eremin 610336a34e Rename slave package to driver
The package contains driver code that was supplemented with additional slave commands.
2019-10-28 19:32:35 +01:00
Gregory Eremin 05009b19d7 Don't mess with driver code, include it as-is
It doesn't seem worth the trouble to reduce amount of code in the driver. Removing automatic registration (along with distinguishing between network timeouts and context timeouts) seem sufficient.
2018-12-11 20:52:44 +01:00
Gregory Eremin 57d2b30132 Use simple exec 2018-11-20 22:54:50 +01:00
Gregory Eremin fb382876ef Remove redundant stuff 2018-11-20 21:33:53 +01:00
Gregory Eremin 08c7552515 Move buffer package 2018-11-20 21:28:43 +01:00
Gregory Eremin 488a08fcab Embed MySQL driver, delete unused stuff, move packages 2018-11-20 21:20:28 +01:00
Gregory Eremin 83e16c72f2 Get rid of FracTime and friends 2018-11-19 22:56:31 +01:00
Gregory Eremin db67e68078 More code documented 2018-11-19 22:44:17 +01:00
Gregory Eremin be37d25444 Simplify time format setup 2018-11-18 20:22:22 +01:00
Gregory Eremin 36c3d2add1 Add a timezone variable to be set in decoded timestamps 2018-11-18 20:21:28 +01:00
Gregory Eremin 3cae959b1b Format time per RFC 3339 2018-11-18 20:03:38 +01:00
Gregory Eremin c0a153a532 Encode decimals as floats without precision loss 2018-11-18 19:02:34 +01:00
Gregory Eremin 69353f61bc Everything seem to work now 2018-11-11 14:24:45 +01:00
Gregory Eremin ced55880ef Extract most decoding logic into mysql package 2018-11-09 00:19:43 +01:00
Gregory Eremin 8a22495a0c JSON tests 2018-11-08 23:29:09 +01:00
Gregory Eremin 42f22dc377 Add borrowed decimal and date/time implementations 2018-11-08 20:46:44 +01:00
Gregory Eremin 3a59fc8e53 Reorganize mysql encoding functions 2018-11-08 20:46:10 +01:00
Gregory Eremin 747d978171 Integer signing functions 2018-11-08 20:45:42 +01:00
Gregory Eremin 5ef0642499 Major refactoring
The thing still works somehow
2018-11-06 22:51:56 +01:00