aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdutils
AgeCommit message (Expand)Author
2025-02-27Move Bitmask test out of namespace td.levlam
2025-02-25Fix misprint.levlam
2025-02-24Improve types of some constants.levlam
2025-02-21Simplify RwMutex usage.levlam
2025-02-20Don't compare booleans to true or false.levlam
2025-02-19Remove redundant as_array usages.levlam
2025-02-19Simplify format::as_array for vector<bool>.levlam
2025-02-18Unify StringBuilder parameter names.levlam
2025-02-17Improve base64 test.levlam
2025-02-13Replace init_slot with constructor.levlam
2025-02-13Use EndSentinel in HashTable.levlam
2025-02-13Fix building of gperf-generated files with C++17.levlam
2025-02-13Increase required CMake version to 3.10.levlam
2025-02-13Fix Ed25519.levlam
2025-02-12Fix building without OpenSSL.levlam
2025-02-11Add Ed25519.levlam
2025-02-10Add comparison and output operators for td::optional.levlam
2025-02-10Support UInt512 in storers and parsers.levlam
2025-02-10Use less common classs name in the test.levlam
2025-01-27Move fail_promise_map to tdutils.levlam
2025-01-01Update copyright year.levlam
2024-12-05Minor improvements. (#3169)AYMEN
2024-12-04Use StackAllocator to allocate temporary buffer.levlam
2024-12-04Improve error message.levlam
2024-11-02Support move-only types in vector_split.levlam
2024-11-01Add td::vector_split.levlam
2024-10-28Fix log message in Status::clone_static.levlam
2024-10-21Add separate TD_INSTALL_STATIC_LIBRARIES and TD_INSTALL_SHARED_LIBRARIES opti...levlam
2024-10-21Add option to install only BUILD_SHARED_LIBS-matching filesOPNA2608
2024-09-20Update Unicode version to 16.0.levlam
2024-09-20Update emoji to Unicode 16.0.levlam
2024-09-10Improve variable names.levlam
2024-09-04Cache EVP_MD_CTX instead of EVP_MD in OpenSSL 3+ to improve performance.levlam
2024-09-02Minor improvements.levlam
2024-08-29Add TDUTILS_USE_EXTERNAL_DEPENDENCIES option.levlam
2024-08-28Return whether something was removed by table_remove_if.levlam
2024-08-07Improve CMakeLists comments.levlam
2024-07-23Fix order of header file names in CMakeLists.txt.levlam
2024-06-05Add const operator* to optional.levlam
2024-05-20Move class HttpDate to tdutils.levlam
2024-05-17Moved the use of methods marked constexpr from the 20th standard to forward d...mikhnenko
2024-05-13Remove unused variable.levlam
2024-04-24Minor improvements.levlam
2024-04-23Add proxy methods to maximize socket buffersiliavy
2024-04-23Move maximize_buffer to NativeFdiliavy
2024-03-31Remove explicit namespace qualification.levlam
2024-03-31Support maximize_buffer on Windowsiliavy
2024-03-28Fix some plural spelling.levlam
2024-03-27Fix misprinted triple characters.levlam
2024-03-21Pass equality comparator to is_hash_table_key_empty.levlam