2024-10-30 |
Stephen Seo | Fix test crashing if "xdg-mime" did not exist |
commit | commitdiff | tree | snapshot |
2024-10-30 |
Stephen Seo | Add option --enable-static-dir=<DIR>, use static |
commit | commitdiff | tree | snapshot |
2024-10-30 |
Stephen Seo | Update c_simple_http_get_file(...) in static.c |
commit | commitdiff | tree | snapshot |
2024-10-29 |
Stephen Seo | Add enum for result info when getting static file |
commit | commitdiff | tree | snapshot |
2024-10-29 |
Stephen Seo | Close read-pipe on xdg-mime's side in static.c |
commit | commitdiff | tree | snapshot |
2024-10-29 |
Stephen Seo | Work on fetching static file and mime-type |
commit | commitdiff | tree | snapshot |
2024-09-26 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2024-09-26 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2024-09-26 |
Stephen Seo | Merge branch 'dev' |
commit | commitdiff | tree | snapshot |
2024-09-26 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2024-09-26 |
Stephen Seo | Impl. cache file lifetime checking |
commit | commitdiff | tree | snapshot |
2024-09-26 |
Stephen Seo | Reload config file if cache is older than config |
commit | commitdiff | tree | snapshot |
2024-09-25 |
Stephen Seo | Sleep in test to ensure changed file timestamp |
commit | commitdiff | tree | snapshot |
2024-09-25 |
Stephen Seo | Impl. html cache (mostly done) |
commit | commitdiff | tree | snapshot |
2024-09-25 |
Stephen Seo | backport: Fix type set "extra" var on string part |
commit | commitdiff | tree | snapshot |
2024-09-25 |
Stephen Seo | Fix type when setting "extra" var on string part |
commit | commitdiff | tree | snapshot |
2024-09-25 |
Stephen Seo | backport: StringPart's extra type to uintptr_t |
commit | commitdiff | tree | snapshot |
2024-09-25 |
Stephen Seo | Update example config |
commit | commitdiff | tree | snapshot |
2024-09-25 |
Stephen Seo | Change StringPart's extra type to uintptr_t |
commit | commitdiff | tree | snapshot |
2024-09-25 |
Stephen Seo | Impl. c_simple_http_cache_filename_to_path(...) |
commit | commitdiff | tree | snapshot |
2024-09-24 |
Stephen Seo | backport: "Connection: close" in response headers |
commit | commitdiff | tree | snapshot |
2024-09-24 |
Stephen Seo | backport: remove extra '/' in URI, config changes |
commit | commitdiff | tree | snapshot |
2024-09-24 |
Stephen Seo | backport: unesc. percent-encoded uri, string parts |
commit | commitdiff | tree | snapshot |
2024-09-24 |
Stephen Seo | Unescape percent-encoded uri when handling request |
commit | commitdiff | tree | snapshot |
2024-09-23 |
Stephen Seo | Use "Connection: close" in response headers |
commit | commitdiff | tree | snapshot |
2024-09-23 |
Stephen Seo | Impl. alternate delimeter creating cache-filename |
commit | commitdiff | tree | snapshot |
2024-09-23 |
Stephen Seo | Fix use-after-free in path-to-filename function |
commit | commitdiff | tree | snapshot |
2024-09-23 |
Stephen Seo | Impl. path-to-cache-filename, fixes to strip-path |
commit | commitdiff | tree | snapshot |
2024-09-23 |
Stephen Seo | Refactor http_template to use String_Part |
commit | commitdiff | tree | snapshot |
2024-09-22 |
Stephen Seo | Fix potential memory leak |
commit | commitdiff | tree | snapshot |
2024-09-22 |
Stephen Seo | Add WIP html_cache |
commit | commitdiff | tree | snapshot |
2024-09-22 |
Stephen Seo | Add helper to create string parts and combine them |
commit | commitdiff | tree | snapshot |
2024-09-22 |
Stephen Seo | Minor fix |
commit | commitdiff | tree | snapshot |
2024-09-22 |
Stephen Seo | Add new arg for program: --enable-cache-dir=<DIR> |
commit | commitdiff | tree | snapshot |
2024-09-22 |
Stephen Seo | Update .gitignore |
commit | commitdiff | tree | snapshot |
2024-09-22 |
Stephen Seo | Change template generation: output used filenames |
commit | commitdiff | tree | snapshot |
2024-09-21 |
Stephen Seo | Update third-party submodule SimpleArchiver |
commit | commitdiff | tree | snapshot |
2024-09-21 |
Stephen Seo | Use volatile for global variables |
commit | commitdiff | tree | snapshot |
2024-09-21 |
Stephen Seo | Update globals to use "fast" int type |
commit | commitdiff | tree | snapshot |
2024-09-21 |
Stephen Seo | Update third-party submodule SimpleArchiver |
commit | commitdiff | tree | snapshot |
2024-09-20 |
Stephen Seo | Use stdint.h types instead of int, long, etc. |
commit | commitdiff | tree | snapshot |
2024-09-20 |
Stephen Seo | Update third_party submodule SimpleArchiver |
commit | commitdiff | tree | snapshot |
2024-09-16 |
Stephen Seo | Add tests for c_simple_http_strip_path(...) |
commit | commitdiff | tree | snapshot |
2024-09-16 |
Stephen Seo | Fix case where URL has extra trailing '/' |
commit | commitdiff | tree | snapshot |
2024-09-13 |
Stephen Seo | Update third-party submodule SimpleArchiver |
commit | commitdiff | tree | snapshot |
2024-09-12 |
Stephen Seo | Minor fix |
commit | commitdiff | tree | snapshot |
2024-09-11 |
Stephen Seo | Minor fix to Makefile |
commit | commitdiff | tree | snapshot |
2024-09-11 |
Stephen Seo | CI: Run unit tests on Release build as well |
commit | commitdiff | tree | snapshot |
2024-09-11 |
Stephen Seo | Update Makefile |
commit | commitdiff | tree | snapshot |
2024-09-11 |
Stephen Seo | Revert "Update CMakeLists.txt" |
commit | commitdiff | tree | snapshot |
2024-09-11 |
Stephen Seo | Update CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2024-09-11 |
Stephen Seo | Update CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2024-09-11 |
Stephen Seo | Add hardening compiler flags to Makefile |
commit | commitdiff | tree | snapshot |
2024-09-11 |
Stephen Seo | Update third-party submodule SimpleArchiver |
commit | commitdiff | tree | snapshot |
2024-09-10 |
Stephen Seo | Cleanup: removed unused pointer in internal struct |
commit | commitdiff | tree | snapshot |
2024-09-10 |
Stephen Seo | Fix potential "strlen(NULL)" |
commit | commitdiff | tree | snapshot |
2024-09-10 |
Stephen Seo | Minor refactoring/fixes |
commit | commitdiff | tree | snapshot |
2024-09-10 |
Stephen Seo | Minor refactoring |
commit | commitdiff | tree | snapshot |
2024-09-10 |
Stephen Seo | Minor refactoring |
commit | commitdiff | tree | snapshot |
2024-09-10 |
Stephen Seo | Make config reloading more robust |
commit | commitdiff | tree | snapshot |
2024-09-10 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2024-09-10 |
Stephen Seo | Impl. hot reloading of config and on SIGUSR1 |
commit | commitdiff | tree | snapshot |
2024-09-09 |
Stephen Seo | Fix "unfixed" "count" from previous commit |
commit | commitdiff | tree | snapshot |
2024-09-09 |
Stephen Seo | Fix typo when returning 500 error |
commit | commitdiff | tree | snapshot |
2024-09-09 |
Stephen Seo | Minor fixes/cleanup |
commit | commitdiff | tree | snapshot |
2024-09-09 |
Stephen Seo | Refactor "print request headers" |
commit | commitdiff | tree | snapshot |
2024-09-09 |
Stephen Seo | Update third-party submodule SimpleArchiver |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | Impl. print of specific headers arg/option |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | Add flag to disable peer address printing |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | Debug print only in Debug builds |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | Only allow protocol "HTTP/1.1" |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | Add support for different error responses |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | Remove "?" or "#" starting suffixes from path |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | Update third party submodule SimpleArchiver |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | update README.md |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | Fix warnings |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | Add CMakeLists.txt, update .gitignore |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | Add README.md, ensure listening port is printed |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | Minor tweaks/fixes |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | Add more example.config stuff |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | Fix invalid read when checking for "_FILE" vars |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | Minor tweak to listening port info output |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | Impl. handling HTTP/1.1 requests |
commit | commitdiff | tree | snapshot |
2024-09-05 |
Stephen Seo | Use ${CC} and "CC ?= gcc" in Makefile |
commit | commitdiff | tree | snapshot |
2024-09-05 |
Stephen Seo | Fix inconsistent http_template output size |
commit | commitdiff | tree | snapshot |
2024-09-05 |
Stephen Seo | Add "output" size parameter to http_template fn |
commit | commitdiff | tree | snapshot |
2024-09-05 |
Stephen Seo | Remove temporary files created by unit test on end |
commit | commitdiff | tree | snapshot |
2024-09-05 |
Stephen Seo | Impl. ".*_FILE" variables for templates |
commit | commitdiff | tree | snapshot |
2024-09-04 |
Stephen Seo | Add action/workflow to run unit tests |
commit | commitdiff | tree | snapshot |
2024-09-04 |
Stephen Seo | config parsing: Handle when config has no endline |
commit | commitdiff | tree | snapshot |
2024-09-04 |
Stephen Seo | Test using "HTML_FILE" var, fixes |
commit | commitdiff | tree | snapshot |
2024-09-04 |
Stephen Seo | Minor formatting fix |
commit | commitdiff | tree | snapshot |
2024-09-04 |
Stephen Seo | Update submodule third-party SimpleArchiver |
commit | commitdiff | tree | snapshot |
2024-09-04 |
Stephen Seo | Set up tests for http_template, fixes |
commit | commitdiff | tree | snapshot |
2024-09-03 |
Stephen Seo | WIP untested Impl. html generation from templates |
commit | commitdiff | tree | snapshot |
2024-09-02 |
Stephen Seo | WIP some work on http req/response handling |
commit | commitdiff | tree | snapshot |
2024-09-02 |
Stephen Seo | Add more documentation about how src/config works |
commit | commitdiff | tree | snapshot |
2024-09-01 |
Stephen Seo | Update third_party submodule SimpleArchiver |
commit | commitdiff | tree | snapshot |
2024-09-01 |
Stephen Seo | Update third_party submodule SimpleArchiver |
commit | commitdiff | tree | snapshot |
next |