Base SoH code for Microsoft NAP.
[freeradius.git] / src / lib / event.c
2010-02-11 Alan T. DeKokQuiet compiler warnings
2009-11-30 Alan T. DeKokCleanups and simplifications.
2009-09-24 Alan T. DeKokChanged order of code to avoid race conditions
2008-09-03 Alan T. DeKokHandle changed / deleted fd's a bit better
2008-04-30 aland Clean up memory on exit
2008-03-17 aland Make event system use heaps, which are simpler &&...
2008-02-11 aland Be fail-safe on multiple inserts
2008-01-09 aland Update calling pointer to be NULL, too
2007-12-06 aland Use local array for FD's. It's marginally faster.
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-05 aland Clarify code
2007-11-05 aland Set el->now
2007-10-13 aland Corrected fix
2007-10-13 aland *ev_p may be NULL.
2007-10-09 aland Add argument to loop exit, and cache FD_SET
2007-09-28 aland Added status function to be called just before select()
2007-09-27 aland Added socket handling code to the event loop. This...
2007-08-13 aland Pulled fix from branch_1_1
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-04-18 aland Squeeze a few more cycles out of the event handler...
2007-04-18 aland New function to return rbnode_t * when a node is inserted.
2007-04-18 aland Now that we're caching request->ev, ensure it's update...
2007-04-17 aland Clean up event stuff... add event ptr to request ...
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-04-03 aland Massive change to the server core to remove horrid...