Made listener_print be CONST
[freeradius.git] / src / main / detail.c
2010-09-21 Alan T. DeKokMade listener_print be CONST
2010-08-07 Alan T. DeKokFix for 2.2 API
2010-08-06 Alan T. DeKokAdded Packet-Transmit-Counter for retransmits.
2010-07-30 Alan T. DeKokCheck sockets against home servers for proxy loops
2010-07-26 Alan T. DeKokBe more careful freeing memory in detail reader
2010-05-31 Alan T. DeKokMiracle of miracles... it seems to work
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-05-04 Alan T. DeKokTreat bad records as EOF.
2010-02-04 Alan T. DeKokAdd statistics for detail listeners, too
2009-12-06 Alan T. DeKokMoved detail structure defs to a public header file
2009-10-20 Alan T. DeKokRetry if there was no response to the packet.
2009-10-06 Alan T. DeKokAdded more debugging messages
2009-10-03 Alan T. DeKokMore detailed debugging for detail
2009-09-25 Alan T. DeKokBe more flexible about parsing detail files
2009-08-20 Alan T. DeKokAllow 100% to mean "read as fast as possible"
2009-06-17 Alan T. DeKokAllow for overload, to read packets as fast as possible
2009-06-11 Alan T. DeKokMore debugging messages
2009-04-11 Alan T. DeKokFixed detail file handler to not go crazy
2009-02-15 Alan T. DeKokAllow the detail poll interval to be configurable
2009-01-21 Alan T. DeKokIf we're at EOF, the socket will never be ready
2008-12-01 Alan T. DeKokOne more check for NULL.
2008-06-29 aland Rename variable to chtime. ctime is already used...
2008-06-05 aland Added WITH_PROXY and WITH_DETAIL pre-processor defines to
2008-05-17 aland Use 'detail.work" as work filename if we're globbing
2008-04-26 aland Added file globbing, and some simple sorting
2008-04-25 aland Added Packet-Original-Timestamp
2008-04-16 aland Delay 1s, not 1 usec.
2008-04-03 aland Call fr_printf_log instead of printf
2008-03-14 aland Cap delay at 250ms. If the other system can't handle...
2008-02-19 aland Clean up handling of detail files && events. It's...
2008-02-04 aland Corrected typos
2008-02-04 aland select() returns nothing if we're just before EOF.
2008-01-06 nbk client->nastype may be freed later by client_free()
2007-12-15 aland get rid of more warnings
2007-11-23 aland More changes to make a common naming scheme. This...
2007-10-18 aland Made a fake client for each detail file
2007-09-28 aland Moved nearly all remaining code out of radiusd.c,...
2007-08-25 aland Moved detail file handling to its own source file