Commit Graph

61 Commits

Author SHA1 Message Date
Lunny Xiao 3c399e1b38
Add vet check and fix some vet errors (#374) 2020-04-24 13:07:38 +08:00
Sergey Romanov 8ceb77e66a Config: Fix quotes at Readonly method (#360) 2019-02-02 21:41:19 +08:00
benjafire 36de957bf3 add replaciton master auth support (#336) 2018-03-28 17:50:05 +08:00
Maciej Lisiewski 56900470a8 Add Dockerfile (#327) 2017-11-28 08:50:33 +08:00
Maciej Lisiewski 81f50c08aa Use latest (1.20+) LevelDB (#326) 2017-11-27 08:51:18 +08:00
siddontang f49ad4d5ed add max manifest file size for rocksdb (#312) 2017-07-31 09:51:35 +08:00
Muhamad Azmy bc27c99e3c TLS support (#302) 2017-06-12 08:05:42 +08:00
Muhamad Azmy 74d1db9b35 Custom auth method (#301) 2017-06-08 23:01:11 +08:00
Glen De Cauwsemaecker 80ea7b8bca allocate local port dynamically, fixes #290 (#292) 2017-04-16 10:37:47 +08:00
siddontang 3cbbbb8f85 update rocksdb 5.1+ (#282) 2017-03-12 21:21:49 +08:00
siddontang ca344836ab use vendor and do clean up. (#241)
* use vendor and do clean up.
2016-05-01 23:33:02 +08:00
Nikolay Turpitko 316ba29713 Add config param for unix socket permission (issue #203) 2015-11-23 23:30:30 +06:00
Russell Smith d48cb8c773 Make the auth stuff simpler - just have a password 2015-09-12 19:35:08 -07:00
Russell Smith 623794feb2 Attempt at Auth :) 2015-09-12 17:47:10 -07:00
siddontang eee7468b85 format with goimports 2015-05-04 22:42:28 +08:00
siddontang 7c88ae4fa4 update config 2015-03-16 13:32:29 +08:00
siddontang 1b8d5af588 generate db if not exists when select
put TTL checker in associated db too
2015-03-15 11:39:31 +08:00
siddontang 09d57e28f6 use 16 now for later refactor
I will try to support large db index for xcodis
2015-03-13 14:00:33 +08:00
siddontang 2a4d9d5bc7 bugfix config 256 databases 2015-03-04 17:46:40 +08:00
siddontang c69f803f37 support configuring databases 2015-03-04 09:15:28 +08:00
siddontang 98ddc8b47a add usemmap config 2014-11-20 22:28:08 +08:00
siddontang 62440fef91 refactor replication, not compatibility
use data and meta file for a table
use mmap for file read and write
2014-11-20 17:33:38 +08:00
siddontang 8ec2730235 rpl optimize
log head use pool
remove defer mutex
2014-11-19 10:26:50 +08:00
siddontang 8ab0b84cc2 adjust rpl config 2014-11-18 17:22:28 +08:00
siddontang 053cee05a3 rpl add max log file num 2014-11-15 21:20:12 +08:00
siddontang f39f5cdef6 adjust default rocksdb config 2014-11-10 17:22:18 +08:00
siddontang 34d485056f update replication 2014-11-07 16:35:54 +08:00
siddontang 7b5d950cc9 fix go test race error 2014-11-01 23:28:34 +08:00
siddontang e343ca0dc0 fix type 2014-10-31 20:33:39 +08:00
presbrey 270c1ade1e Update config.toml
minor typo
2014-10-31 07:29:45 -04:00
siddontang b9b60f19ad add conn keep alive check and bug fix 2014-10-30 11:11:45 +08:00
siddontang 21fee60d8b optimize and bugfix TTL, must upgrade manually 2014-10-29 16:02:46 +08:00
siddontang e1df74e33d set replication config to false default 2014-10-28 23:30:40 +08:00
siddontang 53072735f6 add conn buffer config 2014-10-25 14:48:52 +08:00
siddontang 57d60b0ce0 add disable wal config for rocksdb 2014-10-24 23:30:27 +08:00
siddontang 80b4bf8f6a update rocksdb config 2014-10-24 16:39:37 +08:00
siddontang 1cb40204fa add rocksdb config 2014-10-24 13:01:13 +08:00
siddontang 0f8e9553ac remove hyperleveldb
leveled, hyperleveldb, and basho leveldb use same interfaces. You can
choose proper one by yourself.
2014-10-16 11:10:19 +08:00
siddontang 522f77a7a5 add sync commit config for store 2014-10-16 09:35:35 +08:00
siddontang f907234638 optimize fullsync 2014-10-11 17:44:31 +08:00
siddontang 4a1c74cb44 adjust config 2014-10-11 16:00:59 +08:00
siddontang 36f015268f update snapshot 2014-10-10 22:45:22 +08:00
siddontang 180091e10f add snapshot store 2014-10-10 17:57:18 +08:00
siddontang 855f0a3477 add readonly support 2014-10-10 09:49:16 +08:00
siddontang 848fbf34ad add sync log config 2014-10-09 15:05:15 +08:00
siddontang c09c02c82b config add rewrite 2014-10-08 16:20:09 +08:00
siddontang d6f1959da1 config add dump support 2014-10-08 16:02:00 +08:00
siddontang 4d974a0db7 add wait max slave acks config 2014-10-05 17:24:44 +08:00
siddontang b2a8b70e54 add compression for log 2014-09-27 09:10:08 +08:00
siddontang 962a087330 update slaveof and readonly 2014-09-25 16:03:29 +08:00