stephenseo
  • Joined on 2021-04-30
stephenseo commented on issue stephenseo/c_simple_http#2 2024-09-09 13:25:38 +00:00
Feature: Hot-reloading of config file

Also, perhaps SIGUSR1 can be utilized to force reload the config file as well.

stephenseo opened issue stephenseo/c_simple_http#2 2024-09-09 13:23:54 +00:00
Feature: Hot-reloading of config file
stephenseo pushed to dev at stephenseo/SimpleArchiver 2024-09-09 08:12:03 +00:00
88d228644e Cleanup related to change of hash-map insert fn
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-09 08:02:21 +00:00
bc879408fe Fix "unfixed" "count" from previous commit
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-09 08:02:21 +00:00
bc879408fe Fix "unfixed" "count" from previous commit
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-09 08:01:06 +00:00
615a3e95e5 Fix typo when returning 500 error
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-09 08:01:06 +00:00
615a3e95e5 Fix typo when returning 500 error
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-09 04:55:08 +00:00
952808aefc Minor fixes/cleanup
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-09 04:55:08 +00:00
952808aefc Minor fixes/cleanup
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-09 03:43:43 +00:00
3bace3286f Refactor "print request headers"
stephenseo closed issue stephenseo/c_simple_http#1 2024-09-09 03:43:43 +00:00
Refactor "print request headers" feature
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-09 03:43:43 +00:00
3bace3286f Refactor "print request headers"
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-09 02:33:22 +00:00
2791714f2c Update third-party submodule SimpleArchiver
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-09 02:33:22 +00:00
2791714f2c Update third-party submodule SimpleArchiver
stephenseo closed issue stephenseo/SimpleArchiver#17 2024-09-09 02:27:17 +00:00
hash_map.h insert does not need a double pointer to the hash map struct
stephenseo pushed to dev at stephenseo/SimpleArchiver 2024-09-09 02:27:02 +00:00
3408183b39 Refactor hash_map insert to use single ptr
stephenseo commented on issue stephenseo/SimpleArchiver#17 2024-09-07 04:21:07 +00:00
hash_map.h insert does not need a double pointer to the hash map struct

The current implementation creates a new hash map struct (due to rehashing when capacity is reached), which was the original purpose of the double pointer; to change the single-pointer to point…

stephenseo opened issue stephenseo/SimpleArchiver#17 2024-09-07 04:19:11 +00:00
hash_map.h insert does not need a double pointer to the hash map struct
stephenseo opened issue stephenseo/c_simple_http#1 2024-09-06 12:38:28 +00:00
Refactor "print request headers" feature
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-06 08:33:48 +00:00
9294108f13 Impl. print of specific headers arg/option