exit wait_until_connected() when all servers have been tried
[electrum-nvc.git] / lib / network.py
2013-12-16 ecdsaexit wait_until_connected() when all servers have been...
2013-12-16 ThomasVdon't set network.interface to None when disconnetced
2013-12-16 thomasvnetwork.pending_servers, to avoid connecting the same...
2013-12-16 thomasvcleanup code in network.py
2013-12-14 ecdsadetect if electrum is offline during wallet creation
2013-12-08 Jud StephensonSet initial 'running' attribute in Network class
2013-11-11 ThomasVnetwork.send method
2013-11-10 ThomasVMerge pull request #374 from nolith/master
2013-11-10 Bryan Stittdon't use bare except
2013-11-10 Eagle[TM]Update default server list (disable servers with failed...
2013-11-06 Alessio Caiazzaallow to connect to one server only
2013-11-03 ThomasVrm debug message
2013-10-16 Eagle[TM]Update default server list
2013-10-09 ThomasVreplace blockchain.height with height(), and fix server...
2013-10-08 ThomasVnetwork.default_server shouldnever be None
2013-10-07 thomasvre-add pick_random_server
2013-10-06 ThomasVupdate a few scripts
2013-10-05 ThomasVsmaller timeout if disconnected
2013-10-05 ThomasVenable changes of protocol, proxy at runtime
2013-10-05 ThomasVsupport for all protocols
2013-10-05 ThomasVfix: server lag
2013-10-05 ThomasVnetwork: fix server lag detection
2013-10-04 ThomasVshow lag in status line
2013-10-04 ThomasVhandle network.interface being None when network is...
2013-10-04 ThomasVupdate default servers
2013-10-04 ThomasVstore a list of recently encountered servers
2013-10-04 ThomasVnetwork.is_connected()
2013-10-04 ThomasVresend subscriptions after disconnect
2013-10-04 ThomasVmaintain NUM_SERVERS interfaces
2013-10-03 ThomasVmove synchronous_get to network.py, fix get_balance...
2013-10-02 ThomasVserver name change (hachre)
2013-10-02 ThomasVmanage subscriptions in network.py
2013-10-02 ThomasVset_server: resend subscriptions
2013-10-01 ThomasVprevent dns leaks when using proxy. fixes issue #147
2013-10-01 ThomasVinterface: call socket.connect before sll.wrap_socket...
2013-09-30 thomasvSSL certificate validation
2013-09-27 ThomasVnetwork.set_server: test if server is the same
2013-09-18 rofl0rfix error to create a wallet due to missing pick_random...
2013-09-15 thomasvnew command: getrawtransaction
2013-09-15 ThomasVrename menu: create tx
2013-09-14 ThomasVcreate a class for transaction dialog
2013-09-13 thomasvminor fixes
2013-09-12 thomasvreplace wallet.interface everywhere
2013-09-12 ThomasVsimplify interface: use callbacks
2013-09-10 thomasvfixes, resend_subscriptions
2013-09-10 thomasvpass network to NetworkDialog and Blockchain
2013-09-10 thomasvconnect to random servers, reconnect if connection...
2013-09-10 thomasvfix: network start was calling __init__
2013-09-09 thomasvmove callbacks to the network class
2013-09-08 ThomasVseparate blockchain and network