Only read the logs that could have changed
[platform/core/system/dlog.git] / include /
2023-08-25 Michal BlochExclude some inaccessible code 65/297865/2
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-05-22 Chanwoo ChoiRemove dlog_print_{dotnet,native} information from... 78/293178/1 accepted/tizen/unified/20230609.163732
2023-03-28 Michal Blochdlog_logger: pipe reader buffer param now a bitmask 57/290557/1
2023-03-15 Michal BlochHide dlog_print_{dotnet,native} from the header 25/289925/1
2023-02-21 Michal BlochAdd the 'dotnet' and 'native' extra libdlog sinks 96/288296/4
2023-02-21 Michal BlochAdd the concept of extra redirectable sinks 24/288624/2
2023-02-17 Michal BlochUse buffer traits over specific IDs 95/288295/4
2023-02-16 Michal BlochBuffer traits: add `platform` 45/288445/1
2023-02-16 Michal BlochExtract buffer trait functions from logcommon 44/288444/1
2022-12-20 Michal Blochlibdlog: implement a null backend 00/285500/7
2022-11-30 Michal Blochlibdlog: thread-local cache for pid/tid 87/284787/4
2022-11-22 Michal BlochAdd a compression framework to the daemon 81/284481/2
2022-10-28 Marek SzulcAdd benchmark framework for testing compression algos 64/283564/1
2022-10-28 Michal BlochAdd a timespec handling helper 01/282801/4
2022-10-19 Marek Szyprowskizlogger: use dynamic mappings for each client 56/281156/14
2022-10-19 Marek Szyprowskizlogger: don't call get_time() twice 58/283058/2
2022-09-21 Mateusz MajewskiAdd util_default_format configuration option 74/281474/7
2022-09-12 Michal BlochIntegrate zlogutil into libdlogutil 10/280910/3
2022-08-30 Michal BlochAdd a zero-copy backend 33/278733/14
2022-08-19 Michal BlochReduce max logger request length 94/279394/2
2022-07-28 Michal Blochlib: avoid a needless rw-lock if possible 01/278901/3
2022-07-26 Michal BlochMake headers a bit more C++ friendly 42/278642/2
2022-05-09 Michal BlochIn-memory compressed log backup 70/271770/9
2022-04-28 Michal Blochptrs_list: add find_if (similar to C++ STL) 96/274396/3
2022-04-28 Michal Blochptrs_list: add list_foreach_ret 04/273704/6
2022-01-21 Karol LewandowskiMerge "Move to linux-tizen-modules-headers" into tizen
2022-01-20 Mateusz MajewskiFix some invalid function names in dlogutil.h documentation 45/269645/2
2022-01-14 Mateusz MajewskiMove to linux-tizen-modules-headers 77/269477/1
2021-11-18 Karol LewandowskiAutodetect backend 49/266649/10
2021-09-23 Hubert KowalskiEnlarged MAX_LOGGER_REQUEST_LEN to 65535 bytes 45/264145/17 accepted/tizen/unified/20210927.120919 submit/tizen/20210923.232435
2021-08-12 Hubert KowalskiAdded deep_copy_dlogutil_entry_s() function and tests... 69/262369/11
2021-06-22 Hyotaek ShimRemove unused connect_dlog() 14/260214/1 accepted/tizen/unified/20210623.125322 submit/tizen/20210622.065044
2021-05-25 Mateusz MajewskiMake the limiter a self-contained struct 14/258014/5
2021-04-30 Mateusz MajewskiAdd stdout redirection state info to logctl 35/255235/7
2021-04-19 Hyotaek Shim[ACR-1631] Add tizen.org/privilege/log, platform-level... 59/256759/5 accepted/tizen/unified/20210421.101233 submit/tizen/20210420.085549
2021-04-13 Michal BlochUpdate Android Logger stdout tag setting 34/256834/1
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-12 Karol Lewandowskilog-redirect: Deprecate connect_dlog() 67/256767/2
2021-04-09 Michal BlochIntroduce dlog_is_fd_redirected 61/256661/2
2021-04-06 Michal BlochIncrease config entry field lengths 43/256543/2
2021-04-02 Mateusz MajewskiRename toggle request to a better name 28/256428/1
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-03-30 Hyotaek ShimAdd extern "C" to dlog-redirect-stdout.h 43/256143/1
2021-03-22 Michal BlochAdd nominal support for Android Logger in the redirector 18/255618/4
2021-03-12 Michal BlochAdd the toggle stdout request 21/254721/3
2021-03-12 Michal BlochMake some room among pipe request codes 19/254719/2
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 Michal BlochChange connect_pipe to get dlog_control_msg struct... 68/253568/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
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-10-27 Agnieszka BaumannWarn when log is duplicated X times 67/243867/24 submit/tizen/20201027.165937
2020-10-16 Mateusz MajewskiMake sure a mode isn't set if we want to use fetch... 69/245769/2
2020-10-09 Mateusz MajewskiFix various formatting issues 73/245473/1
2020-10-08 Mateusz MajewskiAdd some docs 40/245440/2
2020-10-02 Michal Blochlibdlogutil: relicense to MIT 82/242682/3
2020-10-02 Michal BlochRemove AOSP licenses 33/245133/2
2020-09-28 Mateusz MajewskiMove the util parser outside of util so we can reuse it 93/244893/4
2020-09-24 Agnieszka BaumannMove parsers.h to the include directory 36/244536/3 accepted/tizen/unified/20201005.005815 resubmit submit/tizen/20200925.070823
2020-09-11 Mateusz MajewskiMake API+internal functions behavior dependent on usage 61/243961/1
2020-09-10 Michal BlochMerge changes Ibfc41bf3,Id7181124,Idf23665c into tizen
2020-09-09 Mateusz MajewskiInline struct log_filter in the struct dlogutil_config 49/243749/1
2020-09-09 Mateusz MajewskiRemove an unnecessary include 48/243748/1
2020-09-09 Mateusz MajewskiChange dlogutil_filter_options -> log_filter 45/243745/2
2020-09-09 Mateusz MajewskiInline dlogutil_filter_options_destroy 44/243744/1
2020-09-09 Mateusz MajewskiInline dlogutil_filter_options_create 43/243743/1
2020-09-08 Mateusz MajewskiDon't cache the file size 55/243155/3
2020-09-04 Agnieszka BaumannConform dlogutil_get_log to Tizen errors 79/243179/3
2020-09-04 Agnieszka BaumannConform dlogutil_config_connect to Tizen errors 80/243180/2
2020-09-02 Mateusz MajewskiDrop the CAP_SYSLOG requirement 78/242878/6
2020-09-01 Michal BlochFix AOSP file licenses 90/242890/1
2020-09-01 Agnieszka Baumannlibdlogutil: memory capacity failure now returns TIZEN_... 82/242882/2
2020-09-01 Agnieszka Baumannlibdlogutil: request failure now IO_ERROR 83/242883/2
2020-09-01 Agnieszka Baumannlibdlogutil: config failure now returns TIZEN_ERROR_IO_... 84/242884/1
2020-09-01 Mateusz MajewskiUse the hash from hash.c in the limiter 68/242868/1
2020-08-31 Agnieszka BaumannRemove unused dlogutil_entry_cb 31/242731/1
2020-08-31 Agnieszka BaumannReduce gotos 78/242678/4
2020-08-28 Mateusz MajewskiIntroduce log write buffering 59/235659/13
2020-08-20 Mateusz MajewskiMove some QoS related stuff to separate file 92/241892/2
2020-08-19 Mateusz MajewskiReuse current timestamp in sort_vector_time_span 75/241375/3
2020-08-19 Hyotaek ShimDo not call clock_gettime() if dedup is not configured 32/241332/8
2020-08-19 Mateusz MajewskiAdd PID-limit exceeded message 37/241337/2
2020-08-19 Mateusz MajewskiImprove __log_limiter_pass_log interface 36/241336/2
2020-08-13 Mateusz MajewskiMove some functions to backend_androidlogger.c 98/240998/4
2020-08-13 Mateusz MajewskiImprove logctl const-correctness 09/241009/3
2020-08-13 Agnieszka BaumannRemove unused logfile_callback 00/241000/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-06 Michal Blochmetrics: add clear and get_total functions 75/240475/2
2020-08-06 Agnieszka BaumannAdd fdi_logger.c test 62/240362/2
2020-08-06 Michal Blochlibdlog: pid based limiter 14/226514/9
2020-08-06 Michal Blochmetrics: fix a memleak 74/240474/1
2020-08-06 Michal BlochAdd a helper function for core Android buffers 69/240469/1
2020-08-05 Michal Bloch"Move constructors" for cleaner resource handling 64/240364/2
next