dlog_logger: get rid of Android Logger throttling
[platform/core/system/dlog.git] / src / logger / logger_internal.h
2023-03-24 Michal Blochdlog_logger: get rid of Android Logger throttling 53/289853/3
2023-03-10 Michal Blochdlog_logger: add a dedicated signal handler thread 10/289210/6
2023-02-28 Michal Blochdlog_logger: remove useless 'exiting' state 87/289087/1
2023-02-28 Michal Blochdlog_logger: extract some struct logger functions 41/289041/2
2023-02-02 Michal Blochdlog_logger: QoS contained by aggregation 99/287699/2
2023-02-02 Michal Blochdlog_logger: refactor QoS distributions 25/287625/3
2022-12-20 Michal Blochlibdlog: implement a null backend 00/285500/7
2022-12-20 Michal Blochdlog_logger: lazy poll only for Logger backend 57/285757/6
2022-12-06 Michal Blochdlog_logger: remove duplicate code 28/285128/1
2022-09-21 Mateusz MajewskiAdd util_default_format configuration option 74/281474/7
2022-08-30 Michal BlochAdd a zero-copy backend 33/278733/14
2022-05-09 Michal BlochIn-memory compressed log backup 70/271770/9
2022-03-11 Michal Blochdlog_logger: rearrange readers (no logic change) 31/272231/1
2021-04-30 Mateusz MajewskiStop caching the timestamp in the server 33/257533/4
2021-04-02 Karol LewandowskiUse named pipes when creating pipes for clients 93/256193/7
2021-03-22 Mateusz MajewskiSimplify stdout redirection logic a bit 79/255679/2
2021-02-23 Mateusz MajewskiAdd stdout redirection support to the daemon 58/254058/1
2020-11-09 Michal Blochlogger: extract privilege related code 45/242545/10
2020-10-09 Mateusz MajewskiFix various formatting issues 73/245473/1
2020-08-28 Mateusz MajewskiIntroduce log write buffering 59/235659/13
2020-08-24 Mateusz MajewskiSplit various writer related stuff to a separate file 34/242134/2
2020-08-24 Mateusz MajewskiSplit various log_buffer related stuff to separate... 29/242129/2
2020-08-24 Mateusz MajewskiSplit various dlogutil line parsing to a separate file 24/242124/2
2020-08-21 Mateusz MajewskiFix various tiny dlog_logger issues 40/242040/1
2020-08-21 Mateusz MajewskiMove various socket related things to a separate file 38/242038/1
2020-08-21 Mateusz MajewskiRemove an unnecessary signature 37/242037/1
2020-08-21 Mateusz MajewskiMove various reader_logger relate things to a separate... 01/242001/1
2020-08-21 Mateusz MajewskiMove various reader related things to a new file 67/241967/1
2020-08-20 Mateusz MajewskiMove some fd_entity related stuff to separate file 82/241882/2
2020-08-20 Mateusz MajewskiMove some reader_pipe related stuff to separate file 60/241460/2
2020-08-19 Agnieszka Baumanndlog_logger: disambiguate `log_storage` 08/239308/2
2020-08-17 Mateusz MajewskiOnly write missed AL logs on the first service start 76/240976/7
2020-08-12 Michal BlochQoS: split off distributions to a separate file 12/240812/2
2020-08-11 Mateusz MajewskiClarify types 80/240780/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-08-05 Mateusz Majewskidlog_logger: remove the `reader_any` kitchen sink 03/240303/1
2020-08-04 Michal Blochdaemon: logger reader: move file handling to a sub 66/239666/5
2020-07-29 Michal Blochdlog_logger: move fields to reader child classes 65/239665/3
2020-07-28 Mateusz Majewskidlog_logger: further reader refactors 13/239613/6
2020-07-28 Michal Blochdaemon: handle epoll callback pointers sensibly 68/239568/2
2020-07-23 Agnieszka BaumannHeaders: add `extern "C"` where applicable 06/239306/1
2020-06-29 Michal Blochlibdlogutil: move sorting/filters to internal 60/237360/2
2020-06-16 Mateusz MajewskiPrecreate the dynamic config file 58/232458/2
2020-06-08 Mateusz MajewskiImprove server timestamp handling 33/234233/3
2020-05-26 Michal Blochlogger: add a (so far unused) epoll for socket FDs 53/233853/2
2020-05-26 Michal Blochlogger: extract epoll metadata to a struct 50/233850/2
2020-05-07 Michal BlochRevert "Revert "logger: introduce lazy/hybrid approach... 39/232439/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-02-14 Michal BlochRelease 5.5.3: sync with Tizen 6.0.7 83/224983/1 submit/tizen_5.5/20200214.104335
2020-02-13 Karol LewandowskiMerge "[lib]dlogutil: add a monitoring mode" into tizen
2020-02-12 Michal Bloch[lib]dlogutil: add a monitoring mode 61/220361/9
2020-02-10 Karol LewandowskiMerge "Fix empty message formatting" into tizen
2020-02-10 Karol LewandowskiMerge "Document confusing daemon structures" into tizen
2020-02-06 Michal BlochDocument confusing daemon structures 58/224158/2
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-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
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-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-06 Mateusz MajewskiRename log_filter to dlogutil_filter_options 81/216681/4
2019-10-14 Mateusz MajewskiAdd dlogutil_ prefix to logger_entry 26/215626/2
2019-10-11 Mateusz MajewskiAdd dlogutil_ prefix to sorting_order 24/215624/1
2019-08-21 Michal BlochMerge "Decouple filtering and formatting messages"...
2019-08-19 Mateusz MajewskiDecouple filtering and formatting messages 07/211407/5
2019-07-22 Mateusz MajewskiAdd tests covering a minor part of logger.c 67/210467/7