Offline documentation browser inspired by Dash
164 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tools/release-prepare.sh | 1 | #!/usr/bin/env bash |
| LOW | src/app/main.cpp | 1 | // Copyright (C) Oleg Shparber, et al. <https://zealdocs.org> |
| LOW | src/app/main.cpp | 21 | #include <QTimer> |
| LOW | src/contrib/cpp-httplib/httplib.h | 1 | // |
| LOW | src/contrib/cpp-httplib/httplib.h | 21 | /* |
| LOW | src/contrib/cpp-httplib/httplib.h | 41 | #ifndef CPPHTTPLIB_CONNECTION_TIMEOUT_USECOND |
| LOW | src/contrib/cpp-httplib/httplib.h | 61 | #ifndef CPPHTTPLIB_CLIENT_READ_TIMEOUT_SECOND |
| LOW | src/contrib/cpp-httplib/httplib.h | 81 | #ifndef CPPHTTPLIB_EXPECT_100_THRESHOLD |
| LOW | src/contrib/cpp-httplib/httplib.h | 101 | #ifndef CPPHTTPLIB_IDLE_INTERVAL_USECOND |
| LOW | src/contrib/cpp-httplib/httplib.h | 121 | #ifndef CPPHTTPLIB_REDIRECT_MAX_COUNT |
| LOW | src/contrib/cpp-httplib/httplib.h | 141 | #ifndef CPPHTTPLIB_TCP_NODELAY |
| LOW | src/contrib/cpp-httplib/httplib.h | 161 | #ifndef CPPHTTPLIB_THREAD_POOL_COUNT |
| LOW | src/contrib/cpp-httplib/httplib.h | 181 | #define CPPHTTPLIB_SEND_FLAGS 0 |
| LOW | src/contrib/cpp-httplib/httplib.h | 201 | #define CPPHTTPLIB_WEBSOCKET_CLOSE_TIMEOUT_SECOND 5 |
| LOW | src/contrib/cpp-httplib/httplib.h | 221 | #if defined(_MSC_VER) |
| LOW | src/contrib/cpp-httplib/httplib.h | 241 | |
| LOW | src/contrib/cpp-httplib/httplib.h | 261 | |
| LOW | src/contrib/cpp-httplib/httplib.h | 281 | #ifdef __linux__ |
| LOW | src/contrib/cpp-httplib/httplib.h | 301 | #include <TargetConditionals.h> |
| LOW | src/contrib/cpp-httplib/httplib.h | 321 | #include <list> |
| LOW | src/contrib/cpp-httplib/httplib.h | 341 | (defined(CPPHTTPLIB_OPENSSL_SUPPORT) || \ |
| LOW | src/contrib/cpp-httplib/httplib.h | 361 | #endif |
| LOW | src/contrib/cpp-httplib/httplib.h | 381 | #if TARGET_OS_MAC |
| LOW | src/contrib/cpp-httplib/httplib.h | 401 | #endif |
| LOW | src/contrib/cpp-httplib/httplib.h | 421 | #include <mbedtls/x509_crt.h> |
| LOW | src/contrib/cpp-httplib/httplib.h | 441 | #ifdef CPPHTTPLIB_WOLFSSL_SUPPORT |
| LOW | src/contrib/cpp-httplib/httplib.h | 461 | #include <wolfssl/wolfcrypt/hash.h> |
| LOW | src/contrib/cpp-httplib/httplib.h | 481 | #define CPPHTTPLIB_SSL_ENABLED |
| LOW | src/contrib/cpp-httplib/httplib.h | 5081 | inline bool parse_trailers(stream_line_reader &line_reader, Headers &dest, |
| LOW | src/contrib/cpp-httplib/httplib.h | 11301 | multipart_receiver); |
| LOW | src/contrib/cpp-httplib/httplib.h | 13341 | // platforms surface write errors (EPIPE) earlier; on Windows kernel send |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 1 | //---------------------------------------------------------------------------------------------------------------------- |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 21 | // v0.5.0: https://toml.io/en/v0.5.0 |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 41 | // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 61 | #endif |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 81 | #undef TOML_CPP |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 101 | |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 121 | #define TOML_CLANG __clang_major__ |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 141 | #define TOML_CLANG 13 |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 161 | #ifndef TOML_ICC |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 181 | #endif |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 201 | #define TOML_GCC TOML_GCC_LIKE |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 221 | #endif |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 241 | #ifndef TOML_ARCH_X86 |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 261 | #define TOML_ARCH_BITNESS 32 |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 281 | #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) || defined(__CYGWIN__) |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 301 | #ifdef __has_include |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 321 | #else |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 341 | #endif |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 361 | |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 381 | #define TOML_CONCAT_1(x, y) x##y |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 401 | #else |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 421 | #else |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 441 | #endif |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 461 | #define TOML_ABSTRACT_INTERFACE TOML_DECLSPEC(novtable) |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 481 | #define TOML_NODISCARD TOML_ATTR(__warn_unused_result__) |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 501 | TOML_ATTR(pure) |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 541 | #endif |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 561 | #define TOML_UNREACHABLE __assume(0) |
| LOW | src/contrib/tomlplusplus/toml++/toml.hpp | 581 | |
| 100 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | src/contrib/cpp-httplib/httplib.h | 13064 | // Cross-host/scheme redirect - create new client with robust setup |
| MEDIUM | src/contrib/cpp-httplib/httplib.h | 13069 | // New method for robust redirect client creation |
| MEDIUM | src/contrib/cpp-httplib/httplib.h | 13130 | // Setup client with robust configuration |
| MEDIUM | src/contrib/cpp-httplib/httplib.h | 13138 | // New method for robust client setup (based on basic_manual_redirect.cpp |