summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Minor refactorsLaurent Bercot2023-12-213-6/+10
* Fix small modifier string bug.Laurent Bercot2023-12-202-3/+4
* Major refactors; implement rangesLaurent Bercot2023-12-2022-100/+372
* Prepare for 0.0.3.0; add XXX_no_translateLaurent Bercot2023-12-157-31/+69
* Re-enable HTTP_HOST; fix xiscgiLaurent Bercot2023-12-142-2/+2
* Use wallclock time for Date header in responsesLaurent Bercot2023-12-0412-11/+84
* Don't segfault on no PROTO!Laurent Bercot2023-11-301-1/+1
* Add X-Forwarded-For logging supportLaurent Bercot2023-11-173-3/+19
* Remove obsolete Referrer-Policy default headerLaurent Bercot2023-11-161-1/+0
* Don't fatal error out if unable to realpath a custom error pageLaurent Bercot2023-11-131-23/+28
* bugfix: error with nonexistent HostLaurent Bercot2023-11-131-8/+9
* Prepare for 0.0.2.0. Add global executable_means_cgi config directive.Laurent Bercot2023-11-084-3/+9
* Prepare for 0.0.1.1. Minor code cleanups.Laurent Bercot2023-11-074-13/+11
* Some bugfixesLaurent Bercot2023-10-314-10/+16
* Don't keep track of unneeded countLaurent Bercot2023-10-301-4/+4
* Revamp (and hopefully fix) resattr managementLaurent Bercot2023-10-3015-130/+228
* Fix error messageLaurent Bercot2023-10-281-1/+1
* Add more forbidden headersLaurent Bercot2023-10-281-0/+4
* Add a misspellingLaurent Bercot2023-10-271-1/+1
* custom-headers revamp, can be removed nowLaurent Bercot2023-10-275-57/+83
* Some more fixesLaurent Bercot2023-10-264-9/+13
* Fix custom header orderingLaurent Bercot2023-10-261-11/+9
* Small build target fixLaurent Bercot2023-10-261-1/+0
* Some bugfixes, more to comeLaurent Bercot2023-10-262-7/+17
* Deglobal index-fileLaurent Bercot2023-10-243-44/+41
* support Host as HTTP/1.05Laurent Bercot2023-10-241-13/+13
* Make the switch to custom headersLaurent Bercot2023-10-2415-129/+114
* Full custom header support, switch not made yetLaurent Bercot2023-10-2411-39/+157
* More tipidee-config refactoring, headers functions are cleanLaurent Bercot2023-10-236-32/+115
* Refactor tipidee-config code to accommodate for headersLaurent Bercot2023-10-238-74/+187
* Some fixes (thanks jjk)Laurent Bercot2023-10-222-5/+5
* Stop directory traversal attacks in custom response filesLaurent Bercot2023-10-191-9/+9
* Fix custom response, get rid of secondary static strallocLaurent Bercot2023-10-194-19/+66
* Add infrastructure for custom error filesLaurent Bercot2023-10-1818-257/+360
* And fewer useless depsLaurent Bercot2023-10-131-1/+0
* With fewer bugsLaurent Bercot2023-10-134-12/+7
* Improved logging systemLaurent Bercot2023-10-1321-291/+183
* A very important changeLaurent Bercot2023-10-131-0/+1
* New logging system; not used yet in tipideedLaurent Bercot2023-10-125-88/+136
* Add host_as_prefix logging for request/resource/answerLaurent Bercot2023-10-125-15/+47
* Add new logging functions, change method_conv for bsearchLaurent Bercot2023-10-1012-54/+231
* Some fixes, preparation for changes in error responsesLaurent Bercot2023-10-065-3/+75
* Some fixes; new SERVER_NAME source; prepare for more configLaurent Bercot2023-09-305-50/+67
* Send CGI Content-Length even when 0Laurent Bercot2023-09-292-10/+7
* Only check Location for 301, 302, 307 and 308Laurent Bercot2023-09-231-2/+2
* transfer codings are case insensitive tooLaurent Bercot2023-09-231-1/+1
* Better loggingLaurent Bercot2023-09-236-13/+19
* Sometimes, memmove is unavoidable.Laurent Bercot2023-09-231-2/+2
* Activate debug again in tipidee_headers_parseLaurent Bercot2023-09-231-4/+7
* Connection: values are case-insensitiveLaurent Bercot2023-09-221-2/+4