summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-12packaging: Fix gcov build error by adding the ignore error casesHEADaccepted/tizen/unified/x/20240314.073326accepted/tizen/unified/20240313.135608accepted/tizen/unified/20240313.134529tizenaccepted/tizen_unified_xaccepted/tizen_unifiedChanwoo Choi1-1/+1
2024-02-19Release 9.0.1Michal Bloch1-1/+1
2024-02-19Merge changes from topic "var_log_zlog" into tizenMichal Bloch15-72/+324
2024-02-19dlog_logger: handle zero-copy backendMichal Bloch5-4/+179
2024-02-19tests: enable daemon tests for zero-copyMichal Bloch3-10/+14
2024-02-02Fix a null dereference.accepted/tizen/unified/x/20240205.160151accepted/tizen/unified/toolchain/20240311.065543accepted/tizen/unified/20240207.034837accepted/tizen_unified_toolchainMichal Bloch2-9/+7
2024-02-02tests: enable redirection tests for zero-copyMichal Bloch6-5/+30
2024-02-02Extract zero-copy reading into a functionMichal Bloch2-12/+29
2024-02-02daemon: small refactor for file subreader creationMichal Bloch1-27/+47
2024-02-01daemon: extract reader start-up to a functionMichal Bloch1-15/+26
2024-02-01Fix bugs found by static analysis.Michal Bloch2-2/+5
2024-01-22Release 9.0.0accepted/tizen/unified/20240124.011143Michal Bloch1-1/+1
2024-01-19zlogger: commentate a possible log loss sourceMichal Bloch1-0/+5
2024-01-19zlogger: don't let logs slip through cracks in timeMichal Bloch2-15/+30
2024-01-18tests: zlogger nominally runs the daemonMichal Bloch2-0/+13
2024-01-18zlogger: dont kill the daemonMichal Bloch1-5/+4
2024-01-18tests: extract stdout redirectionMichal Bloch5-13/+29
2024-01-12tests: extract logger buffering and logging testsMarek Szulc5-71/+84
2024-01-12tests: extract backend autodetection test to a separate fileMarek Szulc5-18/+41
2024-01-12tests: extract tid filtering and secure logging testsMarek Szulc5-35/+61
2024-01-12tests: extract daemon early quit test to a separate fileMarek Szulc6-62/+88
2024-01-12tests: change the way test msg is being displayedMichal Bloch1-2/+17
2023-12-15Fix how %m behaves in the log formatMichal Bloch1-11/+17
2023-12-15Update the version and maintainer listMichal Bloch1-1/+1
2023-12-15libdlog: Ensure cached_pid is initialized in slow pathKarol Lewandowski1-1/+3
2023-12-15libdlog: Rewrite errnous comments about pthread_atfork() usageKarol Lewandowski1-8/+7
2023-12-14Add nanoseconds to JSON realtime timestampsMateusz Majewski4-13/+28
2023-12-14Merge "Add a unit test for ptrs_list map" into tizenMichal Bloch3-0/+75
2023-12-06dlog: Remove profile version from header filesaccepted/tizen/unified/riscv/20231215.050252accepted/tizen/unified/20231211.095358accepted/tizen_unified_riscvChanwoo Choi2-5/+5
2023-12-01Add a unit test for ptrs_list mapMichal Bloch3-0/+75
2023-10-23service: Set MemoryLimit to 20MBaccepted/tizen/unified/20231024.112213Unsung Lee1-0/+1
2023-10-12Fix: generic cleanup for logger readersaccepted/tizen/unified/20231014.105734Michal Bloch2-10/+9
2023-10-06Release 8.0.6Michal Bloch1-1/+1
2023-10-06Don't destroy the server while reader threads liveMichal Bloch4-4/+12
2023-10-05Cleanup threaded memory readers properlyMichal Bloch1-1/+1
2023-10-05Remove a TOCTTOU issueMichal Bloch1-4/+5
2023-10-04Starting a reader: expose MT dispatcherMichal Bloch3-12/+11
2023-10-04Reinstate dead reader storageMichal Bloch2-12/+16
2023-10-03Commonize server reader removalMichal Bloch4-7/+2
2023-10-03Simplify reader run dispatchMichal Bloch2-15/+5
2023-10-02Thread self-cancel only deals with the threadMichal Bloch1-7/+6
2023-10-02Perform signal-related cleanup on exitMichal Bloch1-3/+6
2023-10-02Extract signal handling into two functionsMichal Bloch1-5/+11
2023-09-29Release 8.0.5accepted/tizen/unified/20231004.100250Michal Bloch1-1/+1
2023-09-29Don't put readers into the dead reader storageMichal Bloch1-0/+6
2023-09-27Fix a race conditionMichal Bloch1-4/+4
2023-09-15Release 8.0.4accepted/tizen/unified/20230919.091740accepted/tizen/8.0/unified/20231005.093742Michal Bloch1-1/+1
2023-09-15Make multithreading optionalMichal Bloch3-1/+13
2023-09-15dlog_logger: multithread pipe & memory readersMichal Bloch2-0/+20
2023-09-15Avoid a race conditionMichal Bloch2-1/+7