Replace () with (void) in function prototypes
[platform/core/system/dlog.git] / src / libdlog / log.c
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
2018-06-19 sanghyeok.ohlcov: added excluding line 09/181009/4
2018-03-13 Michal BlochHandle payload sizes correctly 02/172402/2 accepted/tizen/unified/20180315.061335 submit/tizen/20180314.081437
2018-01-26 Karol LewandowskiMerge "Pass configuration paths directly from configure...
2018-01-26 Karol LewandowskiMerge "libdlog: Unify common parts of dlog API" into...
2018-01-25 Karol LewandowskiPass configuration paths directly from configure 37/168037/3
2018-01-25 Karol Lewandowskilibdlog: Unify common parts of dlog API 42/167842/4
2018-01-24 Michal BlochMerge "util: extract getopt from main" into tizen
2018-01-24 Michal BlochMerge "logsend: send each message multiple times; print...
2018-01-22 Karol Lewandowskilibdlog: Add missing static for __dlog_fatal_assert 41/167841/1
2017-08-11 Michal BlochRefactor libdlog initialisation 18/142618/7
2017-08-04 Michal BlochFix libdlog limiter 22/142122/3
2017-05-30 Karol LewandowskiMerge "Fix debug mode logic inversion" into tizen
2017-05-26 Michal BlochFix debug mode logic inversion 31/131331/2
2017-04-20 Michal BlochConfig for-each loop helper: loop over all entries 29/123429/10
2017-03-17 Rafal Pietruch[4.0] kmsg-backend removed 71/115871/11
2017-03-17 Michal BlochMerge branch 'tizen_3.0' into tizen 91/119391/4
2017-03-16 Michal Bloch[4.0] Documentation 93/100293/16
2016-11-25 Karol LewandowskiMerge changes I274d815f,I4c831e85,I997c4d72,I02ebfd88...
2016-11-24 Michal BlochMore useful return values for shared functions 60/97560/2
2016-11-23 Jiwon Kimlibdlog : set initalize value to write function pointer 02/99502/1
2016-11-17 Sunmin LeeFix vulnerability: NULL check 88/98488/2 accepted/tizen/3.0/common/20161121.072915 accepted/tizen/3.0/ivi/20161121.011533 accepted/tizen/3.0/mobile/20161121.011429 accepted/tizen/3.0/tv/20161121.011455 accepted/tizen/3.0/wearable/20161121.011513 submit/tizen_3.0/20161117.111554
2016-11-13 Kunhoon BaikMerge branch 'tizen' into tizen_3.0 89/97289/1 submit/tizen_3.0/20161113.061836
next