07153f3588
Update example config
4e670d24c8
Change StringPart's extra type to uintptr_t
b9e4e3de5f
Impl. c_simple_http_cache_filename_to_path(...)
stephenseo
pushed to issue_18_improve_compression at stephenseo/SimpleArchiver
2024-09-24 09:54:51 +00:00
d598171672
Fix typo
Improve compression
https://git.seodisparate.com/stephenseo/SimpleArchiver/src/branch/issue_18_improve_compression will track the progress of this feature until it is merged.
stephenseo
pushed to issue_18_improve_compression at stephenseo/SimpleArchiver
2024-09-24 09:48:41 +00:00
d03dc3eb10
Fix typo in file format specification version 1
stephenseo
pushed to issue_18_improve_compression at stephenseo/SimpleArchiver
2024-09-24 09:47:08 +00:00
9128fc9aa7
Create file format for format version 1
stephenseo
created branch issue_18_improve_compression in stephenseo/SimpleArchiver
2024-09-24 09:47:08 +00:00
f22a523b45
backport: remove extra '/' in URI, config changes
570da15dab
backport: unesc. percent-encoded uri, string parts
Bug: does not handle requests where the url contains escaped characters
Bug: does not handle requests where the url contains escaped characters
Feature: cache
Thinking about it, I'm not sure if a http client will pass escaped characters directly in the request. It probably would be best to convert such escaped characters during processing. This might be…
Feature: cache
As of 206cad6f57
, the alternate delimeter %2F
in place of 0x2F
will be used if 0x2F
exists in the…