Commit History

Author SHA1 Message Date
  bel2125 a02c529c9c Merge pull request #975 from DL6ER/tweak/local_uri_raw 4 years ago
  DL6ER 0c34c71d69 Add local_uri_raw to lua's mg.request_info 4 years ago
  DL6ER da5fdd5b7b Add CGI environment variable LOCAL_URI_RAW 4 years ago
  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 years ago
  DL6ER 45cb2d7b9b Introduce mg_request_info::local_uri_raw which contains the URI in un-cleaned form. 4 years ago
  IZI 37300a0f09 Add cast in mod_mbedtls 4 years ago
  bel2125 b08024794d Makefile: Add LIBS to so build (#974) 4 years ago
  bel2125 5d8856ccb4 Format code and remove accidentally inserted character 4 years ago
  bel2125 3fb9ec97c6 Merge branch 'master' of https://github.com/civetweb/civetweb 4 years ago
  IZI 1e7d3bee8d Some fixes for C++ V2019 compatibility 4 years ago
  bel2125 043663ee16 Merge pull request #971 from wolframroesler/closed_callback 4 years ago
  bel2125 1348faacc2 Allow Lua background scripts to use timers 4 years ago
  Wolfram Rösler aaf0ff0393 Add a "after connection was closed" callback 4 years ago
  - 77329cd0a6 Merge branch 'cgi' of https://github.com/civetweb/civetweb 4 years ago
  bel2125 42dcb51bac Fix some warnings 4 years ago
  IZI c780f77ddb Fix some warnings 4 years ago
  bel2125 be8b09e3e6 Ignore OPENSSL_API define if NO_SSL define is set 4 years ago
  bel2125 2538082bd1 Merge branch 'master' of https://github.com/civetweb/civetweb 4 years ago
  bel2125 4605ba4f0d mbedTLS: make WITH_MBEDTLS=1 4 years ago
  bel2125 5472342955 Split OpenSSL dynamic loading into openssl_dl.inl 4 years ago
  bel2125 623edfb598 Windows path check: only exclude pipe and control characters 4 years ago
  bel2125 b5a3f8dc7c Add file comment for fuzzmain.c 4 years ago
  bel2125 d4f4f578c5 Merge pull request #970 from dprandle/master 4 years ago
  dprandle c51e12bbed Added include for <stdlib.h> in debug build to provide implementation for exit() on mac (clang 11.0.0) 4 years ago
  bel2125 cfe2afa545 Fuzz test: Fix all build warnings 4 years ago
  bel2125 92c7c4e943 fuzztest: let the fuzz container choose the server port 4 years ago
  bel2125 23c9533865 FUZZ test: Try to find out what port is usable 4 years ago
  bel2125 bf60fc91a4 FUZZ test: Try to find out what port is usable 4 years ago
  bel2125 cb38d861f8 Merge branch 'master' of https://github.com/civetweb/civetweb 4 years ago
  bel2125 5e28c10dbf Add port configuration for fuzz tests 4 years ago