1
0
Fork 0

83 Commits (4ddc210d7a396246cc45c6231c4d84b1afb1636e)

Author SHA1 Message Date
Philip O'Toole b6457a4647 Remove unused joint TLS config creation
This was confusing and too clever.
9 months ago
Philip O'Toole 954503dc66 Move Store to Layer and create NewLayer in tcp 9 months ago
Philip O'Toole e8ea575a57 Reorder unexpected function 9 months ago
Philip O'Toole ad916270d2 Bring go mod import path into compliance 9 months ago
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 3cf4d46f39 Fix TCP unit tests 9 months ago
Philip O'Toole 6dc05a99df Thread it through 9 months ago
Philip O'Toole c52d94e26e Allow test nodes to enable TLS client 10 months ago
Philip O'Toole 0d959f174e Fix system-level testing of Bootstrapping 10 months ago
Philip O'Toole 208fc20659 Fix more uses of random 1 year ago
Philip O'Toole d0269c2f6d
Update dialer.go 1 year ago
Philip O'Toole 5df129ff20 Remove no-longer supported command-line options 1 year ago
Philip O'Toole a2902789e8 Tweak network stats key 1 year ago
Philip O'Toole 5b1a9107e9 Add network information to /status 1 year ago
Philip O'Toole 3e84139290 Default to mutual TLS off for node-to-node 2 years ago
Philip O'Toole 27839b53f7 ABL 2 years ago
Philip O'Toole ba39227c93 Move to a single cert-key pair for nodes 2 years ago
Philip O'Toole a3fc60b9b5 Fix last TCP dialer test 2 years ago
Philip O'Toole 54e649c341 More TLS unit test fixes 2 years ago
Philip O'Toole 673fd8cade More use of central TLS config 2 years ago
Philip O'Toole c8231596ac Use central TLS config creation 2 years ago
Philip O'Toole 7af5666056 Actually enable inter-node client cert checking 2 years ago
Philip O'Toole 0071867e34 Don't call t.Fatal() from goroutine
It wouldn't abort the test anyway, so just log.
2 years ago
Philip O'Toole 47a1b88a64 More end-to-end node encryption testing 3 years ago
Philip O'Toole 8019202ee5 Unit test name address 3 years ago
Philip O'Toole 5e11584c90 Add new TCP NameAddress type 3 years ago
chermehdi 3bfcbffc37 Fix typos and Grammar issues 3 years ago
Philip O'Toole 955f2302c4 Conn, not PoolConn
It's already in the pool package.
3 years ago
Philip O'Toole dd71c07c73 ABL 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 5613edd887 Fix connection pool stats
Also HTTP should read its own Raft address locally.
3 years ago
Philip O'Toole ac1166fdca Add stats to connection pool 3 years ago
Philip O'Toole fd2c3a6314 Add Connection Pool source
Many thanks to https://github.com/fatih/pool.
3 years ago
Philip O'Toole c13e2b0ab4 Set WriteDeadline for marker byte 3 years ago
Philip O'Toole 32ec72e982 Clearer Dialer testing 3 years ago
Philip O'Toole 5801240051 Remove unneeded test code 3 years ago
Philip O'Toole f5bcddfe02 Simple test of Dialing TLS 3 years ago
Philip O'Toole d8e73c21e8 Fix typo 3 years ago
Philip O'Toole 929c800a57 Clearer Dialer unit test 3 years ago
Philip O'Toole f3de6d599f Simple unit-testing of Dialer 3 years ago
Philip O'Toole 796ef147f7 Hook in explicit Cluster Dialer 3 years ago
Philip O'Toole f0f8bf0388 Change what-was too noisy logging 3 years ago
Philip O'Toole 4c17064d6b Log source address of muxed request 3 years ago
Philip O'Toole 585a204f8b Add more startup logging 3 years ago
Philip O'Toole 497ee77625 More Mux instrumentation 3 years ago
Philip O'Toole 000b390dda Fix build issue 3 years ago
Philip O'Toole cbc2a686db Instrument Cluster service 3 years ago