aboutsummaryrefslogtreecommitdiffstats
path: root/src/config
Commit message (Collapse)AuthorAgeFilesLines
* Add a default for cgi_pass_authorizationLaurent Bercot12 days1-0/+1
|
* Add cgi_pass_authorizationLaurent Bercot2026-06-261-0/+1
|
* Implement fastcgi, except the protocol itselfLaurent Bercot2026-06-251-112/+127
|
* Fix parsing of autochunk and realtime in configLaurent Bercot2026-06-201-1/+1
|
* adding the terminating \0 should be a part of the sarealpath() lineLaurent Bercot2026-05-231-2/+1
|
* Signal handlers must save/restore errnoLaurent Bercot2026-01-011-1/+3
|
* Move string cmp operations to skalibs. Add cgit-nollmcrawler.Laurent Bercot2025-10-093-21/+2
|
* Add realtime and norealtime options, cork/uncork responsesLaurent Bercot2025-08-291-1/+11
|
* Add default Referrer-Policy header (same-origin)Laurent Bercot2025-07-181-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add rproxyLaurent Bercot2025-06-251-1/+64
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.7.0; add noredirectLaurent Bercot2025-06-061-0/+25
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add cgi streamingLaurent Bercot2025-03-222-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 configLaurent Bercot2024-06-271-56/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't use O_DIRECTORY when not needed (lol Darwin)Laurent Bercot2024-05-041-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.5.0; accept "" as empty extension for content-typeLaurent Bercot2024-04-251-9/+14
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make Server: overridableLaurent Bercot2024-03-061-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Major refactors; implement rangesLaurent Bercot2023-12-201-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.3.0; add XXX_no_translateLaurent Bercot2023-12-152-0/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add X-Forwarded-For logging supportLaurent Bercot2023-11-171-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Remove obsolete Referrer-Policy default headerLaurent Bercot2023-11-161-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.2.0. Add global executable_means_cgi config directive.Laurent Bercot2023-11-082-2/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some bugfixesLaurent Bercot2023-10-311-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Revamp (and hopefully fix) resattr managementLaurent Bercot2023-10-305-70/+87
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix error messageLaurent Bercot2023-10-281-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add more forbidden headersLaurent Bercot2023-10-281-0/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* custom-headers revamp, can be removed nowLaurent Bercot2023-10-272-44/+72
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix custom header orderingLaurent Bercot2023-10-261-11/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some bugfixes, more to comeLaurent Bercot2023-10-261-6/+16
| | | | | | Thanks jjk for the bug-reports! Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Deglobal index-fileLaurent Bercot2023-10-242-43/+40
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Full custom header support, switch not made yetLaurent Bercot2023-10-243-9/+52
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More tipidee-config refactoring, headers functions are cleanLaurent Bercot2023-10-236-32/+115
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Refactor tipidee-config code to accommodate for headersLaurent Bercot2023-10-238-74/+187
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix custom response, get rid of secondary static strallocLaurent Bercot2023-10-191-4/+35
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* With fewer bugsLaurent Bercot2023-10-133-10/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Improved logging systemLaurent Bercot2023-10-134-40/+12
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* New logging system; not used yet in tipideedLaurent Bercot2023-10-122-86/+128
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Send CGI Content-Length even when 0Laurent Bercot2023-09-291-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make /etc configurable; fix some bugsLaurent Bercot2023-09-221-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add more default content-typesLaurent Bercot2023-09-211-0/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.14Laurent Bercot2023-09-091-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More doc; unify tipidee-config exit codesLaurent Bercot2023-09-025-13/+30
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More examples, some fixes, some more docLaurent Bercot2023-08-294-11/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix redirection with subLaurent Bercot2023-08-221-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* tipidee-config error message fixLaurent Bercot2023-08-091-4/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix arg checking in content-type and index_file directivesLaurent Bercot2023-08-092-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Initial commitLaurent Bercot2023-08-0512-0/+1274
Signed-off-by: Laurent Bercot <ska@appnovation.com>