fix error message in get_address
[electrum-server.git] / transports /
2014-01-24 ThomasVfixes
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-30 Ben ReevesWildcard Access-Control-Allow-Headers not allowed
2013-01-14 Bryan Stittpep8 and utility cleanup
2012-11-26 ThomasVssl v23
2012-11-25 Eagle[TM]fix "wrong version number" error for HTTPS by using...
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 ThomasVMerge branch 'master' of github.com:spesmilo/electrum...
2012-10-27 ThomasVfix sql request in get_merkle
2012-10-23 Ben ReevesUpdate transports/stratum_http.py
2012-10-18 ThomasVMerge pull request #5 from zootreeves/master
2012-10-17 ThomasVuse SSLv23
2012-10-17 ThomasVfix: shutdown connection
2012-10-17 ThomasVrm junk
2012-10-17 ThomasVserver-side support for ssl
2012-10-10 Ben ReevesFix indentation
2012-09-19 Ben ReevesAdded Support for OPTIONS Request
2012-06-13 ThomasVdo_dispatch
2012-06-05 ThomasVdisplay session type
2012-06-05 ThomasVadd timeout for http sessions
2012-06-05 ThomasVsanity check session_id
2012-06-05 ThomasVmove http sessions into dispatcher
2012-06-04 ThomasVremove support for native protocol
2012-05-29 ThomasVadd session before the requestor is started
2012-05-19 ThomasVfix socket send; increase buffer
2012-05-14 ThomasVAccess-Control-Allow-Origin ; session bug workaround
2012-04-30 ThomasVadd server info command. send command line commands...
2012-04-01 ThomasVimproved logging
2012-03-30 ThomasVuse queue for session responses
2012-03-30 ThomasVnew spec and conversion
2012-03-29 ThomasVsimplification, server.stop
2012-03-29 ThomasVpassword
2012-03-29 ThomasVbugfix
2012-03-29 ThomasVcreate dispatcher class; redefine processors as threads
2012-03-28 ThomasVfix for http server
2012-03-28 ThomasVdirectory for transports