/civetweb-2.7.6/ |
D | build.cmd | 66 @set log_path=%log_folder%\%timestamp%.log 73 call :log 4 "Removing old log file %log_folder%\%%f" 92 @call :log 0 "Failed to build the %project% project" 98 @call :log 5 99 @call :log 0 "The built files are available in %install_path%" 114 @call :log 6 115 @call :log 2 "Welcome to the %project% build script" 116 @call :log 6 "------------------------------------" 117 @call :log 6 118 @call :log 2 "This script builds the project using CMake" [all …]
|
D | mingw.cmd | 60 @set "log_path=%log_folder%\%timestamp%.log" 70 @call :log 4 "Removing old log file %log_folder%\%%f" 84 @call :log 0 "Failed to download MinGW" 85 @call :log 0 "View the log at %log_path%" 106 @call :log 6 107 @call :log 2 "Welcome to the MinGW download script" 108 @call :log 6 "------------------------------------" 109 @call :log 6 110 @call :log 2 "This script downloads a specific version of MinGW" 117 @call :log 3 "arch = %arch%" [all …]
|
D | .gitignore | 101 *.log 106 *.log 234 pip-log.txt
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/ |
D | duk_debug_proxy.js | 15 var log = new Duktape.Logger('Proxy'); // default logger variable 16 //log.l = 0; // enable debug and trace logging 41 log.debug('Preventing extensions on global object'); 42 log.debug('Global is extensible:', Object.isExtensible(global)); 44 log.debug('Global is extensible:', Object.isExtensible(global)); 78 log.debug('Read callback:', buf.length, err); 88 log.debug('Read', res.length, 'bytes from', filename); 92 log.debug('Resize file read buffer:', data.length, '->', data.length * 2); 123 log.error('JSON proxy onConnection error:', err); 126 log.info('JSON proxy client connected'); // XXX: it'd be nice to log remote peer host:port [all …]
|
D | duk_debug.js | 354 console.log('Failed to UTF-8 decode source file, ignoring: ' + e); 446 console.log('Scanning source files: ' + dir); 461 console.log('Failed to scan ' + dir + ': ' + e); 469 …console.log('Found ' + files.length + ' source files in ' + this.directories.length + ' search dir… 562 console.log('Ignoring incoming data from closed input stream, len ' + data.length); 571 console.log(hexDumpConsolePrefix + data.toString('hex')); 803 console.log(textDumpConsolePrefix + prettyMsg); 1173 console.log('Failed to format dvalue, dropping connection: ' + e); 1174 console.log(e.stack || e); 1187 console.log('Request ' + prettyDebugCommand(msg[1]) + ': ' + prettyDebugMessage(msg)); [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/ |
D | duk_debug_proxy.js | 15 var log = new Duktape.Logger('Proxy'); // default logger variable 16 //log.l = 0; // enable debug and trace logging 41 log.debug('Preventing extensions on global object'); 42 log.debug('Global is extensible:', Object.isExtensible(global)); 44 log.debug('Global is extensible:', Object.isExtensible(global)); 78 log.debug('Read callback:', buf.length, err); 88 log.debug('Read', res.length, 'bytes from', filename); 92 log.debug('Resize file read buffer:', data.length, '->', data.length * 2); 123 log.error('JSON proxy onConnection error:', err); 126 log.info('JSON proxy client connected'); // XXX: it'd be nice to log remote peer host:port [all …]
|
D | duk_debug.js | 354 console.log('Failed to UTF-8 decode source file, ignoring: ' + e); 446 console.log('Scanning source files: ' + dir); 461 console.log('Failed to scan ' + dir + ': ' + e); 469 …console.log('Found ' + files.length + ' source files in ' + this.directories.length + ' search dir… 562 console.log('Ignoring incoming data from closed input stream, len ' + data.length); 571 console.log(hexDumpConsolePrefix + data.toString('hex')); 803 console.log(textDumpConsolePrefix + prettyMsg); 1173 console.log('Failed to format dvalue, dropping connection: ' + e); 1174 console.log(e.stack || e); 1187 console.log('Request ' + prettyDebugCommand(msg[1]) + ': ' + prettyDebugMessage(msg)); [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_bi_logger.c | 7 /* 3-letter log level strings */ 92 /* Default function to write a formatted log line. Writes to stderr, 93 * appending a newline to the log line. 95 * The argument is a buffer whose visible size contains the log message. 118 /* Log frontend shared helper, magic value indicates log level. Provides 148 * magic: log level (0-5) in duk_bi_logger_prototype_log_shared() 150 * stack: plain log args in duk_bi_logger_prototype_log_shared() 166 * Log level check in duk_bi_logger_prototype_log_shared() 176 /* log level could be popped but that's not necessary */ in duk_bi_logger_prototype_log_shared() 234 /* XXX: There used to be a shared log buffer here, but it was removed in duk_bi_logger_prototype_log_shared() [all …]
|
D | duk_debug.h | 7 * DUK_D(x), DUK_DD(x), and DUK_DDD(x) are used together with log macros 9 * compiler when the corresponding log level is disabled. This allows 88 * needed normally because DUK_D() and friends will hide the entire debug log
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_bi_logger.c | 7 /* 3-letter log level strings */ 92 /* Default function to write a formatted log line. Writes to stderr, 93 * appending a newline to the log line. 95 * The argument is a buffer whose visible size contains the log message. 118 /* Log frontend shared helper, magic value indicates log level. Provides 148 * magic: log level (0-5) in duk_bi_logger_prototype_log_shared() 150 * stack: plain log args in duk_bi_logger_prototype_log_shared() 166 * Log level check in duk_bi_logger_prototype_log_shared() 176 /* log level could be popped but that's not necessary */ in duk_bi_logger_prototype_log_shared() 234 /* XXX: There used to be a shared log buffer here, but it was removed in duk_bi_logger_prototype_log_shared() [all …]
|
D | duk_debug.h | 7 * DUK_D(x), DUK_DD(x), and DUK_DDD(x) are used together with log macros 9 * compiler when the corresponding log level is disabled. This allows 88 * needed normally because DUK_D() and friends will hide the entire debug log
|
/civetweb-2.7.6/unittest/ |
D | main.c | 61 const char *const test_log_arg = "--test-log="; in main() 120 /* Find the next free log name */ in main() 123 /* enumerate all log files (8.3 filename using 3 digits) */ in main() 124 sprintf(test_log_name, "test-%03i.log", i); in main() 134 /* use the same index for xml as for log */ in main() 140 /* We got a test log name from the command line */ in main() 141 sprintf(test_log_name, "%s.log", test_log_prefix); in main() 147 /* Run tests, using log level CK_VERBOSE, since CK_NORMAL in main()
|
D | public_server.c | 3850 OPTIONS[opt_cnt++] = "error.log"; in START_TEST() 3852 OPTIONS[opt_cnt++] = "access.log"; in START_TEST() 3862 /* Remove log files (they may exist from previous incomplete runs of in START_TEST() 3864 (void)remove("error.log"); in START_TEST() 3865 (void)remove("access.log"); in START_TEST() 3898 /* Check access.log */ in START_TEST() 3900 f = fopen("access.log", "r"); in START_TEST() 3901 ck_assert_msg(f != NULL, "Cannot open access log file"); in START_TEST() 3904 ck_assert_msg(ok, "Cannot read access log file"); in START_TEST() 3908 ck_assert_msg(ok, "Did not find uri in access log file"); in START_TEST() [all …]
|
/civetweb-2.7.6/docs/api/ |
D | mg_callbacks.md | 10 …her process the request. The returned value is also stored as HTTP status code in the access log. | 36 …etWeb is about to log a message. If the callback function returns 0, CivetWeb will use the default… 38 … CivetWeb is about to log a message. If the callback function returns 0, CivetWeb will use the def…
|
/civetweb-2.7.6/test/ |
D | websocket.xhtml | 46 console.log('send keep alive') 71 // Log errors 78 // Log messages from the server 82 console.log(e.data); 95 console.log("load");
|
D | test.pl | 28 my @files_to_delete = ('debug.log', 'access.log', $config, "$root/a/put.txt", 46 open FD, "access.log" or return 0; 156 write_file($config, "access_log_file access.log\n" . 166 "-access_log_file access.log ". 167 "-error_log_file debug.log ". 192 req('POST ' . '/..' x 100 . 'ABCD' x 3000 . "\n\n", 0); # don't log this one
|
/civetweb-2.7.6/distribution/arch/ |
D | PKGBUILD.git.example | 38 …sed -i "s/^# access_log_file/access_log_file \/var\/log\/$_pkgname\/access.log/g" "$pkgdir/etc/loc… 39 …sed -i "s/^# error_log_file/access_log_file \/var\/log\/$_pkgname\/error.log/g" "$pkgdir/etc/local…
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/polyfills/ |
D | console-minimal.js | 2 * Minimal console.log() polyfill 10 if (typeof console.log === 'undefined') { 13 Object.defineProperty(this.console, 'log', {
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/polyfills/ |
D | console-minimal.js | 2 * Minimal console.log() polyfill 10 if (typeof console.log === 'undefined') { 13 Object.defineProperty(this.console, 'log', {
|
/civetweb-2.7.6/examples/ws_client/ |
D | ws_client.c | 75 /* Log output: We got some data */ in websocket_client_data_handler() 108 /* ... by printing it to the log ... */ in websocket_client_data_handler() 181 /* Log first action (time = 0.0) */ in run_websocket_client() 335 /* We don't need to wait, this is just to have the log timestamp in run_websocket_client() 336 * a second later, and to not log from the handlers and from in run_websocket_client()
|
/civetweb-2.7.6/examples/_obsolete/websocket/ |
D | websock.htm | 22 console.log('Client: ' + send); 31 console.log('WebSocket error: ' + error); 36 console.log('Server: ' + e.data);
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/ |
D | lmathlib.c | 122 res = l_mathop(log)(x); in math_log() 126 else res = l_mathop(log)(x)/l_mathop(log)(base); in math_log() 251 {"log", math_log},
|
/civetweb-2.7.6/docs/ |
D | OpenSSL.md | 132 start. Configure an error log file in 'civetweb.conf' to get more information: 134 error_log_file error.log 137 Check the content of 'error.log':
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/ |
D | lmathlib.c | 183 res = l_mathop(log)(x); in math_log() 193 res = l_mathop(log)(x)/l_mathop(log)(base); in math_log() 365 {"log", math_log},
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/cmdline/ |
D | duk_cmdline.c | 1203 console.log("Failed to unmount default '/' MEMFS mount: " + e); in main() 1210 console.log("Failed to mount NODEFS /working: " + e); in main() 1219 console.log("Failed to create virtual /tmp: " + e); in main() 1225 console.log("Failed to mount NODEFS /tmp: " + e); in main() 1281 } else if (strcmp(arg, "--ajsheap-log") == 0) { in main() 1451 " --ajsheap-log write alloc log to /tmp/ajduk-alloc-log.txt\n" in main()
|