Home
last modified time | relevance | path

Searched +full:third +full:- +full:party (Results 1 – 7 of 7) sorted by relevance

/civetweb-2.7.6/docs/
DEmbedding.md7-alone executable. It can deliver static files and offers built-in server side Lua, JavaScript and…
11 ------
25 - HTTP server API
26 - include/civetweb.h
27 - C implementation
28 - src/civetweb.c
29 - src/md5.inl (MD5 calculation)
30 - src/sha1.inl (SHA calculation)
31 - src/handle\_form.inl (HTML form handling functions)
32 - src/timer.inl (optional timer support)
[all …]
/civetweb-2.7.6/
DCMakeLists.txt45 string(REGEX MATCH "([0-9]+)\\.([0-9]+)\\.([0-9]+)" CIVETWEB_VERSION_MATCH "${CIVETWEB_VERSION}")
57 message(STATUS "Enabling tests in the build - ${CIVETWEB_BUILD_TESTING}")
60 option(CIVETWEB_ENABLE_THIRD_PARTY_OUTPUT "Shows the output of third party dependency processing" O…
66 message(STATUS "Thread Stack Size - ${CIVETWEB_THREAD_STACK_SIZE}")
69 message(STATUS "Enabling server executable - ${CIVETWEB_ENABLE_SERVER_EXECUTABLE}")
73 message(STATUS "Serve no static files - ${CIVETWEB_SERVE_NO_FILES}")
77 message(STATUS "Disable CGI support - ${CIVETWEB_DISABLE_CGI}")
81 message(STATUS "Disable caching support - ${CIVETWEB_DISABLE_CACHING}")
85 message(STATUS "C++ wrappers - ${CIVETWEB_ENABLE_CXX}")
89 message(STATUS "IP Version 6 - ${CIVETWEB_ENABLE_IPV6}")
[all …]
Dappveyor.yml14 - '**/*.md'
25 - id: Default-x86
26 compiler: msvc-19-seh
37 - id: Default-x64
38 compiler: msvc-19-seh
50 - id: Full-x86
51 compiler: msvc-19-seh
62 - id: Full-x64
63 compiler: msvc-19-seh
75 - id: Full-x86-Debug
[all …]
D.travis.yml10 - $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 …]
DRELEASE_NOTES.md6 -------
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)
16 - Fixes to mg_get_*_info() API functions
[all …]
/civetweb-2.7.6/src/third_party/
Dsqlite3.h2 ** 2001-09-15
13 ** presents to client programs. If a C-function, structure, datatype,
24 ** The official C-language API documentation for SQLite is derived
71 ** These no-op macros are used in front of interfaces to mark those
73 ** should not use deprecated interfaces - they are supported for backwards
97 ** CAPI3REF: Compile-Time Library Version Numbers
113 ** <a href="http://www.fossil-scm.org/">Fossil configuration management
115 ** a string which identifies a particular check-in of SQLite
117 ** string contains the date and time of the check-in (UTC) and a SHA1
118 ** or SHA3-256 hash of the entire source tree.
[all …]
Dsqlite3.c17 ** 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 …]