]> git.seodisparate.com - c_simple_http/shortlog
c_simple_http
2024-11-25 Stephen SeoAdd separate flag for generate-static overwrite
2024-11-21 Stephen SeoUpdate Changelog.md
2024-11-21 Stephen SeoVersion 1.4 1.4
2024-11-21 Stephen SeoUpdate Changelog.md
2024-11-21 Stephen SeoEnsure http_template.c keeps track of _FILE files
2024-11-20 Stephen SeoMore testing of nested FOREACH in example_config
2024-11-20 Stephen SeoMore notes about FOREACH in Changelog.md
2024-11-20 Stephen SeoUpdate Changelog.md
2024-11-20 Stephen SeoImpl. nested FOREACH expressions
2024-11-19 Stephen SeoFix Unit Tests whilst keeping FOREACH working
2024-11-19 Stephen SeoImpl. FOREACH and NOTFOREACH
2024-11-19 Stephen SeoRefactoring related to `{{{!IF}}}...`
2024-11-18 Stephen SeoAllow nested `{{{!IF}}}...`, fixes
2024-11-18 Stephen SeoFix memory leak for array variables
2024-11-18 Stephen SeoUpdate Changelog.md
2024-11-18 Stephen SeoImpl. extension of template delimeter expressions
2024-11-18 Stephen SeoRefactor template handling
2024-11-15 Stephen SeoUpdate third-party submodule SimpleArchiver
2024-11-15 Stephen SeoAllow "multi-valued-key-entries" in ParsedConfig
2024-11-14 Stephen SeoUpdate Changelog.md, Bump version 1.3 1.3
2024-11-12 Stephen SeoUpdate Changelog.md
2024-11-12 Stephen SeoAdd missing NULL check in arg_parse.c
2024-11-12 Stephen SeoUpdate Changelog.md
2024-11-12 Stephen SeoFix erronous buffer declaration
2024-11-12 Stephen SeoAdd `strip --strip-unneeded` to debian builds (ci)
2024-11-12 Stephen SeoUpdate README.md 1.2
2024-11-12 Stephen SeoUpdate Changelod.md, version 1.2
2024-11-11 Stephen SeoImpl. copying over "static-dir" files on generate
2024-11-10 Stephen SeoRemove unused parameter in function in config.c
2024-11-10 Stephen SeoCleanup by separating "generate" to source files
2024-11-10 Stephen SeoCheck if fopen() fails during generating html
2024-11-10 Stephen SeoFix typo in impl. of `--generate-dir=<DIR>`
2024-11-10 Stephen SeoImpl. `--generate-dir=<DIR>`
2024-11-08 Stephen SeoVersion 1.1 1.1
2024-11-08 Stephen SeoUpdate Changelog.md
2024-11-08 Stephen SeoAllow key/value buffers to be dynamically sized
2024-11-08 Stephen SeoRefactor config.c to change c-macros to functions
2024-11-07 Stephen SeoAdd Changelog.md 1.0
2024-11-07 Stephen SeoFix invalid "closedir(...)" on NULL ptr
2024-11-07 Stephen SeoAdd build_releases.yaml action/workflow
2024-11-06 Stephen SeoMinor refactoring
2024-11-04 Stephen SeoMinor refactorings
2024-11-04 Stephen SeoFix possible double-close of connection fd
2024-11-04 Stephen SeoHandle multiple connections simultaneously
2024-11-03 Stephen SeoRefactor static_validate_path
2024-11-03 Stephen SeoAdd timeout to incoming connections
2024-11-03 Stephen SeoFix free'd buf not being set to NULL
2024-11-03 Stephen SeoFix potential invalid path when fetching static
2024-10-30 Stephen SeoProperly handle 404 when checking static-dir
2024-10-30 Stephen SeoUpdate README.md
2024-10-30 Stephen SeoMove test static file to "example_static_dir/"
2024-10-30 Stephen SeoUpdate third-party submodule SimpleArchiver
2024-10-30 Stephen SeoUpdate README.md
2024-10-30 Stephen SeoFix test crashing if "xdg-mime" did not exist
2024-10-30 Stephen SeoAdd option --enable-static-dir=<DIR>, use static
2024-10-30 Stephen SeoUpdate c_simple_http_get_file(...) in static.c
2024-10-29 Stephen SeoAdd enum for result info when getting static file
2024-10-29 Stephen SeoClose read-pipe on xdg-mime's side in static.c
2024-10-29 Stephen SeoWork on fetching static file and mime-type
2024-09-26 Stephen SeoUpdate README.md
2024-09-26 Stephen SeoUpdate README.md
2024-09-26 Stephen SeoMerge branch 'dev'
2024-09-26 Stephen SeoUpdate README.md
2024-09-26 Stephen SeoImpl. cache file lifetime checking
2024-09-26 Stephen SeoReload config file if cache is older than config
2024-09-25 Stephen SeoSleep in test to ensure changed file timestamp
2024-09-25 Stephen SeoImpl. html cache (mostly done)
2024-09-25 Stephen Seobackport: Fix type set "extra" var on string part
2024-09-25 Stephen SeoFix type when setting "extra" var on string part
2024-09-25 Stephen Seobackport: StringPart's extra type to uintptr_t
2024-09-25 Stephen SeoUpdate example config
2024-09-25 Stephen SeoChange StringPart's extra type to uintptr_t
2024-09-25 Stephen SeoImpl. c_simple_http_cache_filename_to_path(...)
2024-09-24 Stephen Seobackport: "Connection: close" in response headers
2024-09-24 Stephen Seobackport: remove extra '/' in URI, config changes
2024-09-24 Stephen Seobackport: unesc. percent-encoded uri, string parts
2024-09-24 Stephen SeoUnescape percent-encoded uri when handling request
2024-09-23 Stephen SeoUse "Connection: close" in response headers
2024-09-23 Stephen SeoImpl. alternate delimeter creating cache-filename
2024-09-23 Stephen SeoFix use-after-free in path-to-filename function
2024-09-23 Stephen SeoImpl. path-to-cache-filename, fixes to strip-path
2024-09-23 Stephen SeoRefactor http_template to use String_Part
2024-09-22 Stephen SeoFix potential memory leak
2024-09-22 Stephen SeoAdd WIP html_cache
2024-09-22 Stephen SeoAdd helper to create string parts and combine them
2024-09-22 Stephen SeoMinor fix
2024-09-22 Stephen SeoAdd new arg for program: --enable-cache-dir=<DIR>
2024-09-22 Stephen SeoUpdate .gitignore
2024-09-22 Stephen SeoChange template generation: output used filenames
2024-09-21 Stephen SeoUpdate third-party submodule SimpleArchiver
2024-09-21 Stephen SeoUse volatile for global variables
2024-09-21 Stephen SeoUpdate globals to use "fast" int type
2024-09-21 Stephen SeoUpdate third-party submodule SimpleArchiver
2024-09-20 Stephen SeoUse stdint.h types instead of int, long, etc.
2024-09-20 Stephen SeoUpdate third_party submodule SimpleArchiver
2024-09-16 Stephen SeoAdd tests for c_simple_http_strip_path(...)
2024-09-16 Stephen SeoFix case where URL has extra trailing '/'
2024-09-13 Stephen SeoUpdate third-party submodule SimpleArchiver
2024-09-12 Stephen SeoMinor fix
2024-09-11 Stephen SeoMinor fix to Makefile
next