/civetweb-2.7.6/VisualStudio/lua_lib/ |
D | lua_lib.vcxproj.filters | 4 <Filter Include="Source Files"> 8 <Filter Include="Header Files"> 12 <Filter Include="Resource Files"> 19 <Filter>Source Files</Filter> 22 <Filter>Source Files</Filter> 25 <Filter>Source Files</Filter> 28 <Filter>Source Files</Filter> 31 <Filter>Source Files</Filter> 34 <Filter>Source Files</Filter> 37 <Filter>Source Files</Filter> [all …]
|
/civetweb-2.7.6/VisualStudio/civetweb_yassl/yassl_lib/ |
D | yassl_lib.vcxproj.filters | 4 <Filter Include="Source Files"> 8 <Filter Include="Header Files"> 12 <Filter Include="Resource Files"> 19 <Filter>Source Files</Filter> 22 <Filter>Source Files</Filter> 25 <Filter>Source Files</Filter> 28 <Filter>Source Files</Filter> 31 <Filter>Source Files</Filter> 34 <Filter>Source Files</Filter> 37 <Filter>Source Files</Filter> [all …]
|
/civetweb-2.7.6/VisualStudio/civetweb_lua/ |
D | civetweb_lua.vcxproj.filters | 4 <Filter Include="Source Files"> 8 <Filter Include="Header Files"> 12 <Filter Include="Resource Files"> 16 <Filter Include="inl files"> 22 <Filter>Header Files</Filter> 25 <Filter>Header Files</Filter> 28 <Filter>Header Files</Filter> 31 <Filter>Header Files</Filter> 36 <Filter>Source Files</Filter> 39 <Filter>Source Files</Filter> [all …]
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/doc/ |
D | luac.1 | 16 into binary files that can be later loaded and executed. 32 The binary files created by 38 for all source files given. 48 text files containing Lua source and 49 binary files containing precompiled chunks. 61 all remaining arguments will be treated as files even if they start with 64 The internal format of the binary files produced by 68 save the source files of all Lua programs that you precompile. 76 If no files are given, then 92 all files are loaded before the output file is written. [all …]
|
D | luac.html | 23 into binary files that can be later loaded and executed. 39 The binary files created by 45 for all source files given. 55 text files containing Lua source and 56 binary files containing precompiled chunks. 68 all remaining arguments will be treated as files even if they start with 71 The internal format of the binary files produced by 75 save the source files of all Lua programs that you precompile. 83 If no files are given, then 99 all files are loaded before the output file is written. [all …]
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/doc/ |
D | luac.1 | 16 into binary files containing precompiled chunks 33 text files containing Lua source and 34 binary files containing precompiled chunks. 37 for all files given. 38 Executing the combined file is equivalent to executing the given files. 52 Make sure you save the source files of all Lua programs that you precompile. 59 If no files are given, then 77 The output file may be one of the given files because 78 all files are loaded before the output file is written. 79 Be careful not to overwrite precious files. [all …]
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/doc/ |
D | luac.1 | 16 into binary files containing precompiled chunks 33 text files containing Lua source and 34 binary files containing precompiled chunks. 37 for all files given. 38 Executing the combined file is equivalent to executing the given files. 52 Make sure you save the source files of all Lua programs that you precompile. 59 If no files are given, then 77 The output file may be one of the given files because 78 all files are loaded before the output file is written. 79 Be careful not to overwrite precious files. [all …]
|
/civetweb-2.7.6/ |
D | .gitignore | 60 ## Ignore Visual Studio temporary files, build results, and 61 ## files generated by popular Visual Studio add-ons. 63 # User-specific files 109 # Visual C++ cache files 187 # Backup & report files from converting an old project file to a newer 188 # Visual Studio version. Backup files are not needed, because we have git ;-) 194 # SQL Server files 248 ## Files created by tests 253 ## Files created by ctags 259 ## Files created by autotools
|
D | RELEASE_NOTES.md | 59 - Support multiple domains with different certificate files (TLS server name identification, SNI) 98 - Fix timeout error when sending larger files 100 - Allow to separate server private key and certificate chain in two different files 106 - Allow sub-resources of index script files 148 - Limit recursions in .htpasswd files 149 - Fix SCRIPT_NAME for CGI directory index files (index.php) 186 - Update Visual Studio project files to VS2015; rename directory VS2012 to VS 209 - Build option CIVETWEB_SERVE_NO_FILES to disable serving static files 250 - Fix upload of huge files 255 - Use temporary file name for partially uploaded files [all …]
|
D | LICENSE.md | 23 > of this software and associated documentation files (the "Software"), to deal 51 > of this software and associated documentation files (the "Software"), to deal 98 > of this software and associated documentation files (the "Software"), to deal 126 > of this software and associated documentation files (the "Software"), to deal 158 > of this software and associated documentation files (the "Software"), to deal 192 > of this software and associated documentation files (the "Software"), to deal
|
D | build.cmd | 97 :: Tell the user where the built files are 99 @call :log 0 "The built files are available in %install_path%" 188 :generate - Uses CMake to generate the build files 195 @call :log 0 "Generating CMake files for %generator%" 199 @call :log 0 "Need CMake to create the build files" 219 @call :log 0 "Failed to generate build files with CMake" 276 :install - Installs the built files 279 @call :log 0 "Installing built files" 283 @call :log 0 "Need CMake to install the built files" 295 @call :log 0 "Failed to install the files" [all …]
|
/civetweb-2.7.6/VisualStudio/civetweb/ |
D | civetweb.vcxproj.filters | 4 <Filter Include="Source Files"> 8 <Filter Include="Header Files"> 12 <Filter Include="Resource Files"> 19 <Filter>Source Files</Filter> 22 <Filter>Source Files</Filter> 27 <Filter>Resource Files</Filter> 32 <Filter>Resource Files</Filter> 37 <Filter>Header Files</Filter>
|
/civetweb-2.7.6/VisualStudio/civetweb_yassl/civetweb_yassl/ |
D | civetweb_yassl.vcxproj.filters | 4 <Filter Include="Source Files"> 8 <Filter Include="Header Files"> 12 <Filter Include="Resource Files"> 19 <Filter>Header Files</Filter> 24 <Filter>Source Files</Filter> 27 <Filter>Source Files</Filter> 32 <Filter>Resource Files</Filter> 37 <Filter>Resource Files</Filter>
|
/civetweb-2.7.6/VisualStudio/ex_embed_cpp/ |
D | ex_embed_cpp.vcxproj.filters | 4 <Filter Include="Source Files"> 8 <Filter Include="Header Files"> 12 <Filter Include="Resource Files"> 19 <Filter>Header Files</Filter> 22 <Filter>Header Files</Filter> 27 <Filter>Source Files</Filter> 30 <Filter>Source Files</Filter> 33 <Filter>Source Files</Filter>
|
/civetweb-2.7.6/VisualStudio/ex_websocket/ |
D | ex_websocket.vcxproj.filters | 4 <Filter Include="Source Files"> 8 <Filter Include="Header Files"> 12 <Filter Include="Resource Files"> 19 <Filter>Header Files</Filter> 22 <Filter>Header Files</Filter> 27 <Filter>Source Files</Filter> 30 <Filter>Source Files</Filter> 33 <Filter>Source Files</Filter>
|
/civetweb-2.7.6/docs/ |
D | UserManual.md | 75 CivetWeb can also be used to modify `.htpasswd` passwords files: 90 e.g., CGI, SSI and Lua script files are recognized by the file name pattern. 208 used in the encoding of the `.htpasswd` authorization files as well. 242 All files that match `cgi_pattern` are treated as CGI files. The default pattern 243 allows CGI files be anywhere. To restrict CGIs to a certain directory, 322 working directory. If set, per-directory `.htpasswd` files are ignored, 331 Password files may be generated using `CivetWeb -A` as explained above, or 335 A pattern for the files to hide. Files that match the pattern will not 342 hide all files with a certain extension, make sure to use **.extension 346 Comma-separated list of files to be treated as directory index files. [all …]
|
D | Embedding.md | 7 It can also be used as a stand-alone executable. It can deliver static files and offers built-in se… 10 Files section in Embedding CivetWeb 13 There is just a small set of files to compile in to the application, 18 …s extension for the sake of clarity as opposed to having .c extensions on files that should not be… 21 #### HTTP Server Source Files argument 22 These files constitute the CivetWeb library. They do not contain a `main` function, 44 #### Additional Source Files for Executables argument 45 These files can be used to build a server executable. They contain a `main` function 61 By default, the server will automatically serve up files like a normal HTTP server. An embedded se… 107 Lua is a server side include functionality. Files ending in .lua will be processed with Lua.
|
D | Building.md | 5 …ing an existing C or C++ application. A brief overview of the source code files can be found in [E… 75 Clean up files generated during the build 151 | `NO_FILES` | do not serve files from a directory | 162 | `USE_ZLIB` | enable on-the-fly compression of files (using zlib) | 167 | `SQLITE_DISABLE_LFS` | disables large files (Lua only) | 172 …`WITH_<feature>` syntax above, since additional features may also use additional source code files.
|
/civetweb-2.7.6/VisualStudio/ex_websocket_client/ |
D | ex_websocket_client.vcxproj.filters | 4 <Filter Include="Source Files"> 8 <Filter Include="Header Files"> 12 <Filter Include="Resource Files"> 19 <Filter>Header Files</Filter> 24 <Filter>Source Files</Filter> 27 <Filter>Source Files</Filter>
|
/civetweb-2.7.6/VisualStudio/ex_embedded_c/ |
D | ex_embedded_c.vcxproj.filters | 4 <Filter Include="Source Files"> 8 <Filter Include="Header Files"> 12 <Filter Include="Resource Files"> 19 <Filter>Source Files</Filter> 22 <Filter>Source Files</Filter> 27 <Filter>Header Files</Filter>
|
/civetweb-2.7.6/VisualStudio/upload/ |
D | upload.vcxproj.filters | 4 <Filter Include="Source Files"> 8 <Filter Include="Header Files"> 12 <Filter Include="Resource Files"> 19 <Filter>Source Files</Filter> 22 <Filter>Source Files</Filter> 27 <Filter>Header Files</Filter>
|
/civetweb-2.7.6/VisualStudio/duktape_lib/ |
D | duktape_lib.vcxproj.filters | 4 <Filter Include="Source Files"> 8 <Filter Include="Header Files"> 12 <Filter Include="Resource Files"> 19 <Filter>Header Files</Filter> 22 <Filter>Header Files</Filter> 27 <Filter>Source Files</Filter>
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_internal.h | 2 * Top-level include file to be used for all (internal) source files. 4 * Source files should not include individual header files, as they 40 * The header files expect to be included in an order which satisfies header
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_internal.h | 2 * Top-level include file to be used for all (internal) source files. 4 * Source files should not include individual header files, as they 40 * The header files expect to be included in an order which satisfies header
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/ |
D | liolib.c | 96 ** function to (not) close the standard files stdin, stdout, and stderr 106 ** function to close 'popen' files 117 ** function to close regular files 144 /* ignore closed files */ in io_gc() 172 ** correct __close for 'popen' files 544 /* create (and set) default files */ in luaopen_io() 545 newfenv(L, io_noclose); /* close function for default files */ in luaopen_io() 549 lua_pop(L, 1); /* pop environment for default files */ in luaopen_io()
|