summaryrefslogtreecommitdiffstats
path: root/src/web_buffer.c
AgeCommit message (Expand)Author
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-07-27apps.plugin optimization to send all the data to netdata with just one write ...Costa Tsaousis
2016-06-17fix for format string signessCosta Tsaousis (ktsaou)
2016-06-14bug fixes detected by static code analysis using Coverity.comCosta Tsaousis (ktsaou)
2016-06-11added gcc printf checking to debug(), error(), fatal(), info(), web_sprintf()...Costa Tsaousis (ktsaou)
2016-06-11small changes, adaptation of #428 from @fredericopissarraCosta Tsaousis (ktsaou)
2016-05-13resolved buffer overflow in snprintfz(); code cleanup;Costa Tsaousis
2016-05-09strncpy, snprintf and vsnprintf changed to strncpyz, snprintfz and vsnprintfz...Frederico Lamberti Pissarra
2016-04-26fix for PR #299 that replaced : with a spaceCosta Tsaousis (ktsaou)
2016-04-23fix invalid javascript date generation, introduced with #299Costa Tsaousis (ktsaou)
2016-04-18Now buffer_jsdate() and buffer_date() are a little bit faster.Frederico Lamberti Pissarra
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2016-01-16finer cache control; Expires header is now always added; default expiration f...Costa Tsaousis (ktsaou)
2015-12-29fixed minor issues throughout the code (mainly types); dashboard has now a wa...Costa Tsaousis (ktsaou)
2015-12-07fixed all crashes; empty responses are now formatted properly; fixed exit pro...Costa Tsaousis (ktsaou)
2015-11-30cleanup: remove trailing spacesAlon Bar-Lev
2015-11-29first complete API implementation - it now supports multiple different visual...Costa Tsaousis (ktsaou)
2015-11-28code cleanup and re-arrangements for better scalabilityCosta Tsaousis (ktsaou)
2015-11-22code cleanupCosta Tsaousis (ktsaou)
2015-11-15build: migrate to autotoolsAlon Bar-Lev
2015-03-2080% speed increase in number printing on 32bit systemsCosta Tsaousis (ktsaou)
2015-03-19math library optionalCosta Tsaousis (ktsaou)
2015-03-19better unit testing of storage numbers; added benchmarkingCosta Tsaousis (ktsaou)
2015-03-19added nfacct charts (disabled for the moment - they must be made an external ...Costa Tsaousis (ktsaou)
2015-03-16splitted netdata to multiple source filesCosta Tsaousis (ktsaou)