summaryrefslogtreecommitdiffstats
path: root/src/web_buffer.c
AgeCommit message (Collapse)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
operation - also avoid using printf
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(), ↵Costa Tsaousis (ktsaou)
web_sprintf() and fixed all the occurences reported by the compiler
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 ↵Frederico Lamberti Pissarra
vsnprintfz. And sometimes they are not necessary.
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
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2016-01-16finer cache control; Expires header is now always added; default expiration ↵Costa Tsaousis (ktsaou)
for static content is a day; #37
2015-12-29fixed minor issues throughout the code (mainly types); dashboard has now a ↵Costa Tsaousis (ktsaou)
watermark while loading to show it downloads or renders something; a lot of code cleanup in javascript
2015-12-07fixed all crashes; empty responses are now formatted properly; fixed exit ↵Costa Tsaousis (ktsaou)
procedure to exit successfully; solved thread unsafety of localtime(); make all .js files cacheable and all .json files not cacheable
2015-11-30cleanup: remove trailing spacesAlon Bar-Lev
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2015-11-29first complete API implementation - it now supports multiple different ↵Costa Tsaousis (ktsaou)
visualizations
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
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
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)
plugin since nfacct requires root access); fixed a rounding problem in long double values by linking with the math library
2015-03-16splitted netdata to multiple source filesCosta Tsaousis (ktsaou)