Enable building WITHOUT_ACCOUNTING
[freeradius.git] / src / main / stats.c
2010-09-29 Alan T. DeKokEnable building WITHOUT_ACCOUNTING
2010-05-31 Alan T. DeKokMiracle of miracles... it seems to work
2010-04-26 Alan T. DeKokAdded WITH_PROXY to allow it to build without proxying
2010-01-05 Alan T. DeKokProperly account for accounting responses from a home...
2009-12-18 Alan T. DeKokSimplify stats code, and keep track of dropped versus...
2009-11-27 Alan T. DeKokUse new home_server_find API
2009-09-27 Alan T. DeKokUse new API
2009-09-15 DanteAllow clients to use TCP
2009-03-02 Alan T. DeKokKeep track of total responses for clients, too
2008-11-26 Alan T. DeKokCorrect the attribute numbers for client accounting...
2008-09-11 Alan T. DeKokproxy_listener MAY be NULL, even if proxy isn't.
2008-06-22 aland Fix stats counting
2008-06-22 aland Track Exponential moving average of response times for
2008-06-21 aland Add start && hup time
2008-06-21 aland Replace fr_client_stats_t with fr_stats_t. They have the
2008-06-21 aland Statistics are available only from a "type = status...
2008-06-20 aland Add listen type "status" for status-server and statistics
2008-06-20 aland More stats for home servers
2008-06-20 aland Include statistics per-home-server
2008-06-20 aland Simplify stats stuff
2008-06-20 aland Allow more slicing && dicing of statistics.
2008-06-20 aland Thread queue stats && per-client stats
2008-06-19 aland Expose more statistics
2008-06-19 aland Make stats secret...
2008-06-19 aland Separate stats from SNMP. We can now do stats without...
2008-06-19 aland Added statistics gathering via RADIUS packets, to...