86 Commits (db7467ef4ef99896b9baa71eb227dcbfe5f07097)

Author SHA1 Message Date
ThomasV caf2f321e0 follow up 4efa6cb24b 9 years ago
ThomasV 4efa6cb24b load default wallet in daemon (fix #1731) 9 years ago
ThomasV 305843999e Relicensing 9 years ago
ThomasV ddc1869551 disambiguate types returned by get_fd_or_server 9 years ago
ThomasV 690c862923 move static methods away from daemon class; restore initial logic 9 years ago
ThomasV 3b00f62d46 remove another unnecessary static method 9 years ago
ThomasV 1c83c3e060 do not declare pointless static methods 9 years ago
ThomasV 56c7d4139e fix: Daemon.get_server 9 years ago
Neil Booth abaf1bc6dc daemon: remove two unneeded member vars 9 years ago
Neil Booth a90c935758 Remove unreachable code 9 years ago
Neil Booth 788ab520ea Remove dead code from prior 9 years ago
Neil Booth e6020975a5 daemon: prevent races by opening with O_EXCL 9 years ago
Neil Booth f91f03b3d4 daemon: fix long-standing bug in status request 9 years ago
Neil Booth ec24087b5a Move some logic from electrum to daemon 9 years ago
Neil Booth f6f7113978 daemon: create network inside constructor 9 years ago
ThomasV ed401761f1 sorry, confused 9 years ago
ThomasV 5e6a55edd5 Revert "Revert "Daemon network cleanup"" 9 years ago
ThomasV 2c7b10a776 Revert "Daemon network cleanup" 9 years ago
Neil Booth 0a1b3eac9c Daemon network cleanup 9 years ago
ThomasV 388ed01d0f fix start_threads in wizard 9 years ago
ThomasV 2f6e2ebcd2 test if wizard is needed in daemon 9 years ago
Neil Booth 4c9b224d4c Put open_wallet back as class method. 9 years ago
ThomasV ef1f649d58 fix missing parameter 9 years ago
ThomasV 632905dfbe instantiate wizard only if needed 9 years ago
ThomasV 62868ab29a Register loaded wallets in daemon, to prevent a wallet from being opened twice. 9 years ago
ThomasV acbe67fd1f separation between RPC and non-RPC commands. 9 years ago
ThomasV 3bed2e3106 don't wait for wallet sync in rpc commands; instead, show wallet status in status command 9 years ago
ThomasV 6770834d06 daemon: use available port 9 years ago
ThomasV becfe13df2 decrease daemon timeout 9 years ago
Neil Booth 50dcee69d0 Clean up imports in daemon.py 9 years ago
Neil Booth 03b4868bf8 Handle JSON RPC server timeouts differently 9 years ago
ThomasV 95393656aa rename command: notify 9 years ago
ThomasV 3c11c63289 fix daemon: don't oad wallet if there is a gui 9 years ago
ThomasV 4682d95a76 merge jsonrpc gui and daemon 9 years ago
ThomasV 92e0744470 Refactoring of daemon: 9 years ago
ThomasV 713fa00d86 fix estimatefee for daemon 9 years ago
ThomasV e9f5e6866d check www dir on daemon start 9 years ago
ThomasV 18d145cced add websocket to webpages 9 years ago
Neil Booth 3a50c78a47 Avoid string representation issues 9 years ago
ThomasV 117b809bab fix issue #1238 10 years ago
ThomasV 5bd22d2378 follow-up to bd781d600b8ce2bc9dcebebbdb0fb60ad2fb892e: use pipe 10 years ago
Neil Booth bd781d600b Have queues passed to the network constructor. 10 years ago
ThomasV a0e9046c2c prepare for 2.2 release 10 years ago
ThomasV e33bc2473b network: don't store unanswered request if result is in cache 10 years ago
ThomasV 50bc50d78d daemon: filter notificaions sent to client 10 years ago
ThomasV 5f29017c9d pass config.path to daemon (exemptore). fixes #901 10 years ago
ThomasV 0200778ac1 require user to start daemon explicitly 10 years ago
ThomasV b93aa9bc43 do not display daemon socket path 10 years ago
ThomasV 72688a5cfa clean implementation of daemon threads 10 years ago
ThomasV 4780d8f811 do not try to connect to daemon on windows (af_unix) 10 years ago