| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-10 | Adapt memory backend to the new interface | Pablo M. Bermudo Garay | |
| The introduction of the file backend required some breaking changes to the interface between the http server and the backends. This commit adapts the memory backend to the new interface. | |||
| 2022-02-10 | Add proactive de-duplication to the memory backend | Pablo M. Bermudo Garay | |
| 2022-02-10 | Delete empty buckets | Pablo M. Bermudo Garay | |
| 2022-02-10 | Add mutex to the memory backend | Pablo M. Bermudo Garay | |
| Avoid potential problems due to concurrent access to the backend. | |||
| 2022-02-10 | Refactor memory backend | Pablo M. Bermudo Garay | |
| Simplify code path returning errors earlier. | |||
| 2022-02-10 | Initial commit | Pablo M. Bermudo Garay | |
| Basic in-memory object store. | |||
