Merge tag 'release_3_0_12' into branch moonshot-fr-3.0.12-upgrade.
[freeradius.git] / src / main / connection.c
2017-01-27 Dan BreslauMerge tag 'release_3_0_12' into branch moonshot-fr...
2016-09-25 Alan T. DeKokDon't open new connections when exiting. Addresses...
2015-11-16 Sam HartmanMerge tag 'release_3_0_10' into tr-integ
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-08-19 Alan T. DeKokMove message to debug only. Fixes #1182
2015-07-27 Alan T. DeKokRemove unnecessary prototype
2015-07-27 Alan T. DeKokDon't do mutexes if no threads
2015-07-27 Alan T. DeKokDon't check for spawn in area where it's false
2015-07-27 Alan T. DeKokMore minor tweaks
2015-07-27 Alan T. DeKokRemove "needs_reconnecting"
2015-07-27 Alan T. DeKokDon't use "lock". It's too common
2015-07-27 Alan T. DeKokformatting / comments
2015-07-27 Alan T. DeKokDon't recusively grab mutexes.
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-15 Alan T. DeKokClarify message
2015-06-27 Arran Cudbard-BellRemove pool_get_opaque
2015-06-27 Arran Cudbard-BellDestroy pool mutex on free
2015-06-27 Arran Cudbard-BellNote
2015-06-27 Arran Cudbard-BellNote on new get opaque function
2015-06-27 Arran Cudbard-BellOverzealous search/replace
2015-06-27 Arran Cudbard-BellRe-order connection pool functions
2015-06-27 Arran Cudbard-BellSync doxygen headers for v3.1.x and v3.0.x connection.c
2015-06-27 Arran Cudbard-BellAdd support for reconnecting all connections in a pool
2015-06-27 Arran Cudbard-BellAdd fr_connection_pool_copy and fr_connection_get_opaqu...
2015-06-27 Arran Cudbard-BellReformat comments in connection.c
2015-06-27 Arran Cudbard-BellReformat comments in connection.c
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-15 Arran Cudbard-BellFree connection handle ctx on error
2015-04-27 Alan T. DeKokEnable "most recently started" for connection pools.
2015-03-31 Arran Cudbard-BellMerge pull request #931 from nchaigne/3.0.x-fb4-rc
2015-03-24 Arran Cudbard-BellRename fr_connect_pool_delete to fr_connection_pool_free
2015-03-24 Arran Cudbard-BellAdd reference counter to connection pool to prevent...
2015-02-27 Sam HartmanMerge tag 'release_3_0_7' into tr-integ
2015-02-12 Arran Cudbard-BellSpawn should be bool
2015-02-12 Arran Cudbard-BellOnly prevent parallel spawn if we've previously failed...
2015-02-05 Alan T. DeKokSimpler method of deleting connections from a pool
2015-02-02 Arran Cudbard-BellUse the BOUND_CHECK macros in fr_connection_pool_init
2015-02-02 Arran Cudbard-BellCorrect max_pending output
2015-02-02 Arran Cudbard-BellDowngrade the 'You probably need to increase \"spare...
2015-02-02 Arran Cudbard-BellFix cosmetic issues in connection pool logging
2015-01-19 Arran Cudbard-BellMax pending should be unsigned
2015-01-19 Arran Cudbard-BellFix weird indentation in connection.c
2015-01-19 Alan T. DeKokRate-limit new connections after a failed attempt.
2014-12-31 Arran Cudbard-Bellrename cf_itemto*
2014-12-22 Arran Cudbard-BellGCC fixes
2014-11-06 Alan T. DeKokFix initialization check
2014-11-06 Alan T. DeKokSlightly better checks which include "pending"
2014-11-06 Alan T. DeKokAllow multiple creates at the same time
2014-10-29 Arran Cudbard-BellAvoid writing "Error: rlm_sql (sql): Cannot open new...
2014-10-28 Alan DeKokMerge pull request #818 from spbnick/pool_trigger_fallt...
2014-10-28 Alan T. DeKokDon't de-reference a deleted entry
2014-10-27 Alan T. DeKokCall fr_connection_manage() when doing fr_connection_ge...
2014-10-24 Nikolai Kondrashovconnection: Fall through to global module triggers
2014-09-04 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-08-29 Arran Cudbard-BellMake connection pool sharing messages slightly clearer
2014-08-22 Alan DeKokMerge pull request #758 from spbnick/trigger_max_thread...
2014-08-08 Arran Cudbard-BellNumber of active connections should not be signed
2014-08-08 Arran Cudbard-Bellassert(pool->active == pool->num) if we can't find...
2014-08-08 Arran Cudbard-BellFix weird loop in connection.c
2014-08-06 Arran Cudbard-BellAdd more verbose logging for the connection pool
2014-07-22 Kevin WassermanMerge branch 'v3.0.x' into tr-upgrade
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Arran Cudbard-BellAdd support for connection pool reuse
2014-07-12 Alan DeKokMerge pull request #730 from nchaigne/v3.0.x
2014-07-10 Arran Cudbard-BellTypo
2014-06-26 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-06-23 Arran Cudbard-BellRemove fr_connection_delete
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-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
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-02-04 Sam HartmanMerge tag 'release_3_0_1' into tr-integ
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...
next