| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove obsolete Referrer-Policy default header | Laurent Bercot | 2023-11-16 | 1 | -1/+0 |
| * | 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 | 4 | -3/+9 |
| * | Prepare for 0.0.1.1. Minor code cleanups. | Laurent Bercot | 2023-11-07 | 4 | -13/+11 |
| * | Some bugfixes | Laurent Bercot | 2023-10-31 | 4 | -10/+16 |
| * | 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 | 15 | -130/+228 |
| * | Fix error message | Laurent Bercot | 2023-10-28 | 1 | -1/+1 |
| * | Add more forbidden headers | Laurent Bercot | 2023-10-28 | 1 | -0/+4 |
| * | Add a misspelling | Laurent Bercot | 2023-10-27 | 1 | -1/+1 |
| * | custom-headers revamp, can be removed now | Laurent Bercot | 2023-10-27 | 5 | -57/+83 |
| * | Some more fixes | Laurent Bercot | 2023-10-26 | 4 | -9/+13 |
| * | Fix custom header ordering | Laurent Bercot | 2023-10-26 | 1 | -11/+9 |
| * | Small build target fix | Laurent Bercot | 2023-10-26 | 1 | -1/+0 |
| * | Some bugfixes, more to come | Laurent Bercot | 2023-10-26 | 2 | -7/+17 |
| * | Deglobal index-file | Laurent Bercot | 2023-10-24 | 3 | -44/+41 |
| * | 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 | 15 | -129/+114 |
| * | Full custom header support, switch not made yet | Laurent Bercot | 2023-10-24 | 11 | -38/+156 |
| * | More tipidee-config refactoring, headers functions are clean | Laurent Bercot | 2023-10-23 | 6 | -32/+115 |
| * | Refactor tipidee-config code to accommodate for headers | Laurent Bercot | 2023-10-23 | 8 | -74/+187 |
| * | Some fixes (thanks jjk) | Laurent Bercot | 2023-10-22 | 2 | -5/+5 |
| * | 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 | 4 | -19/+66 |
| * | Add infrastructure for custom error files | Laurent Bercot | 2023-10-18 | 18 | -253/+356 |
| * | And fewer useless deps | Laurent Bercot | 2023-10-13 | 1 | -1/+0 |
| * | With fewer bugs | Laurent Bercot | 2023-10-13 | 4 | -12/+7 |
| * | Improved logging system | Laurent Bercot | 2023-10-13 | 21 | -289/+181 |
| * | A very important change | Laurent Bercot | 2023-10-13 | 1 | -0/+1 |
| * | New logging system; not used yet in tipideed | Laurent Bercot | 2023-10-12 | 5 | -88/+136 |
| * | Add host_as_prefix logging for request/resource/answer | Laurent Bercot | 2023-10-12 | 5 | -15/+47 |
| * | Add new logging functions, change method_conv for bsearch | Laurent Bercot | 2023-10-10 | 12 | -54/+231 |
| * | Some fixes, preparation for changes in error responses | Laurent Bercot | 2023-10-06 | 5 | -3/+75 |
| * | Some fixes; new SERVER_NAME source; prepare for more config | Laurent Bercot | 2023-09-30 | 5 | -50/+67 |
| * | Send CGI Content-Length even when 0 | Laurent Bercot | 2023-09-29 | 2 | -10/+7 |
| * | 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 | 6 | -13/+19 |
| * | Sometimes, memmove is unavoidable. | Laurent Bercot | 2023-09-23 | 1 | -2/+2 |
| * | Activate debug again in tipidee_headers_parse | Laurent Bercot | 2023-09-23 | 1 | -4/+7 |
| * | 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 | 3 | -20/+21 |
| * | 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 | 3 | -2/+5 |
| * | A few fixes | Laurent Bercot | 2023-09-21 | 1 | -4/+3 |
| * | Add more default content-types | Laurent Bercot | 2023-09-21 | 1 | -0/+4 |