51 Commits (438bc94dcedcede8aa657d0b162a888f78f7ea01)

Author SHA1 Message Date
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
ThomasV 59c76f5e09 use file socket for daemon 10 years ago
Tafelpoot 6557c4b9df daemon fix on windows more compact 10 years ago
Tafelpoot 75a0da8913 fix daemon for windows 10 years ago
ThomasV 2843d7a148 force python2 with daemon 10 years ago
ThomasV 35a12b22cf fix daemon timeout 10 years ago
ThomasV a63eaa3c4e daemon: multiplexing 10 years ago
ThomasV 13a01b11d2 daemon messages 10 years ago
Michael Wozniak ef264e0bf7 Fix issue with daemon socket on OS X 10 years ago
ThomasV 76d03a2817 daemon sleep before terminating 10 years ago
ThomasV 914c115617 move daemon_timeout out of server class 10 years ago
ThomasV f7280e4637 cleanup daemon threads 10 years ago
ThomasV 087490a197 spawn daemon using daemon.py 10 years ago
ThomasV 035ecbc7cd redo inter-thread communication using pipes 10 years ago
ThomasV 9efc25bdba interface: use parse_json 10 years ago
ThomasV 5e47d1a635 default daemon timeout after 5 minutes 10 years ago
ThomasV af3fd62fd4 send server height and server lag with daemon 10 years ago
ThomasV 96070246b7 proper start and stop commands for daemon 10 years ago
ThomasV 374efd970e fix daemon timeout 10 years ago
ThomasV 2120b1a573 command line: wait until daemon is connected 10 years ago
ThomasV 8196bc5779 adapt network dialog to daemon 10 years ago
ThomasV 09e4efc439 daemon notifications (network.status) 10 years ago
ThomasV 9ee0614edb make daemon usable with the GUI 10 years ago
Chris Glass 8997c760a2 Do not use mutables as default values! 10 years ago
ThomasV 5ed0f2224d Fix daemon port 11 years ago
ThomasV 4ec31b9fe9 prevent collision on daemon port. Add Imported_Wallet (bolkin) 11 years ago
ThomasV 80a988e337 slightly better notifications. at least, it fixes #652 11 years ago
ThomasV 696766c370 json-friendly debug messages. fix #659 11 years ago
ThomasV f4b1621910 rename do_send as send. fixes #645 11 years ago
flatfly 2a28fa07e3 Update daemon.py 11 years ago
ThomasV 7dd296273f move daemon spawning code into NetworkProxy class 11 years ago
ThomasV 0bb16f0836 add daemon port to config 11 years ago
ThomasV 489413d358 move start_daemon code to main script 11 years ago
ThomasV 0a1f6b5c43 fix return, debug flags 11 years ago
ThomasV 919ec8e837 fix: missing import 11 years ago
ThomasV 8f025db800 add missing Network methods to NetworkProxy 11 years ago