Commit Graph

71 Commits

Author SHA1 Message Date
Con Kolivas
14f6e95dc0 Bump version to 0.9.9, the 1.0 release candidate. 2023-06-13 15:13:41 +10:00
Con Kolivas
4d57dd74ce Bump version to 0.9.8. 2023-06-06 11:29:05 +10:00
Con Kolivas
b9588627cd Build with jansson 2.14 instead of 2.10 2023-06-01 10:34:33 +10:00
Con Kolivas
ca3dd38cf2 Bump version to 0.9.7, updating configure.ac 2023-05-29 10:23:51 +10:00
Con Kolivas
30b1c6a4db Bump version to 0.9.6 2023-05-25 08:30:26 +10:00
Con Kolivas
bdd7dc4290 Bump version to 0.95. 2020-06-08 13:50:33 +10:00
Con Kolivas
a58da2a21e Make ZMQ optional in build. 2020-06-08 13:50:21 +10:00
ckolivas
8b22cb97af Implement support for zmqpubhashblock notifier. 2020-05-18 18:04:26 +10:00
ckolivas
c4a2857373 Clean up configure. 2020-05-14 12:12:29 +10:00
Con Kolivas
4b655e1d46 Disable ckdb by default. 2017-05-13 18:39:55 +10:00
Con Kolivas
dc604466f7 Revert "Disable ckdb."
This reverts commit 11fc1acaca.
2017-05-13 18:39:41 +10:00
Con Kolivas
11fc1acaca Disable ckdb. 2017-04-29 11:24:19 +10:00
Con Kolivas
f1b84a3020 Clean up jansson 2.6-2.10 update. 2017-04-29 11:23:50 +10:00
Con Kolivas
ee10a5b339 Bump version to 0.9.4 2016-08-23 22:42:08 +10:00
Con Kolivas
0044714253 Bump version to 0.9.3 2016-03-11 08:59:58 +11:00
Con Kolivas
abe0aef095 Bump ckpool version to 0.9.2 signifying stable code point 2016-02-13 14:34:09 +11:00
Con Kolivas
785cccc800 Bump version to 0.9.1 2016-01-19 16:06:11 +11:00
Con Kolivas
00fec60e3c Check if realtime library is required 2016-01-10 12:48:25 +11:00
Con Kolivas
7bbd34d950 Clean up autofoo magic to search for proper functions to include libraries as needed without extra variables 2016-01-04 19:11:37 +11:00
kanoi
e0abe9b869 Merge branch 'master' of https://bitbucket.org/ckolivas/ckpool 2016-01-04 18:10:51 +11:00
kanoi
df90ae25fc fix ckdb configure to use AC_CHECK_LIB correctly 2016-01-04 18:10:34 +11:00
Con Kolivas
61c9414fde Remove unnecessary zlib check 2016-01-04 16:16:40 +11:00
Con Kolivas
29669ee60f Add architecture dependent sha256 assembly support on recent intel platforms, linking libckpool only statically 2016-01-04 15:37:52 +11:00
Con Kolivas
5b816982e5 Compression of any sort is slower than ordinary network transfers so remove it 2016-01-04 12:20:41 +11:00
Con Kolivas
11d14620e6 Convert to gzip 2016-01-02 00:16:10 +11:00
Con Kolivas
17cc4411af Fix compilation and send lz4 compatible clients compressed data 2016-01-01 17:07:19 +11:00
Con Kolivas
950b855b2d Implement backwardly compatible lz4 compression support to be used by passthroughs and nodes 2016-01-01 16:32:58 +11:00
Con Kolivas
6b3792c090 Bump version to 0.9.0 2015-12-30 14:07:32 +11:00
kanoi
f6abd5333d ckdb/php - 2FA 2015-07-31 17:11:10 +10:00
Con Kolivas
2d6a261ffb Increase version to 0.8.8 2015-05-01 00:12:04 +10:00
Con Kolivas
2c0a982948 Push version to 0.8.7 2015-03-22 19:52:02 +11:00
kanoi
951f9019a9 ckdb/php - more block statistics 2015-03-11 18:38:32 +11:00
Con Kolivas
3ed9f9757b Push version to 0.8.6 2015-02-08 19:02:23 +11:00
Con Kolivas
1002e91bcc Push version to 0.8.5 2015-01-30 11:46:52 +11:00
Con Kolivas
f85d87b93c Push version to 0.8.4 2015-01-28 19:35:21 +11:00
Con Kolivas
7cd351782e Push version to 0.8.3 2015-01-24 10:21:38 +11:00
Con Kolivas
50f48aa5e3 Push version to 0.8.2 2015-01-19 19:21:08 +11:00
Con Kolivas
2d688ddb07 Push version number to 0.8.1 2015-01-19 19:20:40 +11:00
kanoi
44009cd4d4 remove ckdb bzip2 build requirement 2014-12-05 17:30:54 +11:00
kanoi
fb6a9874ec ckdb - add libbz dependency to the ckdb build and allow reload to read both uncompressed and bzip2 compressed log files 2014-12-04 23:13:29 +11:00
Con Kolivas
42fc9ca8f6 Rewrite connector receive thread to use epoll and remove associated now unnecessary fd hashtable 2014-11-01 11:57:57 +11:00
Con Kolivas
55ff1389ee Make ckpool built without ckdb support imply standalone and remove ckdb options when build support is disabled 2014-10-02 20:30:16 +10:00
Con Kolivas
a863a3134f Bump version to 0.8 signifying near feature completeness 2014-09-10 21:37:37 +10:00
Con Kolivas
3b477b4e07 Provide an option --without-ckdb to build ckpool without postgresql support 2014-08-17 11:18:00 +10:00
Con Kolivas
1e81ac7887 Convert command line to accept long options that are also self documenting with -h 2014-07-18 22:06:02 +10:00
ckolivas
34d77bd3b9 Make significant floating point errors fatal to avoid subtle bugs being missed 2014-07-09 11:55:12 +03:00
Con Kolivas
ebb932691a Allow group id to be set for unix sockets with -g command line parameter 2014-06-13 21:43:43 +10:00
Con Kolivas
94bff9c3ab Fix build for ubuntu 2014-06-13 19:59:24 +10:00
kanoi
762fe5ebaf ckdb v0.0 2014-06-13 19:32:37 +10:00
Con Kolivas
77f09c2858 Use local jansson in build 2014-05-27 19:52:28 +10:00