| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a default for cgi_pass_authorization | Laurent Bercot | 12 days | 1 | -0/+1 |
| | | |||||
| * | Add cgi_pass_authorization | Laurent Bercot | 2026-06-26 | 1 | -0/+1 |
| | | |||||
| * | Implement fastcgi, except the protocol itself | Laurent Bercot | 2026-06-25 | 1 | -112/+127 |
| | | |||||
| * | Fix parsing of autochunk and realtime in config | Laurent Bercot | 2026-06-20 | 1 | -1/+1 |
| | | |||||
| * | adding the terminating \0 should be a part of the sarealpath() line | Laurent Bercot | 2026-05-23 | 1 | -2/+1 |
| | | |||||
| * | Signal handlers must save/restore errno | Laurent Bercot | 2026-01-01 | 1 | -1/+3 |
| | | |||||
| * | Move string cmp operations to skalibs. Add cgit-nollmcrawler. | Laurent Bercot | 2025-10-09 | 3 | -21/+2 |
| | | |||||
| * | Add realtime and norealtime options, cork/uncork responses | Laurent Bercot | 2025-08-29 | 1 | -1/+11 |
| | | |||||
| * | Add default Referrer-Policy header (same-origin) | Laurent Bercot | 2025-07-18 | 1 | -0/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add rproxy | Laurent Bercot | 2025-06-25 | 1 | -1/+64 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.0.7.0; add noredirect | Laurent Bercot | 2025-06-06 | 1 | -0/+25 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add cgi streaming | Laurent Bercot | 2025-03-22 | 2 | -0/+11 |
| | | | | | | | | WILDLY UNTESTED, don't use this commit, probably. Also, autochunk hasn't been implemented yet. Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Delete unused resattr.c in config | Laurent Bercot | 2024-06-27 | 1 | -56/+0 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Don't use O_DIRECTORY when not needed (lol Darwin) | Laurent Bercot | 2024-05-04 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.0.5.0; accept "" as empty extension for content-type | Laurent Bercot | 2024-04-25 | 1 | -9/+14 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Make Server: overridable | Laurent Bercot | 2024-03-06 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Major refactors; implement ranges | Laurent Bercot | 2023-12-20 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.0.3.0; add XXX_no_translate | Laurent Bercot | 2023-12-15 | 2 | -0/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add X-Forwarded-For logging support | Laurent Bercot | 2023-11-17 | 1 | -1/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Remove obsolete Referrer-Policy default header | Laurent Bercot | 2023-11-16 | 1 | -1/+0 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.0.2.0. Add global executable_means_cgi config directive. | Laurent Bercot | 2023-11-08 | 2 | -2/+4 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Some bugfixes | Laurent Bercot | 2023-10-31 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Revamp (and hopefully fix) resattr management | Laurent Bercot | 2023-10-30 | 5 | -70/+87 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix error message | Laurent Bercot | 2023-10-28 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add more forbidden headers | Laurent Bercot | 2023-10-28 | 1 | -0/+4 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | custom-headers revamp, can be removed now | Laurent Bercot | 2023-10-27 | 2 | -44/+72 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix custom header ordering | Laurent Bercot | 2023-10-26 | 1 | -11/+9 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Some bugfixes, more to come | Laurent Bercot | 2023-10-26 | 1 | -6/+16 |
| | | | | | | | Thanks jjk for the bug-reports! Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Deglobal index-file | Laurent Bercot | 2023-10-24 | 2 | -43/+40 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Full custom header support, switch not made yet | Laurent Bercot | 2023-10-24 | 3 | -9/+52 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | More tipidee-config refactoring, headers functions are clean | Laurent Bercot | 2023-10-23 | 6 | -32/+115 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Refactor tipidee-config code to accommodate for headers | Laurent Bercot | 2023-10-23 | 8 | -74/+187 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix custom response, get rid of secondary static stralloc | Laurent Bercot | 2023-10-19 | 1 | -4/+35 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | With fewer bugs | Laurent Bercot | 2023-10-13 | 3 | -10/+6 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Improved logging system | Laurent Bercot | 2023-10-13 | 4 | -40/+12 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | New logging system; not used yet in tipideed | Laurent Bercot | 2023-10-12 | 2 | -86/+128 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Send CGI Content-Length even when 0 | Laurent Bercot | 2023-09-29 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Make /etc configurable; fix some bugs | Laurent Bercot | 2023-09-22 | 1 | -2/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add more default content-types | Laurent Bercot | 2023-09-21 | 1 | -0/+4 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Adapt to skalibs-2.14 | Laurent Bercot | 2023-09-09 | 1 | -0/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | More doc; unify tipidee-config exit codes | Laurent Bercot | 2023-09-02 | 5 | -13/+30 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | More examples, some fixes, some more doc | Laurent Bercot | 2023-08-29 | 4 | -11/+6 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix redirection with sub | Laurent Bercot | 2023-08-22 | 1 | -1/+3 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | tipidee-config error message fix | Laurent Bercot | 2023-08-09 | 1 | -4/+5 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix arg checking in content-type and index_file directives | Laurent Bercot | 2023-08-09 | 2 | -6/+6 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Initial commit | Laurent Bercot | 2023-08-05 | 12 | -0/+1274 |
| Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||||
