| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor refactors | Laurent Bercot | 2023-12-21 | 3 | -6/+10 |
* | Fix small modifier string bug. | Laurent Bercot | 2023-12-20 | 2 | -3/+4 |
* | Major refactors; implement ranges | Laurent Bercot | 2023-12-20 | 8 | -60/+209 |
* | Prepare for 0.0.3.0; add XXX_no_translate | Laurent Bercot | 2023-12-15 | 5 | -31/+67 |
* | Re-enable HTTP_HOST; fix xiscgi | Laurent Bercot | 2023-12-14 | 1 | -1/+1 |
* | Use wallclock time for Date header in responses | Laurent Bercot | 2023-12-04 | 5 | -11/+11 |
* | Don't segfault on no PROTO! | Laurent Bercot | 2023-11-30 | 1 | -1/+1 |
* | Don't fatal error out if unable to realpath a custom error page | Laurent Bercot | 2023-11-13 | 1 | -23/+28 |
* | bugfix: error with nonexistent Host | Laurent Bercot | 2023-11-13 | 1 | -8/+9 |
* | Prepare for 0.0.2.0. Add global executable_means_cgi config directive. | Laurent Bercot | 2023-11-08 | 2 | -1/+5 |
* | Prepare for 0.0.1.1. Minor code cleanups. | Laurent Bercot | 2023-11-07 | 3 | -12/+10 |
* | Some bugfixes | Laurent Bercot | 2023-10-31 | 2 | -3/+8 |
* | Don't keep track of unneeded count | Laurent Bercot | 2023-10-30 | 1 | -4/+4 |
* | Revamp (and hopefully fix) resattr management | Laurent Bercot | 2023-10-30 | 2 | -49/+8 |
* | Some more fixes | Laurent Bercot | 2023-10-26 | 2 | -2/+5 |
* | Small build target fix | Laurent Bercot | 2023-10-26 | 1 | -1/+0 |
* | Some bugfixes, more to come | Laurent Bercot | 2023-10-26 | 1 | -1/+1 |
* | Deglobal index-file | Laurent Bercot | 2023-10-24 | 1 | -1/+1 |
* | support Host as HTTP/1.05 | Laurent Bercot | 2023-10-24 | 1 | -13/+13 |
* | Make the switch to custom headers | Laurent Bercot | 2023-10-24 | 7 | -47/+25 |
* | Full custom header support, switch not made yet | Laurent Bercot | 2023-10-24 | 2 | -26/+36 |
* | Some fixes (thanks jjk) | Laurent Bercot | 2023-10-22 | 1 | -4/+4 |
* | Stop directory traversal attacks in custom response files | Laurent Bercot | 2023-10-19 | 1 | -9/+9 |
* | Fix custom response, get rid of secondary static stralloc | Laurent Bercot | 2023-10-19 | 2 | -15/+29 |
* | Add infrastructure for custom error files | Laurent Bercot | 2023-10-18 | 5 | -192/+236 |
* | Improved logging system | Laurent Bercot | 2023-10-13 | 10 | -222/+137 |
* | Some fixes, preparation for changes in error responses | Laurent Bercot | 2023-10-06 | 2 | -2/+7 |
* | Some fixes; new SERVER_NAME source; prepare for more config | Laurent Bercot | 2023-09-30 | 3 | -45/+63 |
* | Send CGI Content-Length even when 0 | Laurent Bercot | 2023-09-29 | 1 | -9/+6 |
* | Only check Location for 301, 302, 307 and 308 | Laurent Bercot | 2023-09-23 | 1 | -2/+2 |
* | transfer codings are case insensitive too | Laurent Bercot | 2023-09-23 | 1 | -1/+1 |
* | Better logging | Laurent Bercot | 2023-09-23 | 5 | -6/+13 |
* | Connection: values are case-insensitive | Laurent Bercot | 2023-09-22 | 1 | -2/+4 |
* | Don't accept HTTP/1.2 | Laurent Bercot | 2023-09-22 | 1 | -1/+1 |
* | Make /etc configurable; fix some bugs | Laurent Bercot | 2023-09-22 | 2 | -18/+19 |
* | Some bugfixes | Laurent Bercot | 2023-09-21 | 1 | -3/+10 |
* | Force redirect for incomplete directories | Laurent Bercot | 2023-09-21 | 2 | -3/+24 |
* | Nope, it's nonposix.h definitely | Laurent Bercot | 2023-09-21 | 1 | -2/+1 |
* | Some portability fixes | Laurent Bercot | 2023-09-21 | 2 | -1/+3 |
* | A few fixes | Laurent Bercot | 2023-09-21 | 1 | -4/+3 |
* | More doc, complete? | Laurent Bercot | 2023-09-21 | 1 | -2/+2 |
* | Implement If-Modified-Since | Laurent Bercot | 2023-09-21 | 4 | -13/+56 |
* | More doc, more fixes | Laurent Bercot | 2023-09-20 | 2 | -16/+22 |
* | Add some QoL and some more logging to cgi, fix small bugs | Laurent Bercot | 2023-09-20 | 1 | -6/+20 |
* | Adapt to skalibs-2.14 | Laurent Bercot | 2023-09-09 | 1 | -0/+1 |
* | Doc templates | Laurent Bercot | 2023-08-29 | 1 | -1/+1 |
* | More examples, some fixes, some more doc | Laurent Bercot | 2023-08-29 | 1 | -1/+5 |
* | Bound 3xx response, clean up TCPCONNNUM, fix body reading | Laurent Bercot | 2023-08-23 | 2 | -2/+4 |
* | Respond 403 on EACCES | Laurent Bercot | 2023-08-22 | 1 | -1/+8 |
* | Fix redirection lookup | Laurent Bercot | 2023-08-22 | 1 | -1/+1 |