stephenseo
  • Joined on 2021-04-30
stephenseo closed issue stephenseo/c_simple_http#5 2024-09-22 10:11:13 +00:00
Potential memory leak
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-22 10:10:50 +00:00
f8b2f63554 Fix potential memory leak
stephenseo opened issue stephenseo/c_simple_http#5 2024-09-22 07:58:22 +00:00
Potential memory leak
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-22 06:45:40 +00:00
8974c7b31f Add WIP html_cache
6f845a7185 Add helper to create string parts and combine them
Compare 2 commits »
stephenseo commented on issue stephenseo/c_simple_http#3 2024-09-22 06:11:25 +00:00
Feature: cache

A format needs to be decided for cache filenames.

Maybe a path of / corresponds to "ROOT", a path of /outer corresponds to "outer" , and a path of /outer/inner corresponds to "outer0x2Finn…

stephenseo commented on issue stephenseo/c_simple_http#3 2024-09-22 05:56:34 +00:00
Feature: cache

A format has to be decided for the cache file. Perhaps something like:

--- CACHE ENTRY ---
FILE: some_filename.html
FILE: another_filename.html
--- BEGIN HTML ---
<html>
...
</html>
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-22 05:52:23 +00:00
6d5a1d1bdd Minor fix
ffc8e99f73 Add new arg for program: --enable-cache-dir=<DIR>
55d3a61c0c Update .gitignore
7a8582faac Change template generation: output used filenames
Compare 4 commits »
stephenseo commented on issue stephenseo/c_simple_http#3 2024-09-22 05:04:16 +00:00
Feature: cache

Actually the non-FILE variables don't need to be individually checked. If a variable has changed, then the config has changed, and thus only the timestamp on the config file can account for them.

stephenseo pushed to main at stephenseo/c_simple_http 2024-09-21 09:47:19 +00:00
f63e96f63d Update third-party submodule SimpleArchiver
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-21 09:47:19 +00:00
f63e96f63d Update third-party submodule SimpleArchiver
stephenseo pushed to main at stephenseo/SimpleArchiver 2024-09-21 09:44:51 +00:00
70415c6caf Impl. way to set custom hasher for hash_map
stephenseo pushed to dev at stephenseo/SimpleArchiver 2024-09-21 09:44:51 +00:00
70415c6caf Impl. way to set custom hasher for hash_map
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-21 05:42:55 +00:00
1416a47e87 Use volatile for global variables
stephenseo closed issue stephenseo/c_simple_http#4 2024-09-21 05:42:55 +00:00
Use volatile for global variables
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-21 05:42:54 +00:00
1416a47e87 Use volatile for global variables
stephenseo opened issue stephenseo/c_simple_http#4 2024-09-21 05:04:02 +00:00
Use volatile for global variables
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-21 03:02:58 +00:00
1deec0c564 Update globals to use "fast" int type
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-21 03:02:58 +00:00
1deec0c564 Update globals to use "fast" int type
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-21 03:00:15 +00:00
2ec617e170 Update third-party submodule SimpleArchiver
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-21 03:00:15 +00:00
2ec617e170 Update third-party submodule SimpleArchiver