459 Commits (be16f80abc74b707dbb25ad6094f96c762379a14)

Author SHA1 Message Date
Philip Kaufmann 4bd34b4966 replace 2x WSAGetLastError() with 1x WSAGetLastError() call 12 years ago
Jeff Garzik 2387944782 select(): Use precise fd presence check, rather than imprecise hSocketMax test 12 years ago
Wladimir J. van der Laan 9c80909452 Remove last occurrence of potentially insecure function sprintf. 12 years ago
Wladimir J. van der Laan 4d1d94c56c Rename CreateThread to NewThread 12 years ago
Pieter Wuille af4da4be3d Bugfix: increase score, not port 12 years ago
Pieter Wuille f161a2c211 Fix infinite loops in connection logic 12 years ago
Luke Dashjr 814efd6f1f Bugfix: Fix a variety of misspellings 12 years ago
Philip Kaufmann e6bc9c35f3 Update Warning-strings to use a standard-format 12 years ago
Philip Kaufmann a76552ce47 do not use external IPv4 discovery, when -onlynet="IPv6" 12 years ago
Philip Kaufmann c95d9a9482 fix a comment in net.cpp 12 years ago
Giel van Schijndel 9f46ab62b1 Fix thread names after review 12 years ago
Giel van Schijndel 96931d6f78 Give threads a recognisable name to aid in debugging 12 years ago
Gregory Maxwell ff20f32338 Reorder dnsseed list, Jeff's seed list is static so put it last. 12 years ago
R E Broadley 90c838da9f Show when node is misbehaving, not just at the point that it gets banned. 12 years ago
Gregory Maxwell 19521acfa4 Do not consider inbound peers for outbound network group exclusion. 12 years ago
Matt Corallo 3c3cb60a90 Remove useless high-volume printf (fixes #1544). 12 years ago
Jeff Garzik 1006f0707e RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode data 12 years ago
Matt Corallo 9d6cd04b3b Stop processing messages on full send buffer and dont disconnect. 12 years ago
Pieter Wuille 863e995b79 Debug version messages 12 years ago
Pieter Wuille 54ce3bad64 Add -tor and related configuration 12 years ago
Philip Kaufmann 9247134eab introduce a new StartShutdown() function, which starts a thread with Shutdown() if no GUI is used and calls uiInterface.QueueShutdown() if a GUI is used / all direct uiInterface.QueueShutdown() calls are replaced with Shutdown() - this ensures a clean GUI shutdown, even when catching a SIGTERM and allows the BitcoinGUI destructor to get called (which fixes a tray-icon issue and keeps the tray-icon until Bitcoin-Qt exits) 12 years ago
Pieter Wuille 587f929c64 Rework network config settings 12 years ago
Wladimir J. van der Laan ab1b288fa7 Convert UI interface to boost::signals2. 12 years ago
Wladimir J. van der Laan fe4a655042 Fine-grained UI updates 12 years ago
Fordy 3a25a2b9b0 Update License in File Headers 12 years ago
R E Broadley 83e047eaa7 Was showing a negative number. Changes to positive, since negative (T minus) usually indicates a future event. 12 years ago
R E Broadley 1d764d631f Corrected grammar. As per Principle Of Least Surprise. 12 years ago
Philip Kaufmann 8b4d653663 allow translation of "options" used in the --help message / split translation of RPC console welcome message and remove the need to take care of "<br>" / remove some spaces in strings and misc other stuff related to translations 12 years ago
Jeff Garzik 928d3a011c CAddrDB: Replace BDB-managed addr.dat with internally managed peers.dat 12 years ago
Pieter Wuille 0f1707de67 -onlynet instead of -blocknet 12 years ago
Pieter Wuille 09b4e26a44 Really do not consider blocked networks local 12 years ago
Pieter Wuille 1653f97c8f Do not consider blocked networks local 12 years ago
Philip Kaufmann 0985816bf6 ensure that no double timestamps show up in the debug.log, by removing manual timestamps from the source (now only -logtimestamps parameter adds timestamps to debug.log) 12 years ago
Pieter Wuille af4006b3f5 Enforce -nodiscover better 12 years ago
Pieter Wuille 5a3cb32e59 Take -port into account when resolving -bind's 12 years ago
Philip Kaufmann ea933b03b4 use "IPv6" and "IPv4" in strings as these are the official spellings and make ParseNetwork() in netbase.cpp case-insensitive 12 years ago
Pieter Wuille 139d2f7c29 Keep local service information per address 12 years ago
Pieter Wuille 89b5616d10 Do not signal outbound semaphore if uninitialized 12 years ago
Pieter Wuille c59abe2589 Use semaphores instead of condition variables 12 years ago
Pieter Wuille 8f10a28890 Separate listening sockets, -bind=<addr> 12 years ago
Pieter Wuille 7fa4443f77 Keep port information for local addresses 12 years ago
Pieter Wuille 457754d2c2 Add -blocknet to prevent connections to a given network 12 years ago
Pieter Wuille 090e5b40f1 Limited relaying/storing of foreign addresses 12 years ago
Pieter Wuille 23aa78c405 IPv6 node support 12 years ago
Philip Kaufmann 3b6ed2294b fix an incorrect if-clause in net.cpp 12 years ago
David Joel Schwartz e9205293bd Support multi-threaded JSON-RPC 12 years ago
Pieter Wuille 19b6958cfd Added -externalip and -discover 13 years ago
Pieter Wuille 39857190de Support for multiple local addresses 13 years ago
Pieter Wuille 478b01d9a7 Add -seednode connections, and use this for -dnsseed + -proxydns 12 years ago
Pieter Wuille 9bab521df8 Support connecting by hostnames passed to proxy (-proxydns) 12 years ago