Fix child state on corner case
[freeradius.git] / src / main / event.c
2010-10-17 Alan T. DeKokFix child state on corner case
2010-10-15 Alan T. DeKokFix corner case when not threaded.
2010-10-07 Alan T. DeKokFixes from clang / scan-build
2010-09-29 Alan T. DeKokEnable building WITHOUT_ACCOUNTING
2010-09-29 Alan T. DeKokEnable building #WITHOUT_PROXY
2010-09-09 Alan T. DeKokMade warning messages more consistent
2010-08-04 Alan T. DeKokBe less agressive about marking home servers as zombie.
2010-08-04 Alan T. DeKokManual merge of commits
2010-07-30 Alan T. DeKokCheck sockets against home servers for proxy loops
2010-07-19 Alan T. DeKokDon't "originate" CoA requests if the packet is a CoA...
2010-07-02 Alan T. DeKokHandle detail files differently.
2010-06-30 Alan T. DeKokDo not delete "old" requests until they are free.
2010-06-10 Alan T. DeKokEnsure we do PINGs only for UDP packets.
2010-06-10 Alan T. DeKokMade ONE caller for request_stats_final.
2010-06-10 Alan T. DeKokCatch "ping" packets before
2010-06-01 Alan T. DeKokMove retransmits + proxy failover into child thread
2010-06-01 Alan T. DeKokClean up code related to requests in child thread
2010-06-01 Alan T. DeKokDelay decoding of packet until we are in the child...
2010-05-31 Alan T. DeKokMake it closer to v2.1.x for consistency
2010-05-31 Alan T. DeKokAdded back label 'stop_processing'
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-31 Alan T. DeKokPrint out more request numbers
2010-04-26 Alan T. DeKokRemove from proxy hash after packet has been verified
2010-04-26 Alan T. DeKokAdded prototype
2010-04-26 Alan T. DeKokAllow to build without pthreads
2010-04-26 Alan T. DeKokFix build error
2010-04-14 Alan T. DeKokFixed typo. This should help divorce CoA from normal...
2010-04-14 Alan T. DeKokMake request->number unsigned
2010-03-31 Alan T. DeKokCatch corner case of update disconnect in post-auth
2010-03-06 Alan T. DeKokReceive CoA packets when they have been separated from...
2010-03-06 Alan T. DeKokClean up log file handling. Fixes bug #63
2010-02-11 Alan T. DeKokAdd more information to warning message
2010-02-04 Alan T. DeKokFixes to build without TCP
2010-01-04 Alan T. DeKokReset ping variables in home server when marking it...
2009-12-18 Alan T. DeKokMake "dropped packet" message debugging
2009-12-15 Alan T. DeKokCatch situations where COA may be NULL
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
next