Commit Graph

252 Commits

Author SHA1 Message Date
fanasina 2a317e93d5 y_socket: debug sendto sizeof node.addr 2025-10-10 00:03:31 +02:00
fanasina ae6e23bb32 y_socket: change tm when (re)sendng file 2025-10-09 16:35:25 +02:00
fanasina a8459fee1c y_socket: send ok when all seqs done, if not, sender resend all msg, try 5 times 2025-10-09 14:10:40 +02:00
fanasina 463cd6054b y_string: split string to m_str 2025-10-05 21:50:43 +02:00
fanasina 61103dd60e y_socket: add header(json_t) & content list, send and receive functions 2025-10-04 00:02:03 +02:00
fanasina ec8cc86d8e list: debug purge_list_ptr 2025-10-03 08:43:39 +02:00
fanasina 16a2dea9c0 list: debug mutex dead lock 2025-09-26 00:57:40 +02:00
fanasina fce279c590 list: add index and test index 2025-09-25 23:59:51 +02:00
fanasina 9f3dace0d2 debug json, Werror 2025-09-25 23:58:55 +02:00
fanasina 8a03fef531 add mutex in main_list 2025-09-25 23:54:34 +02:00
fanasina 12242987f3 debug json before use it in socket, split socket src 2025-09-16 20:10:37 +02:00
fanasina 8a4268945c json_t: debug some leak memories 2025-09-08 07:36:31 +02:00
fanasina da3e2419f3 add usleep before send file 2025-09-03 12:05:41 +02:00
fanasina bcd0ff919a y_socket: recevfrom debug 2025-09-03 11:34:08 +02:00
fanasina a3f5f8ebfb y_socket: debug recevfrom 2025-09-03 11:25:59 +02:00
fanasina 803388d7b8 y_socket: change buf send file 2025-09-03 08:22:37 +02:00
fanasina 8189f76c16 update gitignore 2025-09-03 08:03:08 +02:00
fanasina b00af02316 y_socket: debug recevefrom! change order cmd 2025-09-03 07:58:06 +02:00
fanasina e6c1caefa8 y_socket: trying debug recevefrom 2025-09-02 23:43:07 +02:00
fanasina 929eaa0776 y_socket: debug recevefrom 2025-09-02 23:16:53 +02:00
fanasina 9649d317a6 y_socket: resolve header and makefile issues 2025-09-02 22:37:27 +02:00
fanasina c1b52ca658 y_socket: add post file and receive file 2025-09-02 22:18:37 +02:00
fanasina 1739a3d8a3 y_socket: try file_handler 2025-08-05 21:42:06 +02:00
fanasina 63fdd077f8 y_socket: add file_handler 2025-08-05 21:39:10 +02:00
fanasina 60edd5e709 tensor_cl: add script test memory cl 2025-08-05 21:37:41 +02:00
fanasina 65d4d8f67c y_socket: add poll stdin, debug node init 2025-07-28 23:03:36 +02:00
fanasina 6d5e060d6c trying to understand leak valgrind with opencl 2025-07-09 12:05:14 +02:00
fanasina 1f2bebab91 ftest: add pthread_cond in progress bar to optimize cpu usage 2025-07-03 00:36:44 +02:00
fanasina 02b1f29a3c create test outside ytest! ytest is too much load, TO DO 2025-07-02 22:13:02 +02:00
fanasina d4cf8a1782 trying to find why too much cpu load! 2025-07-02 22:11:46 +02:00
fanasina 3c5cae31cc debug list: now use local current list instead of current_list to avoid thread concurrency 2025-07-02 01:07:09 +02:00
fanasina cb84a03b0d y_socket : fix unitialize variable with valgrind! 2025-06-26 21:56:32 +02:00
fanasina a1fe7c983d try to debug Makefile, failed to build libytest.so via tests 2025-06-26 06:34:52 +02:00
fanasina 6cee75f3f3 y_socket: refactor 2025-06-24 14:08:31 +02:00
fanasina adf442cb85 debug socket udp, trying to undersand recvfrom to handle long msg with list of buffer 2025-06-17 19:20:41 +02:00
fanasina 6d54cc4d12 add check go on socket poll, debug list 2025-06-17 10:55:45 +02:00
fanasina e44e8d9265 ftest : debug bar_progress' variable dynamic&static alloc 2025-06-10 21:08:29 +02:00
fanasina be52b83ac1 yftest: cleanup 2025-06-10 14:08:24 +02:00
fanasina 76baaec56f ftest: debug memory leak in progress bar 2025-06-10 12:17:33 +02:00
fanasina 085d2c65e4 ftest.c: optimize is_in_array_ 2025-06-09 22:58:35 +02:00
fanasina 05ac1f2f3c ftest: debug parser name func, combine 2 macros num and ptr 2025-06-09 22:36:04 +02:00
fanasina b7f7bb26c5 modify parallel log ftest, if parallel save log in main thread if the thread is not one of tests threadgit status ! 2025-06-06 23:34:05 +02:00
fanasina 4bcdf96c12 no error id of thread! change print_error to print_debug 2025-06-06 19:35:11 +02:00
fanasina affca01546 add func arg in ftest to debug parallel print, no solution when func test use pthread! 2025-06-06 19:03:34 +02:00
fanasina 9d44d62776 debug list purge ptr 2025-06-05 23:04:36 +02:00
fanasina 542921f45e list: add purge ptr type list 2025-06-04 00:09:47 +02:00
fanasina 8f8a9ff42c debug y_worker, and refactor 2025-06-03 23:32:01 +02:00
fanasina 3bc72f53aa task & worker: add dependency task 2025-05-29 21:13:59 +02:00
fanasina e449185394 add yworker in y_socket 2025-05-22 23:21:35 +02:00
fanasina 52e6353469 learnig: add ending and fix leak memory 2025-05-12 15:16:19 +02:00