Replace () with (void) in function prototypes
[platform/core/system/dlog.git] / src / tests / logutil.c
2021-04-12 Mateusz MajewskiReplace () with (void) in function prototypes 55/256755/3
2020-12-04 Michal BlochMerge "Move some headers into better places" into tizen
2020-12-04 Mateusz MajewskiMove some headers into better places 49/249049/1
2020-10-09 Mateusz MajewskiImprove src/tests/logutil.c 78/245478/1
2020-10-09 Mateusz MajewskiUse the sizeof(*ptr) pattern more consistently 75/245475/1
2020-09-10 Michal BlochMerge changes Ibfc41bf3,Id7181124,Idf23665c into tizen
2020-09-09 Mateusz MajewskiChange dlogutil_filter_options -> log_filter 45/243745/2
2020-07-15 Michal Blochsort_vector: move dumping size considerations up 21/238621/2
2020-07-15 Michal Blochlibdlogutil: follow-up mode internals refactor 17/238517/2
2020-04-22 Michal BlochMerge changes I4ae42ed3,Ief2d8cc6 into tizen
2020-04-16 Michal Blochlibdlogutil: put epoll check in the state (nominally) 21/231021/1
2020-04-03 Michal Blochlibdlogutil: leak safety 08/229808/1
2020-03-27 Mateusz Majewskilibdlogutil: refactor mainloop to work on single logs 75/228675/7
2020-03-25 Michal Blochlibdlogutil: put logs into vector before polling 98/228798/1
2020-03-13 Michal BlochMerge "Inline flush" into tizen
2020-03-13 Michal BlochMerge changes into tizen
2020-03-13 Michal BlochMerge "Move callback call out of fdi_push_log" into...
2020-03-11 Mateusz MajewskiInline flush 95/227395/1
2020-03-11 Mateusz MajewskiMove callback call out of fdi_push_log 34/226434/3
2020-03-11 Mateusz MajewskiSimplify sort_vector_push 22/226422/4
2020-02-14 Michal BlochRelease 5.5.3: sync with Tizen 6.0.7 83/224983/1 submit/tizen_5.5/20200214.104335
2020-01-17 Mateusz MajewskiImplement the first version of the libdlogutil library 97/214497/75
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
2020-01-10 Mateusz MajewskiRename dlogutil_write_cb to dlogutil_entry_cb 01/222201/2
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-11-20 Michal BlochUnsupported buffer set retval: EINVAL → ENOTSUP 07/217907/2
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-07 Mateusz MajewskiRename SORT_* to DLOGUTIL_SORT_* 97/217197/3
2019-11-06 Mateusz MajewskiRename log_filter to dlogutil_filter_options 81/216681/4
2019-10-21 Mateusz MajewskiRename DUMP_{CONTINUOUS,INFINITE} 24/216124/2
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-09-19 Mateusz MajewskiPropagate callback return value 58/214158/2
2019-09-09 Mateusz MajewskiMove flush_logs into sort_vector.c 45/213645/1
2019-09-06 Mateusz MajewskiSet some sort_vector fields indirectly 32/213532/5
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-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-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-02 Karol LewandowskiMerge "Fix a potential privilege escalation" into tizen accepted/tizen/unified/20190807.111830 submit/tizen/20180808.030253 submit/tizen/20190807.012805
2019-07-31 Michal Blochshared: fix timestamp inconsistencies 32/199532/8 accepted/tizen/unified/20190802.111406 submit/tizen/20190801.043248
2019-07-23 Mateusz MajewskiAddress the complaints of SVACE 60/210660/4 accepted/tizen/unified/20190725.042830 submit/tizen/20190724.030536
2019-07-18 Mateusz MajewskiAdd tests covering a part of logutil.c 66/210366/3 accepted/tizen/unified/20190722.074750 submit/tizen/20190719.053029