stephenseo
  • Joined on 2021-04-30
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-25 04:19:46 +00:00
8a2dd6770a backport: StringPart's extra type to uintptr_t
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-25 04:19:46 +00:00
07153f3588 Update example config
4e670d24c8 Change StringPart's extra type to uintptr_t
b9e4e3de5f Impl. c_simple_http_cache_filename_to_path(...)
Compare 3 commits »
stephenseo pushed to issue_18_improve_compression at stephenseo/SimpleArchiver 2024-09-24 09:54:51 +00:00
d598171672 Fix typo
stephenseo commented on issue stephenseo/SimpleArchiver#18 2024-09-24 09:50:54 +00:00
Improve compression
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
stephenseo opened issue stephenseo/SimpleArchiver#18 2024-09-24 08:02:08 +00:00
Improve compression
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-24 05:57:52 +00:00
8eb0578454 backport: "Connection: close" in response headers
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-24 05:55:14 +00:00
f22a523b45 backport: remove extra '/' in URI, config changes
570da15dab backport: unesc. percent-encoded uri, string parts
Compare 2 commits »
stephenseo closed issue stephenseo/c_simple_http#6 2024-09-24 05:55:14 +00:00
Bug: does not handle requests where the url contains escaped characters
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-24 04:18:03 +00:00
856c205f31 Unescape percent-encoded uri when handling request
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-23 10:48:04 +00:00
fdaaf04600 Use "Connection: close" in response headers
stephenseo opened issue stephenseo/c_simple_http#6 2024-09-23 10:29:42 +00:00
Bug: does not handle requests where the url contains escaped characters
stephenseo commented on issue stephenseo/c_simple_http#3 2024-09-23 09:04:55 +00:00
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…

stephenseo commented on issue stephenseo/c_simple_http#3 2024-09-23 08:45:21 +00:00
Feature: cache

As of 206cad6f57 , the alternate delimeter %2F in place of 0x2F will be used if 0x2F exists in the…

stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-23 08:43:48 +00:00
206cad6f57 Impl. alternate delimeter creating cache-filename
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-23 06:11:49 +00:00
7cc0d624be Fix use-after-free in path-to-filename function
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-23 06:00:10 +00:00
abc61a5504 Impl. path-to-cache-filename, fixes to strip-path
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-23 05:10:53 +00:00
0956ae165e Refactor http_template to use String_Part