5068a1b90d
clang-format
bb574d2a2c
Use stdint.h types instead of "int", "long", etc.
ed85ded967
Add single-ptr variants data structures' free fns
6b862ab022
Refactor priority-heap insert fn
13ccc1b3bd
Use stdint.h types instead of int, long, etc.
5cc0c37d45
Update third_party submodule SimpleArchiver
13ccc1b3bd
Use stdint.h types instead of int, long, etc.
5cc0c37d45
Update third_party submodule SimpleArchiver
Feature: cache
Perhaps the cache file shouldn't be just the raw HTML, but a plain-text formatted file:
- A "header" designating the start of relevant filenames.
- The filenames to check the timestamps of…
Feature: cache
For an ideal way of handling cached html:
- On first HTML load, store the HTML_FILE's filename (if used), and every VAR_FILEs' filenames (if used) for each path.
- On load where a matching…
Feature: cache
Thinking about it, it probably would be best to modify the function that parses and constructs the html to also return the list of files used in the process. https://git.seodisparate.com/stephenseo…
Feature: cache
Perhaps also keep track of how old a cache file is, so that they are purged after a certain time period. Maybe a day to a week?
Feature: cache
It may be best to have a --enable-cache-dir=<DIR>
to do both enabling of the cache and setting up a designated cache dir at the same time.