use a dict for sessions, instead of a list. Deprecates #48
[electrum-server.git] / transports / stratum_tcp.py
2013-12-06 ThomasVuse a dict for sessions, instead of a list. Deprecates #48
2013-12-04 ThomasVadd a sleep() to sessions, and remove some dead code
2013-11-25 ThomasVstop session immediately if handshake fails; move some...
2013-11-24 ThomasVfix memory leak (caused by thread never terminating)
2013-04-30 ThomasVfix tcp responder
2013-04-29 ThomasVadd responder thread to session
2013-04-26 ThomasVdo not do SSL handshake on connect
2013-04-20 ThomasVvarious fixes
2013-04-16 ThomasVlog IP address in case of failure to open connection
2013-04-07 ThomasVadd delay if tcp session cannot be started
2013-01-14 Bryan Stittpep8 and utility cleanup
2012-11-24 ThomasVsession name for ssl
2012-11-24 ThomasVcatche exception on session creation
2012-11-11 ThomasVnew bitcoind backend (experimental)
2012-10-27 ThomasVfix sql request in get_merkle
2012-10-17 ThomasVuse SSLv23
2012-10-17 ThomasVserver-side support for ssl
2012-06-05 ThomasVdisplay session type
2012-06-05 ThomasVadd timeout for http sessions
2012-05-29 ThomasVadd session before the requestor is started
2012-05-19 ThomasVfix socket send; increase buffer
2012-04-30 ThomasVadd server info command. send command line commands...
2012-04-01 ThomasVimproved logging
2012-03-29 ThomasVcreate dispatcher class; redefine processors as threads
2012-03-28 ThomasVdirectory for transports