summaryrefslogtreecommitdiffstats
path: root/libnetdata
AgeCommit message (Expand)Author
2022-07-22include Judy into our source tree (#13362)Timotej S
2022-07-19Fix coverity issue 379240 (Unchecked return value) (#13401)Stelios Fragkakis
2022-07-18Fix chart update ebpf.plugin (#13351)thiagoftsm
2022-07-12Address Coverity issues (#13364)Stelios Fragkakis
2022-07-11Detect stored metric size by page type (#13334)Stelios Fragkakis
2022-07-08fix 32bit calculation on array allocator (#13343)Costa Tsaousis
2022-07-08Better ACLK debug communication log (#13281)Timotej S
2022-07-08array allocator for dbengine page descriptors (#13312)Costa Tsaousis
2022-07-07Protect shared variables with log lock. (#13306)vkalintiris
2022-07-06Multi-Tier database backend for long term metrics storage (#13263)Stelios Fragkakis
2022-06-30Remove warnings when openssl 3 is used. (#13170)thiagoftsm
2022-06-28Dictionaries with reference counters and full deletion support during travers...Costa Tsaousis
2022-06-28netdata doubles (#13217)Costa Tsaousis
2022-06-22Query Engine multi-granularity support (and MC improvements) (#13155)Costa Tsaousis
2022-06-17Fix coverity 378587 (#13024)Emmanuel Vasilakis
2022-06-17allow traversing null-value dictionaries (#13162)Costa Tsaousis
2022-06-15fix crashes due to misaligned allocations (#13137)Costa Tsaousis
2022-06-1373x times faster metrics correlations at the agent (#13107)Costa Tsaousis
2022-06-13Labels with dictionary (#13070)Costa Tsaousis
2022-06-02add the ability to merge dictionary items (#13054)Costa Tsaousis
2022-06-02dictionary improvements (#13052)Costa Tsaousis
2022-06-02Fix dictionary crash walkthrough empty (#13051)Costa Tsaousis
2022-06-01coverity fixes about statsd; removal of strsame (#13049)Costa Tsaousis
2022-06-01Dictionary with JudyHS and double linked list (#13032)Costa Tsaousis
2022-06-01Fix disabled apps (ebpf.plugin) (#13044)thiagoftsm
2022-05-25add dictionary support to statsd (#12980)Costa Tsaousis
2022-05-24Fix nanosleep on platforms other than Linux (#12991)Vladimir Kobal
2022-05-24Fix compilation warnings (#12993)Vladimir Kobal
2022-05-24Faster queries (#12988)Costa Tsaousis
2022-05-21optimize poll_events() to spread the work over the threads more evenly (#12975)Costa Tsaousis
2022-05-19Suppress warning when freeing a NULL pointer in onewayalloc_freez (#12955)Stelios Fragkakis
2022-05-18Prevent command_to_be_logged from overflowing (#12947)Emmanuel Vasilakis
2022-05-17feat: move dirs, logs, and env vars config options to separate sections (#12935)Ilya Mashchenko
2022-05-16user configurable sqlite PRAGMAs (#12917)Costa Tsaousis
2022-05-16fix `[global statistics]` section in netdata.conf (#12916)Ilya Mashchenko
2022-05-14Fix compilation warnings in FreeBSD (#12887)Vladimir Kobal
2022-05-13chore(worker_utilization): log an error when re-registering an already regist...Ilya Mashchenko
2022-05-10fix for negative per job busy time (#12867)Costa Tsaousis
2022-05-10workers fixes and improvements (#12863)Costa Tsaousis
2022-05-09Workers utilization charts (#12807)Costa Tsaousis
2022-05-06Remove sync warning (#12831)thiagoftsm
2022-05-05Improve storage number unpacking by using a lookup table. (#11048)vkalintiris
2022-05-04Broadcast completion before unlocking condition variable's mutex (#12822)vkalintiris
2022-05-03onewayallocator to use mallocz() instead of mmap() (#12810)Costa Tsaousis
2022-05-03Trace rwlocks of netdata (#12785)Costa Tsaousis
2022-05-03One way allocator to double the speed of parallel context queries (#12787)Costa Tsaousis
2022-05-03Speed up BUFFER increases (minimize reallocs) (#12792)Costa Tsaousis
2022-05-02procfile: more comfortable initial settings and faster/fewer reallocs (#12791)Costa Tsaousis
2022-05-02Don't use MADV_DONTDUMP on non-linux builds (#12795)vkalintiris
2022-04-28faster execution of external programs (#12759)Costa Tsaousis