]> arthur.barton.de Git - netdata.git/history - src
script for collecting exim mail queue size
[netdata.git] / src /
2016-06-02 Costa TsaousisMerge pull request #479 from ktsaou/master
2016-06-02 Costa Tsaousisfix the name of the config option that controls the...
2016-06-02 Costa Tsaousisupdated config option for application redirects at...
2016-06-02 Costa Tsaousisfixed content type for enabling application level redir...
2016-06-02 Costa Tsaousiscookie verification using application level redirects
2016-06-02 Costa TsaousisMerge pull request #476 from ktsaou/master
2016-06-02 Costa Tsaousisregistry now verifies the browser support cookies ...
2016-06-02 Costa Tsaousislower dictionary memory requirements by keeping pointer...
2016-06-01 Costa TsaousisMerge pull request #473 from ktsaou/master
2016-06-01 Costa Tsaousis ... prevent invalid compression ratio values
2016-05-31 Costa TsaousisMerge pull request #472 from ktsaou/master
2016-05-31 Costa Tsaousiscleanup
2016-05-31 Costa Tsaousisfix compiler warnings on 32bit machines
2016-05-31 Costa Tsaousisadded configuration options for controlling web compres...
2016-05-31 Costa Tsaousisprevent packet fragmentation using TCP_CORK when available
2016-05-31 Costa Tsaousis ... enable TCP_NODELAY
2016-05-31 Costa TsaousisMerge pull request #469 from ktsaou/master
2016-05-31 Costa Tsaousis ... do not delay freeing zlib memory
2016-05-31 Costa TsaousisMerge pull request #468 from ktsaou/master
2016-05-31 Costa Tsaousis ... fixed memory leak in web_client_free()
2016-05-30 Costa TsaousisMerge pull request #465 from ktsaou/master
2016-05-30 Costa Tsaousis ... allow multi-threaded web server to cleanup faster
2016-05-29 Costa TsaousisMerge pull request #464 from ktsaou/master
2016-05-29 Costa Tsaousischanged PLUS with OR for poll events
2016-05-29 Costa Tsaousisminor cleanup
2016-05-29 Costa Tsaousiscode cleanup for web_client
2016-05-29 Costa Tsaousismultithreaded web server using poll()
2016-05-29 Costa Tsaousisfaster multi-threads web server
2016-05-29 Costa Tsaousisfaster single threaded web server implementation
2016-05-29 Costa Tsaousisfixed dead clients logging; added protection against...
2016-05-29 Costa Tsaousisadded single threaded web server
2016-05-29 Costa Tsaousisstring comparison with hash in web requests
2016-05-26 Costa TsaousisMerge pull request #457 from ktsaou/master
2016-05-26 Costa Tsaousisprevent chowning log files if they are not regular...
2016-05-26 Costa Tsaousismake log files owned by user netdata, fixes #453
2016-05-23 Costa TsaousisMerge pull request #421 from simonnagl/feature/command_line
2016-05-23 Simon NaglCommand line options: mark -l (history) deprecated
2016-05-23 Simon NaglCommand line options: add -i (bind to IP address)
2016-05-23 Simon NaglBugfix: Fix clang compiler build fails.
2016-05-23 Simon NaglHelp message: Fix alignment.
2016-05-23 Simon NaglCommand line: Follow IEEE Std 1003.1, 2013 Edition
2016-05-21 Costa TsaousisMerge pull request #431 from ktsaou/master
2016-05-21 Costa Tsaousis ... properly check if synthetic disk charts should be enabled
2016-05-21 Costa Tsaousis ... disabled deflate - only gzip is supported
2016-05-21 Costa Tsaousis ... refactored the code to eliminate several config_get...
2016-05-21 Costa Tsaousis ... "on demand" option can also be referred as "auto",...
2016-05-21 Costa Tsaousis ... enable also deflate compression
2016-05-21 Costa Tsaousis ... Merge remote-tracking branch 'upstream/master'
2016-05-21 Costa TsaousisMerge pull request #338 from simonnagl/plugin/disk_spac...
2016-05-21 Simon Nagldiskstats: change default configuration
2016-05-20 Costa Tsaousis ... prevent a malloc/free per web request
2016-05-20 Simon Nagldiskstats: fix compiler warnings.
2016-05-20 Simon Nagldiskstats: Monitor disk inodes
2016-05-20 Simon Nagldiskstats: enhance options
2016-05-20 Costa Tsaousis ... prevent multiple locks per web requests
2016-05-19 Costa Tsaousis ... Merge remote-tracking branch 'upstream/master'
2016-05-19 Costa Tsaousis ... disabled dictionary statistics to save memory
2016-05-19 Simon Nagldiskstats: Ensure collecting right space metrics
2016-05-19 Simon Nagldiskstats: Change default behaviour
2016-05-19 Simon Nagldiskstats: Only display metrics for disks by default
2016-05-19 Simon Nagldiskstats: monitor disk space usage.
2016-05-18 Costa TsaousisMerge pull request #425 from ktsaou/master
2016-05-18 Costa Tsaousis ... optimization of rrdset_strncpy_name() and avoid truncat...
2016-05-15 Costa TsaousisMerge pull request #418 from ktsaou/master
2016-05-15 Costa Tsaousis ... 40% faster AVL searching and DICTIONARY operations
2016-05-14 Costa TsaousisMerge pull request #414 from ktsaou/master
2016-05-14 Costa Tsaousis ... default registry is now HTTPS
2016-05-14 Costa TsaousisMerge pull request #411 from ktsaou/master
2016-05-14 Costa Tsaousis ... registry responds with both domain and host cookies...
2016-05-14 Costa Tsaousis ... work-around for dictionary_get_all() not returning...
2016-05-14 Costa Tsaousis ... Merge remote-tracking branch 'upstream/master'
2016-05-14 Costa Tsaousis ... default registry in HTTPS, delayed registry qeueries...
2016-05-14 Costa TsaousisMerge pull request #409 from ktsaou/master
2016-05-14 Costa Tsaousis ... properly update the last time person urls and machine...
2016-05-14 Costa TsaousisMerge pull request #405 from ktsaou/registry
2016-05-14 Costa Tsaousismake install now attempts to setcap apps.plugin, but...
2016-05-13 Costa Tsaousisreplaced uuid_generate_time_safe() with uuid_generate_t...
2016-05-13 Costa Tsaousisconfigure and makefiles now get libuuid optional parame...
2016-05-13 Costa Tsaousisapps.plugin now runs with linux capabilites instead...
2016-05-13 Costa Tsaousisconverted appconfig rwlock to the more efficient mutex...
2016-05-13 Costa Tsaousisresolved buffer overflow in snprintfz(); code cleanup;
2016-05-13 Costa Tsaousismerged PR #395
2016-05-13 Costa TsaousisMerge remote-tracking branch 'fredericopissarra/changes...
2016-05-13 Costa TsaousisMerge remote-tracking branch 'upstream/master' into...
2016-05-13 Costa Tsaousisre-enabled keep-alive
2016-05-13 Costa TsaousisMerge pull request #404 from simonnagl/bugfix
2016-05-13 Costa Tsaousisfix for case sensitive HTTP headers and gzip detection
2016-05-12 Costa Tsaousisregistry completed, including impersonate
2016-05-12 Frederico Lamberti... Let the compiler choose the best way to clean sockaddr_...
2016-05-12 Frederico Lamberti... Let the compiler choose the best way to clear the socka...
2016-05-12 Frederico Lamberti... strncpyz fixed.
2016-05-12 Simon NaglSignals: Fix uninitialized sa->sa_flag in sigaction.
2016-05-12 Costa Tsaousisfixed an unterminated buffer at registry.c; lowered...
2016-05-12 Costa Tsaousisfixed incomplete code in avl.c; added comments about...
2016-05-12 Costa TsaousisMerge remote-tracking branch 'upstream/master' into...
2016-05-12 Costa Tsaousisoptimization: saved 84 bytes per dictionary, avl lockin...
2016-05-12 Costa Tsaousis ... show the demo sites if the registry returns no URLs...
2016-05-12 Costa TsaousisMerge pull request #401 from simonnagl/bugfix
2016-05-12 Simon NaglRemove warning in signal handler.
2016-05-12 Costa TsaousisMerge pull request #400 from simonnagl/feature/polling
next