index
:
gmnisrv
main
Fork of gmnisrv (Gemini server): full CA certificate chain (Lets Encrypt), TLS 1.3 only, handshake buffer-overflow fix
Forgejo
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update pollfd pointers when destroying a client
Kenny Levinsen
2020-11-08
1
-0
/
+4
*
Prevent double free of client resources
Drew DeVault
2020-11-08
1
-0
/
+4
*
Set CWD to cgi-bin when executing scripts
Drew DeVault
2020-11-08
1
-0
/
+4
*
Fix double free
Drew DeVault
2020-11-08
1
-0
/
+1
*
check if file served as cgi is executable
René Wagner
2020-11-08
1
-0
/
+6
*
fix typo in GATEWAY_INTERFACE value
dbandstra
2020-11-08
1
-1
/
+1
*
Set POLLOUT only when there's something to write
mbays
2020-11-08
1
-1
/
+1
*
tls: fix crash when opening priv key for writing
William Casarin
2020-11-08
1
-1
/
+1
*
Don't memmove one past clients
Tom Lebreux
2020-11-08
1
-1
/
+3
*
Fix not moving all fds
Tom Lebreux
2020-11-08
1
-1
/
+1
*
Fix memory leaks
Tom Lebreux
2020-11-08
2
-0
/
+5
*
config/routing: fix maybe-uninitialized errors
William Casarin
2020-11-02
1
-0
/
+2
*
Implement URL rewrites with regex capture groups
Drew DeVault
2020-11-01
3
-18
/
+132
*
Change meaning of root (backwards incompatible!)
Drew DeVault
2020-11-01
1
-9
/
+10
*
regexp.c: ditch unused test code
Drew DeVault
2020-11-01
1
-170
/
+0
*
Implement regex route matching
Drew DeVault
2020-11-01
1
-2
/
+16
*
Initial pass on regex routing support
Drew DeVault
2020-10-29
2
-2
/
+3058
*
Fail gracefully if mime database is not present
Drew DeVault
2020-10-28
1
-1
/
+7
*
config: free more routing information on finish
Drew DeVault
2020-10-28
1
-0
/
+11
*
Implement MIME database support
Drew DeVault
2020-10-28
3
-12
/
+102
*
server: handle write errors
Drew DeVault
2020-10-28
1
-1
/
+5
*
CGI: Fix SCRIPT_NAME variable
Drew DeVault
2020-10-26
1
-3
/
+6
*
CGI: set PATH_INFO
Drew DeVault
2020-10-25
1
-16
/
+48
*
Initial support for CGI scripts
Drew DeVault
2020-10-25
2
-0
/
+84
*
Initial implementation of a routing table
Drew DeVault
2020-10-25
2
-18
/
+126
*
Overhaul network I/O to be async for real
Drew DeVault
2020-10-25
3
-101
/
+241
*
add a missing "/" to autoindex paths
io mintz
2020-10-15
1
-2
/
+1
*
serve: fix gcc-9.3.0 error in serve_autoindex
William Casarin
2020-10-15
1
-1
/
+1
*
return false on request_validate errors
Chris Vittal
2020-10-12
1
-1
/
+4
*
Bubble up client disconnect state
Drew DeVault
2020-09-27
1
-23
/
+36
*
Break after processing polled client
Drew DeVault
2020-09-27
1
-0
/
+3
*
Only handle one client per poll iteration
Drew DeVault
2020-09-27
1
-8
/
+4
*
mime: add .xml -> text/xml
Drew DeVault
2020-09-27
1
-0
/
+3
*
server.c: re-locate definitions to appropriate scope
Drew DeVault
2020-09-26
1
-7
/
+7
*
Set SO_REUSEADDR
Drew DeVault
2020-09-26
1
-1
/
+2
*
server.c: appease GCC's magic pixie bullshit
Drew DeVault
2020-09-26
1
-2
/
+2
*
server.c: import netinet/in.h
Drew DeVault
2020-09-26
1
-0
/
+1
*
Fix size of in{,6}_addr
Drew DeVault
2020-09-26
1
-2
/
+2
*
Document (and tweak) log format
Drew DeVault
2020-09-26
1
-3
/
+2
*
Remove [:tls] email directive
Drew DeVault
2020-09-26
1
-2
/
+0
*
Free up resources throughout
Drew DeVault
2020-09-26
4
-11
/
+34
*
disconnect_client: free more client resources
Drew DeVault
2020-09-26
1
-0
/
+7
*
Implement autoindex option
Drew DeVault
2020-09-26
3
-25
/
+169
*
Rehome some logic from server.c -> serve.c
Drew DeVault
2020-09-26
2
-119
/
+129
*
Bump client buffer size to BUFSIZ
Drew DeVault
2020-09-26
1
-1
/
+0
*
Log response body size in bytes
Drew DeVault
2020-09-26
1
-1
/
+4
*
Serve files from root
Drew DeVault
2020-09-26
2
-11
/
+112
*
disconnect_client: clean up bios
Drew DeVault
2020-09-26
1
-2
/
+3
*
Always log server messages to stderr
Drew DeVault
2020-09-26
1
-1
/
+1
*
Parse requests and serve simple responses
Drew DeVault
2020-09-26
1
-17
/
+169
[next]