]> git.the-white-hart.net Git - gemini/cbs-server.git/log
gemini/cbs-server.git
3 years agoUse sendall() instead of send()
rs [Thu, 24 Feb 2022 07:23:58 +0000 (01:23 -0600)]
Use sendall() instead of send()

Images weren't being served up properly because there was too much data
for send() to get through before the connection was closed out from
under it.

3 years agoFill in some TLS-related CGI variables
rs [Mon, 21 Feb 2022 03:23:25 +0000 (21:23 -0600)]
Fill in some TLS-related CGI variables

3 years agoRefactor error handling
rs [Mon, 21 Feb 2022 01:57:53 +0000 (19:57 -0600)]
Refactor error handling

3 years agoImprove URL parsing and add rudamentary CGI calls
rs [Sun, 20 Feb 2022 23:05:37 +0000 (17:05 -0600)]
Improve URL parsing and add rudamentary CGI calls

3 years agoMove options from command line to config file
rs [Sun, 20 Feb 2022 02:31:45 +0000 (20:31 -0600)]
Move options from command line to config file

3 years agoInitial commit with existing code
rs [Sat, 19 Feb 2022 23:20:23 +0000 (17:20 -0600)]
Initial commit with existing code

3 years agoInitial commit
RyanSchuster [Sat, 19 Feb 2022 23:14:05 +0000 (17:14 -0600)]
Initial commit