Fix how %m behaves in the log format
[platform/core/system/dlog.git] / src / libdlog / log.c
2023-12-15 Michal BlochFix how %m behaves in the log format 36/302936/1
2023-12-15 Karol Lewandowskilibdlog: Ensure cached_pid is initialized in slow path 22/302022/3
2023-12-15 Karol Lewandowskilibdlog: Rewrite errnous comments about pthread_atfork... 31/301931/2
2023-08-30 Michal BlochExclude more code from coverage testing. 45/298045/1
2023-08-25 Michal BlochExclude some inaccessible code 65/297865/2
2023-02-21 Michal BlochAdd the 'dotnet' and 'native' extra libdlog sinks 96/288296/4
2023-02-21 Michal BlochAdd the concept of extra redirectable sinks 24/288624/2
2023-02-20 Michal BlochDisallow adapter sinks (kmsg, syslog) from printing 23/288623/1
2023-02-17 Michal BlochUse buffer traits over specific IDs 95/288295/4
2023-02-16 Michal BlochExtract buffer trait functions from logcommon 44/288444/1
2022-12-20 Michal Blochlibdlog: implement a null backend 00/285500/7
2022-11-30 Michal Blochlibdlog: thread-local cache for pid/tid 87/284787/4
2022-08-30 Michal BlochAdd a zero-copy backend 33/278733/14
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-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-04-21 Michal Blochlibdlog: mark logs from processes in a container 23/274123/1 accepted/tizen/unified/20220424.221508 submit/tizen/20220422.012056
2021-11-18 Karol LewandowskiAutodetect backend 49/266649/10
2021-05-25 Mateusz MajewskiMake the limiter a self-contained struct 14/258014/5
2021-05-25 Mateusz MajewskiStreamline limiter initialization 13/258013/4
2021-04-13 Karol LewandowskiMerge "Decrease an array in tests for Coverity" into...
2021-04-12 Mateusz MajewskiReplace () with (void) in function prototypes 55/256755/3
2021-04-12 Karol Lewandowskilibdlog: Do not export private functions 68/256768/2
2021-04-02 Karol Lewandowskiredirect-stdout: Ensure lines are line buffered 76/256376/5
2020-12-04 Michal BlochMerge "Move some headers into better places" into tizen
2020-11-25 Karol Lewandowskilibdlog: Allow disabling critical logs 51/248351/2 accepted/tizen/unified/20201127.130449 submit/tizen/20201126.015643
2020-10-27 Agnieszka BaumannWarn when log is duplicated X times 67/243867/24 submit/tizen/20201027.165937
2020-10-09 Mateusz MajewskiMake sure a function is only declared when it's actuall... 84/245484/1
2020-10-09 Mateusz MajewskiFix function formatting 83/245483/1
2020-10-02 Michal BlochMerge "Miscellaneous fixes" into tizen
2020-10-02 Michal BlochMiscellaneous fixes 46/242546/8
2020-08-28 Mateusz MajewskiImplement a basic version of failed log stashing 88/242588/3
2020-08-19 Hyotaek ShimDo not call clock_gettime() if dedup is not configured 32/241332/8
2020-08-19 Mateusz MajewskiAdd PID-limit exceeded message 37/241337/2
2020-08-19 Mateusz MajewskiImprove __log_limiter_pass_log interface 36/241336/2
2020-08-06 Agnieszka BaumannAdd dlog_sec_print test 47/240347/2
2020-08-03 Karol LewandowskiMerge "packaging: Split binaries to different packages...
2020-08-03 Karol LewandowskiMerge "packaging: Drop unused epoch" into tizen
2020-08-03 Michal Blochlibdlog: apply MIT license; clarify license confusion 15/240115/4
2020-07-30 Agnieszka BaumannAdd deduplication feature to libdlog 90/236090/10
2020-07-23 Agnieszka Baumannlibdlog: pass timestamp from a higher layer 30/238830/3
2020-06-24 Karol LewandowskiMerge "localtime: use reentrant variant" into tizen
2020-06-23 Michal Blochlibdlog: add a priority based pre-filter 66/226766/6
2020-06-22 Karol Lewandowskilocaltime: use reentrant variant 32/236832/2
2020-06-22 Yunmi Halibdlog: change license to MIT 25/236825/1
2020-05-05 Michal BlochFix first secure log ignoring the config 60/232460/2
2020-05-04 Michal Blochlibdlog: add `enable_secure_logs` config entry 21/232321/2
2020-03-18 Michal BlochMerge "Don't wait until lazy init to block SIGPIPE...
2020-03-17 Michal BlochMerge changes I6d9bf6cd,If5f5eebd,Icf4b49c2,Ib4f2522d... submit/tizen/20200317.184359
2020-03-16 Agnieszka BaumannFix -Wextra and -pedantic errors 23/227823/1
2020-03-13 Michal BlochDon't wait until lazy init to block SIGPIPE 43/227643/2
2020-02-26 Michal BlochMerge "Make some global variables static" into tizen
2020-02-25 Michal BlochMake some global variables static 28/225928/2
2020-02-14 Michal BlochRelease 5.5.3: sync with Tizen 6.0.7 83/224983/1 submit/tizen_5.5/20200214.104335
2020-02-03 Michal BlochCritical logs: avoid leaving zombie processes 52/223652/5
2020-02-03 Michal BlochCritical logs: less fragile unit tests 58/223658/2
2020-01-23 Michal Blochlibdlog: add __dlog_critical_print to the API 38/222738/11
2019-11-29 Hyotaek ShimRevert "libdlog doesn't modify errno from outside PoV" 50/218850/1
2019-11-29 Hyotaek ShimRevert "libdlog doesn't modify errno from outside PoV" 49/218849/2
2019-11-20 Michal Blochlibdlog doesn't modify errno from outside PoV 36/218136/1
2019-11-19 Michal Blochlibdlog doesn't modify errno from outside PoV 08/218108/1
2019-11-06 Hyotaek ShimAdd __dlog_sec_print() to keep backward compatibility... 45/217045/1 accepted/tizen/5.5/unified/20191107.051304 submit/tizen_5.5/20191106.015838
2019-11-06 Hyotaek ShimAdd __dlog_sec_print() to keep backward compatibility... 03/217003/5 accepted/tizen/unified/20191107.051421 submit/tizen/20191106.015848
2019-09-02 Hyotaek ShimRemove destructor and destruction_lock 22/213122/2 accepted/tizen/unified/20190902.220738 submit/tizen/20190902.035940
2019-08-29 Michal Blochlibdlog: handle thread cancellation 47/213047/1 accepted/tizen/unified/20190830.110653 submit/tizen/20190830.025800
2019-08-08 Yunmi HaFix coverity issues 67/209667/4 accepted/tizen/unified/20190809.035645 submit/tizen/20190808.060025
2019-05-28 Michal Blochlibdlog: reinitialize on each log if need be 33/206833/2 accepted/tizen/unified/20190530.043130 submit/tizen/20190529.011726 submit/tizen/20190603.232156
2019-05-28 Michal Blochlibdlog: do lazy initialisation (no constructor) 20/206720/3
2019-03-04 Michal Blochlibdlog: readd the destructor 16/199816/10
2019-02-22 Michal Blochlibdlog: improve concurrency 00/200400/2
2019-02-22 Michal Blochlibdlog: construct with the maximum priority 99/200399/1
2019-02-21 Hyotaek ShimRevert "Revert "libdlog: initialise through attribute... 40/200240/2
2019-02-18 Michal BlochRevert "libdlog: initialise through attribute constructor" 15/199815/3 accepted/tizen/unified/20190218.163242 submit/tizen/20190218.011546
2019-02-04 Michal Blochlibdlog: extract declarations into a header 79/198879/2
2019-02-04 Michal Blochlibdlog: initialise through attribute constructor 68/198868/3
2019-01-22 Maciej Slodczyklibdlog: remove library destructor 84/197584/8
2019-01-03 Michal BlochFix log_config initialisation properly 90/196690/1
2018-12-30 Karol Lewandowskifix: ensure log_config is always properly initialized 64/196464/3
2018-12-12 Michal Blochtests: add libdlog base unit tests 41/195341/1
2018-12-12 Michal Blochlibdlog: fix reconstruction after destruction 40/195340/1
2018-10-29 Maciej SlodczykMerge "limiter: do not treat limiter restrictions as...
2018-10-29 Maciej SlodczykMerge "Handle deleting dynamic configuration file"...
2018-10-26 Maciej Slodczyklimiter: do not treat limiter restrictions as an error 65/191865/6
2018-10-25 Maciej SlodczykHandle deleting dynamic configuration file 81/191781/2
2018-10-12 Michal Blochlibdlog: fix broken limiter with static config 22/191222/1
2018-10-12 Michal Blochlibdlog: fix buffer disabling issues 20/191220/1
2018-10-10 Michal Blochlibdlog: don't read the config twice 98/190498/2
2018-10-02 Maciej SlodczykMerge "Extend the platform logging config values" into...
2018-09-28 Michal BlochMerge "libdlog: separate limiter and dynamic config...
2018-09-28 Michal BlochMerge "Rename dynamic filters to dynamic config" into...
2018-09-28 Michal BlochExtend the platform logging config values 47/189647/7
2018-09-28 Michal Blochlibdlog: separate limiter and dynamic config 32/190032/3
2018-09-28 Michal BlochRename dynamic filters to dynamic config 31/190031/3
2018-08-31 sanghyeok.ohlcov: added excluding line 72/188072/1 accepted/tizen/unified/20180904.062847 submit/tizen/20180831.105137 submit/tizen/20180903.063948 submit/tizen/20180903.103359
2018-08-28 Maciej Slodczyklimiter: add a config variable to apply limiter rules... 13/187813/1
2018-08-21 Michal Blochlibdlog: runtime filtering 43/184643/14
2018-08-21 Michal Blochlibdlog: isolate limiter creation 95/185795/3
2018-08-21 Michal Blochlibdlog: move limiter functions to loglimiter.c 42/184742/7
2018-07-20 Karol Lewandowskilibdlog: Change prio/tag params order for consistency... 87/184687/1
next