summaryrefslogtreecommitdiffhomepage
path: root/https.cpp
AgeCommit message (Expand)Author
2020-06-06Code cleanup, use gcc 8 on debian 10Roland Reichwein
2020-05-31Compile fix for debian 10Roland Reichwein
2020-05-30Bugfixes: write timeout and output sizeRoland Reichwein
2020-05-19Code cleanupRoland Reichwein
2020-05-17Cert reload workaroundRoland Reichwein
2020-05-15Speedup GetPath()Roland Reichwein
2020-05-15Reload certificates dailyRoland Reichwein
2020-05-11Separated out routines to libcommonRoland Reichwein
2020-04-27Fix broken pipeRoland Reichwein
2020-04-26Fixed upload limit (now 1GB)Roland Reichwein
2020-04-25Added statisticsRoland Reichwein
2020-04-11Replace SSL_CTX_set_tlsext_servername_callback with SSL_client_hello_get0_extRoland Reichwein
2020-04-11Support IPv6Roland Reichwein
2020-04-10Ported to Debian 10Roland Reichwein
2020-04-10Simplify session handlerRoland Reichwein
2020-04-10Simplify http and https unitsRoland Reichwein
2020-04-10First working plugin: static-filesRoland Reichwein
2020-04-09Prepared generate_page for static-files pluginRoland Reichwein
2020-04-06Don't use privileged ports as userRoland Reichwein
2020-04-05Separate out response handlingRoland Reichwein
2020-04-05All certificates configurable per siteRoland Reichwein
2020-04-05Different certificates for different hostsRoland Reichwein
2020-04-04Serve configured socketsRoland Reichwein
2020-04-04HTTP and HTTPsRoland Reichwein