platform/core/system/dlog.git
2021-01-22 Mateusz MajewskiRemove a useless field 01/252101/2
2021-01-21 Mateusz MajewskiAdd some documentation on dlog_logger interface 01/251901/3
2020-12-17 Hyotaek ShimModify documentation about dlog priorities 31/249831/3 accepted/tizen/unified/20201222.122623 submit/tizen/20201217.052632 submit/tizen/20201218.002753
2020-12-08 Michal BlochIgnore QoS write errors more explicitly 10/249210/1
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-11-25 Karol Lewandowskilibdlog: Allow disabling critical logs 51/248351/2 accepted/tizen/unified/20201127.130449 submit/tizen/20201126.015643
2020-11-09 Michal Blochlogger: extract privilege related code 45/242545/10
2020-11-09 Michal BlochMerge "Add logger daemon write buffering tests" into...
2020-11-06 Michal BlochThreadtime format: ensure space after tag 01/247201/1 accepted/tizen/unified/20201110.125035 submit/tizen/20201109.060608
2020-11-06 Mateusz MajewskiFix the short tag case 92/247192/1
2020-11-06 Adrian Szyndelalogprint: bring back line breaks in all remaining formats 39/247039/2
2020-11-05 Adrian Szyndelalogprint: make threadtime format print metadata in... 81/246981/1 submit/tizen/20201106.012725
2020-11-05 Mateusz MajewskiAdd logger daemon write buffering tests 57/246957/1
2020-11-03 Michal BlochFix compilation on 64-bit targets 38/246738/2
2020-11-03 Michal BlochMerge "Unify logger and pipe tests a bit" into tizen
2020-11-03 Mateusz MajewskiUnify logger and pipe tests a bit 23/246723/1
2020-11-03 Mateusz MajewskiEnable -Wall 86/245486/2
2020-10-27 Agnieszka BaumannWarn when log is duplicated X times 67/243867/24 submit/tizen/20201027.165937
2020-10-27 Mateusz MajewskiFix QoS division by 0 55/246255/3
2020-10-27 Mateusz MajewskiRemove time travel 70/246270/1
2020-10-20 INSUN PYOAdd Requires=local-fs.target dependency to dlog_logger... 11/245411/2
2020-10-16 Mateusz MajewskiFix QoS blocking too many logs 59/245659/3
2020-10-16 Mateusz MajewskiUpdate the overview file 19/245819/1
2020-10-16 Mateusz MajewskiDo not prepare for printing if not going to print 70/245770/2
2020-10-16 Mateusz MajewskiMake sure a mode isn't set if we want to use fetch... 69/245769/2
2020-10-15 Mateusz MajewskiMake sure the buffer is enabled before querying it 57/245757/1
2020-10-14 Mateusz MajewskiFix some cases of data loss caused by partial writes 08/245708/2
2020-10-14 Mateusz MajewskiRemove some obsolete TODOs 79/245679/2
2020-10-09 Mateusz MajewskiMake some functions static only outside of unit tests 85/245485/1
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-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-10-09 Mateusz MajewskiLearn to count to 9 74/245474/1
2020-10-09 Mateusz MajewskiFix various formatting issues 73/245473/1
2020-10-08 Mateusz MajewskiAdd some docs 40/245440/2
2020-10-08 Mateusz MajewskiPut critical logs in the main buffer in the tests 02/245402/2
2020-10-02 Michal BlochMerge "Miscellaneous fixes" into tizen
2020-10-02 Karol Lewandowskiconfigure: fix typo 28/245128/3
2020-10-02 Michal BlochMiscellaneous fixes 46/242546/8
2020-10-02 Michal Blochlibdlogutil: relicense to MIT 82/242682/3
2020-10-02 Michal BlochRemove AOSP licenses 33/245133/2
2020-10-02 Mateusz MajewskiMake sure no partial UTF-8 encodings are left in the... 72/244972/5
2020-10-01 Adrian Szyndelatests: fixed typo 94/245094/1
2020-09-28 Mateusz MajewskiReuse util's parser in the logger daemon 53/244953/3 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.115440 accepted/tizen/6.0/unified/hotfix/20201103.002928 accepted/tizen/unified/20201005.101403 submit/tizen/20200928.173910 submit/tizen_6.0/20201029.205104 submit/tizen_6.0_hotfix/20201102.192504 submit/tizen_6.0_hotfix/20201103.114804 tizen_6.0.m2_release
2020-09-28 Mateusz MajewskiMake the portable parser resetable 01/244901/3
2020-09-28 Mateusz MajewskiMove the util parser outside of util so we can reuse it 93/244893/4
2020-09-28 Michal BlochRewrite `log_add_filter_rule()` 74/244274/4
2020-09-25 Mateusz MajewskiMake util's option parsing more modular 33/244633/5
2020-09-25 Michal Blochptrs_list: list_clear family accepts NULLs 56/244856/1
2020-09-24 Agnieszka BaumannMove parsers.h to the include directory 36/244536/3 accepted/tizen/unified/20201005.005815 resubmit submit/tizen/20200925.070823
2020-09-24 Mateusz MajewskiRemove another nested function 68/244768/1 submit/resubmit/20200925.070106 submit/tizen/20200924.064724
2020-09-23 Michal BlochRemove a ghetto lambda 11/244711/2
2020-09-23 Yunmi HaAdd build option for DEP 64/244664/1 submit/tizen/20200923.060854
2020-09-21 Mateusz MajewskiImprove printing of some edge case logs 49/244549/1 accepted/tizen/unified/20200922.090853 submit/tizen/20200922.010810
2020-09-16 Mateusz MajewskiFinish improving the dlog_test.in script 50/244250/2 accepted/tizen/unified/20200921.123319 submit/tizen/20200918.114600 submit/tizen/20200921.004137
2020-09-16 Mateusz MajewskiFix the test script a bit 49/244249/2
2020-09-15 Yunmi HaFix coverity issue - buffer not null terminated 76/244076/4
2020-09-15 Mateusz MajewskiRemove one last unnecessary link 18/244118/1
2020-09-14 Mateusz MajewskiClean up Makefile.am 12/244012/2
2020-09-14 Mateusz MajewskiRemove a useless variable 79/243979/2
2020-09-14 Mateusz MajewskiRemoveā€¦ something 78/243978/2
2020-09-11 Mateusz MajewskiIntroduce basic --sort-by tests 04/243904/2
2020-09-11 Mateusz MajewskiMake API+internal functions behavior dependent on usage 61/243961/1
2020-09-10 Michal BlochMerge changes Ibfc41bf3,Id7181124,Idf23665c into tizen
2020-09-10 Mateusz MajewskiRemove some unnecessary backslashes 51/243851/1
2020-09-10 Mateusz MajewskiFix a little regression in the JSON format 30/243830/2
2020-09-09 Mateusz MajewskiInline struct log_filter in the struct dlogutil_config 49/243749/1
2020-09-09 Mateusz MajewskiRemove an unnecessary include 48/243748/1
2020-09-09 Mateusz MajewskiChange dlogutil_filter_options -> log_filter 45/243745/2
2020-09-09 Mateusz MajewskiInline dlogutil_filter_options_destroy 44/243744/1
2020-09-09 Mateusz MajewskiInline dlogutil_filter_options_create 43/243743/1
2020-09-09 Mateusz MajewskiMake some internal functions more internal 42/243742/1
2020-09-09 Mateusz MajewskiMake the infamous rotation test more consistent 17/243717/2
2020-09-09 Mateusz MajewskiAdd verbose mode and advanced argument parsing to the... 27/243627/2
2020-09-08 Mateusz MajewskiQuote more in the test script 10/243610/1
2020-09-08 Mateusz MajewskiAdd a test verifying the correct handling of SIGPIPE 63/243563/2
2020-09-08 Mateusz MajewskiStop pretending log_print_log_line return value is... 56/243156/3
2020-09-08 Mateusz MajewskiDon't cache the file size 55/243155/3
2020-09-08 Mateusz MajewskiRemove data loss possibility in the log_file struct... 14/243314/2
2020-09-04 Agnieszka BaumannConform dlogutil_get_log to Tizen errors 79/243179/3
2020-09-04 Agnieszka BaumannConform dlogutil_config_connect to Tizen errors 80/243180/2
2020-09-04 Mateusz MajewskiAdd basic persistent logging tests 89/243289/2 accepted/tizen/unified/20200908.060805 submit/tizen/20200907.062212
2020-09-03 Mateusz MajewskiRevert "Remove data loss possibility in the log_file... 70/243170/1
2020-09-02 Mateusz MajewskiDrop the CAP_SYSLOG requirement 78/242878/6
2020-09-02 Mateusz MajewskiRemove data loss possibility in the log_file struct 21/243021/2
2020-09-02 Mateusz MajewskiCompile with -g 97/242997/4
2020-09-02 Mateusz MajewskiRemove some more bashisms and weird shell issues 04/243004/1
2020-09-02 Mateusz MajewskiRemove unnecessary wc -l 68/242968/1
2020-09-01 Michal BlochFix AOSP file licenses 90/242890/1
2020-09-01 Agnieszka Baumannlibdlogutil: memory capacity failure now returns TIZEN_... 82/242882/2
2020-09-01 Agnieszka Baumannlibdlogutil: request failure now IO_ERROR 83/242883/2
2020-09-01 Agnieszka Baumannlibdlogutil: config failure now returns TIZEN_ERROR_IO_... 84/242884/1
2020-09-01 Mateusz MajewskiAssert that the logger devices don't end 73/242873/1
2020-09-01 Mateusz MajewskiUse the hash from hash.c in the limiter 68/242868/1
2020-09-01 Mateusz MajewskiFix a long-standing Android Logger blocking bug 67/242867/1
2020-09-01 Mateusz MajewskiRemove an unused variable 34/242834/1
2020-08-31 Agnieszka BaumannRemove unused dlogutil_entry_cb 31/242731/1
2020-08-31 Agnieszka BaumannReduce gotos 78/242678/4
next