fix for coverity
[freeradius.git] / src / main / stats.c
2013-02-21 Alan T. DeKokfix for coverity
2013-02-17 Alan T. DeKokInitialize IPaddr
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-01-08 Alan T. DeKokAdd stats on last packet sent / recv for home server
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-05-06 Alan T. DeKokAdded timeout statistics for home servers
2012-04-29 Alan T. DeKokUse the correct type for statistics counters
2012-02-23 Alan T. DeKokStart at 181, not 180
2012-02-23 Alan T. DeKokExport Queue PPS in/out via the "status" interface
2011-10-19 Alan T. DeKokAdd port if it's available
2011-06-03 Alan T. DeKokMake RADCLIENT always have stats structures
2011-05-10 Alan T. DeKokTrack global coa/disconnect stats
2011-05-09 Alan T. DeKokTrack / print CoA && Disconnect stats
2011-05-03 Alan T. DeKokAdded "proto" to listener_find_byipaddr
2011-05-03 Alan T. DeKokTrack and show stats by socket IP/port
2011-05-03 Alan T. DeKokAdded stats for "last packet seen from X"
2011-04-29 Alan T. DeKokSimplify statistics code
2011-04-28 Alan T. DeKokFixed tv_sub function
2011-04-28 Alan T. DeKokTrack and print time-based statistics
2011-04-28 Alan T. DeKokFixed typo
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...