1
0
Fork 0

1632 Commits (ff2996fc666809da3b643d45367241ee8274c60e)
 

Author SHA1 Message Date
Philip O'Toole 193f958c20
Merge pull request #584 from rqlite/add_timer
Support showing timings in the CLI
5 years ago
Philip O'Toole ec593fe8d5 Support showing timings in the CLI
Port of https://github.com/rqlite/rqlite/pull/414
5 years ago
Philip O'Toole b1d16566a4
Merge pull request #583 from rqlite/basic_auth
Add support for BasicAuth to CLI
5 years ago
Philip O'Toole 4b196853da Update CHANGELOG 5 years ago
Philip O'Toole c246850acf Merge branch 'master' of github.com:rqlite/rqlite into basic_auth 5 years ago
Philip O'Toole 1d8417de74 Add support for BasicAuth to CLI
Port PR406 to v4.
5 years ago
Philip O'Toole 29b0f1bb78
Update CHANGELOG.md 5 years ago
Philip O'Toole dc84026af1
Update DATA_API.md 5 years ago
Philip O'Toole afadf1b805
Update README.md 5 years ago
Philip O'Toole ada9799606
Fix typo 5 years ago
Philip O'Toole 94901b7b54
Update LICENSE 5 years ago
Philip O'Toole c9835f2a20
Update CONTRIBUTING.md 5 years ago
Philip O'Toole 9a7f4c0e27
Update CHANGELOG.md 5 years ago
Philip O'Toole a4b0645ff7 Remove non-applicable test 5 years ago
Philip O'Toole f7cdfc1432 Add vet and fmt checks 5 years ago
Philip O'Toole 20713065b2 Enable end-to-end in CircleCI 5 years ago
Philip O'Toole dd0162b6da Remove old files 5 years ago
Philip O'Toole 0d0d5e6fa3 Add Python end-to-end test 5 years ago
Philip O'Toole e77151a513 Add race testing 5 years ago
Philip O'Toole 234f3bea77 Try example CircleCI Go config 5 years ago
Philip O'Toole aaf9d67276 Circle config format 5 years ago
Philip O'Toole db69bfadcb Set GOPATH 5 years ago
Philip O'Toole dbcec19fed Add CircleCI 2.0 support 5 years ago
Philip O'Toole 33f6f6bf8e Move EnsureHTTPS into http module 5 years ago
Philip O'Toole 329e50ffbb Update comment re HTTP retry 5 years ago
Philip O'Toole e99819a004 Revert client comment 5 years ago
Philip O'Toole 9499a7f92d Revert changes to Disco client 5 years ago
Philip O'Toole de379a883c When joining try HTTPS if HTTP fails 5 years ago
Zac Medico f01e6b1b0a
Server -http-ca-cert and -node-ca-cert options
The -http-ca-cert and -node-ca-cert options allow the user to specify
trusted X.509 root CA certificates as an alternative to the
-http-no-verify and -node-no-verify options. This behavior is analogous
to the rqlite client -ca-cert option.
5 years ago
Philip O'Toole 8336150318
Merge pull request #551 from zmedico/client-ca-cert-option-4.3.0
Add rqlite -ca-cert option to specify trusted root CA certificate
5 years ago
Zac Medico 936ab69ba9
Add rqlite -ca-cert option to specify trusted root CA certificate
The -ca-cert option allows the user to specify a trusted X.509 root CA
certificate as an alternative to the --insecure option.
5 years ago
Philip O'Toole 2e91858e1e Allow Raft election timeout to be set 6 years ago
Philip O'Toole 6937a377ae Allow control of shutdown-on-remove
Defaults to leaving Raft run if the node is removed.
6 years ago
Philip O'Toole 77e345b97c
4.3.0 is going out 7 years ago
Philip O'Toole 2883094c2b
Update CHANGELOG.md 7 years ago
Philip O'Toole dfaa645036
Merge pull request #399 from rqlite/tweak_hash_2
Tweak hashed password implementation
7 years ago
Philip O'Toole 72dae6efe6 Update SECURITY with hashed password support 7 years ago
Philip O'Toole ac14f12cb9 Update CHANGELOG 7 years ago
Philip O'Toole 6fae0d4cee Tweak hashed password implementation 7 years ago
Philip O'Toole 1abbe0fa4b
Update CHANGELOG.md 7 years ago
Philip O'Toole dd4e494b23
Merge pull request #397 from sum12/hashedpass
auth: Added cmdline option to specify passwords are bcrypted
7 years ago
sum12 03dcfc47e0 auth: passwords can be maked as hashed (bcrypt)
Passwords stored in auth file can be bcrypt hashes of the password
passed via the basic auth of the received request.

However unmakred passwords will be considered plain text thus
maintaining backward compatibility.

Added testcases.

Closes #395
7 years ago
Philip O'Toole f6672dd3dd
4.2.3 is going out 7 years ago
Philip O'Toole 9ea300e00b
Merge pull request #392 from rqlite/500_on_delete
Return redirect if node removal executed on follower
7 years ago
Philip O'Toole efec4d4e42 Return redirect if remove on follower
Fixes issue #391.
7 years ago
Philip O'Toole 9601e6eb18
Update license years 7 years ago
Philip O'Toole eacd602e53
Merge pull request #389 from rqlite/log_data_path
Log Store directory path on startup
7 years ago
Philip O'Toole b5b2cb21db Log Store directory path on startup 7 years ago
Philip O'Toole e6779b4410
Merge pull request #387 from rqlite/less-cyclo
Reduce cyclo complexity
7 years ago
Philip O Toole 00d24ce06d Reduce cyclo complexity 7 years ago