about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Delete unused resattr.c in configLaurent Bercot2024-06-271-56/+0
* Don't use O_DIRECTORY when not needed (lol Darwin)Laurent Bercot2024-05-041-1/+1
* Prepare for 0.0.5.0; accept "" as empty extension for content-typeLaurent Bercot2024-04-252-11/+17
* Make Server: overridableLaurent Bercot2024-03-061-1/+1
* Add ls.cgi, prepare for 0.0.4.0Laurent Bercot2024-03-065-0/+197
* Remove inaccurate debug linesLaurent Bercot2024-03-061-2/+0
* Fix indexification with infopath for full cgi sitesLaurent Bercot2024-03-063-16/+23
* Tentatively enable docroot to be indexifiedLaurent Bercot2024-03-051-2/+2
* char is unsigned on some archsLaurent Bercot2024-02-051-1/+1
* 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