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
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