Remove ISU package requirement from the spec
[platform/core/system/dlog.git] / src / logger /
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
2022-03-11 Michal Blochdlog_logger: rearrange readers (no logic change) 31/272231/1
2021-12-30 Karol LewandowskiRelease 7.0.1 28/268728/2 accepted/tizen/unified/20211231.161253 submit/tizen/20211230.133842
2021-12-20 Mateusz MajewskiTerminate the daemon if it's not needed 46/268246/3
2021-11-18 Karol LewandowskiAutodetect backend 49/266649/10
2021-10-28 Mateusz MajewskiFix the persistent log bug 73/265773/1
2021-10-20 Michal BlochFix the handling of over/undersized logs 91/265091/3
2021-10-12 Mateusz MajewskiMake error reporting more accurate in logger configurat... 65/265165/1
2021-09-23 Mateusz MajewskiCandidate fix for the nanosecond issue 92/264492/1
2021-09-10 Michal BlochCandidate fix for the zero-payload log issue 63/263763/4 accepted/tizen/unified/20210917.124807 submit/tizen/20210911.232819 submit/tizen/20210916.011737
2021-07-21 Michal BlochDaemon write socket: rename to "conn" 43/261543/3 submit/tizen/20210722.222608
2021-07-21 Michal BlochFix some resource leaks. 45/260845/5
2021-05-11 Michal BlochFix a use-after-free issue 67/258167/1
2021-04-30 Mateusz MajewskiAdd stdout redirection state info to logctl 35/255235/7
2021-04-30 Mateusz MajewskiStop caching the timestamp in the server 33/257533/4
2021-04-19 Michal BlochAddress some static analysis complaints 22/257122/2
2021-04-13 Karol LewandowskiMerge "Decrease an array in tests for Coverity" into...
2021-04-12 Mateusz MajewskiReplace () with (void) in function prototypes 55/256755/3
2021-04-02 Mateusz MajewskiRename toggle request to a better name 28/256428/1
next