valenok
|
236768b30c
2.9 -> 2.10
|
15 年之前 |
valenok
|
de5aff7f10
fixed check_acl() to return -1 for malformed ACL
|
15 年之前 |
valenok
|
28f3073873
added -DNO_SSL_DL option
|
15 年之前 |
valenok
|
0f89d437d5
added -ssl_chain_file option
|
15 年之前 |
valenok
|
5a0376488d
rearranged options list in alphabetical order
|
15 年之前 |
Sergey Lyubka
|
75b6717d8b
wrapped set_ssl_option call into NO_SSL conditional. Fixed test.
|
15 年之前 |
valenok
|
f105b74dc0
experimental keep-alive, options defaults
|
15 年之前 |
valenok
|
a0e202d828
fixed win32 build
|
15 年之前 |
valenok
|
64ca2965c0
disabled SSL handshake error messages
|
15 年之前 |
valenok
|
68dde1b7b1
error message in set_ssl_option() corrected
|
15 年之前 |
valenok
|
97f2155239
introduced short option names
|
15 年之前 |
valenok
|
bb21ffec12
moved document_root verification to standalone server (into main.c)
|
15 年之前 |
valenok
|
39c6d3ee08
corrected error log message in spawn_process()
|
15 年之前 |
valenok
|
6cf296515b
added debug trace in mg_start. restored stderr duping in spawn_process()
|
15 年之前 |
valenok
|
546bec333c
API change for mg_start: most binary compatible across releases.
|
15 年之前 |
valenok
|
e846212180
embedded mode: implement mg_read() properly. This brings straming support to Mongoose.
|
15 年之前 |
valenok
|
ee997ba7d4
put back dynamic SSL lib loading
|
15 年之前 |
valenok
|
4f716e2b9a
fixed win32 build
|
15 年之前 |
valenok
|
8d2bc8dd8a
squash MinGW warning
|
15 年之前 |
valenok
|
f4907bc0c2
introdused NO_SSL. Explicitely linking against SSL library.
|
15 年之前 |
valenok
|
cb71dc4a1e
integrated Michael Krelin fixes: no extra newline in error logs, no #ifndef NO_CGI for match_extension()
|
15 年之前 |
valenok
|
b6d53922d2
s/FILENAME_MAX/PATH_MAX/g, also allocating connections on heap
|
15 年之前 |
Sergey Lyubka
|
aca0512173
optimized DEBUG_TRACE(). Fixed thread sync on exit.
|
15 年之前 |
Sergey Lyubka
|
fcb57df105
creating all worker threads in mg_start().
|
15 年之前 |
valenok
|
e650941174
fixed bad http version handling
|
15 年之前 |
valenok
|
d87cd36beb
removed partial copyright - no relevant code. adopted CGI code to no post_data. Embedded mode is still todo. FALSE -> MG_FALSE.
|
15 年之前 |
valenok
|
4cf7851996
decreased thread idle time to 5 seconds. exiting worker thread if stop flag is raised.
|
15 年之前 |
valenok
|
9a2b2d75f1
adopted mongoose.c to Google style
|
15 年之前 |
valenok
|
88a224d808
fixed example. some more comments added
|
15 年之前 |
Sergey Lyubka
|
5425b94f39
introduced struct mg_config. Fixed Range response.
|
15 年之前 |