36 Commits (master)
 

Author SHA1 Message Date
teknomunk 3c9c2d7484 Increase fiber stack size
7 months ago
teknomunk 036380387a Increase fiber stack size, change socket backlog to 10, rearrange commented out debug code
9 months ago
teknomunk 3c4a1ff770 Add string for status code 202
10 months ago
teknomunk 556485f66c Merge branch 'master' of https://gitea.polaris-1.work/teknomunk/http_server
10 months ago
teknomunk 5e5d541089 Add additional text strings for status codes
10 months ago
teknomunk 59d375ac72 Change how server settings are passed
11 months ago
teknomunk a713fd6043 Initialize stack values, add note for future development
11 months ago
teknomunk 23c8ac1433 Modify file transfter debug printf
11 months ago
teknomunk cbb9df5ae4 Silence debug output, always log status codes over 400
12 months ago
teknomunk f27107dd0e Implement Is-Modified-Since check and add Cache-Control for 1h
1 year ago
teknomunk 5ba83acf0a Add ahead-of-time compression support for sending files
1 year ago
teknomunk 0363869c7b Fix issues found by -Wall
1 year ago
teknomunk 1a9bca6080 Add direct access to remaining path for routing
1 year ago
teknomunk 5601578a4b Change return value when query parameter is empty from NULL to ""
1 year ago
teknomunk 59dce39ac3 Fix parameters with value=''
1 year ago
teknomunk c4056c0752 Merge branch 'master' of https://gitea.polaris-1.work/teknomunk/http_server
1 year ago
teknomunk 42f6bcb4b7 Add in-flight request tracking
1 year ago
teknomunk c19551eca9 Add response headers
1 year ago
teknomunk d21e553777 Fix invalid access bugs
1 year ago
teknomunk 52a73d96cf Stop leaking file handles
1 year ago
teknomunk 759d9a3e03 Fix potential crashes
1 year ago
teknomunk 910be4ad22 Rename files
1 year ago
teknomunk e13505a725 Split out struct http_header and turn into single-linked list
1 year ago
teknomunk daf2a866fe Add helper for Last-Modified header
1 year ago
teknomunk 5bbdf1dc07 Silence debug statement, handle SEGV when a query parameter value is blank
1 year ago
teknomunk 14fd8b64c8 Work on debugging long load times
1 year ago
teknomunk 2aa3a9ede6 Fix memory leak
1 year ago
teknomunk 8f145d989b Add debug flag to server and pass thru to requests
1 year ago
teknomunk 336a374c4c Add api to set request debug flag
1 year ago
teknomunk acf1c752ae Move some output behind debug flag, add http_request_route_get_dir_or_file, add request timing
1 year ago
teknomunk 69c7584f8e Add access to request headers
1 year ago
teknomunk e45ab8bf31 Correct SEGV when writing response after reading form data, add http_escape
1 year ago
teknomunk 897cc85f52 Implement query string parsing (inplace pull parser)
1 year ago
teknomunk ac013e14ca Update .gitignore
1 year ago
teknomunk 50565dcf4d Initial commit
1 year ago
teknomunk 0563ef6b77 Initial commit
1 year ago