Commit History

作者 SHA1 備註 提交日期
  bel2125 049efd0db2 poll: Add all sockets to select() error set 4 年之前
  bel2125 a5e9612516 Faster return on socket error (socket close, broken connection) 4 年之前
  bel2125 a73612354b Always use mg_poll (instead of poll) internally 4 年之前
  Abramo Bagnara 4535041111 [PATCH] Improved poll implementation. 4 年之前
  bel2125 4aee4ea661 Fix for unix domain sockets 4 年之前
  bel2125 8c9cf44cdd Add type casts 4 年之前
  bel2125 d674d31e52 Add new media format and set accept_gzip flag 4 年之前
  bel2125 eb82f615cc Fix coverity warning 4 年之前
  bel2125 365b389310 Allow internal functions to connect to domain sockets 4 年之前
  bel2125 06821ee78b Format code after merge and add CREDITS 4 年之前
  Tim Hudson d58d777163 correct ifdef logic 4 年之前
  Tim Hudson 67f5aa9fd2 quick OpenSSL-3.0 API support 4 年之前
  bel2125 58070cd614 Add TLSv1.2 and TLSv1.3 to SSL_CTC_clear_options 4 年之前
  bel2125 b7b3d2cdd9 Change default SSL protocol version to >= TLS1.2 4 年之前
  bel2125 b9d87b0b16 Remove WinCE block 4 年之前
  bel2125 c2b5cc8c79 Fix build error for some configurations 4 年之前
  bel2125 d13eff8b2b Add "result" argument to log() function 4 年之前
  bel2125 e9209760a3 Allow filtering and formating the access log in Lua 4 年之前
  bel2125 52425fc70f Sort options in per domain, per server and main.c options, and document it 4 年之前
  bel2125 1e4ad93f14 Do not log if log_access returns not 0 4 年之前
  bel2125 7600670c4b Document local_uri_raw and format code 4 年之前
  DL6ER da5fdd5b7b Add CGI environment variable LOCAL_URI_RAW 4 年之前
  DL6ER 0b55b14ce3 Duplicate memory before passing to remove_dot_segments(). This is likely what should have been done in the first place and the reason for the (char*) cast in the call to remove_dot_segments() as the compiler would have (rightfully) complained otherwise. 4 年之前
  DL6ER 45cb2d7b9b Introduce mg_request_info::local_uri_raw which contains the URI in un-cleaned form. 4 年之前
  bel2125 5d8856ccb4 Format code and remove accidentally inserted character 4 年之前
  IZI 1e7d3bee8d Some fixes for C++ V2019 compatibility 4 年之前
  bel2125 1348faacc2 Allow Lua background scripts to use timers 4 年之前
  - 77329cd0a6 Merge branch 'cgi' of https://github.com/civetweb/civetweb 4 年之前
  bel2125 42dcb51bac Fix some warnings 4 年之前
  IZI c780f77ddb Fix some warnings 4 年之前