1
0
Fork 0

5222 Commits (95d1c8976396542ef262afcdec385668e0976545)
 

Author SHA1 Message Date
Philip O'Toole 95d1c89763 Move to example.com cert and key 9 months ago
Philip O'Toole 3d3f4c7e51 ServerName unit tests 9 months ago
Philip O'Toole 58d6f1a260 More client-only use for ServerName 9 months ago
Philip O'Toole f41fb5de9e Node client comms only 9 months ago
Philip O'Toole 3cf4d46f39 Fix TCP unit tests 9 months ago
Philip O'Toole 0a8d87640f Fix HTTP unit tests 9 months ago
Philip O'Toole d9efa694eb ServerName only supported for client TLS config 9 months ago
Philip O'Toole 6dc05a99df Thread it through 9 months ago
Philip O'Toole 54ec6c3d60 rtls supports ServerName 9 months ago
Philip O'Toole a96bb50d89 CHANGELOG 9 months ago
Philip O'Toole e8edfd3186 Add command line flag -node-verify-server-name 9 months ago
Philip O'Toole 57342f8658 Log Join address checks
The log messages about "unsupported protocols" confused me, so this
should prevent it in the future.
9 months ago
Philip O'Toole 395498b6b6
Merge pull request #1505 from rqlite/rqlite-ipv6
Correct handling of IPv6 addresses in rqlite shell
9 months ago
Philip O'Toole c2cf8ec3ec CHANGELOG 9 months ago
Philip O'Toole 25403472ab Use standard library to join host and port
This way we get network addresses that are compatible with IPv6 hosts.
9 months ago
Philip O'Toole d5d2c35262 Factor out status/ check 9 months ago
Philip O'Toole 475d854ed7
Merge pull request #1503 from rqlite/rqlite-style-cli
Use SQLite-like help style in rqlite shell
9 months ago
Philip O'Toole 94198f0475 Fix CHANGELOG 9 months ago
Philip O'Toole 2b74d8c332 CHANGELOG 9 months ago
Philip O'Toole bac6b2e8d0 Use SQLite-like help style in rqlite shell 9 months ago
Philip O'Toole df26bcbfc0
Update main.go 9 months ago
Philip O'Toole e9ebf7c6a1
Merge pull request #1502 from rqlite/use-same-fs
Create temp SQLite files in same location as db
9 months ago
Philip O'Toole 9b193f2f4c More coverage cleanup 9 months ago
Philip O'Toole f254ff06a2 CHANGELOG 9 months ago
Philip O'Toole 2e81a92e3a Fix defer ordering 9 months ago
Philip O'Toole dd1f511f0a Add unit test for cleanup 9 months ago
Philip O'Toole 5942e986a8 Simplify and correct DB path logic 9 months ago
Philip O'Toole f6b0be13ed Create temp SQLite files in same location as db 9 months ago
Philip O'Toole b3bf7dbc8f
Update CHANGELOG.md 9 months ago
Philip O'Toole a0670438d4
Merge pull request #1501 from rqlite/upgrade-disco-clients
Upgrade rqlite disco client
9 months ago
Philip O'Toole 208d6618a0 CHANGELOG 9 months ago
Philip O'Toole 6f1c746fbf CHANGELOG 9 months ago
Philip O'Toole f662ad97c4 Upgrade rqlite disco client 9 months ago
Philip O'Toole 3363becadc
Update CHANGELOG.md 9 months ago
Philip O'Toole dd8184f2f2
Merge pull request #1499 from rqlite/dependabot/go_modules/golang.org/x/crypto-0.17.0
Bump golang.org/x/crypto from 0.16.0 to 0.17.0
9 months ago
dependabot[bot] 00883b9e4a
Bump golang.org/x/crypto from 0.16.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
Philip O'Toole 054b3b3741
Update CHANGELOG.md 9 months ago
Philip O'Toole 386c580f3a
Merge pull request #1498 from rqlite/otoolep-patch-1
Alphabetical CLI help
9 months ago
Philip O'Toole 1b61a7e64a
Alphabetical CLI help 9 months ago
Philip O'Toole 7fe9bf83b7
Nicer CLI messages 9 months ago
Philip O'Toole 24e5e2d994
Update CHANGELOG.md 9 months ago
Philip O'Toole d6d135e622
Merge pull request #1497 from rqlite/no-reopen-to-remove-wal
Don't re-open and close database on shutdown
9 months ago
Philip O'Toole 54a2487807 Don't test WAL removal
Look, it could always happen if the node is crashed hard. A WAL file
could be left around at anytime, just accept it and don't bother with
the cleanup.
9 months ago
Philip O'Toole fc7b9901f6 Add DB-level unit test of WAL removal on close 9 months ago
Philip O'Toole d03a1edf0c CHANGELOG 9 months ago
Philip O'Toole 91182d186b Fix tests 9 months ago
Philip O'Toole 6232801114 Commit missing code 9 months ago
Philip O'Toole 5f9c9aad2d Don't re-open and close on shutdown 9 months ago
Philip O'Toole 4697bdc560
Update CHANGELOG.md 9 months ago
Philip O'Toole 98aad1747f
Update CHANGELOG.md 9 months ago