Pass a threadsafe ctx into fr_connection_pool create callback
[freeradius.git] / src / main / connection.c
2014-06-23 Arran Cudbard-BellPass a threadsafe ctx into fr_connection_pool create...
2014-06-20 Arran Cudbard-BellAlloc connections pools in the NULL ctx
2014-05-30 Arran Cudbard-BellFix all remaining config items to use FR_CONF_OFFSET
2014-05-29 Alan T. DeKokMore FR_CONF_OFFSET fixups
2014-05-29 Alan T. DeKokMore conversion to FR_CONF_OFFSET
2014-05-26 Arran Cudbard-BellImpose a hard limit on the number of reconnection attem...
2014-05-11 Arran Cudbard-BellDon't rate limit messages with -X so we get consistent...
2014-05-11 Alan T. DeKokConvert connection pool to using talloc
2014-05-11 Alan T. DeKokprefix is "const"
2014-05-09 Alan T. DeKokReplace ad-hoc code with RATE_LIMIT(...) macro
2014-05-07 Alan T. DeKokDisabled debug checks
2014-05-07 Alan T. DeKokSimplified sanity checks
2014-05-07 Alan T. DeKokSpawn connections "in_use" or not.
2014-05-07 Alan T. DeKokCap spawn at max
2014-05-06 Alan T. DeKokRework min/max/spare handling
2014-05-06 Alan T. DeKokTweak reconnect logic.
2014-05-06 Alan T. DeKokYou can only reconnect a handle if it's in-use by you
2014-05-06 Alan T. DeKokUse pthread ID for more connection debugging. Helps...
2014-05-05 Arran Cudbard-BellDon't continue to fail spawning connections if we faile...
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-22 Alan T. DeKokRemove unused functions
2014-03-23 Alan T. DeKokHandle -C in the connection pool. Addresses #559
2014-03-20 Alan T. DeKokAdd "retry_delay".
2014-02-23 Alan T. DeKokFix typo <sigh>
2014-02-23 Alan T. DeKokUse previous delay, rather than starting over from...
2014-02-23 Alan T. DeKokOperator precedence
2014-02-23 Alan T. DeKokRename cleanup_delay to cleanup_interval for connection...
2014-02-23 Arran Cudbard-BellCorrect comment for cleanup_delay
2014-02-21 Arran Cudbard-BellFix more booleans
2014-01-24 Alan T. DeKokEnsure that we unlock the pool as appropriate
2014-01-21 Alan T. DeKokreconnect can be called with an unused connection handl...
2013-12-12 Alan T. DeKokMore sanity checks for connection limits
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-10-14 Alan T. DeKokRemove unused assignment
2013-08-15 Alan T. DeKokRemove redundant headers
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-06-26 Arran Cudbard-BellMerge pull request #331 from armitasp/master
2013-06-26 Arran Cudbard-BellIncrease width of counters, use bool where appropriate
2013-06-10 Alan T. DeKokRename "start" to "created" as there's already another...
2013-05-30 Arran Cudbard-BellFixup doxygen comments to pass new check
2013-04-25 Arran Cudbard-BellUse correct macros for log messages with WARNING: ERROR...
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-15 Arran Cudbard-BellMake connection re-use scheme configurable
2013-04-11 Arran Cudbard-BellAllow log prefix to be specified manually for connectio...
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-17 Alan T. DeKokDon't print out message if connection was successfully...
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-02-20 Arran Cudbard-BellRevert "Unlock mutex when we find a matching connection"
2013-02-19 Alan T. DeKokMove all conf file stuff to talloc
2013-02-18 Alan T. DeKokUnlock mutex when we find a matching connection
2013-01-20 Arran Cudbard-BellRemove @version, doxygen seems to parse $id ok
2013-01-11 Arran Cudbard-BellMove license declarations outside of file descriptions
2013-01-07 Arran Cudbard-BellAdd documentation for the connection pool API
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellFix warning
2012-12-13 Arran Cudbard-BellMove more messages outside of locks
2012-12-12 Arran Cudbard-BellDistinguish between idle and spare connections
2012-12-12 Arran Cudbard-BellFix duplicate connection close messages
2012-12-12 Arran Cudbard-BellAdd more debugging for when we bail out of spawning...
2012-12-04 Arran Cudbard-BellIncrease priority of all connection open/close messages...
2012-12-01 Arran Cudbard-BellDont segfault when destroying connection pool when...
2012-11-01 Arran Cudbard-BellFix whitespace
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-08-20 Arran Cudbard-BellMerge pull request #79 from alanbuxey/master
2012-08-19 Alan Buxeyupdate of Copyright date in recently updated files
2012-08-14 Alan T. DeKokIf there's no pool{} configuration, use the defaults
2012-07-19 Alan DeKokMerge pull request #70 from arr2036/connpool_block
2012-07-19 Arran Cudbard-BellPrevent all threads from blocking if the resource were...
2012-07-18 Arran Cudbard-BellRemove duplicate log message
2012-07-17 Arran Cudbard-BellMerge pull request #59 from sionescu/master
2012-07-11 Arran Cudbard-BellNeed to mark the connection as unused before attempting...
2012-05-04 Alan T. DeKokMove log to outside of mutex lock
2012-05-04 Alan T. DeKokOnly manage connections on release
2012-05-04 Alan T. DeKokMore debug messages
2012-05-04 Alan T. DeKokdelete means release, too
2012-04-29 Alan T. DeKokRate limit some triggers.
2011-11-29 Alan T. DeKokFixed mutex issues
2011-11-28 Alan T. DeKokAdded internal fr_connection_find()
2011-11-10 Alan T. DeKokMore minor reformatting
2011-11-07 Alan T. DeKokAdded new APIs to add / del a connection
2011-11-06 Alan T. DeKokAdded support for triggers
2011-11-06 Alan T. DeKokPrint WARNING if we fall below "min" connections
2011-11-06 Alan T. DeKokRemoved unused variable
2011-11-06 Alan T. DeKokWe're freeing the connection, so don't use this->next
2011-11-06 Alan T. DeKokDon't unlock the mutex. We didn't lock it
2011-11-06 Alan T. DeKokInitialize "last_used" when spawning a new connection
2011-11-06 Arran Cudbard-BellAdd cleanup_delay configuration item with a default...
2011-10-28 Alan T. DeKokSet last_spawned time
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-10-17 Alan T. DeKokRelease the mutex lock when trying to make a new connection
2011-10-17 Alan T. DeKokAdd undocumented "lazy init" configuration.
2011-10-17 Alan T. DeKokClean up spare connections on release
2011-10-17 Alan T. DeKokAlive isn't used. Don't require it
2011-10-17 Alan T. DeKokCorrect logic in reconnect
2011-10-17 Alan T. DeKokWhitespace && formatting
next