aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Support setting a storage limit with no nar removal criteriaChristopher Baines2023-05-01
* Set thread namesChristopher Baines2023-05-01
* Make import transactional for all the provided narinfosChristopher Baines2023-03-13
* Add COPYING fileChristopher Baines2023-03-13
* Handle self references when doing checks on narinfo importsChristopher Baines2023-02-15
* Don't use chunked responses when responding with JSONChristopher Baines2023-02-09
* Fix import time reference checkingChristopher Baines2023-02-08
* Allow disabling dumping the databaseChristopher Baines2023-02-08
* Fix uri encoding issues with respect to cached compression filesChristopher Baines2023-02-07
* Add a flag to allow ensuring the references for a nar are presentChristopher Baines2023-02-06
* Refactor, pulling the narinfo out in to a variableChristopher Baines2023-02-06
* Speed up removing narinfosChristopher Baines2023-02-06
* Don't error when removing files that don't existChristopher Baines2023-02-06
* Create some indexes on tags and referencesChristopher Baines2023-02-06
* Handle busy databases in database-call-with-transactionChristopher Baines2023-02-06
* Fix some indentationChristopher Baines2023-02-06
* Fix missing uri decoding of the URLChristopher Baines2023-02-06
* Add some basic functionality to check the size of the stored filesChristopher Baines2023-02-06
* Make the log-level a base optionChristopher Baines2023-02-06
* Finish an initial implementation of pruning the cached narsChristopher Baines2023-02-04
* Instrument the cached bytes by compressionChristopher Baines2023-02-04
* Fix initially computing the cached bytes by compressionChristopher Baines2023-02-04
* Fix the nar request metrics for cached narsChristopher Baines2023-02-04
* Properly implement cached compression levelsChristopher Baines2023-02-03
* Remove the narinfo id from the narinfo_files queryChristopher Baines2023-02-03
* Track nar requests by narinfo systemChristopher Baines2023-02-03
* Don't get the narinfo id from the narinfo files queryChristopher Baines2023-02-03
* Add procedure to select narinfo details by hashChristopher Baines2023-02-03
* Remove trailing comma from the initial database SQLChristopher Baines2023-02-02
* Cleanup the utils moduleChristopher Baines2023-02-01
* Wrap various network bits with port timeoutsChristopher Baines2023-02-01
* Be more flexible with cached compressionsChristopher Baines2023-02-01
* Add with-port-timeouts helperChristopher Baines2023-02-01
* Make sure to use suspendable portsChristopher Baines2023-02-01
* Use guile-fibers-next for local developmentChristopher Baines2023-02-01
* Fix --cached-compression-min-uses handlingChristopher Baines2023-02-01
* Fix the type of the cached narinfo compression when removingChristopher Baines2023-01-31
* Remove cached narinfo file database entries when removing narsChristopher Baines2023-01-31
* Fix a problem with exposing metricsChristopher Baines2023-01-16
* Change the worker threads to allow nesting callsChristopher Baines2023-01-16
* Add experimental support for cached compressionsChristopher Baines2023-01-16
* Extract out table-exists?Christopher Baines2022-11-29
* Add index on narinfo_files.narinfo_idChristopher Baines2022-06-24
* Add some instrumentation around the databaseChristopher Baines2022-06-24
* Increase the maximum size of the reader thread poolChristopher Baines2022-06-24
* Increment request metrics for file requestsChristopher Baines2022-06-24
* Remove some empty linesChristopher Baines2022-06-24
* Add experimental support for serving files by hashChristopher Baines2022-06-10
* Improve handling of nar removalChristopher Baines2022-05-19
* Fiddle more with the nar removal criteriaChristopher Baines2022-05-19