summaryrefslogtreecommitdiffstats
path: root/libnetdata
AgeCommit message (Expand)Author
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
2022-04-28feat(dbengine): make dbengine page cache undumpable and dedupuble (#12765)Ilya Mashchenko
2022-04-26fix implicit declaration of function 'appconfig_section_option_destroy_non_lo...Ilya Mashchenko
2022-04-25fix(cgroups.plugin): remove "enable cgroup X" config option on cgroup deletio...Ilya Mashchenko
2022-03-29Socket connections (eBPF) and bug fix (#12532)thiagoftsm
2022-03-24timex: this plugin enables timex plugin for non-linux systems (#12489)Suraj Neupane
2022-03-15Remove backends subsystem (#12146)Vladimir Kobal
2022-03-14Remove unecessary error report for proc and sys files (#12385)thiagoftsm
2022-03-08CO-RE and syscalls (#12318)thiagoftsm
2022-02-22Remove SIZEOF_VOIDP and ENVIRONMENT{32,64} macros. (#12046)vkalintiris
2022-02-21Update libs code (#12190)thiagoftsm
2022-02-21Fix compilation warnings on macOS (#12082)Vladimir Kobal
2022-02-17Docs: Removed Google Analytics tags (#12145)Tina Luedtke
2022-01-19eBPF plugin CO-RE and monitoring (#11992)thiagoftsm
2022-01-19Compute platform-specific list of static_threads at runtime. (#11955)vkalintiris
2022-01-18Do not use dbengine headers when dbengine is disabled. (#11967)vkalintiris
2022-01-11Fix time_t format (#11897)Vladimir Kobal
2022-01-10Fix cachestat on kernel 5.15.x (eBPF) (#11833)thiagoftsm
2021-11-16Fix typos (#11782)Dimitris Apostolou
2021-11-08Add SSL_MODE_ENABLE_PARTIAL_WRITE to netdata_srv_ctx (#11754)Emmanuel Vasilakis