Unlock mutex when we find a matching connection
[freeradius.git] / src / main / connection.c
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
2011-10-12 Arran Cudbard-BellAssert should be false
2011-10-11 Arran Cudbard-BellAdd even more logging, and use unambigous tense for...
2011-10-11 Arran Cudbard-BellOnly attempt to closed connections which are unused
2011-10-11 Arran Cudbard-BellShould return connection, not connection struct
2011-10-11 Arran Cudbard-BellAdd log messages on connection reservation and release
2011-10-11 Arran Cudbard-BellMerge pull request #22 from arr2036/connection_api
2011-10-11 Arran Cudbard-BellAdd additional logging to connection pool api
2011-10-11 Arran Cudbard-BellSet last_used on spawn, else all connections are closed...
2011-10-10 Arran Cudbard-BellNeed to check if the max_uses/lifetime/idle_timeout...
2011-10-09 Alan T. DeKokUse parent rather than cs if cs doesn't exist
2011-07-29 Alan T. DeKokAdd connection pool API