| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-10 | Add Makefile and expand READMEHEADmain | Pablo M. Bermudo Garay | |
| 2022-02-10 | Add config options | Pablo M. Bermudo Garay | |
| 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 and use file backend | Pablo M. Bermudo Garay | |
| 2022-02-10 | Add proactive de-duplication to the memory backend | Pablo M. Bermudo Garay | |
| 2022-02-10 | Add objectstore interface | Pablo M. Bermudo Garay | |
| Required to support multiple backends. | |||
| 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. | |||
