| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement FastCGI, initial version | Laurent Bercot | 12 days | 26 | -186/+285 |
| * | Implement fastcgi, except the protocol itself | Laurent Bercot | 2026-06-25 | 1 | -12/+30 |
| * | Add tipidee/fcgi.h | Laurent Bercot | 2026-05-21 | 15 | -0/+175 |
| * | URIs containing %00 are invalid | Laurent Bercot | 2026-01-01 | 1 | -0/+1 |
| * | Add rproxy | Laurent Bercot | 2025-06-25 | 1 | -3/+2 |
| * | Prepare for 0.0.7.0; add noredirect | Laurent Bercot | 2025-06-06 | 1 | -4/+1 |
| * | Add PATCH support, accept PUT/DELETE/PATCH on cgi | Laurent Bercot | 2025-03-24 | 1 | -0/+1 |
| * | Add cgi streaming | Laurent Bercot | 2025-03-22 | 1 | -1/+1 |
| * | Prepare for 0.0.5.0; accept "" as empty extension for content-type | Laurent Bercot | 2024-04-25 | 1 | -2/+3 |
| * | Add ls.cgi, prepare for 0.0.4.0 | Laurent Bercot | 2024-03-06 | 2 | -0/+39 |
| * | Fix indexification with infopath for full cgi sites | Laurent Bercot | 2024-03-06 | 1 | -1/+1 |
| * | char is unsigned on some archs | Laurent Bercot | 2024-02-05 | 1 | -1/+1 |
| * | Major refactors; implement ranges | Laurent Bercot | 2023-12-20 | 11 | -30/+146 |
| * | 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 | 6 | -0/+65 |
| * | Add X-Forwarded-For logging support | Laurent Bercot | 2023-11-17 | 1 | -2/+16 |
| * | Prepare for 0.0.1.1. Minor code cleanups. | Laurent Bercot | 2023-11-07 | 1 | -1/+1 |
| * | Some bugfixes | Laurent Bercot | 2023-10-31 | 1 | -6/+7 |
| * | Revamp (and hopefully fix) resattr management | Laurent Bercot | 2023-10-30 | 4 | -2/+103 |
| * | Add a misspelling | Laurent Bercot | 2023-10-27 | 1 | -1/+1 |
| * | custom-headers revamp, can be removed now | Laurent Bercot | 2023-10-27 | 3 | -13/+11 |
| * | Some more fixes | Laurent Bercot | 2023-10-26 | 1 | -6/+7 |
| * | Make the switch to custom headers | Laurent Bercot | 2023-10-24 | 7 | -66/+80 |
| * | Full custom header support, switch not made yet | Laurent Bercot | 2023-10-24 | 4 | -3/+56 |
| * | Some fixes (thanks jjk) | Laurent Bercot | 2023-10-22 | 1 | -1/+1 |
| * | Fix custom response, get rid of secondary static stralloc | Laurent Bercot | 2023-10-19 | 1 | -0/+2 |
| * | Add infrastructure for custom error files | Laurent Bercot | 2023-10-18 | 10 | -62/+114 |
| * | And fewer useless deps | Laurent Bercot | 2023-10-13 | 1 | -1/+0 |
| * | With fewer bugs | Laurent Bercot | 2023-10-13 | 1 | -2/+1 |
| * | Improved logging system | Laurent Bercot | 2023-10-13 | 4 | -19/+23 |
| * | 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 | 2 | -2/+4 |
| * | Add host_as_prefix logging for request/resource/answer | Laurent Bercot | 2023-10-12 | 4 | -13/+44 |
| * | Add new logging functions, change method_conv for bsearch | Laurent Bercot | 2023-10-10 | 10 | -42/+186 |
| * | Some fixes, preparation for changes in error responses | Laurent Bercot | 2023-10-06 | 2 | -0/+60 |
| * | Some fixes; new SERVER_NAME source; prepare for more config | Laurent Bercot | 2023-09-30 | 2 | -5/+4 |
| * | Better logging | Laurent Bercot | 2023-09-23 | 1 | -7/+6 |
| * | 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 |
| * | Some portability fixes | Laurent Bercot | 2023-09-21 | 1 | -1/+2 |
| * | Implement If-Modified-Since | Laurent Bercot | 2023-09-21 | 7 | -14/+73 |
| * | Fix redirection lookup | Laurent Bercot | 2023-08-22 | 1 | -16/+35 |
| * | Initial commit | Laurent Bercot | 2023-08-05 | 24 | -0/+964 |