..
port
Add missing <limits.h> so PATH_MAX would be available
2018-09-04 21:52:20 +03:00
AesCtrByteFlow.h
Update copyright year.
2018-01-02 16:45:09 +03:00
base64.cpp
Fix warnings.
2018-04-11 23:17:51 +03:00
base64.h
Utils: is_base64url.
2018-01-19 16:38:56 +03:00
benchmark.h
Use FixedDouble.
2018-02-11 15:41:23 +03:00
BigNum.cpp
Add BigNum to stringBuilder output operator.
2018-08-10 02:36:05 +03:00
BigNum.h
Add BigNum to stringBuilder output operator.
2018-08-10 02:36:05 +03:00
buffer.cpp
Fix clang 3.6+ + libc++ CE.
2018-04-12 20:10:23 +03:00
buffer.h
Make BufferRaw buffer unsigned.
2018-06-25 02:27:07 +03:00
BufferedFd.h
Update copyright year.
2018-01-02 16:45:09 +03:00
BufferedReader.h
Replace std::max/min with td::max/min.
2018-02-12 13:37:54 +03:00
ByteFlow.h
Various style fixes.
2018-08-16 01:06:53 +03:00
ChangesProcessor.h
Update copyright year.
2018-01-02 16:45:09 +03:00
Closure.h
Fix some td/actor/ includes.
2018-07-03 22:29:04 +03:00
common.h
fix td::min.
2018-02-12 14:19:47 +03:00
config.h.in
Fix some td/actor/ includes.
2018-07-03 22:29:04 +03:00
Container.h
Update copyright year.
2018-01-02 16:45:09 +03:00
crypto.cpp
Safer init_openssl_threads.
2018-09-02 15:44:19 +03:00
crypto.h
Easy to use SHA256 and SHA512 functions.
2018-08-10 02:35:07 +03:00
Enumerator.h
Simplify Enumerator.
2018-03-07 15:46:58 +03:00
FileLog.cpp
Fix some string to Slice conversions.
2018-07-08 02:47:46 +03:00
FileLog.h
Do not fail on unsuccessful FileLog.init.
2018-01-28 17:48:11 +03:00
filesystem.cpp
Update copyright year.
2018-01-02 16:45:09 +03:00
filesystem.h
Update copyright year.
2018-01-02 16:45:09 +03:00
find_boundary.cpp
Update copyright year.
2018-01-02 16:45:09 +03:00
find_boundary.h
Update copyright year.
2018-01-02 16:45:09 +03:00
FloodControlFast.h
Replace std::max/min with td::max/min.
2018-02-12 13:37:54 +03:00
FloodControlStrict.h
Replace std::max/min with td::max/min.
2018-02-12 13:37:54 +03:00
format.h
Remove calls to Logger.printf.
2018-02-11 17:07:16 +03:00
GitInfo.cpp
Update copyright year.
2018-01-02 16:45:09 +03:00
GitInfo.h
Update copyright year.
2018-01-02 16:45:09 +03:00
Gzip.cpp
Update copyright year.
2018-01-02 16:45:09 +03:00
Gzip.h
Update copyright year.
2018-01-02 16:45:09 +03:00
GzipByteFlow.cpp
Update copyright year.
2018-01-02 16:45:09 +03:00
GzipByteFlow.h
Update copyright year.
2018-01-02 16:45:09 +03:00
HazardPointers.h
Remove global restriction on thread count.
2018-07-17 02:46:44 +03:00
Heap.h
Replace std::max/min with td::max/min.
2018-02-12 13:37:54 +03:00
Hints.cpp
Remove diacritics on search in Hints.
2018-07-31 18:42:27 +03:00
Hints.h
Support transliterations in Hints search.
2018-07-31 14:13:19 +03:00
HttpUrl.cpp
Fix host validation in parse_url.
2018-07-01 02:29:36 +03:00
HttpUrl.h
Allow tg URLs in text links and url buttons.
2018-06-19 13:23:52 +03:00
int_types.h
Actor: always_wait_for_maibox flag
2018-02-01 16:01:16 +03:00
invoke.h
Fix some td/actor/ includes.
2018-07-03 22:29:04 +03:00
JsonBuilder.cpp
Fix json_string_decode.
2018-07-19 16:54:44 +03:00
JsonBuilder.h
Better JSON type names.
2018-05-20 15:30:36 +03:00
List.h
Update copyright year.
2018-01-02 16:45:09 +03:00
logging.cpp
Move VERBOSITY_NAME(connections) out of utils/logging.h.
2018-08-17 17:02:28 +03:00
logging.h
Move VERBOSITY_NAME(connections) out of utils/logging.h.
2018-08-17 17:02:28 +03:00
MemoryLog.h
Move some implementation to cpp.
2018-02-12 11:40:52 +03:00
MimeType.cpp
Update copyright year.
2018-01-02 16:45:09 +03:00
MimeType.h
Update copyright year.
2018-01-02 16:45:09 +03:00
misc.cpp
td_api::getProxyLink.
2018-05-17 21:08:51 +03:00
misc.h
Better narrow_cast debug.
2018-07-22 01:09:10 +03:00
MovableValue.h
Update copyright year.
2018-01-02 16:45:09 +03:00
MpmcQueue.h
Update copyright year.
2018-01-02 16:45:09 +03:00
MpmcWaiter.h
Move some implementation to cpp.
2018-02-12 11:40:52 +03:00
MpscLinkQueue.h
Unify include order.
2018-02-03 15:58:18 +03:00
MpscPollableQueue.h
Unify typedef name.
2018-07-23 00:08:47 +03:00
Named.h
Update copyright year.
2018-01-02 16:45:09 +03:00
ObjectPool.h
Update copyright year.
2018-01-02 16:45:09 +03:00
Observer.h
Update copyright year.
2018-01-02 16:45:09 +03:00
optional.h
Make optional copyable when possible.
2018-08-12 15:31:24 +03:00
OptionsParser.h
Move some implementation to cpp.
2018-02-12 11:40:52 +03:00
OrderedEventsProcessor.h
Update copyright year.
2018-01-02 16:45:09 +03:00
overloaded.h
Update copyright year.
2018-01-02 16:45:09 +03:00
Parser.h
Check directory existence before crash.
2018-01-31 15:43:36 +03:00
PathView.h
Add some debug.
2018-06-25 01:51:15 +03:00
queue.h
Move some implementation to cpp.
2018-02-12 11:40:52 +03:00
Random.cpp
Layer 78. Initial Telegram Passport support.
2018-03-27 16:11:15 +03:00
Random.h
Random::add_seed
2018-03-26 17:01:27 +03:00
ScopeGuard.h
Add SqliteKeyValue.cpp.
2018-07-22 02:56:40 +03:00
SharedObjectPool.h
Fix clang 3.4 Debug build CE.
2018-01-10 21:48:44 +03:00
Slice-decl.h
Add prefer_ipv6 option.
2018-07-01 17:19:59 +03:00
Slice.h
Add prefer_ipv6 option.
2018-07-01 17:19:59 +03:00
SpinLock.h
Unify include order.
2018-02-03 15:58:18 +03:00
StackAllocator.cpp
Update copyright year.
2018-01-02 16:45:09 +03:00
StackAllocator.h
Update copyright year.
2018-01-02 16:45:09 +03:00
Status.cpp
Unify include order.
2018-02-03 15:58:18 +03:00
Status.h
Use negative error codes in Result.
2018-07-08 22:00:54 +03:00
Storer.h
Fix some td/actor/ includes.
2018-07-03 22:29:04 +03:00
StorerBase.h
Check that storer unsafe doesn't overflows.
2018-07-06 23:33:11 +03:00
StringBuilder.cpp
Optimize printing integers.
2018-06-05 02:34:51 +03:00
StringBuilder.h
Delete StringBuilder &operator<<(const wchar_t *str).
2018-05-17 21:48:15 +03:00
tests.h
Update copyright year.
2018-01-02 16:45:09 +03:00
Time.cpp
Move some implementation to cpp.
2018-02-12 11:40:52 +03:00
Time.h
Move BufferSlice an Timestamp storer/parser to their headers.
2018-03-14 23:41:14 +03:00
TimedStat.h
Comment CHECK, which causes accidental crashes.
2018-07-25 23:10:31 +03:00
Timer.cpp
Update copyright year.
2018-01-02 16:45:09 +03:00
Timer.h
Update copyright year.
2018-01-02 16:45:09 +03:00
tl_helpers.h
Check that storer unsafe doesn't overflows.
2018-07-06 23:33:11 +03:00
tl_parsers.cpp
Add some debug.
2018-08-04 23:08:36 +03:00
tl_parsers.h
Better alignas and swift example formatting fixes.
2018-02-12 20:21:29 +03:00
tl_storers.h
Check that storer unsafe doesn't overflows.
2018-07-06 23:33:11 +03:00
translit.cpp
Fix some includes.
2018-08-02 13:22:05 +03:00
translit.h
Support transliterations in Hints search.
2018-07-31 14:13:19 +03:00
type_traits.h
Update copyright year.
2018-01-02 16:45:09 +03:00
unicode.cpp
Add binary_search_ranges debug.
2018-08-05 01:48:59 +03:00
unicode.h
Remove diacritics on search in Hints.
2018-07-31 18:42:27 +03:00
utf8.cpp
Implement find_cashtags.
2018-03-07 20:29:33 +03:00
utf8.h
Update copyright year.
2018-01-02 16:45:09 +03:00
Variant.h
Make JNI-bindings package-agnostic.
2018-01-21 14:45:24 +03:00