summaryrefslogtreecommitdiff
path: root/bootstrap.conf
AgeCommit message (Collapse)Author
2023-04-29Add a simple immutable database implementationVivien Kraus
2023-04-02Start a vala user interfaceVivien Kraus
2023-03-25Add libdisfluid-gobjectVivien Kraus
2023-03-25Don’t develop the application in CVivien Kraus
2023-03-25Optionally store a key, response header and body in a cache entryVivien Kraus
2023-03-19Construct a key from varied headersVivien Kraus
2023-03-18Add a program to run unit tests.Vivien Kraus
This is not possible in a Gtk application, because glib does not play nice with the check library.
2023-03-15Rework the cache entry file API.Vivien Kraus
A cache entry does not hold a reference to a file descriptor anymore. They are loaded in memory, and can be updated with a system of backups.
2023-03-11Read cache entries from a fileVivien Kraus
For now, only the request and response dates are read, and whether the response has been invalidated (e.g. due to a POST to the same resource).
2023-03-11Have a Makefile.am per directory.Vivien Kraus
2023-03-08Maintain a list of disfluid authors.Vivien Kraus
2023-03-08Do not use vala.Vivien Kraus
Vala is great, but it is hard to debug, and maintaining an API is impossible.
2023-03-07Use libcheck to run the unit tests.Vivien Kraus
2023-03-06Hello, world!Vivien Kraus