| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 1 | -101/+0 |
| | | | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | ||||
| * | Size based gc trigger (#197) | Dan Engelbrecht | 2022-12-02 | 1 | -0/+8 |
| | | | | | | - Feature: Disk size triggered GC, a soft disk usage limit for cache data. - Feature: New option `--gc-disk-size-soft-limit` (command line), `gc.cache.disksizesoftlimit` (lua config) controlling limit for soft disk usage limit. Defaults to zero which disables soft disk usage limit. - Improvement: Disk write pressure in GC log and cleaned up clutter in GC logging. | ||||
| * | Removed unused lambda captures | Martin Ridgers | 2022-01-07 | 1 | -2/+2 |
| | | |||||
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -2/+0 |
| |\ | |||||
| | * | Misplaced #pragma once | Martin Ridgers | 2021-10-29 | 1 | -2/+0 |
| | | | |||||
| * | | Fixed bug in z$ service returning partial cache records and enable small ↵ | Per Larsson | 2021-12-14 | 1 | -2/+2 |
| | | | | | | | | | object GC by default. | ||||
| * | | Added support for triggering GC with different params and refactored GC ↵ | Per Larsson | 2021-12-12 | 1 | -24/+27 |
| | | | | | | | | | scheduler. | ||||
| * | | Moved GC to background thread and added endpoint to trigger/status GC. | Per Larsson | 2021-11-29 | 1 | -1/+42 |
| | | | |||||
| * | | rpc: tactical checkin | Stefan Boberg | 2021-11-18 | 1 | -4/+11 |
| |/ | |||||
| * | admin: tactical checkin of some plumbing to set the stage for an actual ↵ | Stefan Boberg | 2021-09-27 | 1 | -0/+44 |
| admin interface | |||||