platform/core/system/dlog.git
2020-01-13 Karol LewandowskiLimit ability to control operations to log user and... 22/222322/1
2020-01-10 Mateusz MajewskiRename dlogutil_entry_ts to dlogutil_entry_get_ts 91/222091/3 accepted/tizen/unified/20200114.130728 submit/tizen/20200113.072921
2020-01-10 Mateusz MajewskiRename dlogutil_entry_(tag|msg) to dlogutil_entry_get_... 90/222090/3
2020-01-10 Mateusz MajewskiRename dlogutil_write_cb to dlogutil_entry_cb 01/222201/2
2020-01-10 Michal BlochRelease 6.0.2 23/222223/1 accepted/tizen/unified/20200113.130540 submit/tizen/20200110.141218
2020-01-10 Michal BlochRevert "Increase log source scanning frequency from... 22/222222/2
2020-01-10 Michal Blochdlog_logger: handle reader source fd entity 03/222103/3
2020-01-10 Michal Blochdlog_logger: subscribe source fd entity to epoll 98/222098/2
2020-01-09 Michal BlochFix an epoll descriptor list leak 74/222074/3
2020-01-09 Michal Blochdlog_logger: wrap reader read_fd in an FD entity 40/222040/3
2020-01-09 Michal Blochdlog_logger: rename reader fd entity to _sink 39/222039/3
2020-01-09 Karol LewandowskiIncrease log source scanning frequency from 1s to 10ms 74/221974/4 accepted/tizen/unified/20200110.123605 submit/tizen/20200109.021000
2020-01-08 Michal BlochFix GCC9 compilation 38/221938/1 submit/tizen/20200108.114316
2020-01-07 Michal BlochVarious string buffer size checks 53/221353/4 submit/tizen/20200107.134313 submit/tizen/20200108.020101
2020-01-02 Michal Blochwritev(2) requires <sys/uio.h> 52/221252/2
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_entry 21/219721/1
2019-12-09 Mateusz MajewskiCreate a typedef for dlogutil_sorting_order 20/219720/1
2019-12-09 Mateusz MajewskiCreate a typedef for dlogutil_filter_options 19/219719/1
2019-12-09 Mateusz MajewskiRename dlogutil_write_callback 18/219718/1
2019-12-06 Mateusz MajewskiImprove the sorting test loop slightly 93/219593/2
2019-12-02 Yunmi HaMake gcov package 97/218397/2
2019-11-29 Hyotaek ShimRevert "libdlog doesn't modify errno from outside PoV" 49/218849/2
2019-11-28 Mateusz MajewskiSpecify buffers in some calls of dlog_tests 46/218746/2
2019-11-26 Yunmi Ha[logcleanup] Fix svace/coverity issue 06/218606/4 accepted/tizen/unified/20191128.162015 submit/tizen/20191126.094154
2019-11-22 Yunmi HaAdd dlog_cleanup service 76/218076/9
2019-11-21 Mateusz MajewskiFix asserts 33/218333/1
2019-11-20 Michal BlochUnsupported buffer set retval: EINVAL → ENOTSUP 07/217907/2
2019-11-19 Michal Blochlibdlog doesn't modify errno from outside PoV 08/218108/1
2019-11-13 Michal BlochDocument the behaviour of CAP_SYSLOG 24/217224/4 accepted/tizen/unified/20191118.122958 submit/tizen/20191115.041146
2019-11-13 Mateusz MajewskiOptimize terminal detection 73/217573/2
2019-11-12 Michal BlochFix missing logs when a dlogutil pipe gets clogged 15/217215/3
2019-11-07 Michal BlochUpdate the version to 6.0 in autoconf as well 11/217211/1
2019-11-07 Mateusz MajewskiRename SORT_* to DLOGUTIL_SORT_* 97/217197/3
2019-11-06 Mateusz MajewskiFix a SVACE complaint 87/216687/5
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-11-06 Mateusz MajewskiRename log_buffer_get_message to dlogutil_entry_msg 80/216680/4
2019-11-06 Mateusz MajewskiRename log_buffer_get_tag to dlogutil_entry_tag 79/216679/4
2019-11-06 Mateusz MajewskiRename log_filter to dlogutil_filter_options 81/216681/4
2019-11-06 Mateusz MajewskiSlightly improve log_filter_add_* 59/216459/3
2019-11-06 Mateusz MajewskiRefactor extract_timestamp and rename to dlogutil_entry_ts 58/216458/3
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-11-05 Michal BlochBump version to 6.0.1 29/217029/1 submit/tizen/20191105.163340
2019-10-24 Mateusz MajewskiImprove log_buffer_get_* exceptional conditions 98/216398/1
2019-10-24 Mateusz MajewskiAdd some missing consts 97/216397/1
2019-10-21 Mateusz MajewskiRename DUMP_{CONTINUOUS,INFINITE} 24/216124/2
2019-10-15 Michal BlochAdd a basic design overview document 96/215496/4
2019-10-14 Mateusz MajewskiAdd dlogutil_ prefix to logger_entry 26/215626/2
2019-10-11 Mateusz MajewskiAdd dlogutil_ prefix to write_callback 25/215625/1
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-10-07 Mateusz MajewskiFix FilterInfo to use pid_t for tid 41/215341/1
2019-09-27 Mateusz MajewskiRefactor filter list a bit 70/214870/1
2019-09-25 Michal BlochFix issues found by static analysis. 21/214521/5 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.021742 accepted/tizen/5.5/unified/mobile/hotfix/20201027.085839 accepted/tizen/unified/20190927.013321 submit/tizen/20190926.122500 submit/tizen_5.5/20191031.000004 submit/tizen_5.5_mobile_hotfix/20201026.185104 tizen_5.5.m2_release
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-23 Mateusz MajewskiAdd meaningful error codes 64/214364/2
2019-09-19 Mateusz MajewskiFill the seconds field of invalid timestamps 68/214268/4
2019-09-19 Mateusz MajewskiPropagate callback return value 58/214158/2
2019-09-17 Mateusz MajewskiFix an include 95/213995/1
2019-09-11 Mateusz MajewskiFix an off-by-one inconsistency in the "out of order... 99/213799/1
2019-09-10 Mateusz MajewskiRemove unnecessary newlines at the end of the files 79/213679/1 accepted/tizen/unified/20190916.111626 submit/tizen/20190910.115310
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-06 Mateusz MajewskiFix log_filter_free 53/213553/1
2019-09-06 Mateusz MajewskiFix some minor issues with the last refactor 13/213513/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 MajewskiMove various files from dlogutil into shared locations 76/213276/1
2019-09-03 Mateusz MajewskiPass the printing function in dlogutil by a callback 71/213271/2
2019-09-03 Michal BlochAdd tests for some recently changed code 72/213272/1
2019-09-03 Maciej SlodczykFix tests for future timestamps 51/213251/1 accepted/tizen/unified/20190904.011545 submit/tizen/20190903.085817
2019-09-03 Michal BlochFix future timestamps 98/213198/5 submit/tizen/20190903.011610
2019-09-03 Michal BlochFix a potential null ptr dereference 30/213130/2
2019-09-02 Hyotaek ShimRemove destructor and destruction_lock 22/213122/2 accepted/tizen/unified/20190902.220738 submit/tizen/20190902.035940
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-29 Michal Blochlibdlog: handle thread cancellation 47/213047/1 accepted/tizen/unified/20190830.110653 submit/tizen/20190830.025800
2019-08-27 Yunmi HaFix svace issue 30/212830/1 accepted/tizen/unified/20190828.011005 submit/tizen/20190827.083548
2019-08-23 Mateusz MajewskiMove the get_format_sorting call 86/212586/1
2019-08-23 Mateusz MajewskiMake sure the JSON format uses default sorting 85/212585/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 MajewskiAdd some JSON tests 68/212168/3
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 MajewskiCover a line in logconfig.c 71/212171/2
2019-08-16 Mateusz MajewskiFix various typos 72/212172/1
next