index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server.c
Age
Commit message (
Expand
)
Author
2022-01-27
improve proxy error path
Omar Polo
2022-01-27
always mark requests as done when their code is != 20
Omar Polo
2022-01-27
fix comment
Omar Polo
2022-01-05
bail out of client_read if we've already decide what to do
Omar Polo
2022-01-05
tweak comment
Omar Polo
2022-01-04
add missing prototype
Omar Polo
2022-01-04
add `require client ca' for proxy blocks
Omar Polo
2022-01-02
proxy: allow multiple proxy blocks, matching options and validations
Omar Polo
2022-01-01
allow to disable TLS when proxying requests
Omar Polo
2022-01-01
simplify the proxying code
Omar Polo
2022-01-01
support optional client certificate for proxy rule
Omar Polo
2021-12-29
typo
Omar Polo
2021-12-29
add ability to proxy requests
Omar Polo
2021-12-09
relax the "wont proxy request" check: don't check the port number
Omar Polo
2021-10-18
fmt
Omar Polo
2021-10-15
move bufferevent initialization early in handle_handshake
Omar Polo
2021-10-13
don't die on ECONNABORTED
Omar Polo
2021-10-09
don't work around a missing -Wno-unused-parameter
Omar Polo
2021-10-07
Store clients inside a splay tree
Omar Polo
2021-10-07
one FastCGI connection per client
Omar Polo
2021-10-06
plug a memory leak
Omar Polo
2021-10-06
fmt
Omar Polo
2021-10-02
libevent2 fix: unfreeze the client evbuffer
Omar Polo
2021-10-02
new I/O handling on top of bufferevents
Omar Polo
2021-09-26
fastcgi completely asynchronous
Omar Polo
2021-09-26
initialize mbufhead
Omar Polo
2021-09-24
fix possible out-of-bound access
Omar Polo
2021-09-24
style
Omar Polo
2021-09-24
drop unnecessary bzero
Omar Polo
2021-09-24
making more explicit the case of missing SNI
Omar Polo
2021-07-27
relax openat rule: follow symlinks
Omar Polo
2021-07-07
style(9)-ify
Omar Polo
2021-07-06
gracefully shut down fastcgi backends
Omar Polo
2021-06-16
strncpy -> strlcpy
Omar Polo
2021-06-12
explicitly use c->fd instead of fd
Omar Polo
2021-06-12
mark backend as FCGI_READY when getting a fd
Omar Polo
2021-05-15
use the correct document root
Omar Polo
2021-05-15
const-ify strip_path
Omar Polo
2021-05-15
fmt
Omar Polo
2021-05-09
fastcgi: a first implementation
Omar Polo
2021-04-30
ensure %p (path) is always absolute
Omar Polo
2021-04-30
allow ``root'' rule to be specified per-location block
Omar Polo
2021-04-29
added ``alias'' option to define hostname aliases for a server
Omar Polo
2021-04-25
don't save the directory fd in c->pfd
Omar Polo
2021-04-25
sort the auto index alphabetically
Omar Polo
2021-04-20
rename reschedule_* to yield_*
Omar Polo
2021-04-13
define TLS_VERSION, TLS_CIPHER and TLS_CIPHER_STRENGTH for CGI scripts
Omar Polo
2021-03-31
list instead of fixed-size array for vhosts and locations
Omar Polo
2021-03-20
move all sandbox-related code to sandbox.c
Omar Polo
2021-03-19
refactoring: imsg everywhere
Omar Polo
[next]