tdlight/tdutils/td/utils
levlam c46910d75f Add portable option parser.
GitOrigin-RevId: 0d4f7e2f5bec4826e1c12e3aa1aee642fcf6da07
2020-06-17 03:04:36 +03:00
..
port Unify constant names style. 2020-06-16 05:10:16 +03:00
AesCtrByteFlow.h Update copyright year. 2020-01-01 04:23:48 +03:00
as.h Update copyright year. 2020-01-01 04:23:48 +03:00
base64.cpp Fix compilation error. 2020-01-11 03:51:44 +03:00
base64.h Add is_base64_characters functions. 2020-01-09 20:18:53 +03:00
benchmark.h Update copyright year. 2020-01-01 04:23:48 +03:00
BigNum.cpp Remove now unneeded BigNum::ensure_const_time method. 2020-03-10 18:31:13 +03:00
BigNum.h Remove now unneeded BigNum::ensure_const_time method. 2020-03-10 18:31:13 +03:00
bits.h AesBlock::inc: use bswap64 for x64 and armv8 2020-06-16 18:34:55 +03:00
buffer.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
buffer.h Update copyright year. 2020-01-01 04:23:48 +03:00
BufferedFd.h Update copyright year. 2020-01-01 04:23:48 +03:00
BufferedReader.h Update copyright year. 2020-01-01 04:23:48 +03:00
BufferedUdp.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
BufferedUdp.h Remove enum usages for static constants creation. 2020-06-15 04:52:56 +03:00
ByteFlow.h Update copyright year. 2020-01-01 04:23:48 +03:00
CancellationToken.h Update copyright year. 2020-01-01 04:23:48 +03:00
ChangesProcessor.h Update copyright year. 2020-01-01 04:23:48 +03:00
check.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
check.h Update copyright year. 2020-01-01 04:23:48 +03:00
Closure.h Update copyright year. 2020-01-01 04:23:48 +03:00
common.h Update copyright year. 2020-01-01 04:23:48 +03:00
ConcurrentHashTable.h Update copyright year. 2020-01-01 04:23:48 +03:00
config.h.in Add portable option parser. 2020-06-17 03:04:36 +03:00
Container.h Update copyright year. 2020-01-01 04:23:48 +03:00
Context.h Update copyright year. 2020-01-01 04:23:48 +03:00
crypto.cpp AesBlock::inc: use bswap64 for x64 and armv8 2020-06-16 18:34:55 +03:00
crypto.h AesState::Impl -> Evp 2020-06-16 18:19:05 +03:00
DecTree.h Update copyright year. 2020-01-01 04:23:48 +03:00
Destructor.h Update copyright year. 2020-01-01 04:23:48 +03:00
Enumerator.h Update copyright year. 2020-01-01 04:23:48 +03:00
EpochBasedMemoryReclamation.h Update copyright year. 2020-01-01 04:23:48 +03:00
FileLog.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
FileLog.h Update copyright year. 2020-01-01 04:23:48 +03:00
filesystem.cpp Common base64_decode implementation. 2020-01-09 22:59:08 +03:00
filesystem.h Update copyright year. 2020-01-01 04:23:48 +03:00
find_boundary.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
find_boundary.h Update copyright year. 2020-01-01 04:23:48 +03:00
FloodControlFast.h Update copyright year. 2020-01-01 04:23:48 +03:00
FloodControlStrict.h Update copyright year. 2020-01-01 04:23:48 +03:00
format.h Use KB instead of kB for 1024 bytes. 2020-03-20 03:20:07 +03:00
GitInfo.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
GitInfo.h Update copyright year. 2020-01-01 04:23:48 +03:00
Gzip.cpp Make max_compression_ratio required parameter in gzencode. 2020-03-15 01:56:48 +03:00
Gzip.h Make max_compression_ratio required parameter in gzencode. 2020-03-15 01:56:48 +03:00
GzipByteFlow.cpp More enum class usages. 2020-01-19 03:02:56 +03:00
GzipByteFlow.h Update copyright year. 2020-01-01 04:23:48 +03:00
Hash.h Update copyright year. 2020-01-01 04:23:48 +03:00
HashMap.h Update copyright year. 2020-01-01 04:23:48 +03:00
HashSet.h Update copyright year. 2020-01-01 04:23:48 +03:00
HazardPointers.h Update copyright year. 2020-01-01 04:23:48 +03:00
Heap.h Update copyright year. 2020-01-01 04:23:48 +03:00
Hints.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
Hints.h Update copyright year. 2020-01-01 04:23:48 +03:00
HttpUrl.cpp Unify enum constant name style. 2020-06-15 04:23:47 +03:00
HttpUrl.h Unify enum constant name style. 2020-06-15 04:23:47 +03:00
int_types.h Update copyright year. 2020-01-01 04:23:48 +03:00
invoke.h Update copyright year. 2020-01-01 04:23:48 +03:00
JsonBuilder.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
JsonBuilder.h Simplify json_array usage. 2020-01-16 04:32:02 +03:00
List.h Add some ListNode helper methods. 2020-06-09 17:39:34 +03:00
logging.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
logging.h Update copyright year. 2020-01-01 04:23:48 +03:00
MemoryLog.h Update copyright year. 2020-01-01 04:23:48 +03:00
MimeType.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
MimeType.h Update copyright year. 2020-01-01 04:23:48 +03:00
misc.cpp Add messageDice.success_animation_frame_number. 2020-04-21 19:08:01 +03:00
misc.h Reget users to restore their online status after removing them from privacy restrictions. 2020-04-19 12:53:07 +03:00
MovableValue.h Simplify List test. 2020-06-10 03:01:23 +03:00
MpmcQueue.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
MpmcQueue.h Update copyright year. 2020-01-01 04:23:48 +03:00
MpmcWaiter.h Update copyright year. 2020-01-01 04:23:48 +03:00
MpscLinkQueue.h Update copyright year. 2020-01-01 04:23:48 +03:00
MpscPollableQueue.h Update copyright year. 2020-01-01 04:23:48 +03:00
Named.h Update copyright year. 2020-01-01 04:23:48 +03:00
ObjectPool.h Update copyright year. 2020-01-01 04:23:48 +03:00
Observer.h Update copyright year. 2020-01-01 04:23:48 +03:00
optional.h Update copyright year. 2020-01-01 04:23:48 +03:00
OptionParser.cpp Add portable option parser. 2020-06-17 03:04:36 +03:00
OptionParser.h Add portable option parser. 2020-06-17 03:04:36 +03:00
OrderedEventsProcessor.h Update copyright year. 2020-01-01 04:23:48 +03:00
overloaded.h Update copyright year. 2020-01-01 04:23:48 +03:00
Parser.h Add some checks. 2020-05-19 15:11:21 +03:00
PathView.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
PathView.h Update copyright year. 2020-01-01 04:23:48 +03:00
queue.h Update copyright year. 2020-01-01 04:23:48 +03:00
Random.cpp Minor fixes. 2020-06-13 05:13:11 +03:00
Random.h tdutils: aes experiments 2020-06-12 18:06:40 +03:00
ScopeGuard.h Remove unneeded brackets. 2020-02-26 18:15:19 +03:00
SharedObjectPool.h Update copyright year. 2020-01-01 04:23:48 +03:00
SharedSlice.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
SharedSlice.h Update copyright year. 2020-01-01 04:23:48 +03:00
Slice-decl.h Update copyright year. 2020-01-01 04:23:48 +03:00
Slice.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
Slice.h Update copyright year. 2020-01-01 04:23:48 +03:00
Span.h Add Span::back/rbegin/rend. 2020-06-09 04:48:08 +03:00
SpinLock.h Update copyright year. 2020-01-01 04:23:48 +03:00
StackAllocator.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
StackAllocator.h Update copyright year. 2020-01-01 04:23:48 +03:00
Status.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
Status.h Unify enum constant name style. 2020-06-15 04:23:47 +03:00
Storer.h Update copyright year. 2020-01-01 04:23:48 +03:00
StorerBase.h Update copyright year. 2020-01-01 04:23:48 +03:00
StringBuilder.cpp Unify constant names style. 2020-06-16 05:10:16 +03:00
StringBuilder.h Unify constant names style. 2020-06-16 05:10:16 +03:00
tests.cpp More enum class usages. 2020-01-19 03:02:56 +03:00
tests.h Add RandomSteps for tests. 2020-06-09 05:17:39 +03:00
ThreadLocalStorage.h Update copyright year. 2020-01-01 04:23:48 +03:00
ThreadSafeCounter.h Update copyright year. 2020-01-01 04:23:48 +03:00
Time.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
Time.h Update copyright year. 2020-01-01 04:23:48 +03:00
TimedStat.h Update copyright year. 2020-01-01 04:23:48 +03:00
Timer.cpp Fix some includes. 2020-01-03 01:48:23 +03:00
Timer.h Update copyright year. 2020-01-01 04:23:48 +03:00
tl_helpers.h Add storer for vector of pointers. 2020-05-25 02:40:00 +03:00
tl_parsers.cpp Improve logging on failed check. 2020-03-14 01:54:13 +03:00
tl_parsers.h Update copyright year. 2020-01-01 04:23:48 +03:00
tl_storers.h Optimize TlStorerToString. 2020-04-29 21:49:11 +03:00
translit.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
translit.h Update copyright year. 2020-01-01 04:23:48 +03:00
TsFileLog.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
TsFileLog.h Update copyright year. 2020-01-01 04:23:48 +03:00
TsList.h Minor improvements. 2020-06-10 03:42:00 +03:00
type_traits.h Update copyright year. 2020-01-01 04:23:48 +03:00
UInt.h Update copyright year. 2020-01-01 04:23:48 +03:00
uint128.h Update copyright year. 2020-01-01 04:23:48 +03:00
unicode.cpp Update Unicode data to 13.0.0. 2020-04-08 22:27:49 +03:00
unicode.h Update copyright year. 2020-01-01 04:23:48 +03:00
unique_ptr.h Update copyright year. 2020-01-01 04:23:48 +03:00
utf8.cpp Update copyright year. 2020-01-01 04:23:48 +03:00
utf8.h Make webPage.description a formatted text. 2020-03-02 16:05:18 +03:00
Variant.h Update copyright year. 2020-01-01 04:23:48 +03:00
VectorQueue.h Improve VectorQueue. 2020-06-09 05:09:58 +03:00