Commit History

Author SHA1 Message Date
  valenok 1811240587 exporting correct SCRIPT_FILENAME for CGI 15 years ago
  valenok 3e5d2bd3ac extra check in mg_start(): options may be NULL 15 years ago
  valenok d475188a3d protected free(ssl_mutexes) with ifndef NO_SSL 15 years ago
  valenok 9b5de49437 free-ing allocated SSL mutexes 15 years ago
  valenok ea71faf71d 2.10 -> 2.11 15 years ago
  valenok 2b732a8067 implemented pthread_cond_broadcast() better to avoid mg_stop() deadlock on Win32 15 years ago
  valenok bd152b0923 introduced max_request_size 15 years ago
  valenok 3d43451b36 reporting error if request size is too big 15 years ago
  valenok d8c12e449d refactored set_port_option 15 years ago
  valenok 4c1451bab1 refactored SSL initialization. implemented mg_connect() 15 years ago
  valenok 1ceafea1f9 SSL_CTX_use_certificate_chain_file() call fixed. using __cdecl for qsort callback. squashed warnings under msvc 15 years ago
  valenok 149a553872 not setting SO_REUSEADDR on windows 15 years ago
  valenok 236768b30c 2.9 -> 2.10 15 years ago
  valenok de5aff7f10 fixed check_acl() to return -1 for malformed ACL 15 years ago
  valenok 28f3073873 added -DNO_SSL_DL option 15 years ago
  valenok 0f89d437d5 added -ssl_chain_file option 15 years ago
  valenok 5a0376488d rearranged options list in alphabetical order 15 years ago
  Sergey Lyubka 75b6717d8b wrapped set_ssl_option call into NO_SSL conditional. Fixed test. 15 years ago
  valenok f105b74dc0 experimental keep-alive, options defaults 15 years ago
  valenok a0e202d828 fixed win32 build 15 years ago
  valenok 64ca2965c0 disabled SSL handshake error messages 15 years ago
  valenok 68dde1b7b1 error message in set_ssl_option() corrected 15 years ago
  valenok 97f2155239 introduced short option names 15 years ago
  valenok bb21ffec12 moved document_root verification to standalone server (into main.c) 15 years ago
  valenok 39c6d3ee08 corrected error log message in spawn_process() 15 years ago
  valenok 6cf296515b added debug trace in mg_start. restored stderr duping in spawn_process() 15 years ago
  valenok 546bec333c API change for mg_start: most binary compatible across releases. 15 years ago
  valenok e846212180 embedded mode: implement mg_read() properly. This brings straming support to Mongoose. 15 years ago
  valenok ee997ba7d4 put back dynamic SSL lib loading 15 years ago
  valenok 4f716e2b9a fixed win32 build 15 years ago