index
:
tdlib
debian
Cross-platform library for building Telegram clients
Maria Lisina
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
sqlite
Age
Commit message (
Expand
)
Author
2025-02-13
Increase required CMake version to 3.10.
levlam
2024-10-21
Add separate TD_INSTALL_STATIC_LIBRARIES and TD_INSTALL_SHARED_LIBRARIES opti...
levlam
2024-10-21
Add option to install only BUILD_SHARED_LIBS-matching files
OPNA2608
2023-10-14
Export static targets in a separate file
Zephyr Lykos
2023-07-30
Fix clang warning.
levlam
2023-05-15
Suppress more SQLite errors.
levlam
2022-10-06
SQLite: fix handling of SQLITE_DEFAULT_SYNCHRONOUS macros.
levlam
2022-08-04
Make sqlcipher_openssl_setup static and remove code for other providers.
levlam
2022-08-04
Fix SQLCipher functions visibility.
levlam
2022-08-04
Move SQLite to namespace tdsqlite.
levlam
2021-09-23
Refactor SQLite compile-time options.
levlam
2021-09-23
Unify set SQLite PRAGMAs.
levlam
2021-06-13
Use manual checks instead of cmake_minimum_required to propagate policies.
levlam
2020-12-15
Build SQLCiper with SQLITE_OMIT_DEPRECATED.
levlam
2020-12-15
Always build SQLCipher with OMIT_MEMLOCK to significantly increase its perfor...
levlam
2020-11-21
Fix OpenSSL version check.
levlam
2020-11-21
DQLite: use cipher_compatibility = 3 by default with OpenSSL < 1.0.0.
levlam
2020-11-21
sqlite: better compatibility fix for PKCS5_PBKDF2_HMAC for old OpenSSL.
levlam
2020-11-21
Return back SQLCipher compatibility with old OpenSSL versions.
levlam
2020-11-13
Silence SQLite build warnings.
levlam
2020-10-11
Always link OpenSSL with Crypt32 on Windows.
levlam
2020-08-14
Minor fixes.
levlam
2020-08-13
Patch SQLite ftruncate call only on Android.
levlam
2020-08-12
Sqlite: fix DB corruption on some Samsung devices
Arseny Smirnov
2020-08-12
Sqlite: repeat fixes from previous commits
Arseny Smirnov
2020-08-12
Sqlcipher: update version to 4.4.0 (without fixes)
Arseny Smirnov
2020-07-28
Ensure that OpenSSL is linked against needed Windows libraries.
levlam
2020-05-17
Silence SQLite compiler warnings.
levlam
2020-01-24
Allow to change CMAKE_INSTALL_BINDIR and CMAKE_INSTALL_INCLUDEDIR.
levlam
2020-01-24
Fix CMAKE_INSTALL_LIBDIR usages.
levlam
2019-04-29
Fix SQLCipher amalgamation building in Cygwin.
levlam
2019-04-04
Better CMake variable expansion usage in if.
levlam
2018-03-06
minor cmake fix
Arseny Smirnov
2018-02-28
Better warnings suppression for SQLite.
levlam
2018-02-28
Rename TdWindows to TdDotNet.
levlam
2018-02-18
Fix linking zlib to OpenSSL.
levlam
2018-02-17
Fix linking to dl.
levlam
2018-01-27
Remove unused sqlite dependency on libdl.
levlam
2018-01-21
Omit some unused sqlite parts.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov