2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 02:52:07 +00:00
confluent/confluent_server/confluent
Jarrod Johnson 38f07252f8 Defer ssl wrap until after accept()
ssl wrap prior to accept causes accept() to be too complicated to stay in the
persistent thread and makes key changes require restart to pickup.  Call
the wrap_socket within the dedicated client thread so that it gets up to date
at the right time and picks up certificate changes in a timely fashion.
2014-05-20 09:41:55 -04:00
..
config Begin reorganizing content for packaging 2014-05-06 13:37:31 -04:00
interface Begin reorganizing content for packaging 2014-05-06 13:37:31 -04:00
plugins Provide more detail in invalidargument 2014-05-09 17:18:17 -04:00
__init__.py Begin reorganizing content for packaging 2014-05-06 13:37:31 -04:00
auth.py Begin reorganizing content for packaging 2014-05-06 13:37:31 -04:00
consoleserver.py Fix cpu churn when web sessions open and idle 2014-05-15 16:22:28 -04:00
core.py Fix core to return invalidargument exception on bad input data 2014-05-08 14:39:44 -04:00
exceptions.py Begin reorganizing content for packaging 2014-05-06 13:37:31 -04:00
httpapi.py Correct change that broke the html explorer 2014-05-10 11:59:47 -04:00
log.py Begin reorganizing content for packaging 2014-05-06 13:37:31 -04:00
main.py Have confluent automatically set up /var/run/confluent if permitted 2014-05-13 10:59:41 -04:00
messages.py Provide more detail in invalidargument 2014-05-09 17:18:17 -04:00
noderange.py Begin reorganizing content for packaging 2014-05-06 13:37:31 -04:00
sockapi.py Defer ssl wrap until after accept() 2014-05-20 09:41:55 -04:00
util.py Begin reorganizing content for packaging 2014-05-06 13:37:31 -04:00