• Joined on 2024-07-10
Timerix pushed to main at Timerix/tlibc 2025-11-21 16:18:52 +00:00
3a7f09bb49 fixed file_close bug when file is NULL
0b4574b53e replaced strerror() with thread-safe strerror_malloc()
Compare 2 commits »
Timerix released v2.3.2: fixed symlink creation at Timerix/cbuild 2025-11-19 09:21:20 +00:00
Timerix released v2.2.4 at Timerix/cbuild 2025-11-19 09:19:19 +00:00
Timerix pushed tag 2.3.2 to Timerix/cbuild 2025-11-19 09:17:59 +00:00
Timerix pushed tag 2.2.4 to Timerix/cbuild 2025-11-19 09:17:59 +00:00
Timerix pushed to main at Timerix/cbuild 2025-11-19 08:44:35 +00:00
3198f8905e v2.3.2: fixed symlink creation
Timerix pushed to main at Timerix/tcp-chat 2025-11-18 18:03:14 +00:00
806f0359d0 implemented Login and Register requests
Timerix pushed to main at Timerix/tlibc 2025-11-18 17:33:10 +00:00
225a48a8d9 List_index fix
Timerix pushed to main at Timerix/tcp-chat 2025-11-18 11:25:26 +00:00
23c98e14df moved magic.h to tlibc
Timerix pushed to main at Timerix/tlibc 2025-11-18 11:25:15 +00:00
ec164dc4e9 moved magic.h to tlibc
Timerix pushed to main at Timerix/tcp-chat 2025-11-18 11:23:36 +00:00
d0d7d26671 moved program modes code to separate files
Timerix pushed to main at Timerix/tcp-chat 2025-11-18 10:57:22 +00:00
1b00f503c8 implemented virtual logger
a1a11c10e2 created directory ./include/
eec45cac71 separated Client from ClientCLI
5266872c2b added a lot of terminal control functions
Compare 4 commits »
Timerix pushed to main at Timerix/tlibc 2025-11-18 10:56:33 +00:00
c68e4e87b3 fixed DateTime_get bugs and added FMT_DateTime
Timerix pushed to main at Timerix/tlibc 2025-11-18 09:13:52 +00:00
bc41577248 file_readWhole
Timerix pushed to main at Timerix/tlibc 2025-11-18 07:12:30 +00:00
89aab2b5bf Array_free
Timerix pushed to main at Timerix/tcp-chat 2025-11-15 10:22:36 +00:00
85c0736c8d request ServerPublicInfo in ServerConnection_open()
0ea241c5db fixed bug in AESStreamEncryptor_encrypt
Compare 2 commits »
Timerix pushed to main at Timerix/tlibc 2025-11-15 10:22:21 +00:00
425794361b fix README
fc8541ad2d fixed portable_localtime_s on posix systems
Compare 2 commits »
Timerix pushed to main at Timerix/tcp-chat 2025-11-15 07:12:05 +00:00
9942d94c94 implemented LoginRequest handler, changed ErrorMessage and ServerPublicInfoResponse
Timerix pushed to main at Timerix/tlibc 2025-11-15 07:08:08 +00:00
ae0fa95d6a added macros for printf format codes
5ef223372b renamed char_* functions
Compare 2 commits »
Timerix pushed to main at Timerix/tcp-chat 2025-11-13 01:15:18 +00:00
ef2531c63b implemented RegisterRequest handler