| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add cgi_pass_authorizationHEADmain | Laurent Bercot | 23 hours | 1 | -0/+1 |
| * | Implement fastcgi, except the protocol itself | Laurent Bercot | 39 hours | 1 | -6/+8 |
| * | Ignore Host: including for port information when absolute-form | Laurent Bercot | 2026-05-27 | 1 | -7/+3 |
| * | Fix priority between Request-Line and Host | Laurent Bercot | 2026-05-27 | 1 | -8/+12 |
| * | set/clear Nagle depending on realtime only | Laurent Bercot | 2025-08-29 | 1 | -0/+4 |
| * | Add rproxy | Laurent Bercot | 2025-06-25 | 1 | -2/+3 |
| * | Better tarpit | Laurent Bercot | 2025-04-04 | 1 | -3/+2 |
| * | Add rudimentary tarpit support | Laurent Bercot | 2025-04-04 | 1 | -0/+5 |
| * | Accept an entity body on PUT and PATCH; elaborate on autochunk | Laurent Bercot | 2025-03-25 | 1 | -2/+5 |
| * | Add PATCH support, accept PUT/DELETE/PATCH on cgi | Laurent Bercot | 2025-03-24 | 1 | -4/+5 |
| * | Respect HEAD in cgi | Laurent Bercot | 2025-03-24 | 1 | -1/+3 |
| * | bugfix: use TCPLOCALPORT instead of Host: port to determine docroot | Laurent Bercot | 2025-03-12 | 1 | -1/+1 |
| * | Remove inaccurate debug lines | Laurent Bercot | 2024-03-06 | 1 | -2/+0 |
| * | Fix indexification with infopath for full cgi sites | Laurent Bercot | 2024-03-06 | 1 | -13/+20 |
| * | Tentatively enable docroot to be indexified | Laurent Bercot | 2024-03-05 | 1 | -2/+2 |
| * | Minor refactors | Laurent Bercot | 2023-12-21 | 1 | -1/+1 |
| * | Fix small modifier string bug. | Laurent Bercot | 2023-12-20 | 1 | -3/+3 |
| * | Major refactors; implement ranges | Laurent Bercot | 2023-12-20 | 1 | -1/+15 |
| * | Prepare for 0.0.3.0; add XXX_no_translate | Laurent Bercot | 2023-12-15 | 1 | -7/+11 |
| * | Don't segfault on no PROTO! | Laurent Bercot | 2023-11-30 | 1 | -1/+1 |
| * | Prepare for 0.0.2.0. Add global executable_means_cgi config directive. | Laurent Bercot | 2023-11-08 | 1 | -0/+2 |
| * | Prepare for 0.0.1.1. Minor code cleanups. | Laurent Bercot | 2023-11-07 | 1 | -5/+3 |
| * | Revamp (and hopefully fix) resattr management | Laurent Bercot | 2023-10-30 | 1 | -47/+5 |
| * | 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 | 1 | -3/+3 |
| * | Full custom header support, switch not made yet | Laurent Bercot | 2023-10-24 | 1 | -25/+33 |
| * | Fix custom response, get rid of secondary static stralloc | Laurent Bercot | 2023-10-19 | 1 | -10/+9 |
| * | Add infrastructure for custom error files | Laurent Bercot | 2023-10-18 | 1 | -51/+55 |
| * | Improved logging system | Laurent Bercot | 2023-10-13 | 1 | -61/+63 |
| * | Some fixes, preparation for changes in error responses | Laurent Bercot | 2023-10-06 | 1 | -2/+2 |
| * | Some fixes; new SERVER_NAME source; prepare for more config | Laurent Bercot | 2023-09-30 | 1 | -38/+53 |
| * | transfer codings are case insensitive too | Laurent Bercot | 2023-09-23 | 1 | -1/+1 |
| * | 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 | 1 | -1/+1 |
| * | Some bugfixes | Laurent Bercot | 2023-09-21 | 1 | -3/+10 |
| * | Force redirect for incomplete directories | Laurent Bercot | 2023-09-21 | 1 | -2/+21 |
| * | More doc, complete? | Laurent Bercot | 2023-09-21 | 1 | -2/+2 |
| * | Implement If-Modified-Since | Laurent Bercot | 2023-09-21 | 1 | -4/+15 |
| * | More doc, more fixes | Laurent Bercot | 2023-09-20 | 1 | -1/+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 | 1 | -1/+3 |
| * | Fix redirection lookup | Laurent Bercot | 2023-08-22 | 1 | -1/+1 |
| * | Initial commit | Laurent Bercot | 2023-08-05 | 1 | -0/+514 |