/civetweb-2.7.6/ |
D | .travis.yml | 45 - if [ "${ENABLE_IPV6}" == "YES" -a "${TRAVIS_OS_NAME}" == "linux" ]; then 73 -DCIVETWEB_ENABLE_THIRD_PARTY_OUTPUT=YES 182 ENABLE_SSL_DYNAMIC_LOADING=YES 189 NO_FILES=YES 191 NO_CGI=YES 198 ALLOW_WARNINGS=YES 216 ENABLE_SSL_DYNAMIC_LOADING=YES 224 ENABLE_SSL=YES 233 ALLOW_WARNINGS=YES 251 ENABLE_SSL_DYNAMIC_LOADING=YES [all …]
|
D | appveyor.yml | 18 enable_ssl_dynamic_loading: YES 30 enable_ssl: YES 42 enable_ssl: YES 54 enable_ipv6: YES 55 enable_ssl: YES 56 enable_websockets: YES 59 enable_stats: YES 66 enable_ipv6: YES 67 enable_ssl: YES 68 enable_websockets: YES [all …]
|
D | CMakeLists.txt | 19 SET(ZEPHYR YES) 21 SET(DARWIN YES) 23 SET(FREEBSD YES) 25 SET(LINUX YES) 266 SET(CIVETWEB_ALLOW_WARNINGS YES)
|
D | build | 85 --shared) shared=YES;;
|
/civetweb-2.7.6/docs/ |
D | UserManual.md | 195 …e/script.cgi with PATH\_INFO='/handle/this.ext', no matter if this option is set to `yes` or `no`. 199 ### allow\_sendfile\_call `yes` 215 If this option is set to `yes`, the comparison for URIs and Windows file names will be case sensiti… 252 ### decode\_url `yes` 262 ### enable\_auth\_domain\_check `yes` 268 ### enable\_directory\_listing `yes` 269 Enable directory listing, either `yes` or `no`. 272 Enable connection keep alive, either `yes` or `no`. 280 Note: If you set keep\_alive to `yes`, you should set keep\_alive\_timeout\_ms 284 configuration option might be removed and automatically set to `yes` if [all …]
|
/civetweb-2.7.6/examples/https/ |
D | civetweb.conf | 21 # "ssl_verify_peer" to "yes" and specifying a client cert (directory) 43 #ssl_verify_peer yes
|
/civetweb-2.7.6/src/ |
D | main.c | 639 /* boolean value, yes or no */ in set_option() 640 if ((0 != strcmp(value, "yes")) && (0 != strcmp(value, "no"))) { in set_option() 646 /* boolean value, yes or no */ in set_option() 647 if ((0 != strcmp(value, "yes")) && (0 != strcmp(value, "no")) in set_option() 1340 if (mg_strcasecmp(options[i + 1], "yes") == 0) { in start_civetweb() 1538 IsDlgButtonChecked(hDlg, id) ? "yes" : "no"); in save_config() 1641 !strcmp(value, "yes") ? BST_CHECKED in SettingsDlgProc() 1665 !strcmp(value, "yes") ? BST_CHECKED in SettingsDlgProc() 1684 !strcmp(value, "yes") ? BST_CHECKED in SettingsDlgProc() 3065 [item setHighlightMode:YES]; in main() [all …]
|
D | civetweb.c | 2470 {"allow_sendfile_call", MG_CONFIG_TYPE_BOOLEAN, "yes"}, 2485 {"decode_url", MG_CONFIG_TYPE_BOOLEAN, "yes"}, 2502 {"enable_auth_domain_check", MG_CONFIG_TYPE_BOOLEAN, "yes"}, 2504 {"enable_directory_listing", MG_CONFIG_TYPE_BOOLEAN, "yes"}, 2527 {"ssl_default_verify_paths", MG_CONFIG_TYPE_BOOLEAN, "yes"}, 3965 conn->dom_ctx->config[ENABLE_AUTH_DOMAIN_CHECK], "yes")); 4288 if (mg_strcasecmp(conn->dom_ctx->config[ENABLE_KEEP_ALIVE], "yes") != 0) { 4322 return (mg_strcasecmp(conn->dom_ctx->config[DECODE_URL], "yes") == 0); 5233 "yes")) { 7390 /* Yes it does, break the loop */ [all …]
|
/civetweb-2.7.6/examples/multidomain/ |
D | base_domain.conf | 6 enable_directory_listing yes
|
/civetweb-2.7.6/resources/ |
D | civetweb.conf | 20 # enable_directory_listing yes
|
/civetweb-2.7.6/test/ajax/ |
D | echo.cgi.old | 9 -- enable_keep_alive yes
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/ |
D | ltable.c | 142 return i-1; /* yes; that's the index (corrected to C) */ in findindex() 411 /* yes; move colliding node into free position */ in newkey()
|
D | lvm.c | 647 else { /* yes: continue its execution */ in luaV_execute()
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/ |
D | ltable.c | 149 return i-1; /* yes; that's the index (corrected to C) */ in findindex() 422 /* yes; move colliding node into free position */ in luaH_newkey()
|
/civetweb-2.7.6/unittest/ |
D | private.c | 229 char yes[] = "yes"; in START_TEST() local 251 ctx.dd.config[ENABLE_KEEP_ALIVE] = yes; in START_TEST()
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/ |
D | ltable.c | 164 return i; /* yes; that's the index */ in findindex() 486 /* yes; move colliding node into free position */ in luaH_newkey()
|
D | lbaselib.c | 73 lua_settop(L, 1); /* yes; return it */ in luaB_tonumber()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_heap_alloc.c | 700 DUK_D(DUK_DPRINT("DUK_USE_PACKED_TVAL: yes")); in duk__dump_misc_options() 705 DUK_D(DUK_DPRINT("DUK_USE_VARIADIC_MACROS: yes")); in duk__dump_misc_options()
|
D | duk_heap_refcount.c | 354 /* yes -> move back to heap allocated */ in duk__refzero_free_pending()
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_heap_alloc.c | 700 DUK_D(DUK_DPRINT("DUK_USE_PACKED_TVAL: yes")); in duk__dump_misc_options() 705 DUK_D(DUK_DPRINT("DUK_USE_VARIADIC_MACROS: yes")); in duk__dump_misc_options()
|
D | duk_heap_refcount.c | 354 /* yes -> move back to heap allocated */ in duk__refzero_free_pending()
|
/civetweb-2.7.6/include/ |
D | civetweb.h | 710 int is_ssl; /* https port: 0 = no, 1 = yes */ 711 int is_redirect; /* redirect all requests: 0 = no, 1 = yes */
|
/civetweb-2.7.6/test/ |
D | test.pl | 174 "-enable_keep_alive yes ".
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/static/ |
D | webui.js | 754 localStorage.setItem('about-shown', 'yes');
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/static/ |
D | webui.js | 754 localStorage.setItem('about-shown', 'yes');
|