Commit Verlauf

Autor SHA1 Nachricht Datum
  Sergey Linev 4523dd5bae Also send allowed headers and methods in send_cors_header vor 2 Jahren
  Sergey Linev de57e79919 Add optional support of Access-Control-Allow-Credentials header vor 2 Jahren
  bel2125 042c508a06 Merge pull request #1172 from jfriesne/jaf-demand-create-worker-threads vor 2 Jahren
  bel2125 8db42679a4 Format code after merge vor 2 Jahren
  bel2125 13f8869518 Merge branch 'master' of https://github.com/civetweb/civetweb vor 2 Jahren
  bel2125 218df798a9 Merge pull request #1167 from jfriesne/jaf-substitute-index-file-fallback vor 2 Jahren
  bel2125 b33c879584 Merge pull request #1164 from jfriesne/jaf-fast-mg-stop vor 2 Jahren
  bel2125 c1cf4be2d3 Use lowercase "windows.h" instead of "Windows.h" vor 2 Jahren
  Jeremy Friesner 0891e955d1 Fix for ALTERNATIVE_QUEUE mode vor 2 Jahren
  Jeremy Friesner a588b5ffe7 Fix mg_start_worker_thread() to take the number of socket-connections already enqueued into account when deciding whether or not to spawn a new thread vor 2 Jahren
  Jeremy Friesner 3e0761c14d Fixed a compiler warning vor 2 Jahren
  Jeremy Friesner 4f89995634 Added demand-spawning of threads, and prespawn_threads config argument vor 2 Jahren
  Jeremy Friesner 9859676ac9 Updated substitute_index_file() to look in the fallback-root, if no index.html substitution can be found in the regular document-root vor 2 Jahren
  Jeremy Friesner 91dae7a675 Added set_close_on_exec() calls inside mg_socketpair(), to avoid potential issues with child processes holding the socketpair open via implicitly duplicated file descriptors vor 2 Jahren
  Jeremy Friesner c7fb4dab4a Speed up mg_stop() by using a socket-pair to cause all mg_poll() calls to return immediately on server shutdown vor 2 Jahren
  Jeremy Friesner 68479acb5f fallback_document_root and fallback_websocket_root initial implementation vor 2 Jahren
  bel2125 2b33a24c54 Merge with 2023 update branch vor 2 Jahren
  bel2125 ac00b3bec3 Avoid Memory Sanitizer warning vor 2 Jahren
  bel2125 5d2faa5548 Format code after merge vor 2 Jahren
  bel2125 6ee7cda88d Merge pull request #1055 from paperino1983/fix_coverity_CID349582_REVERSE_INULL vor 2 Jahren
  bel2125 c4bb956f20 Add a cast for Interlocked functions, required only for C++ in Windows vor 2 Jahren
  bel2125 e5e36cfdd7 Merge irepo vor 2 Jahren
  bel2125 6ca12def93 Fix compiler warnings vor 2 Jahren
  bel2125 11b8f8752a Format code vor 2 Jahren
  bel2125 d5c0f6d846 Merge pull request #1133 from Peter-R-Huber/Chunked_Transfer_Encoding vor 2 Jahren
  bel2125 193e99188c Add debug information when creating and destroying Lua states vor 2 Jahren
  Peter Huber f929cb46e5 support "chunk-extension" and "trailer" in HTTP 1.1 "Chunked Transfer Coding" vor 2 Jahren
  bel2125 f87d515017 Fix: mg_poll assumes poll() errno=0 in case of success vor 2 Jahren
  bel2125 f6cefe2e33 Remove unused variable vor 2 Jahren
  bel2125 c2f77f268a Add cast for malloc (fix #1124) vor 2 Jahren