251 Commits (bde7273c9f95e9710d71203b42d57eab9abf4b41)

Author SHA1 Message Date
Pieter Wuille c2b72ba27f Remove fClient 12 years ago
Pieter Wuille f9cae832e6 Parallelize script verification 12 years ago
Pieter Wuille 0fb9073edd Split off hash.h from util.h 12 years ago
Luke Dashjr f3a84c3a6b Abstract block hash substr extraction (for debug.log) into BlockHashStr inline 12 years ago
Alexander Kjeldaas 25511af4a5 o Annotated lock-like functions in net.h. 12 years ago
Pieter Wuille 66b02c93e6 Move external block import to separate thread 12 years ago
Wladimir J. van der Laan 529a4d4824 remove "checkorder" and "reply" P2P commands 12 years ago
Luke Dashjr 814efd6f1f Bugfix: Fix a variety of misspellings 12 years ago
Matt Corallo 24154ed64b Fix remaining warnings. 12 years ago
R E Broadley 812392d325 Include human readble format for nRequestTime. 12 years ago
Matt Corallo 6d6c2afb2b Change default send buffer to 1Mb. 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 54ce3bad64 Add -tor and related configuration 12 years ago
Jeff Garzik d07eaba195 Introduce -debugnet option, thereby quieting some redundant debug messages 12 years ago
Pieter Wuille 587f929c64 Rework network config settings 12 years ago
Fordy 3a25a2b9b0 Update License in File Headers 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
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 5a3cb32e59 Take -port into account when resolving -bind's 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
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
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 12 years ago
Jeff Garzik 0dd710acb6 CNode's nHeaderStart may be negative, so change its type 12 years ago
Jeff Garzik 8b09cd3a4d Replace several network protocol version numbers with named constants 12 years ago
Pieter Wuille f8dcd5ca6f Use scoped locks instead of CRITICAL_BLOCK 12 years ago
Gavin Andresen f487746ded Remove half-implemented publish/subscribe system 12 years ago
Pieter Wuille 6b8de05d0a Begin doxygen-compatible comments 12 years ago
Pieter Wuille c4341fa6ab Add mruset and use it for setInventoryKnown 13 years ago
Pieter Wuille 5fee401fe1 CAddrMan: stochastic address manager 13 years ago
Pieter Wuille 18c0fa97d0 Post-feb20 simplifications 13 years ago
Pieter Wuille a3342d096f Fix #626: RecvLine wrong error message 13 years ago
Pieter Wuille c59881eaee Symbolic names for threads 13 years ago
Pieter Wuille 88bc5f9485 Macros for manual critical sections 13 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 13 years ago
Gavin Andresen a1de57a063 Compile with extra warnings turned on. And more makefile/code tidying up. 13 years ago
Pieter Wuille 67a42f929b Network stack refactor 13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers" 13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers 13 years ago
Gavin Andresen f8ded588a2 Implement BIP 14 : separate protocol version from client version 13 years ago
Matt Corallo 2bc6cecebb Move DNS Seed lookup to a new thread. 13 years ago