index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fcgi.c
Age
Commit message (
Expand
)
Author
2024-08-18
fix: send port as SERVER_PORT
Christoph Liebender
2023-08-18
send all the params as per RFC3875 (CGI) and sync documentation
Omar Polo
2023-08-09
remove useless logging
Omar Polo
2023-08-09
don't call client_close() from fcgi/proxy bev handlers
Omar Polo
2023-08-08
fix PATH_INFO / SCRIPT_NAME splitting
Omar Polo
2023-08-08
implement fastcgi strip number
Omar Polo
2023-08-08
lower debug log priority
Omar Polo
2023-08-08
draft the PATH_INFO and SCRIPT_NAME handling
Omar Polo
2023-07-23
revamp fastcgi configuration: make it per-location
Omar Polo
2023-07-01
parse (and log) the header from fastcgi
Omar Polo
2023-07-01
remove the fcgi debug code
Omar Polo
2023-06-26
call getnameinfo() only once per request
Omar Polo
2023-06-24
copyright years++
Omar Polo
2023-06-23
implement `listen on'
Omar Polo
2023-06-06
use fatal() in code used in the daemon
Omar Polo
2023-06-06
switch to the more usual log.c
Omar Polo
2023-06-06
rename log.[ch] to logger.[ch]
Omar Polo
2023-06-05
provide a more usual fatal
Omar Polo
2022-11-27
add an implicit fastcgi parameter: GEMINI_SEARCH_STRING
Omar Polo
2022-11-27
return after FCGI_END_REQUEST
Omar Polo
2022-10-30
always send custom list of fcgi parameters
nytpu
2022-03-19
const-ify some tables
Omar Polo
2021-10-18
fmt
Omar Polo
2021-10-07
one FastCGI connection per client
Omar Polo
2021-10-04
copy only `len' bytes, not the whole buffer
Omar Polo
2021-10-02
new I/O handling on top of bufferevents
Omar Polo
2021-10-02
log more details for FastCGI errors
Omar Polo
2021-10-02
simplify error check
Omar Polo
2021-10-02
typo
Omar Polo
2021-09-26
fastcgi completely asynchronous
Omar Polo
2021-07-06
fmt
Omar Polo
2021-07-06
gracefully shut down fastcgi backends
Omar Polo
2021-06-12
indentation
Omar Polo
2021-06-11
more params from and send a custom list
Omar Polo
2021-05-15
define and use GMID_VERSION
Omar Polo
2021-05-15
define some more fcgi param
Omar Polo
2021-05-09
fastcgi: a first implementation
Omar Polo