summaryrefslogtreecommitdiffhomepage
path: root/HTTP
Commit message (Expand)AuthorAge
* support slightly older version of depsJoey Hess2020-02-14
* updated many dependencies, ghc 8.xJoey Hess2020-02-14
* updated to http-client 0.5.3, servant 0.11 and stackage lts-9.0Joey Hess2017-08-10
* Fix build with some versions of servant.Joey Hess2017-04-03
* fix bad patch in 6c289708280f721338a3f334196cf92f99ea2d14Joey Hess2017-04-03
* fix indentJoey Hess2017-03-22
* one more instance of showBase16 removed.Piyush P Kurur2017-03-22
* Updated to use raaz-0.1.1.Joey Hess2017-03-03
* Removed dependency on crypto-random.Joey Hess2016-10-07
* New --add-storage-directory and --add-server optionsJoey Hess2016-10-06
* move level from Server to StorageJoey Hess2016-10-06
* Server: Round number of objects down to the nearest thousand, to avoid leakin...Joey Hess2016-09-27
* Added --check-servers mode, which is useful both at the command line to see w...Joey Hess2016-09-27
* Server: --motd can be used to provide a Message Of The Day.Joey Hess2016-09-27
* allow servers to have multiple or no addressesJoey Hess2016-09-22
* Added --backup-server and --restore-serverJoey Hess2016-09-15
* rejigger to avoid division underflowJoey Hess2016-09-14
* Make rate limiter adapt to ongoing load more quickly -- every 15 minutes inst...Joey Hess2016-09-14
* Reduce number of buckets in rate limiter, avoiding ones with very low proof o...Joey Hess2016-09-14
* formatJoey Hess2016-09-14
* Revert "add date to logger"Joey Hess2016-09-14
* catch exceptions in eg, tor socket setupJoey Hess2016-09-14
* Store information about backed up keys in ~/.keysafe/backup.logJoey Hess2016-09-14
* constructed the bloom filter wrongJoey Hess2016-09-14
* use less expensive hash for proof of workJoey Hess2016-09-13
* eliminate half the bloom filters, using HMAC to verify RequestIDsJoey Hess2016-09-13
* made fallback request queue fairJoey Hess2016-09-13
* add date to loggerJoey Hess2016-09-13
* use fast-logger for better loggingJoey Hess2016-09-13
* implemented dynamic rate limitingJoey Hess2016-09-13
* improved rate limiterJoey Hess2016-09-13
* got my usec conversion wrongJoey Hess2016-09-13
* Revert "refactor"Joey Hess2016-09-13
* got my usec conversion wrongJoey Hess2016-09-13
* refactorJoey Hess2016-09-13
* half the fill rateJoey Hess2016-09-13
* use half as many token bucketsJoey Hess2016-09-13
* maximumStorageRate calculationJoey Hess2016-09-13
* use token bucket as the random salt generation rate limiterJoey Hess2016-09-13
* refactorJoey Hess2016-09-12
* add proof of work to countobjectsJoey Hess2016-09-12
* implement client-server Proof Of WorkJoey Hess2016-09-12
* new moduleJoey Hess2016-09-12
* added --store-directoryJoey Hess2016-08-31
* Added basic test suite.Joey Hess2016-08-30
* make server default to only listening to localhostJoey Hess2016-08-29
* refactorJoey Hess2016-08-28
* better error for invalid object sizeJoey Hess2016-08-28
* simplify http api, remove apiversionJoey Hess2016-08-28
* http: refuse to store object of unexpected sizeJoey Hess2016-08-28