tests: enable redirection tests for zero-copy
[platform/core/system/dlog.git] / configs /
2024-02-02 Michal Blochtests: enable redirection tests for zero-copy 50/305450/4
2024-01-18 Michal Blochtests: zlogger nominally runs the daemon 69/304569/1
2023-08-16 Michal BlochAdd "coverage tests" 06/297306/1
2023-07-02 Marek Szulcdlog_logger: add log compressed storage resize to logct... 37/288937/11
2023-06-23 Michal BlochAdd stdout redirection defaults to `dlog.conf` 85/294785/1 accepted/tizen/unified/20230706.152117
2023-06-22 AntoniDisallow redirecting to stdout based on config keys 94/294294/4
2023-02-21 Michal BlochAdd the 'dotnet' and 'native' extra libdlog sinks 96/288296/4
2023-02-17 Michal BlochUse buffer traits over specific IDs 95/288295/4
2022-12-20 Michal Blochlibdlog: implement a null backend 00/285500/7
2022-10-28 Mateusz MajewskiEnable tests for zero-copy backend 98/282798/5
2022-09-21 Mateusz MajewskiAdd util_default_format configuration option 74/281474/7
2022-09-20 Karol LewandowskiAdd package to explicitly enable zero-copy dlog backend 70/281670/3 accepted/tizen/unified/20220921.022916
2022-09-05 Mateusz MajewskiBring dlog-logger.conf.alias closer to dlog-logger... 42/280742/2
2022-06-08 Hyotaek ShimCreate units (.service and .socket) directory in the... 17/276017/1 accepted/tizen/unified/20220610.134735 submit/tizen/20220608.120536 submit/tizen/20220608.235431
2022-06-08 Hyotaek ShimAdjust dlog backup size and # of backup files 03/276003/5
2022-02-17 Karol LewandowskiAdd generator for logger.ko device dependencies 30/271130/8 accepted/tizen/unified/20220221.224807 submit/tizen/20220217.170359 submit/tizen/20220220.125013
2021-12-20 Mateusz MajewskiTerminate the daemon if it's not needed 46/268246/3
2021-11-19 Mateusz MajewskiAdd autodetection integration test 45/266845/1
2021-11-18 Karol LewandowskiAutodetect backend 49/266649/10
2021-10-28 Mateusz MajewskiExtend the persistent logging tests a bit 84/265784/1
2021-07-21 Michal BlochDaemon write socket: rename to "conn" 43/261543/3 submit/tizen/20210722.222608
2021-03-22 Mateusz MajewskiSimplify stdout redirection logic a bit 79/255679/2
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-01 Mateusz MajewskiAdd dlog-config-enable-redirector-for-pipe 65/254365/1
2021-02-23 Mateusz MajewskiAdd enable_redirector_for_pipe option 95/253695/3
2020-12-04 Michal BlochMerge "Move some headers into better places" into tizen
2020-11-25 Karol Lewandowskilibdlog: Allow disabling critical logs 51/248351/2 accepted/tizen/unified/20201127.130449 submit/tizen/20201126.015643
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-10-20 INSUN PYOAdd Requires=local-fs.target dependency to dlog_logger... 11/245411/2
2020-09-04 Mateusz MajewskiAdd basic persistent logging tests 89/243289/2 accepted/tizen/unified/20200908.060805 submit/tizen/20200907.062212
2020-08-28 Mateusz MajewskiImplement a basic version of failed log stashing 88/242588/3
2020-08-28 Mateusz MajewskiIntroduce log write buffering 59/235659/13
2020-08-26 Agnieszka Baumannqos: add pictures to the documentation 74/242174/3
2020-08-18 Mateusz MajewskiEnable QoS test in the logger backend 99/241199/1 accepted/tizen/unified/20200820.034649 submit/tizen/20200819.013928
2020-08-17 Mateusz MajewskiOnly write missed AL logs on the first service start 76/240976/7
2020-08-12 Michal BlochQoS: add some new distributions, change default 16/240816/2
2020-08-12 Michal BlochQoS: rename 'proportional' to 'proportional_raw' 15/240815/2
2020-08-10 Mateusz MajewskiAdd a simple QoS integration test 59/240659/1
2020-08-07 Karol LewandowskiMerge changes from topic "dlog-qos-2020" into tizen submit/tizen/20200807.160246
2020-08-07 Michal Blochdaemon: add metrics collection / QoS 67/240367/11
2020-07-30 Agnieszka BaumannAdd deduplication feature to libdlog 90/236090/10
2020-07-23 Mateusz Majewskilibdlogutil: add an aliasing getter 13/239213/3
2020-07-07 Karol Lewandowskidlog_logger: bring back localtime() caching 43/237043/3
2020-05-21 Karol LewandowskiMerge "logger: optimize reader time book-keeping" into...
2020-05-20 Mateusz MajewskiAdd CPU usage measurement 39/233839/2
2020-05-13 Hyotaek ShimApply lazy_polling_sleep_ms=100 86/233286/1
2020-05-07 Michal BlochHybrid mode config: only use for Android Logger backend 40/232440/3
2020-05-07 Michal BlochRevert "Revert "logger: introduce lazy/hybrid approach... 39/232439/2
2020-05-04 Michal Blochlibdlog: add `enable_secure_logs` config entry 21/232321/2
2020-05-04 Hyotaek ShimRevert "logger: introduce lazy/hybrid approach to early... 83/232383/2
2020-04-28 Michal Blochlogger: introduce lazy/hybrid approach to early logging 41/230841/5
2020-04-24 Michal Blochlogger: allow polling time control through config 40/230840/5
2020-04-24 Michal Blochlogger: allow disabling KMSG buffer through config 39/230839/5
2020-04-16 Hyotaek ShimApply Nice=1 to dlog_logger.service 35/230835/2
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-11 Hyotaek ShimRestore kmsg time format as 'rwtime' 56/224556/1
2020-02-11 Hyotaek ShimRestore kmsg time format as 'rwtime' 13/224513/4
2020-02-10 Karol LewandowskiMerge "Fix empty message formatting" into tizen
2020-02-10 Karol LewandowskiMerge "Document confusing daemon structures" into tizen
2020-02-07 Hyotaek ShimChange dlog_logger options to increase the size of... 74/224174/4
2020-02-07 Hyotaek ShimChange dlog_logger options to increase the size of... 93/224193/1 accepted/tizen/5.5/unified/20200210.131633 submit/tizen_5.5/20200207.111014
2020-02-03 Hyotaek ShimChange time option for dlog_logger (recv_realtime ... 36/223736/1 accepted/tizen/5.5/unified/20200205.014428 submit/tizen_5.5/20200204.002631
2020-02-03 Hyotaek ShimChange time option for dlog_logger (recv_realtime ... 81/223681/3 accepted/tizen/unified/20200204.125829 submit/tizen/20200203.104325
2020-02-03 Michal Blochkmsg passive logs: use the same timestamp as dmesg 76/223676/1 submit/tizen_5.5/20200131.024742
2020-01-31 Michal Blochkmsg passive logs: use the same timestamp as dmesg 31/223631/1
2020-01-13 Karol LewandowskiLimit ability to control operations to log user and... 22/222322/1
2019-11-22 Yunmi HaAdd dlog_cleanup service 23/218423/1
2019-11-22 Yunmi HaAdd dlog_cleanup service 76/218076/9
2019-07-16 Mateusz MajewskiChange config so that we won't try to open /dev/null 87/209587/3 accepted/tizen/unified/20190717.220438 submit/tizen/20190717.061730
2019-06-28 INSUN PYORemove unused path files 13/208413/2
2019-06-13 Maciej Slodczykdaemon: update pipe config file comments 93/207893/1
2019-05-09 Karol Lewandowskiconfig: Move persistent logging configuration to separa... 06/202906/5 accepted/tizen/unified/20190512.221838 submit/tizen/20190510.025027
2019-05-09 Karol LewandowskiMove config files from /opt/etc to /etc 18/205818/2
2018-12-11 Maciej SlodczykMerge "dlogsend: notify and return error code when...
2018-11-28 Maciej Slodczyktestsuite: make sure all buffers are disabled when... 64/194064/1
2018-11-15 Michal Blochlibdlog: filters the `apps` buffer by default 10/193110/2 accepted/tizen/unified/20181115.151619 submit/tizen/20181115.015729
2018-11-15 Hyotaek ShimMerge "libdlog: enable dynamic filters by default"...
2018-11-14 Michal Blochlibdlog: enable dynamic filters by default 04/193104/2
2018-10-29 Maciej SlodczykMerge "limiter: do not treat limiter restrictions as...
2018-10-29 Maciej SlodczykMerge "Handle deleting dynamic configuration file"...
2018-10-26 Hyotaek ShimIncrease the limit of open files from 1K to 16K in... 76/191976/2
2018-10-17 Michal BlochFurther documentation improvements 07/191407/3
2018-10-15 Michal Blochdlog_logger: update timezone at runtime 01/191301/1
2018-10-02 Maciej SlodczykMerge "dlogctl: add runtime platform logging control... submit/tizen/20181002.093115
2018-10-02 Maciej SlodczykMerge "Extend the platform logging config values" into...
2018-09-28 Michal BlochMerge "libdlog: separate limiter and dynamic config...
2018-09-28 Michal BlochMerge "Rename dynamic filters to dynamic config" into...
2018-09-28 Michal BlochExtend the platform logging config values 47/189647/7
2018-09-28 Michal BlochRename dynamic filters to dynamic config 31/190031/3
2018-09-28 Maciej Slodczykdlog_logger daemon: make device throttling value buffer... 08/190008/4
2018-09-28 Michal Blochdlog_logger daemon: configurable device throttling 15/189915/5
2018-09-27 Hyotaek ShimChange /run/dlog/filters.d permission 23/190123/2
2018-09-06 Michal BlochMerge "dlogfilterctl: add information about rule type...
2018-09-06 Maciej Slodczykfilters: rename dlogfilterctl to dlogctl 94/188594/3
2018-08-28 Maciej Slodczyklimiter: add a config variable to apply limiter rules... 13/187813/1
2018-08-24 Maciej SlodczykSort out default filters config file location 86/187586/2
2018-08-23 Michal BlochImprove documentation 69/187469/2 submit/sorting/20180823.145108 submit/tizen/20180823.145725
2018-08-21 Maciej Slodczyklibdlog: runtime filtering tests 60/186260/11
next