index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further reduce header dependencies
Pieter Wuille
2012-04-17
1
-7
/
+3
*
Merge pull request #1106 from jgarzik/sign-compare
Gavin Andresen
2012-04-17
1
-4
/
+4
|
\
|
*
CNode's nHeaderStart may be negative, so change its type
Jeff Garzik
2012-04-15
1
-4
/
+4
*
|
Replace several network protocol version numbers with named constants
Jeff Garzik
2012-04-12
1
-2
/
+2
|
/
*
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-09
1
-7
/
+19
*
Remove half-implemented publish/subscribe system
Gavin Andresen
2012-04-04
1
-61
/
+0
*
Begin doxygen-compatible comments
Pieter Wuille
2012-03-26
1
-2
/
+2
*
Merge branch 'addrman' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-03-22
1
-3
/
+3
|
\
|
*
CAddrMan: stochastic address manager
Pieter Wuille
2012-02-24
1
-3
/
+3
*
|
Add mruset and use it for setInventoryKnown
Pieter Wuille
2012-02-27
1
-1
/
+3
|
/
*
Merge branch 'postfeb20' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-02-22
1
-16
/
+7
|
\
|
*
Post-feb20 simplifications
Pieter Wuille
2012-02-21
1
-16
/
+7
*
|
Fix #626: RecvLine wrong error message
Pieter Wuille
2012-02-19
1
-0
/
+1
|
/
*
Symbolic names for threads
Pieter Wuille
2012-02-16
1
-2
/
+14
*
Macros for manual critical sections
Pieter Wuille
2012-02-11
1
-3
/
+3
*
Update all copyrights to 2012
Gavin Andresen
2012-02-07
1
-1
/
+1
*
Compile with extra warnings turned on. And more makefile/code tidying up.
Gavin Andresen
2012-01-12
1
-1
/
+3
*
Network stack refactor
Pieter Wuille
2012-01-06
1
-13
/
+7
*
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
1
-20
/
+18
*
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
1
-18
/
+20
*
Implement BIP 14 : separate protocol version from client version
Gavin Andresen
2011-12-19
1
-11
/
+1
*
Move DNS Seed lookup to a new thread.
Matt Corallo
2011-11-26
1
-1
/
+0
*
Fix build on windows and mac
Gavin Andresen
2011-10-07
1
-1
/
+1
*
Framework for banning mis-behaving peers
Gavin Andresen
2011-09-21
1
-1
/
+27
*
missed printf in AbortMessage(); merged printfs in EndMessage
Nils Schneider
2011-09-17
1
-3
/
+4
*
log low-level network messages only when fDebug is set
Nils Schneider
2011-09-17
1
-4
/
+7
*
Move CInv to protocol.[ch]pp
Giel van Schijndel
2011-08-19
1
-80
/
+0
*
Move CAddress to protocol.[ch]pp
Giel van Schijndel
2011-08-19
1
-225
/
+0
*
Start moving protocol-specific code to protocol.[ch]pp
Giel van Schijndel
2011-08-19
1
-96
/
+2
*
Make some global variables less-global (static)
Giel van Schijndel
2011-08-19
1
-2
/
+0
*
Compile with DEBUG_LOCKORDER to detect inconsistent lock orderings that can c...
Gavin Andresen
2011-08-17
1
-1
/
+1
*
Merge pull request #458 from TheBlueMatt/copyright
Gavin Andresen
2011-08-11
1
-0
/
+1
|
\
|
*
Unify copyright notices.
Matt Corallo
2011-08-09
1
-0
/
+1
*
|
Merge pull request #459 from jgarzik/char-msgstart
Gavin Andresen
2011-08-10
1
-1
/
+1
|
\
\
|
*
|
Use 'unsigned char' rather than 'char' for pchMessageStart.
Venkatesh Srinivas
2011-08-10
1
-1
/
+1
|
|
/
*
/
Add missing includes to net.h
Vegard Nossum
2011-08-08
1
-0
/
+1
|
/
*
Single DB transaction for all addresses in a message
Patrick Varilly
2011-07-14
1
-1
/
+2
*
Limit response to getblocks to half of output buffer size
Pieter Wuille
2011-07-01
1
-0
/
+2
*
Faster timeout when connecting
Pieter Wuille
2011-06-12
1
-1
/
+2
*
Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts.
Doug Huff
2011-06-02
1
-4
/
+20
*
make bitcoin include files more modular
Wladimir J. van der Laan
2011-05-15
1
-41
/
+53
*
Support for name lookups in -connect and -addnode
Pieter Wuille
2011-05-10
1
-40
/
+22
*
directory re-organization (keeps the old build system)
Jaromil
2011-04-23
1
-0
/
+1055