Fix: generic cleanup for logger readers
[platform/core/system/dlog.git] / src / logger /
2023-10-12 Michal BlochFix: generic cleanup for logger readers 39/299939/1 accepted/tizen/unified/20231014.105734
2023-10-06 Michal BlochDon't destroy the server while reader threads live 84/299684/2
2023-10-05 Michal BlochCleanup threaded memory readers properly 94/299494/3
2023-10-05 Michal BlochRemove a TOCTTOU issue 12/299612/2
2023-10-04 Michal BlochStarting a reader: expose MT dispatcher 11/299611/1
2023-10-04 Michal BlochReinstate dead reader storage 43/299543/1
2023-10-03 Michal BlochCommonize server reader removal 00/299500/1
2023-10-03 Michal BlochSimplify reader run dispatch 99/299499/1
2023-10-02 Michal BlochThread self-cancel only deals with the thread 85/299485/1
2023-10-02 Michal BlochPerform signal-related cleanup on exit 49/299449/3
2023-10-02 Michal BlochExtract signal handling into two functions 48/299448/3
2023-09-29 Michal BlochDon't put readers into the dead reader storage 50/299450/2
2023-09-27 Michal BlochFix a race condition 32/299432/1
2023-09-15 Michal BlochMake multithreading optional 04/298804/2
2023-09-15 Michal Blochdlog_logger: multithread pipe & memory readers 02/296202/3
2023-09-15 Michal BlochAdd locks to log storages 78/292778/4
2023-09-13 Michal Blochdlog_logger: add Dead Reader Storage 01/296201/3
2023-09-13 Michal BlochUnify starting a reader 00/296200/3
2023-08-25 Michal BlochImprove type safety + microoptimize 62/297862/2
2023-08-11 Michal Blochlog storage: leave no dangling pointers, even if unused 06/297206/1
2023-08-09 Michal BlochCommonize reader_free_foreach 53/296153/2
2023-08-09 Michal BlochRemove log storage peeking 49/295949/3
2023-08-09 Michal Blochdlog_logger: unify reader servicing 42/292642/4
2023-08-09 Michal Blochdlog_logger: add a ghetto vtable to readers 75/292475/4
2023-08-09 Michal Blochdlog_logger: commonize reader threading facilities 74/292474/4
2023-08-09 Michal BlochGet rid of AL reader source FD entity 73/292473/4
2023-07-18 Michal BlochFix pipe reader log selection logic 48/295948/2
2023-07-18 Michal BlochStorage returns entry into buffer 47/295947/2
2023-07-11 Michal BlochExtract common parts of util req handling 21/292121/4
2023-07-11 Michal BlochImprove commentary a bit 20/292120/2
2023-07-10 Karol Lewandowskipackaging: Make vconf usage optional and disable it... 35/295535/3
2023-07-02 AntoniMake logger resize storage when system is low on memory 64/295164/1
2023-07-02 Marek Szulcdlog_logger: add log compressed storage resize to logct... 37/288937/11
2023-04-21 Michal BlochAlow multiplexing from writer-made readers 36/291736/2
2023-04-21 Michal Blochdlog_logger: allow multiplexing pipe storage readers 69/291569/3
2023-04-18 Michal Blochreader_pipe: get rid of dump/monitor flags 68/291568/2
2023-04-18 Michal Blochdlog_logger: clear drained dumping storage readers 52/291352/3
2023-04-18 Michal BlochGeneral pyramidity reduction 51/291351/2
2023-04-18 Michal Blochdlog_logger: commonize adding server readers 50/291350/2
2023-04-18 Michal Blochdlog_logger: remove log_buffer ptr from pipe readers 49/291349/2
2023-04-18 Michal Blochdlog_logger: server has just one nominal sorting 48/291348/2
2023-04-12 Michal BlochStorage readers: add `is_finished` for dumping readers 79/291279/1
2023-04-12 Michal BlochFix single-log dumping readers 78/291278/1
2023-03-31 Michal Blochdlog_logger: multiplex pipe storage readers (nominally) 77/291277/1
2023-03-30 Michal BlochAdd log storage peeking 82/290682/2
2023-03-28 Michal Blochdlog_logger: pipe reader buffer param now a bitmask 57/290557/1
2023-03-28 Michal Blochdlog_logger: unify reader book-keeping 56/290556/1
2023-03-24 Michal Blochdlog_logger: get rid of Android Logger throttling 53/289853/3
2023-03-21 Michal Blochdlog_logger: simplify reader_logger 45/290145/2
2023-03-10 Michal Blochdlog_logger: multi-thread logger readers 78/285378/7
2023-03-10 Michal Blochdlog_logger: add a dedicated signal handler thread 10/289210/6
2023-03-09 Marek Szulcdlog_logger: add a function for resizing log_compressed... 15/288915/11
2023-02-28 Michal Blochdlog_logger: remove useless 'exiting' state 87/289087/1
2023-02-28 Michal Blochdlog_logger: flush readers on free 86/289086/1
2023-02-28 Michal Blochdlog_logger: extract some struct logger functions 41/289041/2
2023-02-17 Michal BlochUse buffer traits over specific IDs 95/288295/4
2023-02-16 Michal BlochExtract buffer trait functions from logcommon 44/288444/1
2023-02-10 Michal Blochdlog_logger: move epoll metadata functions to fd_entity.c 46/288146/1
2023-02-10 Michal Blochdlog_logger: commonize reader epoll dispatch 45/288145/1
2023-02-10 Michal Blochdlog_logger: readers unregister themselves from epoll 05/287705/2
2023-02-10 Michal Blochdlog_logger: readers now remove themselves from lists 44/288144/1
2023-02-10 Michal Blochdlog_logger: writer_free uses foreach 43/288143/1
2023-02-09 Michal Blochdlog_logger: readers keep their owning server 57/288057/1
2023-02-09 Michal Blochdlog_logger: cleanup config line handling 56/288056/1
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
2023-02-02 Michal Blochdlog_logger: extract main loop iteration 68/287568/4
2023-02-02 Michal Blochdlog_logger: reader_logger keeps dev FD directly 56/286856/3
2023-02-02 Michal Blochdlog_logger: cull unused logger readers 55/286855/3
2023-01-13 Michal Blochdlog_logger: remove reader logger sink FD entity 54/286854/1
2023-01-13 Michal Blochdlog_logger: code documentation 53/286853/1
2022-12-20 Michal Blochdlog_logger: refactoring 76/285376/4
2022-12-20 Michal Blochdlog_logger: extract a static var to a struct 94/285294/4
2022-12-20 Michal Blochdlog_logger: abstract (sub-)reader operations 29/285129/5
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-11-30 Michal Blochlibdlog: thread-local cache for pid/tid 87/284787/4
2022-11-23 Michal BlochAdd miniz to the daemon framework 82/284482/3
2022-11-22 Michal BlochAdd a compression framework to the daemon 81/284481/2
2022-11-04 Michal BlochCompression buffer size spec: bytes -> kilobytes 46/283946/1
2022-09-21 Mateusz MajewskiAdd util_default_format configuration option 74/281474/7
2022-09-05 Mateusz MajewskiHack in a graceful shutdown of the daemon in the zero... 13/280713/2
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-04-28 Michal BlochAdd a compressed storage struct + tests 32/274232/5
2022-04-28 Michal BlochReader pipe: remove an unused timestamp 95/274395/3
2022-04-28 Michal BlochImprove pipe reader related function names 94/274394/3
2022-04-28 Michal BlochExtract pipe reader functionality into subs 52/273652/7
2022-04-28 Michal BlochSubreaders: methods now return an error code 05/273705/6
2022-04-28 Michal Blochreader_pipe now uses subreader_file 03/273703/6
2022-03-29 Michal BlochFile reader: add sorting info 12/273012/2
2022-03-29 Michal BlochSimplify some unreachable code 11/273011/2
2022-03-29 Michal Blochreaders: reduce some copy-paste 10/273010/2
2022-03-29 Michal Blochreaders: make free a member func 09/273009/2
2022-03-29 Michal Blochreaders: initialize fd entities properly 08/273008/2
2022-03-29 Michal Blochreader: put the service handler into reader common 07/273007/2
2022-03-29 Michal Blochreaders: put reader_common first 06/273006/2
2022-03-29 Michal Blochreaders: commonize flushing 05/273005/2
2022-03-11 Michal BlochMove sub-readers to the common reader 32/272232/1
next