aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtipidee
Commit message (Collapse)AuthorAgeFilesLines
* First debug sessionLaurent Bercot10 days1-4/+11
|
* Implement FastCGI, initial versionLaurent Bercot12 days26-186/+285
|
* Implement fastcgi, except the protocol itselfLaurent Bercot2026-06-251-12/+30
|
* Add tipidee/fcgi.hLaurent Bercot2026-05-2115-0/+175
|
* URIs containing %00 are invalidLaurent Bercot2026-01-011-0/+1
|
* Add rproxyLaurent Bercot2025-06-251-3/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.7.0; add noredirectLaurent Bercot2025-06-061-4/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add PATCH support, accept PUT/DELETE/PATCH on cgiLaurent Bercot2025-03-241-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add cgi streamingLaurent Bercot2025-03-221-1/+1
| | | | | | | WILDLY UNTESTED, don't use this commit, probably. Also, autochunk hasn't been implemented yet. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.5.0; accept "" as empty extension for content-typeLaurent Bercot2024-04-251-2/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add ls.cgi, prepare for 0.0.4.0Laurent Bercot2024-03-062-0/+39
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix indexification with infopath for full cgi sitesLaurent Bercot2024-03-061-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* char is unsigned on some archsLaurent Bercot2024-02-051-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Major refactors; implement rangesLaurent Bercot2023-12-2011-30/+146
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Re-enable HTTP_HOST; fix xiscgiLaurent Bercot2023-12-141-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Use wallclock time for Date header in responsesLaurent Bercot2023-12-046-0/+65
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add X-Forwarded-For logging supportLaurent Bercot2023-11-171-2/+16
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.1.1. Minor code cleanups.Laurent Bercot2023-11-071-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some bugfixesLaurent Bercot2023-10-311-6/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Revamp (and hopefully fix) resattr managementLaurent Bercot2023-10-304-2/+103
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add a misspellingLaurent Bercot2023-10-271-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* custom-headers revamp, can be removed nowLaurent Bercot2023-10-273-13/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some more fixesLaurent Bercot2023-10-261-6/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make the switch to custom headersLaurent Bercot2023-10-247-66/+80
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Full custom header support, switch not made yetLaurent Bercot2023-10-244-3/+56
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some fixes (thanks jjk)Laurent Bercot2023-10-221-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix custom response, get rid of secondary static strallocLaurent Bercot2023-10-191-0/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add infrastructure for custom error filesLaurent Bercot2023-10-1810-62/+114
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* And fewer useless depsLaurent Bercot2023-10-131-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* With fewer bugsLaurent Bercot2023-10-131-2/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Improved logging systemLaurent Bercot2023-10-134-19/+23
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* A very important changeLaurent Bercot2023-10-131-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* New logging system; not used yet in tipideedLaurent Bercot2023-10-122-2/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add host_as_prefix logging for request/resource/answerLaurent Bercot2023-10-124-13/+44
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add new logging functions, change method_conv for bsearchLaurent Bercot2023-10-1010-42/+186
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some fixes, preparation for changes in error responsesLaurent Bercot2023-10-062-0/+60
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some fixes; new SERVER_NAME source; prepare for more configLaurent Bercot2023-09-302-5/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Better loggingLaurent Bercot2023-09-231-7/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Sometimes, memmove is unavoidable.Laurent Bercot2023-09-231-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Activate debug again in tipidee_headers_parseLaurent Bercot2023-09-231-4/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Some portability fixesLaurent Bercot2023-09-211-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Implement If-Modified-SinceLaurent Bercot2023-09-217-14/+73
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix redirection lookupLaurent Bercot2023-08-221-16/+35
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Initial commitLaurent Bercot2023-08-0524-0/+964
Signed-off-by: Laurent Bercot <ska@appnovation.com>