1
0
Fork 0

2796 Commits (977c5f251bd8950da91559dd5bf27fcca01c3e24)
 

Author SHA1 Message Date
Philip O'Toole 197da98aa8
Update FAQ.md
[ci skip]
3 years ago
Philip O'Toole cef11e9b61
Update FAQ.md 3 years ago
Philip O'Toole 6a461f13a3
Update CHANGELOG.md 3 years ago
Philip O'Toole e664dc8cff
Merge pull request #887 from rqlite/mod-tidy
go mod tidy
3 years ago
Philip O'Toole 698aad9d4f go mod tidy 3 years ago
Philip O'Toole 47f924deb1
Update go.mod 3 years ago
Philip O'Toole add544a2a8
Update README.md 3 years ago
Philip O'Toole e289ca0bd6
Update CONTRIBUTING.md 3 years ago
Philip O'Toole c60718798e
Merge pull request #886 from rqlite/snapshot-comment
Update Snapshot comment
3 years ago
Philip O'Toole d6be09ba65
Update Snapshot comment 3 years ago
Philip O'Toole 6f6a8b4459
Update CLI.md 3 years ago
Philip O'Toole 8b26783f11
Merge pull request #885 from rqlite/better-e2e-http
Better HTTP logging during end-to-end tests
3 years ago
Philip O'Toole 4eb743b259 Revert one unneeded change 3 years ago
Philip O'Toole 15265136d5 Fix racy WaitGroup usage during tests 3 years ago
Philip O'Toole fd6c850ff3 Update CHANGELOG 3 years ago
Philip O'Toole 875c09d9ca More improved responses on HTTP 500 3 years ago
Philip O'Toole 0e50ab255d Better HTTP logging during end-to-end tests 3 years ago
Philip O'Toole 6056723139
Update CHANGELOG.md 3 years ago
Philip O'Toole 45762ff2be
Merge pull request #884 from rqlite/serialize-on-disk-directly
Serialize on-disk databases by simply reading SQLite file
3 years ago
Philip O'Toole d73d7fb37d Update CHANGELOG 3 years ago
Philip O'Toole 5d48a18950 Check if slice is empty in addition to being nil 3 years ago
Philip O'Toole bb002bb81b Block query transactions during serialize 3 years ago
Philip O'Toole 2bf7638a8d Fix debug code in test 3 years ago
Philip O'Toole 01895e501f Serialize on-disk databases by simply reading file
This is safe according to https://sqlite.org/howtocorrupt.html and
avoids any sqlite3_serialize() limitations.
3 years ago
Philip O'Toole 8cf193bfc2
Merge pull request #883 from rqlite/missing-http-returns
Add missing returns after HTTP errors
3 years ago
Philip O'Toole c00d5cad26 Update CHANGELOG 3 years ago
Philip O'Toole a74c182425 Add missing returns after HTTP errors 3 years ago
Philip O'Toole fb392e34c6
Update CHANGELOG.md 3 years ago
Philip O'Toole 6f789b0e3d
Merge pull request #882 from rqlite/on-disk-fixes
On disk fixes
3 years ago
Philip O'Toole 7bdfac7073 Update CHANGELOG 3 years ago
Philip O'Toole a6da8d474f Ensure (any) directory for on-disk-path exists 3 years ago
Philip O'Toole 1f33dbb2cb Fix up Store-open logging 3 years ago
Philip O'Toole 1ea29e108a Exit if on-disk-path is set, but on-disk is not 3 years ago
Philip O'Toole 7662eafdc0
Update PERFORMANCE.md 3 years ago
Philip O'Toole 2dd986b20f
Update PERFORMANCE.md 3 years ago
Philip O'Toole 3c3a20b4e1
Update README.md 3 years ago
Philip O'Toole 8d0bdca09e
Update README.md 3 years ago
Philip O'Toole 1d86ddfc1d
Update PERFORMANCE.md 3 years ago
Philip O'Toole 24ed012a8e
Update PERFORMANCE.md 3 years ago
Philip O'Toole e9270db490
Update CHANGELOG.md 3 years ago
Philip O'Toole 8eaf27134f
Merge pull request #880 from rqlite/upgrade-to-2gib
Upgrade dependencies, rqlite/go-sqlite3 1.22.0
3 years ago
Philip O'Toole 00f4c6bc35 Wait, or timeout, for LeaderID to be set
Address https://ci.appveyor.com/project/otoolep/rqlite/builds/40607771
failures.
3 years ago
Philip O'Toole 92b3e300be Clearer text 3 years ago
Philip O'Toole f17a6cb264 Explicit note about maximum in-memory database size 3 years ago
Philip O'Toole c0b22b0d03 Update CHANGELOG 3 years ago
Philip O'Toole 08eb74493d Add unit test for >1GiB in-memory databases
>2GiB in-memory are still not supported.
3 years ago
Philip O'Toole bf6e7de219 Upgrade dependencies, rqlite/go-sqlite3 1.22.0
Support in-memory databases up to 2GiB in size. See
https://sqlite.org/forum/forumpost/b1ba232667130afa?t=h.
3 years ago
Philip O'Toole 1d428d3968
Update CHANGELOG.md 3 years ago
Philip O'Toole 8941a6f485
Merge pull request #879 from rqlite/get-node-api-timeout
Set timeout when fetching node API address
3 years ago
Philip O'Toole b249abd29e Update CHANGELOG 3 years ago