• Joined on 2024-07-10
Timerix pushed to main at Timerix/tcp-chat 2025-08-09 18:43:24 +00:00
b08ec27629 added mutexes and defers to idb
9396f33288 removed "./" to evade vscode path finding bug
82d9fae6b5 changed file extensions
Compare 3 commits »
Timerix pushed to main at Timerix/tlibc 2025-08-09 18:43:19 +00:00
d04aac567f added defer macro
Timerix pushed to main at Timerix/tcp-chat 2025-08-08 18:46:15 +00:00
07c53c9046 changed bearssl out dir to the git-ignored one
Timerix pushed to main at Timerix/tcp-chat 2025-08-08 18:41:52 +00:00
a19c5f7023 implemented database functions
eb8bad55ee enabled additional compiler errors
f1a8a186e0 updated tlibc
Compare 3 commits »
Timerix pushed to main at Timerix/tlibc 2025-08-08 18:37:47 +00:00
fe9e44a660 file_openOrCreateReadWrite
Timerix pushed to main at Timerix/tlibc 2025-08-04 16:14:57 +00:00
223406d4e4 added bool value return to dir_create
Timerix pushed to main at Timerix/tlibc 2025-08-04 15:23:11 +00:00
e1dc972b24 implemented file read/write functions
ab55f85160 fixed bugs in path functions
e0f1941c82 added macro try_void
Compare 3 commits »
Timerix pushed to main at Timerix/tlibc 2025-08-04 13:02:33 +00:00
6d959fe8f5 added macro RESULT_ERROR_FMT and some filesystem functions
Timerix pushed to main at Timerix/tlibc 2025-08-04 10:49:24 +00:00
961d00fdb0 filesystem.h
Timerix pushed to main at Timerix/tlibc 2025-07-31 15:24:29 +00:00
4c3933f789 renamed v_ptr to p
Timerix pushed to main at Timerix/tcp-chat 2025-07-24 15:31:14 +00:00
eb1daa721a updated tlibc
Timerix pushed to main at Timerix/TCPU 2025-07-24 15:26:22 +00:00
17baabbd95 properly named constructors and destructors
Timerix pushed to main at Timerix/tlibc 2025-07-24 15:25:55 +00:00
0e80a56892 implemented lazy initialization of HashMap.table
Timerix pushed to main at Timerix/tlibc 2025-07-24 15:07:44 +00:00
03bebea4b2 renamed sosme HashMap methods
Timerix pushed to main at Timerix/TCPU 2025-07-24 14:49:34 +00:00
72f8e196a7 moved collections and string code to tlibc submodule
Timerix pushed to main at Timerix/tlibc 2025-07-24 14:44:53 +00: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 02:46:52 +00: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 20:57:21 +00:00
7cd7535eb0 implemented socket send and receive
Timerix pushed to main at Timerix/tlibc 2025-07-22 20:57:06 +00:00
a9fa42c23f changed Result struct fields
Timerix pushed to main at Timerix/tcp-chat 2025-07-22 10:32:11 +00:00
94091d7797 client-server communication test