Complain about too many sockets earlier
[freeradius.git] / src / main / event.c
2009-12-08 Alan T. DeKokComplain about too many sockets earlier
2009-12-07 Alan T. DeKokMake more errors non-fatal
2009-12-06 Alan T. DeKokRemoved re-definition of detail structure
2009-12-01 Alan T. DeKokSimplify use of fr_event_now
2009-11-30 Alan T. DeKokClean up "dead" child if there's no thread associated...
2009-11-29 Alan T. DeKokClean up state machine.
2009-11-27 Alan T. DeKokL_INFO, "PROXY:... --> L_PROXY, "...
2009-11-27 Alan T. DeKokInitialize timers for Status-Server
2009-11-27 Alan T. DeKokUse new home_server_find API
2009-11-26 Alan T. DeKokChange some DEBUG to radlog
2009-11-26 Alan T. DeKokLog more messages, rather than just doing debug with...
2009-10-21 Alan T. DeKokRemoved recursive mutexes.
2009-10-20 Alan T. DeKokInitialize via attr
2009-10-06 Alan T. DeKokEnsure that there is a cleanup event for proxied packets
2009-10-06 Alan T. DeKokMark home server dead if it doesn't respond to pings
2009-09-27 Alan T. DeKokAssign variable before using it
2009-09-27 Alan T. DeKokInclude proto in API, no matter what build options
2009-09-25 Alan T. DeKokRemoved unnecessary line
2009-09-25 Alan T. DeKokClean up state machine so it's more forgiving
2009-09-24 Alan T. DeKokJumbo patch to clean up socket handling
2009-09-16 DanteMore plumbing to get to home servers via TCP
2009-09-16 DanteAllow outgoing TCP connections to home servers.
2009-09-15 DanteMore ifdef's and assertions for checkign TCP != UDP
2009-09-15 DanteTrack the number of outstanding packets on a TCP connec...
2009-09-15 DanteStop processing packets when the socket is closed.
2009-09-14 Alan T. DeKokPrint out a little more information
2009-09-14 Alan T. DeKokMove "set state" to before log message
2009-09-13 Alan T. DeKokRemoved redundant code
2009-08-29 Alan T. DeKokAdded comments and simplified code
2009-08-17 Alan T. DeKokCatch non-fatal race conditions
2009-07-27 Alan T. DeKokDon't increment total_requests for proxied packets
2009-07-27 Alan T. DeKokSet state to RUNNING when proxying fails
2009-07-17 Alan T. DeKokAllow requests to fail over to live servers earlier
2009-07-05 Alan T. DeKokMade thread pool section optional
2009-06-25 Alan T. DeKokRemove bad assertion
2009-06-15 Alan T. DeKokFix stupid typo
2009-06-15 Alan T. DeKokRun packet through processing ONLY if we have a reply
2009-06-11 Alan T. DeKokMore debugging messages
2009-06-02 Alan T. DeKokMark the proxy mutex as being recursive
2009-05-30 Alan T. DeKokSuppress more ping check none
2009-05-23 Alan T. DeKokHave the server automatically create proxy listeners
2009-05-21 Alan T. DeKokMissed this in the last commit
2009-05-19 Alan T. DeKokAdded event handlers for CoA
2009-05-18 Alan T. DeKokRun code if proxy is defined, too
2009-05-12 Alan T. DeKokReturn from function
2009-05-11 Alan T. DeKokThis corrects the typo (sigh)
2009-05-11 Alan T. DeKokCorrected typo
2009-05-10 Alan T. DeKokMoved verifiation of proxy responses to earlier in...
2009-05-10 Alan T. DeKokAdded event wrapper around request_free
2009-05-10 Alan T. DeKokDon't touch request after it was proxied
2009-05-08 Alan T. DeKokMinor changes in "remove from proxy hash"
2009-04-29 Alan T. DeKokWhen not responding, wait longer for cleanups.
2009-04-29 Alan T. DeKokPrint out more server {} around debugging messages
2009-04-11 Alan T. DeKokFixed detail file handler to not go crazy
2009-03-26 Alan T. DeKokAllow fast clients to send packets, too
2009-03-13 Alan T. DeKokIf we have no response, don't send one on client retransmit
2009-03-06 Alan T. DeKokMore assertions
2009-03-05 Alan T. DeKokDon't double free memory on response to ping
2009-03-04 Alan T. DeKokCleaned up code based on report of crash.
2009-02-15 Alan T. DeKokAllow the detail poll interval to be configurable
2009-02-13 Alan T. DeKokChange detail polling interval from 1s to 10s
2009-02-13 Alan T. DeKokMove "allocate request->proxy" to home_server_ldb
2009-02-13 Alan T. DeKokMoved checks for detail to home_server_ldb
2009-01-19 Alan T. DeKokClean up CoA origination to not depend on CoA
2009-01-18 Alan T. DeKokCoA is in request->proxy, not request->packet
2009-01-06 Alan T. DeKokUpdated build to use (or not) self-pipes
2009-01-02 Alan T. DeKokCorrected typo
2009-01-02 Alan T. DeKokEnable the server to originate CoA-Request && Disconnec...
2008-12-16 Alan T. DeKokSimplified detail file polling
2008-12-14 Alan T. DeKokChange where we do suid up/down.
2008-12-11 Alan T. DeKokCorrected typo
2008-12-11 Alan T. DeKokFix minor bug. Check correct ptr
2008-12-01 Alan T. DeKokFree fake on unknown packet.
2008-11-27 Alan T. DeKokPermanently switch UID only if we succeed in doing...
2008-11-06 Alan T. DeKokPass copy of debug_condition pointer to evalute
2008-10-15 Alan T. DeKokstart sending Status-Server messages earlier
2008-10-15 Alan T. DeKokTemporarily drop permissions
2008-09-21 Alan T. DeKokMore wrappers around debug_packet
2008-09-20 Alan T. DeKokBuild on systems without pthread
2008-09-18 Alan T. DeKokI'm not an idiot. I'm just pretending to be one.
2008-09-15 Alan T. DeKokGet/set home server state alive/dead
2008-09-14 Alan T. DeKokRemoved need for global NO_SUCH_CHILD_PID
2008-09-13 Alan T. DeKokUse macro for debug_packet
2008-09-12 Alan T. DeKokDebug packets only if NOT in debugging mode.
2008-09-12 Alan T. DeKokPrint out correct packet information...
2008-09-11 Alan T. DeKokMoved check for debug conditions
2008-09-09 Alan T. DeKokSet per-request flag based on debug condition
2008-09-05 Alan T. DeKokMinor cleanups to reuse more code
2008-09-04 Alan T. DeKokSet more sockets to KNOWN
2008-09-03 Alan T. DeKokevent_fd_delete API
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-07-03 aland "request" was deleted...
2008-06-30 aland Use new RDEBUG macros
2008-06-22 aland Track Exponential moving average of response times for
2008-06-21 aland Remove ALL references to SNMP from the server source.
2008-06-21 aland Replace fr_client_stats_t with fr_stats_t. They have the
2008-06-20 aland More stats for home servers
2008-06-20 aland Status-Server packets go to the head of the queue
2008-06-19 aland Separate stats from SNMP. We can now do stats without...
next