index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net.h
Age
Commit message (
Expand
)
Author
2012-03-26
Begin doxygen-compatible comments
Pieter Wuille
2012-03-22
Merge branch 'addrman' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-02-27
Add mruset and use it for setInventoryKnown
Pieter Wuille
2012-02-24
CAddrMan: stochastic address manager
Pieter Wuille
2012-02-22
Merge branch 'postfeb20' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-02-21
Post-feb20 simplifications
Pieter Wuille
2012-02-19
Fix #626: RecvLine wrong error message
Pieter Wuille
2012-02-16
Symbolic names for threads
Pieter Wuille
2012-02-11
Macros for manual critical sections
Pieter Wuille
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2012-01-12
Compile with extra warnings turned on. And more makefile/code tidying up.
Gavin Andresen
2012-01-06
Network stack refactor
Pieter Wuille
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-19
Implement BIP 14 : separate protocol version from client version
Gavin Andresen
2011-11-26
Move DNS Seed lookup to a new thread.
Matt Corallo
2011-10-07
Fix build on windows and mac
Gavin Andresen
2011-09-21
Framework for banning mis-behaving peers
Gavin Andresen
2011-09-17
missed printf in AbortMessage(); merged printfs in EndMessage
Nils Schneider
2011-09-17
log low-level network messages only when fDebug is set
Nils Schneider
2011-08-19
Move CInv to protocol.[ch]pp
Giel van Schijndel
2011-08-19
Move CAddress to protocol.[ch]pp
Giel van Schijndel
2011-08-19
Start moving protocol-specific code to protocol.[ch]pp
Giel van Schijndel
2011-08-19
Make some global variables less-global (static)
Giel van Schijndel
2011-08-17
Compile with DEBUG_LOCKORDER to detect inconsistent lock orderings that can c...
Gavin Andresen
2011-08-11
Merge pull request #458 from TheBlueMatt/copyright
Gavin Andresen
2011-08-10
Merge pull request #459 from jgarzik/char-msgstart
Gavin Andresen
2011-08-10
Use 'unsigned char' rather than 'char' for pchMessageStart.
Venkatesh Srinivas
2011-08-09
Unify copyright notices.
Matt Corallo
2011-08-08
Add missing includes to net.h
Vegard Nossum
2011-07-14
Single DB transaction for all addresses in a message
Patrick Varilly
2011-07-01
Limit response to getblocks to half of output buffer size
Pieter Wuille
2011-06-12
Faster timeout when connecting
Pieter Wuille
2011-06-02
Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts.
Doug Huff
2011-05-15
make bitcoin include files more modular
Wladimir J. van der Laan
2011-05-10
Support for name lookups in -connect and -addnode
Pieter Wuille
2011-04-23
directory re-organization (keeps the old build system)
Jaromil