Searched +full:8 +full:- +full:linux +full:- +full:default +full:- +full:release (Results 1 – 10 of 10) sorted by relevance
/civetweb-2.7.6/ |
D | .travis.yml | 10 - $HOME/third-party 17 - cmake 18 - openssl 19 - libssl-dev 21 - kubuntu-backports 25 - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then 28 wget https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.sh --no-check-certificate; 29 chmod +x cmake-3.7.2-Linux-x86_64.sh; 30 ./cmake-3.7.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license; 32 - cmake --version [all …]
|
D | RELEASE_NOTES.md | 1 Release Notes v1.12 6 ------- 8 - Support for flawed CGI interpreters returning only <LF> instead of <CR><LF> 9 - Add NO_FILESYSTEM flag for (embedded) system without any file system 10 - Several fixes for server side Lua scripts 11 - Disable SSL renegotiation for new OpenSSL version 12 - Allow to force TLSv1.3 (disable TLSv1.2) 13 - Prefer pre-compressed *.gz file, if it already exists 14 - Fix some #include statements for various compilers / OS / SDK versions 15 - Support for Linux Standard Base (LSB) [all …]
|
/civetweb-2.7.6/docs/ |
D | UserManual.md | 5 It may be embedded into C/C++ host applications or used as a stand-alone 9 The stand-alone server is self-contained, and does not require any external 11 [Visual C++ Redistributable](http://www.microsoft.com/en-us/download/details.aspx?id=30679). 15 ---- 17 On Windows, UNIX and Mac, the CivetWeb stand-alone executable may be started 24 Pressing `Ctrl-C` keys will stop the server. 27 Right-clicking on the icon pops up a menu, where it is possible to stop 33 to this folder, double-click the exe, and launch a browser at 54 All command line arguments must start with `-`. 57 `CivetWeb -document_root D:\web`. Then the `D:\web` directory will be served [all …]
|
/civetweb-2.7.6/src/ |
D | civetweb.c | 1 /* Copyright (c) 2013-2018 the Civetweb developers 2 * Copyright (c) 2004-2013 Sergey Lyubka 33 /* Disable unused macros warnings - not all defines are required 35 #pragma GCC diagnostic ignored "-Wunused-macros" 37 #pragma GCC diagnostic ignored "-Wpadded" 45 #pragma GCC diagnostic ignored "-Wreserved-id-macro" 52 #if !defined(_WIN32_WINNT) /* defined for tdm-gcc so we can use getnameinfo */ 60 #define _XOPEN_SOURCE 600 /* For flockfile() on Linux */ 70 #define _FILE_OFFSET_BITS 64 /* Use 64-bit file offsets by default */ 88 /* Enable reserved-id-macro warning again. */ [all …]
|
/civetweb-2.7.6/src/third_party/ |
D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 38 ** This file implements routines used to report what compile-time options 46 ** autoconf-based build 59 ** An array of names of all compile-time options. This array should 60 ** be sorted A-Z. 63 ** only a handful of compile-time options, so most times this array is usually 99 "COMPILER=clang-" CTIMEOPT_VAL(__clang_major__) "." 103 "COMPILER=msvc-" CTIMEOPT_VAL(_MSC_VER), 105 "COMPILER=gcc-" __VERSION__, 800 ** NO_TEST - The branches on this line are not [all …]
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/doc/ |
D | manual.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 8 <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1"> 22 Copyright © 2006–2012 Lua.org, PUC-Rio. 35 <!-- ====================================================================== --> 38 <!-- $Id: manual.of,v 1.49.1.2 2012/01/13 20:23:26 roberto Exp $ --> 43 <h1>1 - <a name="1">Introduction</a></h1> 49 It also offers good support for object-oriented programming, 50 functional programming, and data-driven programming. 51 Lua is intended to be used as a powerful, light-weight 68 which uses the Lua library to offer a complete, stand-alone Lua interpreter. [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 5 * Git branch v1.8-maintenance. 19 * Copyright (c) 2013-2017 by Duktape authors (see AUTHORS.rst) 55 * Please include an e-mail address, a link to your GitHub profile, or something 65 * * L\u00e1szl\u00f3 Lang\u00f3 <llango.u-szeged@partner.samsung.com> 107 * * https://github.com/chris-y 111 * If you are accidentally missing from this list, send me an e-mail 116 * Top-level include file to be used for all (internal) source files. 130 * C types which is quite platform/compiler specific especially for a non-C99 363 * There are two packed type alternatives: an 8-byte representation 364 * based on an IEEE double (preferred for compactness), and a 12-byte [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duktape.c | 5 * Git branch v1.8-maintenance. 19 * Copyright (c) 2013-2017 by Duktape authors (see AUTHORS.rst) 55 * Please include an e-mail address, a link to your GitHub profile, or something 65 * * L\u00e1szl\u00f3 Lang\u00f3 <llango.u-szeged@partner.samsung.com> 107 * * https://github.com/chris-y 111 * If you are accidentally missing from this list, send me an e-mail 115 * Top-level include file to be used for all (internal) source files. 129 * C types which is quite platform/compiler specific especially for a non-C99 357 * There are two packed type alternatives: an 8-byte representation 358 * based on an IEEE double (preferred for compactness), and a 12-byte [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duktape.c | 19 * Copyright (c) 2013-2016 by Duktape authors (see AUTHORS.rst) 55 * Please include an e-mail address, a link to your GitHub profile, or something 65 * * L\u00e1szl\u00f3 Lang\u00f3 <llango.u-szeged@partner.samsung.com> 107 * * https://github.com/chris-y 111 * If you are accidentally missing from this list, send me an e-mail 115 * Top-level include file to be used for all (internal) source files. 129 * C types which is quite platform/compiler specific especially for a non-C99 357 * There are two packed type alternatives: an 8-byte representation 358 * based on an IEEE double (preferred for compactness), and a 12-byte 360 * 64-bit environments (it usually pads to 16 bytes per value). [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duktape.c | 19 * Copyright (c) 2013-2016 by Duktape authors (see AUTHORS.rst) 55 * Please include an e-mail address, a link to your GitHub profile, or something 65 * * L\u00e1szl\u00f3 Lang\u00f3 <llango.u-szeged@partner.samsung.com> 107 * * https://github.com/chris-y 111 * If you are accidentally missing from this list, send me an e-mail 116 * Top-level include file to be used for all (internal) source files. 130 * C types which is quite platform/compiler specific especially for a non-C99 363 * There are two packed type alternatives: an 8-byte representation 364 * based on an IEEE double (preferred for compactness), and a 12-byte 366 * 64-bit environments (it usually pads to 16 bytes per value). [all …]
|