summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-10-01allow linking with jemalloc or tcmallocCosta Tsaousis (ktsaou)
2016-10-01inherit netdata version from autconfCosta Tsaousis (ktsaou)
2016-10-01use atomic operations for debugging malloc issuesCosta Tsaousis (ktsaou)
2016-10-01pid file in /var/run; ↵Costa Tsaousis (ktsaou)
https://github.com/firehol/netdata/pull/403#issuecomment-250894031
2016-10-01cgroups now also read usage_in_bytes, memsw_usage_in_bytes, failcnt and ↵Costa Tsaousis (ktsaou)
creates 2 new memory charts; fixes #1019
2016-10-01Merge pull request #1047 from ktsaou/jsupdateCosta Tsaousis
update all javascript libraries
2016-10-01Merge pull request #1050 from ktsaou/masterCosta Tsaousis
fix unnecessary calls to realloc()
2016-09-30reduce netdata virtual memory size by setting MALLOC_ARENA_MAX; portable way ↵Costa Tsaousis (ktsaou)
of detecting mallinfo() and mallopt()
2016-09-30added libuuid-devel to spec file; fixes #1048Costa Tsaousis (ktsaou)
2016-09-30fix unecessary calls to realloc(); added memory allocations logger - enabled ↵Costa Tsaousis
with -DNETDATA_LOG_ALLOCATIONS=1
2016-09-30properly define the sse optimization on x86 flag; #1032Costa Tsaousis (ktsaou)
2016-09-30lookup all the known URLs of a machineCosta Tsaousis (ktsaou)
2016-09-30Merge pull request #1046 from ktsaou/masterCosta Tsaousis
prevent crash on start if shared or private anonymous memory cannot be allocated
2016-09-30prevent crash on start if shared or private anonymous memory cannot be allocatedCosta Tsaousis (ktsaou)
2016-09-30fix for horizontal grid lines disappearingCosta Tsaousis (ktsaou)
2016-09-30updated all javascript librariesCosta Tsaousis (ktsaou)
2016-09-29Merge pull request #1044 from ktsaou/masterCosta Tsaousis
prevent past CLEAR notifications; fixes #1035
2016-09-29prevent past CLEAR notifications; fixes #1035Costa Tsaousis (ktsaou)
2016-09-29Merge pull request #1043 from ktsaou/masterCosta Tsaousis
make sure atomic operations are linkable; fixes #860
2016-09-29make sure atomic operations are linkable; fixes #860Costa Tsaousis (ktsaou)
2016-09-29Merge pull request #1040 from ktsaou/masterCosta Tsaousis
bug fixing; minor improvements
2016-09-29updated configs.signaturesCosta Tsaousis (ktsaou)
2016-09-29dashboard does not show past CLEAR notifications; fixes #1035Costa Tsaousis (ktsaou)
2016-09-28features at the header; shorter bash version errorCosta Tsaousis (ktsaou)
2016-09-28fix for alarms with multiple roles; more comments; fixed typosCosta Tsaousis (ktsaou)
2016-09-28fixed typos and added more infoCosta Tsaousis (ktsaou)
2016-09-28added configure option to disable x86 SSE detectionCosta Tsaousis (ktsaou)
2016-09-28do not strip trailing zeros when number is not decimal; fixes @1033Costa Tsaousis (ktsaou)
2016-09-28Merge pull request #1032 from ktsaou/masterCosta Tsaousis
32/64 bit cpu detection with autoconf
2016-09-28use prior version of ax_check_compile_flag for autotools >=2.60 compatibilityCosta Tsaousis
2016-09-28enable -msse2 -mfpmath=sse on x86 machines that support it; fixes #450; ↵Costa Tsaousis (ktsaou)
fixes #263
2016-09-28autoconf for detecting 32/64 bit CPUCosta Tsaousis (ktsaou)
2016-09-27Merge pull request #1031 from ktsaou/masterCosta Tsaousis
more alpine compatibility fixes
2016-09-27updated commentCosta Tsaousis (ktsaou)
2016-09-27fix exit procedure on alpineCosta Tsaousis (ktsaou)
2016-09-27attempt to fix exit procedure on alpineCosta Tsaousis (ktsaou)
2016-09-27add information about threads exitingCosta Tsaousis (ktsaou)
2016-09-27Merge pull request #1028 from ktsaou/masterCosta Tsaousis
alpine linux compatibility fixes
2016-09-27detect compiler atomic instructions using autoconfCosta Tsaousis (ktsaou)
2016-09-27portable way of detecting format of strerror_rCosta Tsaousis (ktsaou)
2016-09-27fix for gcc < 4.9Costa Tsaousis (ktsaou)
2016-09-27remove unneeded variables when NETDATA_INTERNAL_CHECKS is not defined - moreCosta Tsaousis (ktsaou)
2016-09-27remove unneeded variables when NETDATA_INTERNAL_CHECKS is not definedCosta Tsaousis (ktsaou)
2016-09-27workaround strerror_r compatibility between glibc and muslCosta Tsaousis (ktsaou)
2016-09-27more musl compatibility fixesCosta Tsaousis (ktsaou)
2016-09-27preparations for saving/loading the alarm logCosta Tsaousis (ktsaou)
2016-09-27prevent warnings when compiling against muslCosta Tsaousis (ktsaou)
2016-09-27properly detect the lack of high resolution date on busybox systemsCosta Tsaousis (ktsaou)
2016-09-26Merge pull request #1027 from ktsaou/masterCosta Tsaousis
increased the version to uncache older versions
2016-09-26increased the version to uncache older versionsCosta Tsaousis (ktsaou)