122 Commits (50755d7db3fb959edf13ace77458aa26b0ea0f41)

Author SHA1 Message Date
ThomasV bb7b0884e3 Various fixes for command line. Make 'payto' command require network (fixes #1525) 9 years ago
ThomasV ab1714e9f2 socket errno 11: raise timeout instead of looping 9 years ago
ThomasV 5a5cc97045 fix base type of PrintError; it must be object, since it is inherited by wallets 9 years ago
Richard Ulrich c5f833a107 added tor onion address for Blockchain explorer 9 years ago
ThomasV f3bd1662f7 fix web request server. fixes #1455 9 years ago
Neil Booth 93b99ebded Handy new class PrintError 9 years ago
Neil Booth 1171a25815 Genericize plugin handling of thread jobs 9 years ago
Neil Booth 9da22000b6 More improvements to exchange_rate plugin 9 years ago
qua-non 1179a4cf9e manage exchange plugins, make sure ui doesn't stall while saving seed 11 years ago
ThomasV 4655c5f565 Fix SocketPipe: 9 years ago
ThomasV e3b7239d19 fix SocketPipe for returning empty array 9 years ago
Neil Booth 56654ec4e9 Introduce thread job framework. 9 years ago
ThomasV 5f413aca1c rm unneeded float conversion 9 years ago
Roman Zeyde 87d3fafa22 util: fix small typo at parse_URI() and update its unittests 9 years ago
Neil Booth 0f2d4bd375 Add bitflyer.jp block explorer 9 years ago
ThomasV a6c65b8997 change internal format of requests 9 years ago
ThomasV 2c1fb1e37c do not raise exception if uri has an unknown key 9 years ago
ThomasV e77f0c98e7 extend bitcoin: URI with signature data, instead of serialized format 9 years ago
ThomasV 9c30ad3dd5 extend bitcoin URIs with signed payment requests passed directly 9 years ago
Neil Booth e7ea3e5d01 Add two more block explorers 9 years ago
Neil Booth 677f235e4b Fix typo. 9 years ago
ThomasV 6fa7f57f10 express expiration dates in natural language 9 years ago
ThomasV 616becd9a8 move openalias from plugins to core 9 years ago
ThomasV 118052d815 v2.4 will require protocol v0.10 9 years ago
Roman Zeyde 90076b0b79 util: add print_msg() method to DaemonThread 9 years ago
ThomasV ba78093e2e getalias: no check 10 years ago
Neil Booth 2f2e468d0a SocketPipe shouldn't close the socket. 10 years ago
ThomasV fc23b0f490 fix #1274 10 years ago
ThomasV 34360bddfb add missing definition of COIN 10 years ago
Neil Booth 03e53a5e01 Create a constant for 100000000 and use it 10 years ago
ThomasV a3cd33fe03 add option to disable dnssec 10 years ago
ThomasV c006678289 fix indent 10 years ago
ThomasV 5a76a0fc95 hook openalias plugin to command line interface 10 years ago
ThomasV ee5f499fc1 use contacts in command line 10 years ago
Neil Booth e5d243e08c Fix nasty bug in amount editors 10 years ago
Neil Booth d09d5e5dac Plain number formatting for URIs. 10 years ago
ThomasV 8c07bdc3bc do not timeout if interface is receiving data 10 years ago
ThomasV bbaacef960 fix format_satoshis for None values 10 years ago
ThomasV 953674aac7 resize columns to content by default 10 years ago
Neil Booth 4f45e0a083 Prior lost minus sign for fractional negative numbers 10 years ago
Neil Booth 0d35dd66d2 The lite GUI passes a decimal type 10 years ago
Neil Booth 83e05b1183 Modify format_satoshis to display amounts according to locale. 10 years ago
Neil Booth deec78a9d4 Clean up block explorer handling. Add menu item to go to block explorer for an address. 10 years ago
ThomasV e8189490e9 store contacts in a separate file, shared between wallets 10 years ago
ThomasV 4c729f0ff0 move format_time to util 10 years ago
ThomasV f051a3e577 update occurences of get_history 10 years ago
ThomasV d82529a41a function profiler 10 years ago
ThomasV a4cb70649d fix synchronizer hanging when not connected. 10 years ago
ThomasV 72688a5cfa clean implementation of daemon threads 10 years ago
ThomasV 0f3c5ad4b1 parse_URI: utf8 decode 10 years ago