Commit Graph

106 Commits

Author SHA1 Message Date
valenok
1811240587 exporting correct SCRIPT_FILENAME for CGI 2010-09-19 13:00:49 +01:00
valenok
3e5d2bd3ac extra check in mg_start(): options may be NULL 2010-09-18 04:20:10 +01:00
valenok
1d490f9d6c mingw build fix 2010-09-17 22:40:19 +01:00
valenok
647719861b honoring command line flags when using config file, command line flags take preference 2010-09-14 11:17:09 +01:00
valenok
d475188a3d protected free(ssl_mutexes) with ifndef NO_SSL 2010-09-14 11:16:30 +01:00
valenok
9b5de49437 free-ing allocated SSL mutexes 2010-09-12 22:44:02 +01:00
valenok
ea71faf71d 2.10 -> 2.11 2010-09-12 22:26:12 +01:00
valenok
035a30dfed Added tag 2.10 for changeset 47c8f85f52d3 2010-09-12 22:13:15 +01:00
valenok
7291b6d7d6 added res.rc to win32 compilation 2010-09-12 22:10:03 +01:00
valenok
8853d320fe removed obsolete stuff 2010-09-12 22:08:44 +01:00
valenok
c20a36ccc5 added -max_request_size description 2010-09-12 22:03:31 +01:00
valenok
1a9b36e842 win32 systray functionality 2010-09-12 21:59:31 +01:00
valenok
2b732a8067 implemented pthread_cond_broadcast() better to avoid mg_stop() deadlock on Win32 2010-09-12 21:58:22 +01:00
valenok
bd152b0923 introduced max_request_size 2010-09-11 16:53:23 +01:00
valenok
9d01d9f21d win32: stdcall by default. 2010-09-10 23:44:56 +01:00
valenok
3d43451b36 reporting error if request size is too big 2010-09-10 23:44:23 +01:00
valenok
d8c12e449d refactored set_port_option 2010-09-09 13:46:05 +01:00
valenok
4c1451bab1 refactored SSL initialization. implemented mg_connect() 2010-09-08 22:53:25 +01:00
valenok
6a05abad4d fixed config file loading 2010-09-08 07:56:15 +01:00
valenok
53dde04b8f windows build: removed gui libs from DLL build 2010-09-07 21:12:05 +01:00
valenok
e728c85863 added __cdecl to main() 2010-09-07 21:11:43 +01:00
valenok
49065f2165 Windows build: /Gz - stdcall convention by default 2010-09-07 21:07:55 +01:00
valenok
a030d2cfdb Windows build: /Os -> /O1, added cyassl build. 2010-09-07 21:06:06 +01:00
valenok
fcb49d75ce got rid of getcwd(). using __cdecl for signal handler. 2010-09-07 11:00:10 +01:00
valenok
1ceafea1f9 SSL_CTX_use_certificate_chain_file() call fixed. using __cdecl for qsort callback. squashed warnings under msvc 2010-09-07 10:59:31 +01:00
valenok
06418fa4e6 added -access_control_list option to cmdline 2010-09-07 00:36:53 +01:00
valenok
abbf27338e license added 2010-09-06 22:04:28 +01:00
valenok
149a553872 not setting SO_REUSEADDR on windows 2010-09-06 21:58:05 +01:00
valenok
236768b30c 2.9 -> 2.10 2010-09-06 21:46:07 +01:00
valenok
f169d153c4 Windows service functionality, and initial systray functionality 2010-09-06 21:42:05 +01:00
valenok
de5aff7f10 fixed check_acl() to return -1 for malformed ACL 2010-09-06 21:36:54 +01:00
valenok
58c89bb862 Added tag 2.9 for changeset 4e217a693d74 2010-09-04 23:15:35 +01:00
valenok
39b03600e6 fixed installer - no openssl libs 2010-09-03 16:38:09 +01:00
valenok
4f1c76cf5f added "web server" to the start message 2010-09-03 12:35:42 +01:00
valenok
4279543f73 fixed installer setup 2010-09-03 04:01:55 +01:00
valenok
5fdbbcd895 corrected code for config file loading 2010-09-03 04:01:26 +01:00
valenok
28f3073873 added -DNO_SSL_DL option 2010-09-03 03:58:23 +01:00
valenok
0f89d437d5 added -ssl_chain_file option 2010-08-31 21:19:27 +01:00
valenok
5a0376488d rearranged options list in alphabetical order 2010-08-31 21:10:19 +01:00
Sergey Lyubka
75b6717d8b wrapped set_ssl_option call into NO_SSL conditional. Fixed test. 2010-08-31 11:58:45 +02:00
Sergey Lyubka
63af66c61f fixed linux buid, added #define _XOPEN_SOURCE for PATH_MAX 2010-08-31 11:47:57 +02:00
valenok
f105b74dc0 experimental keep-alive, options defaults 2010-08-31 08:01:14 +01:00
valenok
fed9ffc150 struct mg_request_info * -> const struct mg_request_info * 2010-08-31 07:49:55 +01:00
valenok
a0e202d828 fixed win32 build 2010-08-31 00:12:16 +01:00
valenok
001889bd56 fixed chat to example some extent 2010-08-30 23:41:44 +01:00
valenok
64ca2965c0 disabled SSL handshake error messages 2010-08-30 23:41:17 +01:00
valenok
d9551c505a mg_start: struct mg_request_info * -> const struct mg_request_info * 2010-08-30 22:48:07 +01:00
valenok
68dde1b7b1 error message in set_ssl_option() corrected 2010-08-30 17:56:43 +01:00
valenok
b1f973b62b fixes for 2.9 2010-08-30 17:13:53 +01:00
valenok
2c36b9421e making mongoose.txt instead of mongoose.1.txt 2010-08-30 17:13:26 +01:00