]> git.seodisparate.com - c_simple_http/shortlog
c_simple_http
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
2024-09-11 Stephen SeoCI: Run unit tests on Release build as well
2024-09-11 Stephen SeoUpdate Makefile
2024-09-11 Stephen SeoRevert "Update CMakeLists.txt"
2024-09-11 Stephen SeoUpdate CMakeLists.txt
2024-09-11 Stephen SeoUpdate CMakeLists.txt
2024-09-11 Stephen SeoAdd hardening compiler flags to Makefile
2024-09-11 Stephen SeoUpdate third-party submodule SimpleArchiver
2024-09-10 Stephen SeoCleanup: removed unused pointer in internal struct
2024-09-10 Stephen SeoFix potential "strlen(NULL)"
2024-09-10 Stephen SeoMinor refactoring/fixes
2024-09-10 Stephen SeoMinor refactoring
2024-09-10 Stephen SeoMinor refactoring
2024-09-10 Stephen SeoMake config reloading more robust
2024-09-10 Stephen SeoUpdate README.md
2024-09-10 Stephen SeoImpl. hot reloading of config and on SIGUSR1
2024-09-09 Stephen SeoFix "unfixed" "count" from previous commit
2024-09-09 Stephen SeoFix typo when returning 500 error
2024-09-09 Stephen SeoMinor fixes/cleanup
2024-09-09 Stephen SeoRefactor "print request headers"
2024-09-09 Stephen SeoUpdate third-party submodule SimpleArchiver
2024-09-06 Stephen SeoImpl. print of specific headers arg/option
2024-09-06 Stephen SeoAdd flag to disable peer address printing
2024-09-06 Stephen SeoDebug print only in Debug builds
2024-09-06 Stephen SeoOnly allow protocol "HTTP/1.1"
2024-09-06 Stephen SeoAdd support for different error responses
2024-09-06 Stephen SeoRemove "?" or "#" starting suffixes from path
next