Introduce log write buffering
[platform/core/system/dlog.git] / src / logutil / logutil.c
2020-08-28 Mateusz MajewskiIntroduce log write buffering 59/235659/13
2020-08-20 Agnieszka BaumannType correctness 10/239310/2
2020-08-03 Yunmi HaFix memory leak 04/240104/1
2020-07-24 Mateusz MajewskiFix some signatures 22/239422/1
2020-07-23 Mateusz Majewskilibdlogutil: add an aliasing getter 13/239213/3
2020-07-23 Karol Lewandowskidlogutil: Kill yet another instance of dlogutil_mode_e... 18/239218/4
2020-07-21 Mateusz Majewskilibdlogutil: various getters work upon the state 26/238826/4
2020-07-21 Mateusz MajewskiRemove incorrect references to DLOGUTIL_MODE_CONTINUOUS 80/239080/2 accepted/tizen/unified/20200723.161228 submit/tizen/20200722.061245
2020-07-20 Mateusz MajewskiImprove logutil error handling 27/238927/1
2020-07-14 Mateusz Majewskilibdlogutil: introduce connect API 25/238225/3
2020-07-08 Mateusz Majewskilibdlogutil: add buffer setting 90/238090/2
2020-07-01 Mateusz MajewskiRewrite dlogutil to use the new libdlogutil API 64/235564/9
2020-06-29 Michal Blochdlogutil: use the new config_s interfaces 59/237359/2
2020-06-10 Michal Bloch(lib)dlogutil: getsize also returns current usage 89/226789/8 accepted/tizen/unified/20200617.055826 submit/tizen/20200616.113701
2020-06-09 Karol LewandowskiMerge changes Icf47adb1,Iec35237c into tizen
2020-06-09 Agnieszka BaumannClarify function names: getsize → get capacity 21/233421/5
2020-02-21 Michal Blochdlogutil: no print-related prep for clear/getsize 61/224561/5
2020-02-21 Michal Blochutil: use EXIT_{SUCCESS,FAILURE} 35/225535/2
2020-02-21 Michal Blochdlogutil: extract clear/getsize to own functions 43/225143/4
2020-02-18 Mateusz MajewskiAdd an --sort-by option to dlogutil 77/224577/6
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-13 Agnieszka BaumannFix coverity bugs 75/224875/2
2020-02-13 Karol LewandowskiMerge "[lib]dlogutil: add a monitoring mode" into tizen
2020-02-12 Michal BlochOptimize out a redundant call 60/224560/2
2020-02-12 Michal Bloch[lib]dlogutil: add a monitoring mode 61/220361/9
2020-02-12 Michal BlochApply consistent comment style 55/224455/3
2020-02-05 Mateusz MajewskiFix libdlogutil tag filtering 02/224002/3
2020-01-28 Mateusz MajewskiRewrite dlogutil in terms of libdlogutil 18/217718/30
2020-01-28 Michal Blochlibdlogutil: DLOGUTIL_MODE_FULL_DUMP is not a mode 01/223301/2
2020-01-27 Michal Blochdlogutil: make error message syntax consistent 24/223224/1
2020-01-27 Michal Blochlibdlogutil: type consistency 12/223212/2
2020-01-17 Mateusz MajewskiImplement the first version of the libdlogutil library 97/214497/75
2020-01-17 Michal BlochMerge "Filterspec get/setters: conform to Tizen API...
2020-01-16 Mateusz MajewskiFilterspec get/setters: conform to Tizen API style 05/222305/6
2020-01-16 Mateusz MajewskiChange some `size_t` to `unsigned int` 96/222296/7
2020-01-13 Hyotaek ShimMerge branch 'tizen' into tizen_5.5 75/222275/1 tizen_5.5_tv accepted/tizen/5.5/unified/20200114.073546 submit/tizen_5.5/20200113.072912
2019-12-20 Mateusz MajewskiRefactor the permission checking for libdlogutil 36/220536/2
2019-12-09 Michal BlochCheck necessary privilege for correct behaviour 18/217918/4
2019-12-09 Mateusz MajewskiCreate a typedef for dlogutil_sorting_order 20/219720/1
2019-11-18 Hyotaek ShimMerge remote-tracking branch 'origin/tizen' into tizen_5.5 73/217973/1 accepted/tizen/5.5/unified/20191119.083924 submit/tizen_5.5/20191118.063031
2019-11-06 Mateusz MajewskiRename log_add_filter_string to dlogutil_filter_options... 84/216684/4
2019-11-06 Mateusz MajewskiRename log_add_filter_pid to dlogutil_filter_options_pid 83/216683/4
2019-11-06 Mateusz MajewskiRename log_add_filter_tid to dlogutil_filter_options_tid 82/216682/4
2019-10-21 Mateusz MajewskiRename DUMP_{CONTINUOUS,INFINITE} 24/216124/2
2019-10-11 Mateusz MajewskiAdd dlogutil_ prefix to sorting_order 24/215624/1
2019-10-08 Mateusz MajewskiMove all pipe backend filtering server-side 09/215109/5
2019-09-27 Mateusz MajewskiRefactor filter list a bit 70/214870/1
2019-09-25 Michal BlochReplace strerror with %m 25/214725/4
2019-09-25 Yunmi HaFix coverity issue 47/214547/4
2019-09-24 Mateusz MajewskiChange size and dumping count types into size_t 95/214595/4
2019-09-23 Mateusz MajewskiDon't output errors in dlogutil outside of logutil.c 65/214365/2
2019-09-19 Mateusz MajewskiPropagate callback return value 58/214158/2
2019-09-09 Mateusz MajewskiCreate and fill logretrieve.{c,h} 47/213647/1
2019-09-09 Mateusz MajewskiMove pipe/logger backend choice logic to create_initial... 46/213646/1
2019-09-09 Mateusz MajewskiMove flush_logs into sort_vector.c 45/213645/1
2019-09-09 Mateusz MajewskiMove buffer choice validation into create_initial_fdis 34/213534/7
2019-09-09 Mateusz MajewskiMove sort_vector initialization into do_print 33/213533/7
2019-09-09 Mateusz MajewskiAdd some missing const qualifiers 09/213609/1
2019-09-06 Mateusz MajewskiSet some sort_vector fields indirectly 32/213532/5
2019-09-06 Mateusz MajewskiMove some arguments into a common struct 51/213551/2
2019-09-05 Mateusz MajewskiRefactor set_sorting 69/213469/1
2019-09-05 Mateusz MajewskiMove sort_vector_time_span into sort_vector.c 68/213468/1
2019-09-04 Mateusz MajewskiMove print preparation into do_print 15/213315/5
2019-09-04 Mateusz MajewskiFix process_log docs 36/213336/2
2019-09-03 Mateusz MajewskiPass the printing function in dlogutil by a callback 71/213271/2
2019-09-03 Michal BlochFix future timestamps 98/213198/5 submit/tizen/20190903.011610
2019-08-30 Michal BlochFix dlogutil getting blocked by clock changes 23/213123/1 accepted/tizen/unified/20190901.225940 submit/tizen/20190830.104642
2019-08-23 Mateusz MajewskiMove the get_format_sorting call 86/212586/1
2019-08-21 Michal BlochMerge "Move log filtering out of log writing" into...
2019-08-21 Michal BlochMerge "Decouple filtering and formatting messages"...
2019-08-19 Mateusz MajewskiMove log filtering out of log writing 42/211942/3
2019-08-19 Mateusz MajewskiDecouple filtering and formatting messages 07/211407/5
2019-08-16 Mateusz MajewskiFix various typos 72/212172/1
2019-07-18 Mateusz MajewskiAdd tests covering a part of logutil.c 66/210366/3 accepted/tizen/unified/20190722.074750 submit/tizen/20190719.053029
2019-07-17 Mateusz MajewskiAdd colored headers 31/209531/11 submit/tizen/20190718.025247
2019-07-12 Michal BlochMerge "Add new tests to cover a branch in fdi_push_log...
2019-07-11 Mateusz MajewskiMake dlogutil not quit on SIGSTOP 42/209542/2
2019-07-05 Mateusz MajewskiRefactor shared_query to reduce link-time dependencies 04/209404/1
2019-06-26 Maciej Slodczykutil: speed up dumping dlogutil 22/208322/2 accepted/tizen/unified/20190627.014809 submit/tizen/20190626.110355
2019-03-01 Michal BlochFix SVACE complaints 39/200239/2
2019-02-11 Michal BlochFix miscellaneous SVACE issues 59/199459/1
2019-01-23 Michal BlochFix coding style 12/198312/3
2018-12-27 lokilee73Remove executable flag from non-executable files 81/196281/1 submit/tizen/20181227.070601
2018-12-12 Maciej Slodczykutil: fix dlogutil failing with multiple buffers 35/195335/2
2018-12-11 Maciej Slodczykdlogutil: allow printing current DLog version 77/195177/2
2018-10-22 Michal Blochutil: optimize dumping instance timezone handling 02/191502/2
2018-08-23 Michal Blochutil: no sorting if not needed 48/185948/7
2018-08-23 Michal BlochRelax sorting constraints 49/187449/2
2018-08-22 Michal Blochutil: sort based on output format 47/185947/5
2018-08-21 Michal Blochutil: use dynamic timestamp-oriented functions 45/185945/3
2018-08-21 Michal Blochutil: cleanup backend reading 44/185944/2
2018-08-21 Michal Blochutil: disallow mixing KMSG and other buffers 53/185653/4
2018-07-25 sanghyeok.ohsvace fix 82/184982/1 accepted/tizen/unified/20180802.090201 submit/tizen/20180730.022401
2018-07-06 Maciej Slodczyksort out send/receive timestamp names in structures 34/169834/22
2018-07-06 Michal Blochutil: implement a better sorting heuristic 90/149890/15
2018-07-05 Michal Blochutil: read all ready log sources each iteration 78/158878/21
2018-07-05 Michal Blochutil: fix duplicated logs with backup buffers 70/183470/1 accepted/tizen/unified/20180706.062151 submit/tizen/20180705.230400
2018-07-03 Michal Blochutil: make log_len Android Logger backend specific 89/175089/5
2018-06-20 Maciej Slodczyklogger: allow specifying multiple buffer paths in confi... 53/181553/9
2018-06-14 Karol LewandowskiMerge "Revert "logger: detect proper apps/events buffer...
next