1
0
Fork 0

441 Commits (b6457a46479aee2242f21d840fc4017060c11860)

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 bdda037e48 Spelling mistakes 9 months ago
Philip O'Toole ad916270d2 Bring go mod import path into compliance 9 months ago
Philip O'Toole 0a8d87640f Fix HTTP unit tests 9 months ago
Philip O'Toole 6dc05a99df Thread it through 9 months ago
Philip O'Toole e48031b6f5 Small tweaks 9 months ago
Philip O'Toole f2a15293ac Neater code 9 months ago
Philip O'Toole 0e743fcee3 Check at HTTP layer for DELETE mode 9 months ago
Philip O'Toole e7ab1389c9 Periodically log boot progres 9 months ago
Philip O'Toole 78566ea45e Add handler for /boot 9 months ago
Philip O'Toole e6b703a0c0 Remove ability to trigger chunked-loading
The low-level Raft system still recognizes the Chunk command, so that
this system can interop with older versions, which might still have a
Chunk command in logs.
9 months ago
Philip O'Toole c81c3d1e52 Remove unused function 9 months ago
Philip O'Toole 72db972965 Fix more HTTP tests 9 months ago
Philip O'Toole 6339ece258 Fix HTTP test 9 months ago
Philip O'Toole 3cc47bceee Revert to simpler one-shot load for SQLite files 9 months ago
Philip O'Toole ba76ccdb0f Remove superfluous blank lines 9 months ago
Philip O'Toole 7e4d0af6b7 Add some basic Query Params unit tests 9 months ago
Philip O'Toole 299819ee72 Query parameters are case-sensitive 9 months ago
Philip O'Toole 0df55b6d2f Fix all HTTP tests 9 months ago
Philip O'Toole 61fb89d418 More refactoring 9 months ago
Philip O'Toole 384ebab5f7 Refactor query parameters into own code
Makes rest of HTTP code cleaner.
9 months ago
Philip O'Toole 33cb121652 Some logging and load-test improvements 9 months ago
Philip O'Toole b0cd5c5a0c Add more Load stats 10 months ago
Philip O'Toole 37fe324d6a Send Abort load chunk requests as needed 10 months ago
Philip O'Toole dd6f386450 Refactor chunk loading 10 months ago
Philip O'Toole 2c57bfa99d Unit test DoRedirect 10 months ago
Philip O'Toole e9a0a9ebfa Roll all Redirect logic into single function 10 months ago
Philip O'Toole 3a0f776e57 Refactor redirect 10 months ago
Philip O'Toole 264e9822eb Standardize on chunk size 10 months ago
Philip O'Toole cb706af68a Add friendly string version of time 10 months ago
Philip O'Toole 0c4fe7c8ac Fix test 10 months ago
Philip O'Toole 8211af961d Move some VACUUM checks to the Store 10 months ago
Philip O'Toole 5c7996fd98 Support optional VACUUM on backup 10 months ago
Philip O'Toole 3ae4255e62 Backup-related cleanups 10 months ago
Philip O'Toole 0f6e70d35d Synchronize JSON marshaling of Node 10 months ago
Philip O'Toole 431028a483 Fix test 10 months ago
Philip O'Toole fe6fe06294 Avoid race when setting Node error 10 months ago
Philip O'Toole 8b8bc4b390 Test a node just hanging when contacted via nodes/ 10 months ago
Philip O'Toole 07cb0fb22a CHANGELOG 10 months ago
Philip O'Toole 4a7814a4a3 Use top-level timeout check for nodes/ 10 months ago
Philip O'Toole e64c4f6d81 Precheck test URLs 10 months ago
Philip O'Toole 64b00e3a7f Correct, and improve, HTTP URL unit tests 10 months ago
Philip O'Toole a43070aa88 Simpler ver==2 logic test 10 months ago
Philip O'Toole 4ca3420813 Default to legacy output for Nodes
New output can be requested via "ver=2".
10 months ago
Philip O'Toole 2405063dff System testing uses new form of /nodes 10 months ago
Philip O'Toole 84c935521a Add unit-tested Nodes Resp decoder 10 months ago
Philip O'Toole 7537569a96 Unit test Nodes Resp encoding 10 months ago
Philip O'Toole d59f15c140 Add Nodes Response JSON encoder 10 months ago
Philip O'Toole a6fac2f92d More Nodes unit testing 10 months ago
Philip O'Toole f759ae0934 Sort nodes 10 months ago