GIT Log for 2009-04-11 23:33 GMT

aland aland at deployingradius.com
Sun Apr 12 01:33:01 CEST 2009


commit a38fb89e151413f3a99e324ef496ecfd09740882
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Sat Apr 11 10:01:21 2009 +0200

    Document retry_interval

Files changed:
 raddb/sites-available/buffered-sql |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

======================================================================
commit 9e14026d0b2ae0bf5f67a26496d47c078cf187b0
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Sat Apr 11 09:40:09 2009 +0200

    Fixed detail file handler to not go crazy
    
    In short, the detail timer events are now inserted with a
    saved fr_event_t.  This allows *existing* timer events to be deleted
    when a new one is added.  The previous code would *add* timer events
    on top of the existing ones, causing geometric increases in the
    number of polls per second.
    
    Also, re-arranged the detail && listener code so that there's only
    one location where the timer gets inserted, and only one location
    where the delays get propogated from the detail to the event handlers
    
    Conflicts:
    
    	src/main/event.c
    	src/modules/frs_detail/frs_detail.c

Files changed:
 src/main/event.c                    |   90 +++++++++++------------------------
 src/modules/frs_detail/frs_detail.c |   68 ++++++++++++++++++--------
 2 files changed, 75 insertions(+), 83 deletions(-)

======================================================================



More information about the Freeradius-Devel mailing list