summaryrefslogtreecommitdiff
path: root/deps
Commit message (Expand)AuthorAgeFilesLines
* xdiff: update to xdiff from git 2.40.1ethomson/xdiffEdward Thomson2023-05-1111-129/+131
* xdiff: move xdiff to 'deps'Edward Thomson2023-03-0317-0/+4399
* Add OpenSSL deprection warningEdward Thomson2023-02-021-0/+2
* zlib: Silence some warnings from Visual Studio C.Mark Adler2022-07-122-5/+5
* zlib: slide_hash: add MSAN annotation to suppress known read from uninitialis...Andrzej Hunt2022-07-121-0/+5
* zlib: declare prototypes for new functionsEdward Thomson2022-07-122-1/+10
* zlib: updated bundled zlib to v1.2.12Edward Thomson2022-07-1215-959/+10735
* ntlmclient: LibreSSL 3.5 removed HMAC_CTX_cleanupCharlie Li2022-07-031-1/+3
* ntmlclient: don't declare dummy HMAC_CTX_cleanup when building with libresslPeter Pettersson2021-12-311-1/+1
* Merge pull request #6094 from visualgitio/commit-graph-long-longEdward Thomson2021-12-231-4/+4
|\
| * Fix long long constants in macro in ntlmclientCalvin Buckley2021-10-181-4/+4
* | cmake: use PROJECT_SOURCE_DIR of CMAKE_SOURCE_DIRJosh Junon2021-12-231-1/+1
* | cmake: use CMAKE_SOURCE_DIR and CMAKE_BINARY_DIRethomson/cleanupEdward Thomson2021-11-221-5/+3
* | ntmlclient: make enum C90 compliant by removing trailing commaPeter Pettersson2021-11-152-6/+6
* | cmake: stylistic refactoringEdward Thomson2021-10-184-137/+137
|/
* ntlmclient: update to ntlmclient 0.9.1Edward Thomson2021-08-2416-345/+622
* zlib: Add support for building with Chromium's zlib implementationlhchavez2020-12-231-0/+101
* Include `${MBEDTLS_INCLUDE_DIR}` when compiling `crypt_mbedtls.c`Elliot Saba2020-10-201-0/+1
* ntlm: update ntlm dependency for htonllethomson/ntlm_htonllEdward Thomson2020-10-115-42/+23
* pcre: upgrade to 8.44ethomson/pcreEdward Thomson2020-10-045-25/+26
* pcre: upgrade to 8.43Edward Thomson2020-10-044-12/+22
* pcre: include the licenseEdward Thomson2020-10-041-0/+93
* deps: ntlmclient: #error out on unknown platformsFrançois Revol2020-08-211-1/+5
* deps: ntlmclient: fix htonll for HaikuFrançois Revol2020-08-211-0/+3
* Merge pull request #5567 from lhchavez/msanEdward Thomson2020-07-091-0/+1
|\
| * Make the tests pass cleanly with MemorySanitizerlhchavez2020-06-301-0/+1
* | Make NTLMClient Memory and UndefinedBehavior Sanitizer-cleanlhchavez2020-06-301-11/+8
|/
* cmake: Sort source files for reproducible buildspks/cmake-sort-reproducible-buildsPatrick Steinhardt2020-05-153-8/+11
* deps: ntlmclient: use htobe64 on NetBSD toonia2020-04-051-1/+1
* cmake: streamline backend detectionPatrick Steinhardt2020-04-011-5/+5
* ntlmclient: silence deprecation warnings for CommonCrypto backendPatrick Steinhardt2020-03-131-0/+2
* deps: ntlmclient: fix htonll on big endian FreeBSDPatrick Steinhardt2020-02-261-1/+1
* deps: ntlmclient: fix missing htonll symbols on FreeBSD and SunOSPatrick Steinhardt2020-02-241-0/+22
* ntlm: prevent (spurious) compiler warningsJosh Bleecher Snyder2020-01-091-1/+3
* ntlm: fix failure to find openssl headersJason Haslam2019-08-291-0/+1
* zlib: remove unused functionsEdward Thomson2019-06-242-14/+0
* http_parser: cast pointer arithmetic safelyEdward Thomson2019-06-241-5/+11
* deps: ntlmclient: disable implicit fallthrough warningsPatrick Steinhardt2019-06-141-0/+2
* http_parser: handle URLs with colon but no portEdward Thomson2019-06-111-1/+0
* ntlm: add ntlmclient as a dependencyEdward Thomson2019-06-1018-0/+4455
* cmake: disable fallthrough warnings for PCREethomson/pcre_warningsEdward Thomson2019-05-221-0/+1
* regex: don't warn on unused functionsEdward Thomson2019-05-191-0/+2
* regexec: use pcre as our fallback/builtin regexEdward Thomson2019-05-1943-11974/+47105
* Attempt at fixing the MingW64 compilationlhchavez2019-01-061-0/+1
* docs: clarify and include licenses of dependenciesPatrick Steinhardt2018-08-305-0/+2024
* deps: fix implicit fallthrough warning in http-parserPatrick Steinhardt2018-06-221-0/+2
* deps: upgrade embedded zlib to version 1.2.11Patrick Steinhardt2018-03-0715-724/+1816
* mingw: update TLS option flagsEdward Thomson2018-02-271-4/+6
* cmake: use project-relative binary and source directoriesPatrick Steinhardt2017-10-201-1/+1
* cmake: fix static linking for bundled depsPatrick Steinhardt2017-09-203-3/+3