Expand the backend comparison table
[platform/core/system/dlog.git] / src /
2022-10-11 Mateusz MajewskiFix redirection check for zero-copy logger 83/282783/1
2022-10-07 Mateusz MajewskiFix zero copy sorting 67/282667/2
2022-09-21 Marek SzulcAdd timer and string test to test_fastlz_pos/neg.c 66/281066/19
2022-09-21 Mateusz MajewskiAdd util_default_format configuration option 74/281474/7
2022-09-21 Mateusz MajewskiAdd clear operation to zero copy libdlogutil 66/281766/1
2022-09-20 Mateusz MajewskiActually store the block number in the thread-local 79/281679/1
2022-09-19 Karol LewandowskiDo not allow overriding DLOG_CONFIG_PATH for setuid... 94/281494/1
2022-09-15 Marek Szyprowskizlogger: correct calculation of buffer map/offset 40/281340/2
2022-09-12 Michal BlochIntegrate zlogutil into libdlogutil 10/280910/3
2022-09-05 Mateusz MajewskiMake log-redirect-stdout refuse to redirect logs if... 43/280743/3
2022-09-05 Mateusz MajewskiHack in a graceful shutdown of the daemon in the zero... 13/280713/2
2022-09-01 Mateusz MajewskiAdd zero-copy backend support to log-redirect-stdout 06/280606/1 submit/tizen/20220902.191720
2022-08-30 Michal BlochAdd Zlogutil for reading zero-copy backend logs 34/278734/13
2022-08-30 Michal BlochAdd a zero-copy backend 33/278733/14
2022-08-24 Michal BlochReuse -m for memory compression mode 38/280038/2
2022-08-03 Michal BlochLess harsh thread cancellation prevention 90/277090/7
2022-07-28 Michal Blochlib: avoid a needless rw-lock if possible 01/278901/3
2022-07-27 Michal Blochlimiter: minor cleanup 00/278900/1
2022-07-26 Michal Blochlibdlog: container warning contains PID/TID 26/278826/1
2022-06-29 Michal Blochlibdlog: reduce the "critical" section a bit 43/277043/1
2022-06-29 Michal Blochlibdlog: more careful handling of null function ptrs 42/277042/1
2022-05-09 Mateusz MajewskiImprove dlogutil compression handling / parsing 54/274454/6
2022-05-09 Michal BlochIn-memory compressed log backup 70/271770/9
2022-04-28 Michal Blochlogutil: terminate error logs properly 55/274455/1
2022-04-28 Michal BlochAdd a compressed storage struct + tests 32/274232/5
2022-04-28 Michal Blochptrs_list: add find_if (similar to C++ STL) 96/274396/3
2022-04-28 Michal BlochReader pipe: remove an unused timestamp 95/274395/3
2022-04-28 Michal BlochImprove pipe reader related function names 94/274394/3
2022-04-28 Michal BlochExtract pipe reader functionality into subs 52/273652/7
2022-04-28 Michal BlochSubreaders: methods now return an error code 05/273705/6
2022-04-28 Michal Blochptrs_list: add list_foreach_ret 04/273704/6
2022-04-28 Michal Blochreader_pipe now uses subreader_file 03/273703/6
2022-04-28 Michal BlochAdd some basic tests for FastLZ. 06/274106/5
2022-04-21 Michal Blochlibdlog: mark logs from processes in a container 23/274123/1 accepted/tizen/unified/20220424.221508 submit/tizen/20220422.012056
2022-03-29 Michal BlochFile reader: add sorting info 12/273012/2
2022-03-29 Michal BlochSimplify some unreachable code 11/273011/2
2022-03-29 Michal Blochreaders: reduce some copy-paste 10/273010/2
2022-03-29 Michal Blochreaders: make free a member func 09/273009/2
2022-03-29 Michal Blochreaders: initialize fd entities properly 08/273008/2
2022-03-29 Michal Blochreader: put the service handler into reader common 07/273007/2
2022-03-29 Michal Blochreaders: put reader_common first 06/273006/2
2022-03-29 Michal Blochreaders: commonize flushing 05/273005/2
2022-03-11 Michal BlochMove sub-readers to the common reader 32/272232/1
2022-03-11 Michal Blochdlog_logger: rearrange readers (no logic change) 31/272231/1
2022-02-24 Mateusz MajewskiRefactor NULL check in logmetrics 57/271657/1
2022-02-17 Karol LewandowskiAdd generator for logger.ko device dependencies 30/271130/8 accepted/tizen/unified/20220221.224807 submit/tizen/20220217.170359 submit/tizen/20220220.125013
2022-02-09 Michal BlochTests: add minor overflow check 24/270824/1
2022-01-21 Karol LewandowskiMerge "Move to linux-tizen-modules-headers" into tizen
2022-01-20 Mateusz MajewskiFix buffer usage printing in dlogutil 48/269648/2
2022-01-14 Mateusz MajewskiMove to linux-tizen-modules-headers 77/269477/1
2022-01-11 Michal Blochdlogutil: better error message for disabled kmsg 27/269227/2
2021-12-31 Mateusz MajewskiReplace a custom loop with a simple strnlen 75/268675/3
2021-12-30 Karol LewandowskiRelease 7.0.1 28/268728/2 accepted/tizen/unified/20211231.161253 submit/tizen/20211230.133842
2021-12-20 Mateusz MajewskiTerminate the daemon if it's not needed 46/268246/3
2021-11-19 Michal BlochDocument the autodetector 47/266847/1
2021-11-18 Karol LewandowskiAutodetect backend 49/266649/10
2021-11-18 Mateusz MajewskiDisable problematic tests causing ASAN failures 94/266694/3
2021-11-12 Mateusz MajewskiFix fdi_logger_wrap ASAN issue 95/266495/2 accepted/tizen/unified/20211116.130446 submit/tizen/20211115.105406
2021-11-05 Mateusz MajewskiClarify a bit the entry verification 67/265967/3
2021-11-02 Mateusz MajewskiHotfix the long log condition 47/265947/1 accepted/tizen/unified/20211105.130439 submit/tizen/20211102.155418
2021-10-29 Michal BlochAdd some fuzz tests against garbage logs 92/265092/8
2021-10-28 Mateusz MajewskiFix the persistent log bug 73/265773/1
2021-10-20 Michal BlochFix the handling of over/undersized logs 91/265091/3
2021-10-12 Mateusz MajewskiMake error reporting more accurate in logger configurat... 65/265165/1
2021-09-29 Mateusz MajewskiReplace strcpy with memcpy in tests 75/264775/2
2021-09-27 Mateusz MajewskiHotfix a pipe backend request length issue 43/264643/1 accepted/tizen/6.5/unified/20211028.114416 accepted/tizen/unified/20210928.212633 submit/tizen/20210927.231439 submit/tizen_6.5/20211028.162501 tizen_6.5.m2_release
2021-09-23 Hubert KowalskiEnlarged MAX_LOGGER_REQUEST_LEN to 65535 bytes 45/264145/17 accepted/tizen/unified/20210927.120919 submit/tizen/20210923.232435
2021-09-23 Mateusz MajewskiCandidate fix for the nanosecond issue 92/264492/1
2021-09-17 Hubert KowalskiAdded additional pointer tests. 34/263834/4 submit/tizen/20210917.212514
2021-09-10 Michal BlochCandidate fix for the zero-payload log issue 63/263763/4 accepted/tizen/unified/20210917.124807 submit/tizen/20210911.232819 submit/tizen/20210916.011737
2021-09-09 Hubert KowalskiMoved test from test_libdlogutil.c to libdlogutil_neg.c. 90/263490/14
2021-08-17 Mateusz MajewskiReduce compiler complaints by adding helpful asserts 69/261469/4
2021-08-17 Michal BlochMark a ton of static vars as such 24/262224/4
2021-08-17 Michal BlochRemove some janky unit test code 23/262223/5
2021-08-17 Michal BlochHandle timestamp fetching failure on printing 13/262013/6
2021-08-17 Michal BlochMicrooptimize a getpid call out of empty QoS check 71/262271/4
2021-08-12 Hubert KowalskiAdded deep_copy_dlogutil_entry_s() function and tests... 69/262369/11
2021-07-21 Michal BlochDaemon write socket: rename to "conn" 43/261543/3 submit/tizen/20210722.222608
2021-07-21 Michal BlochFix some resource leaks. 45/260845/5
2021-07-14 INSUN PYORework dlogutil_state_init 94/261094/4
2021-07-02 Mateusz MajewskiDo not create state->enabled if DLOGUTIL_MODE_NONPRINTING 12/260712/2
2021-06-22 Hyotaek ShimRemove unused connect_dlog() 14/260214/1 accepted/tizen/unified/20210623.125322 submit/tizen/20210622.065044
2021-05-25 Mateusz MajewskiMake the limiter a self-contained struct 14/258014/5
2021-05-25 Mateusz MajewskiAllow no fallback mode in dlog_redirect_stdout 06/258006/6
2021-05-25 Mateusz MajewskiStreamline limiter initialization 13/258013/4
2021-05-25 Mateusz MajewskiRemove an obsolete TODO 59/258659/2
2021-05-11 Michal BlochFix a use-after-free issue 67/258167/1
2021-04-30 Michal BlochRemove a redundant piece of code 72/257772/1
2021-04-30 Mateusz MajewskiAdd stdout redirection state info to logctl 35/255235/7
2021-04-30 Mateusz MajewskiStop caching the timestamp in the server 33/257533/4
2021-04-19 Michal BlochAddress some static analysis complaints 22/257122/2
2021-04-15 Michal BlochReplace "DLOG_ERROR_NOMSG" with an empty message 61/256961/1
2021-04-13 Michal BlochUpdate Android Logger stdout tag setting 34/256834/1
2021-04-13 Karol LewandowskiMerge "Decrease an array in tests for Coverity" into...
2021-04-13 Mateusz MajewskiDecrease an array in tests for Coverity 12/256812/3
2021-04-12 Mateusz MajewskiReplace () with (void) in function prototypes 55/256755/3
2021-04-12 Mateusz MajewskiAdd some basic latency data to logmetrics 11/256711/4
2021-04-12 Michal BlochType safety for redirection tags 57/256757/2
2021-04-12 Karol Lewandowskilibdlog: Do not export private functions 68/256768/2
2021-04-12 Karol Lewandowskilog-redirect: Deprecate connect_dlog() 67/256767/2
next