Remove fr_connection_delete
[freeradius.git] / src / main / connection.c
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