stephenseo
  • Joined on 2021-04-30
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-11 03:56:45 +00:00
703b759d43 Add hardening compiler flags to Makefile
7d6213a91d Update third-party submodule SimpleArchiver
Compare 2 commits »
stephenseo pushed to main at stephenseo/SimpleArchiver 2024-09-11 03:47:48 +00:00
2252b7d732 Refactor data_structures/hash_map rehash fn
88d228644e Cleanup related to change of hash-map insert fn
3408183b39 Refactor hash_map insert to use single ptr
425fa77900 Fixes related to compiler warnings
Compare 4 commits »
stephenseo pushed to dev at stephenseo/SimpleArchiver 2024-09-11 03:47:48 +00:00
2252b7d732 Refactor data_structures/hash_map rehash fn
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-10 12:45:26 +00:00
b22556ec6f Cleanup: removed unused pointer in internal struct
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-10 12:45:26 +00:00
b22556ec6f Cleanup: removed unused pointer in internal struct
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-10 12:20:03 +00:00
051be910f3 Fix potential "strlen(NULL)"
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-10 12:20:02 +00:00
051be910f3 Fix potential "strlen(NULL)"
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-10 10:23:52 +00:00
57c0812c24 Minor refactoring/fixes
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-10 10:23:52 +00:00
57c0812c24 Minor refactoring/fixes
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-10 09:02:51 +00:00
a56adb171f Minor refactoring
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-10 09:02:51 +00:00
a56adb171f Minor refactoring
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-10 06:40:15 +00:00
5303bbe5fd Minor refactoring
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-10 06:40:15 +00:00
5303bbe5fd Minor refactoring
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-10 06:36:08 +00:00
7fec8cc071 Make config reloading more robust
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-10 06:36:08 +00:00
7fec8cc071 Make config reloading more robust
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-10 05:02:04 +00:00
31fa6bdd0c Update README.md
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-10 05:02:04 +00:00
31fa6bdd0c Update README.md
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-10 04:57:21 +00:00
bf7bfe5c86 Impl. hot reloading of config and on SIGUSR1
stephenseo closed issue stephenseo/c_simple_http#2 2024-09-10 04:57:21 +00:00
Feature: Hot-reloading of config file
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-10 04:57:21 +00:00
bf7bfe5c86 Impl. hot reloading of config and on SIGUSR1