1
0
Fork 0

3157 Commits (ee38853dee258faa708b83a9f948957ca0ca99d5)
 

Author SHA1 Message Date
Philip O'Toole ee38853dee
Log Go version 2 years ago
Philip O'Toole d18c5c5312
Update READ_ONLY_NODES.md 2 years ago
Philip O'Toole b28816d606 Build ARM and ARM64 releases 2 years ago
Philip O'Toole 1d08b054c5
Merge pull request #1049 from rqlite/ignore-freshness-on-leader
Ignore freshness when serving queries on Leader
2 years ago
Philip O'Toole 9dbf590634 Better unit test 2 years ago
Philip O'Toole 5690b72cfa Fix CHANGELOG 2 years ago
Philip O'Toole e08fb33611 Update CHANGELOG 2 years ago
Philip O'Toole 160d6eb5c4 Even more doc updates 2 years ago
Philip O'Toole 3b24aad742 More doc updates 2 years ago
Philip O'Toole 7fbe1be491 Update docs 2 years ago
Philip O'Toole dc2b9f5b6f Ignore freshness when serving queries on Leader
It doesn't make sense to check the last leader-contact time when the
node itself is the leader. Any read, when served by the leader, is going
to be within the freshness bound.

Fixes https://github.com/rqlite/rqlite/issues/1048
2 years ago
Philip O'Toole 966568b793
Update CONSISTENCY.md 2 years ago
Philip O'Toole 44693a3ec7
Update FAQ.md 2 years ago
Philip O'Toole a7cbe1e671
Update FAQ.md 2 years ago
Philip O'Toole 50ff3243d5
Update RESTORE_FROM_SQLITE.md 2 years ago
Philip O'Toole b1515fd95f
Update CHANGELOG.md 2 years ago
Philip O'Toole 219630f5af
Merge pull request #1043 from rqlite/add-cluster-timeout
Allow configurable cluster-connect timeout
2 years ago
Philip O'Toole 9ce6c91685 Update CHANGELOG 2 years ago
Philip O'Toole 44230c98b5 Allow configurable cluster-connect timeout
Fixes https://github.com/rqlite/rqlite/issues/1042
2 years ago
Philip O'Toole 74c2b59358
Merge pull request #1038 from rqlite/more-mods-proxy
Update dependencies
2 years ago
Philip O'Toole dc99d3d9a6 Update dependencies 2 years ago
Philip O'Toole 3fa6c50672
7.5.0 is going out 2 years ago
Philip O'Toole bf8197bc82
Update FAQ.md 2 years ago
Philip O'Toole 8998e1552e
Update QUEUED_WRITES.md 2 years ago
Philip O'Toole a259403159
Merge pull request #1037 from rqlite/queued-one-response-type
Use a single Response type for HTTP
2 years ago
Philip O'Toole d3bf2d719e Use a single Response type for HTTP 2 years ago
Philip O'Toole b2d3bae36f
Merge pull request #1036 from rqlite/bench-queue
rqbench supports queued writes
2 years ago
Philip O'Toole 962e545e9b Fix possible cause for panic
https://ci.appveyor.com/project/otoolep/rqlite/builds/43643803
2 years ago
Philip O'Toole 485e51363e Update CHANGELOG 2 years ago
Philip O'Toole 5668464ce5 rqbench supports queued writes 2 years ago
Philip O'Toole a357915a3d Smaller default write queues 2 years ago
Philip O'Toole 766c7eba09
Merge pull request #1035 from rqlite/longer-q-test
Longer queued-write test
2 years ago
Philip O'Toole f6254d3aa1 ABL 2 years ago
Philip O'Toole a0b0d60df9 Longer queued-write test 2 years ago
Philip O'Toole c075ecdfc2
Merge pull request #1034 from rqlite/queued-load-test
Add queued write load test
2 years ago
Philip O'Toole dc388c3521 Add queued write load test 2 years ago
Philip O'Toole 18ee9735b9
Update QUEUED_WRITES.md 2 years ago
Philip O'Toole 4d50ce53c8
Update BULK.md 2 years ago
Philip O'Toole 4378eb5474
Update QUEUED_WRITES.md 2 years ago
Philip O'Toole 5ae118df98
Update CHANGELOG.md 2 years ago
Philip O'Toole bfe4f7fe68 Count number of queued waits 2 years ago
Philip O'Toole 68c6680a51
Merge pull request #1033 from rqlite/stmts-less-wait
Support statement-less queue waits
2 years ago
Philip O'Toole 78c038e24d More queue unit testing 2 years ago
Philip O'Toole 2764bd7600 Fix queue unit test 2 years ago
Philip O'Toole 53f44f47e6 More testing 2 years ago
Philip O'Toole 71b0a5a3bf Support statement-less queue waits 2 years ago
Philip O'Toole f58440511f
Update QUEUED_WRITES.md 2 years ago
Philip O'Toole 3051824a47
Merge pull request #1031 from rqlite/queue-seq-number
Queues support sequence numbers
2 years ago
Philip O'Toole 3cbae18037 Another queue unit test to test batching 2 years ago
Philip O'Toole 49e6b50e4d Stricter queue batch logic 2 years ago