• Joined on 2024-07-10
Timerix pushed to main at Timerix/tlibc 2025-07-24 17:07:44 +02:00
03bebea4b2 renamed sosme HashMap methods
Timerix pushed to main at Timerix/TCPU 2025-07-24 16:49:34 +02:00
72f8e196a7 moved collections and string code to tlibc submodule
Timerix pushed to main at Timerix/tlibc 2025-07-24 16:44:53 +02:00
51980ebb0b renamed some collection functions
eb6432470c collection structs name replaced with macro
2dd6316b7b disable bool definition if it is defined already
Compare 3 commits »
Timerix pushed to main at Timerix/tcp-chat 2025-07-24 04:46:52 +02:00
664ff91e63 added random header to AES and removed malloc calls
e0646139e3 implemented exit from client
Compare 2 commits »
Timerix pushed to main at Timerix/tcp-chat 2025-07-22 22:57:21 +02:00
7cd7535eb0 implemented socket send and receive
Timerix pushed to main at Timerix/tlibc 2025-07-22 22:57:06 +02:00
a9fa42c23f changed Result struct fields
Timerix pushed to main at Timerix/tcp-chat 2025-07-22 12:32:11 +02:00
94091d7797 client-server communication test
Timerix pushed to main at Timerix/tlibc 2025-07-22 12:31:12 +02:00
447c15bc46 fixed error message generation
d3a8c03fe5 added gettime and sleep functions
Compare 2 commits »
Timerix pushed to main at Timerix/tlibc 2025-07-22 09:55:05 +02:00
f5805888bc include stdarg.h
Timerix pushed to main at Timerix/tcp-chat 2025-07-21 17:55:32 +02:00
1e41ab49e5 implemented some socket functions
bce385a4b5 updated tlibc
992fcf6b98 implemented encryption of EncryptedBlockInfo
Compare 3 commits »
Timerix pushed to main at Timerix/tlibc 2025-07-21 16:57:20 +02:00
ba7a81d205 implemented Error struct
Timerix pushed to main at Timerix/tlibc 2025-07-21 15:23:13 +02:00
8999fda11c added Result struct
Timerix pushed to main at Timerix/tlibc 2025-07-21 15:18:07 +02:00
7e5b1ea9bb moved headers to include/tlibc
Timerix pushed to main at Timerix/tlibc 2025-07-21 15:02:22 +02:00
e16a0035a4 fixed bug in HashMap
be2c4e7792 hex_to_str
Compare 2 commits »
Timerix created branch memory_allocator in Timerix/kerep 2025-07-20 20:38:52 +02:00
Timerix pushed to memory_allocator at Timerix/kerep 2025-07-20 20:38:52 +02:00
885ef7fea6 Hashtable
b6088845d9 removed elements freeing in autoarr
5ddc96e1b4 StringBuilder
e7280038fb typeof
14630e509d Autuarr
Compare 10 commits »
Timerix pushed to main at Timerix/tcp-chat 2025-07-19 03:42:48 +02:00
2fb4657fed implemented AES encryption and decryption
ad3afdfc39 gprof config fix
Compare 2 commits »
Timerix pushed to main at Timerix/tlibc 2025-07-19 03:41:23 +02:00
ebe6e58ef3 added StringBuilder_append_memory
3fb4d03f1b string-array cast
Compare 2 commits »
Timerix pushed to main at Timerix/tlibc 2025-07-19 02:38:25 +02:00
c0c845bee8 renamed some functions
Timerix pushed to main at Timerix/tlibc 2025-07-19 02:02:29 +02:00
f7b0b53d05 fixed Array marcos