platform/core/system/dlog.git
2021-04-12 Mateusz MajewskiReplace () with (void) in function prototypes 55/256755/3
2021-04-12 Mateusz MajewskiAdd some basic latency data to logmetrics 11/256711/4
2021-04-12 Karol LewandowskiRelease 6.5.4 69/256769/2 submit/tizen/20210412.154546
2021-04-12 Michal BlochType safety for redirection tags 57/256757/2
2021-04-12 Karol Lewandowskilibdlog: Do not export private functions 68/256768/2
2021-04-12 Karol Lewandowskilog-redirect: Deprecate connect_dlog() 67/256767/2
2021-04-09 Michal BlochIntroduce dlog_is_fd_redirected 61/256661/2
2021-04-08 Karol LewandowskiSimplify dlog packaging 83/256583/3
2021-04-06 Michal BlochIncrease config entry field lengths 43/256543/2
2021-04-02 Karol LewandowskiRelease 6.5.2 21/256421/6 accepted/tizen/unified/20210403.020733 submit/tizen/20210402.111638
2021-04-02 Karol Lewandowskidlog_redirect_stdout: Use internal library 38/256438/4
2021-04-02 Mateusz MajewskiRename toggle request to a better name 28/256428/1
2021-04-02 Mateusz MajewskiMove stdout toggle operation to control socket 86/256186/4
2021-04-02 Karol LewandowskiUse named pipes when creating pipes for clients 93/256193/7
2021-04-02 Karol Lewandowskiredirect-stdout: Ensure lines are line buffered 76/256376/5
2021-04-02 Karol Lewandowskiredirect-stdout: Perform sanity check on paramters... 85/256385/2
2021-03-31 Mateusz MajewskiFix a dumb mistake 63/256263/1 accepted/tizen/unified/20210401.105944 submit/tizen/20210331.124628
2021-03-30 Hyotaek ShimAdd extern "C" to dlog-redirect-stdout.h 43/256143/1
2021-03-22 Michal BlochRelease 6.5.1 00/255700/2 accepted/tizen/unified/20210328.230643 submit/tizen/20210324.095642 submit/tizen/20210326.090524
2021-03-22 Karol Lewandowskipackaging: Move dlog_redirect_stdout utility to dloguti... 03/255703/1
2021-03-22 Michal BlochAdd nominal support for Android Logger in the redirector 18/255618/4
2021-03-22 Mateusz MajewskiSimplify stdout redirection logic a bit 79/255679/2
2021-03-22 Mateusz MajewskiMake stdout redirection tests less racey 78/255678/1
2021-03-15 Michal BlochMerge "logger: extract signal setup" into tizen
2021-03-15 Michal BlochMerge "Add dlogctl stdout control for pipe" into tizen
2021-03-15 Michal Blochlogger: extract signal setup 95/255195/1
2021-03-12 Mateusz MajewskiAdd dlogctl stdout control for pipe 58/255158/3
2021-03-12 Michal BlochAdd the toggle stdout request 21/254721/3
2021-03-12 Michal BlochAdd buffer::accept_stdout 20/254720/2
2021-03-12 Michal BlochMake some room among pipe request codes 19/254719/2
2021-03-12 Michal BlochRedirector binary: user-friendly params/output 27/255027/3
2021-03-08 Michal BlochMerge changes from topic "dlog-stdout-writer-03-2021...
2021-03-08 Mateusz MajewskiAdd basic stdout redirector tests 56/254656/3
2021-03-05 Mateusz MajewskiFlush redirector daemon buffer on error 55/254655/1
2021-03-05 Mateusz MajewskiMake the pipe daemon not drop stdin bytes 54/254654/1
2021-03-01 Mateusz MajewskiImprove the pipe backend stdout writer 67/254367/2
2021-03-01 Mateusz MajewskiAdd dlog-config-enable-redirector-for-pipe 65/254365/1
2021-02-24 Michal BlochRelease 6.5.0 89/254189/1 accepted/tizen/unified/20210301.130201 submit/tizen/20210224.142709
2021-02-23 Mateusz MajewskiAdd redirector binary and lib 66/253766/3
2021-02-23 Mateusz MajewskiAdd stdout redirection support to the daemon 58/254058/1
2021-02-23 Mateusz MajewskiAdd enable_redirector_for_pipe option 95/253695/3
2021-02-23 Mateusz MajewskiDon't explode when logs lack the timestamp 94/253694/2
2021-02-23 Michal BlochChange connect_pipe to get dlog_control_msg struct... 68/253568/2
2021-02-18 INSUN PYORemove unused Requires(posttrans) dependencies 91/253791/1
2021-02-11 Mateusz MajewskiCorrect the documentation of available timestamps 85/253485/1
2021-01-28 Michal Blochlibdlogutil: reorder parameter checks 85/246985/5
2021-01-28 Michal BlochDrop some unused value setting 64/247864/5
2021-01-28 Michal BlochAdd an assert() to a scary-looking buffer indexing 52/247952/4
2021-01-28 Michal BlochBe more assertive regarding request types 36/251836/2
2021-01-28 Michal BlochAdd a basic write-socket request dispatcher 35/251835/2
2021-01-27 Mateusz MajewskiMove the connect_pipe function to a separate file 99/252399/1
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
next