summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-01-03handle EALREADY and EINPROGRESS while connecting; fixes #3168Costa Tsaousis (ktsaou)
2018-01-03properly check and log thread cancelability discrepanciesCosta Tsaousis (ktsaou)
2018-01-03Merge pull request #3201 from mahlonsmith/add-version-to-httpCosta Tsaousis
2018-01-01Include the current netdata version in the HTTP 'Server' header.Mahlon E. Smith
2017-12-28streaming logging fixesCosta Tsaousis (ktsaou)
2017-12-28logging now also logs the thread tag, so that all logs state their source pro...Costa Tsaousis (ktsaou)
2017-12-28restore ad-hoc cancelability handling; prevent web access thread logsCosta Tsaousis (ktsaou)
2017-12-28allow apps.plugin to build without requiring appconfig.cCosta Tsaousis (ktsaou)
2017-12-28abstracted pthreads into netdata_threadsCosta Tsaousis (ktsaou)
2017-12-27unified thread creation and cleanup throughout the codeCosta Tsaousis (ktsaou)
2017-12-27synchronized exit for all threadsCosta Tsaousis (ktsaou)
2017-12-27remove the bad file descriptor error when a child is killedCosta Tsaousis (ktsaou)
2017-12-27optimize statsd cleanup; work around freeze of musl-libc cleanup on exit; htt...Costa Tsaousis (ktsaou)
2017-12-26more code cleanupCosta Tsaousis (ktsaou)
2017-12-26more cleanup identified by cppcheckCosta Tsaousis (ktsaou)
2017-12-26removed not-needed namesCosta Tsaousis (ktsaou)
2017-12-26code cleanup and faster mime types assignement for static filesCosta Tsaousis (ktsaou)
2017-12-25typo; fixes #3175Costa Tsaousis (ktsaou)
2017-12-23when API option percentage is used, then view_latest_values, min and max shou...Costa Tsaousis (ktsaou)
2017-12-23added options match-ids and match-namesCosta Tsaousis (ktsaou)
2017-12-23the dimensions list of API calls now supports netdata simple patternsCosta Tsaousis (ktsaou)
2017-12-20statsd: support dimension flags, like in pluginsCosta Tsaousis (ktsaou)
2017-12-19fix resource leakage identified by coverityCosta Tsaousis (ktsaou)
2017-12-19added btrfs alarms and dashboard infoCosta Tsaousis (ktsaou)
2017-12-18trim btrfs label nameCosta Tsaousis (ktsaou)
2017-12-18btrfs detailed physical disk stats for data, metadata and systemCosta Tsaousis (ktsaou)
2017-12-18support btrfs disk stats for partitions tooCosta Tsaousis (ktsaou)
2017-12-18btrfs physical disk size; #3095Costa Tsaousis (ktsaou)
2017-12-18mark the btrfs global reserved chart as obsolete too when removing a btrfs vo...Costa Tsaousis (ktsaou)
2017-12-18increase the priority of btrfs global reservedCosta Tsaousis (ktsaou)
2017-12-18commented unused btrfs fieldsCosta Tsaousis (ktsaou)
2017-12-17added btrfs filesystem monitoring; fixes #3095Costa Tsaousis (ktsaou)
2017-12-17minor nfsd optimizationsCosta Tsaousis (ktsaou)
2017-12-17remove unecessary cgroup renames; #3144Costa Tsaousis (ktsaou)
2017-12-12added option display_absolute to allow badges use the signed value in color c...Costa Tsaousis (ktsaou)
2017-12-12do not match a zero value with null color; fixes #3124Costa Tsaousis (ktsaou)
2017-12-10dynamically change dimension name of statsd synthetic charts based on added d...Costa Tsaousis (ktsaou)
2017-12-09allow the same statsd metric added multiple times to the same synthetic chartCosta Tsaousis (ktsaou)
2017-12-09lookup at the dictionary names given at each dimensionCosta Tsaousis (ktsaou)
2017-12-09added dictionary to rename dimensions of synthetic chartsCosta Tsaousis (ktsaou)
2017-12-09support statsd synthetic charts with pattern based dimensions; fixes #2785Costa Tsaousis (ktsaou)
2017-12-09cleanup and optimizationCosta Tsaousis (ktsaou)
2017-12-09simple patterns can now extract the wildcarded part of the matched stringCosta Tsaousis (ktsaou)
2017-12-09allow escaping spaces in simple patternsCosta Tsaousis (ktsaou)
2017-12-09added statsd original metric as synthetic chart dimension idCosta Tsaousis (ktsaou)
2017-12-05statsd timers and histograms should report zeros if nothing is collectedCosta Tsaousis (ktsaou)
2017-11-30find disk names by-label and by-id; fixes #3081Costa Tsaousis (ktsaou)
2017-11-28switched error to info when loading old dimensions; #3072Costa Tsaousis (ktsaou)
2017-11-24added option to ignore sensor ids; fixes #3052Costa Tsaousis (ktsaou)
2017-11-19typing mistakeOguzhan Inan