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.cpp
Age
Commit message (
Expand
)
Author
2012-03-25
Give DNS seeds a random age between 3 and 7 days old
Pieter Wuille
2012-03-22
Merge branch 'addrman' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-03-18
When disconnecting a node, clear the received buffer so that we do
Alistair Buxton
2012-03-05
fix typo src/net.cpp
nomnombtc
2012-02-26
bitcoind changes to stop storing settings in wallet.dat.
Gavin Andresen
2012-02-24
CAddrMan: stochastic address manager
Pieter Wuille
2012-02-19
Fix #626: RecvLine wrong error message
Pieter Wuille
2012-02-16
Symbolic names for threads
Pieter Wuille
2012-02-16
Merge pull request #844 from sipa/shutdownfix
Pieter Wuille
2012-02-15
Several shutdown-related fixes
Pieter Wuille
2012-02-15
Bugfix: do not create CAddress for invalid accepts
Pieter Wuille
2012-02-10
Get ext. IP from UPnP, make sure addrMe IsRoutable() in version.
Matt Corallo
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2012-02-07
Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. An...
Gavin Andresen
2012-02-01
Avoid advertising the node's address when it is not listening or IsInitialBlo...
Gregory Maxwell
2012-01-31
Fix UPnP by reannouncing every 20 minutes.
Matt Corallo
2012-01-19
Merge branch 'updateseednodes' of https://github.com/nanotube/bitcoin
Gavin Andresen
2012-01-19
Merge branch 'tabs-to-space' of https://github.com/larsr/bitcoin
Gavin Andresen
2012-01-19
Update seednodes, pick long-uptime nodes with version >= 0.4.0
Daniel Folkinshteyn
2012-01-17
Fix handling of default ports
Pieter Wuille
2012-01-16
Merge branch 'keepnode' of https://github.com/TheBlueMatt/bitcoin
Gavin Andresen
2012-01-14
Replace tabs with four spaces to comply with coding standard in doc/coding.txt
Lars Rasmusson
2012-01-12
Minor code cleanup to use fHaveUPnP instead of #ifdef
Matt Corallo
2012-01-12
Add -keepnode which attempts to -addnode and keep a connection open
Matt Corallo
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
2012-01-03
Fix issue #659, and cleanup wallet/command-line argument handling a bit
Gavin Andresen
2012-01-03
Fix some address-handling deadlocks
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
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-12-19
Merge pull request #707 from gavinandresen/BIP14
Gavin Andresen
2011-12-19
Implement BIP 14 : separate protocol version from client version
Gavin Andresen
2011-12-16
Add my DNS seed domain
Luke Dashjr
2011-12-16
Add sipa's new dnsseed.
Matt Corallo
2011-12-12
Merge pull request #694 from luke-jr/restore_old_miniupnp_compat
Gavin Andresen
2011-12-10
Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)
Luke Dashjr
2011-11-26
Move DNS Seed lookup to a new thread.
Matt Corallo
2011-10-31
Remove vladimir's DNS seed, at his request.
Jeff Garzik
2011-10-07
Fix build on windows and mac
Gavin Andresen
2011-10-05
Merge pull request #558 from luke-jr/bugfix_CreateThread_ThreadSocketHandler_...
Gavin Andresen
2011-10-05
Merge pull request #561 from luke-jr/optimize_conn_adjtime
Gavin Andresen
2011-10-03
Bugfix: report error creating ThreadSocketHandler thread just like the rest
Luke Dashjr
2011-10-03
Only GetAdjustedTime once for the retry loop
Luke Dashjr
2011-09-21
Framework for banning mis-behaving peers
Gavin Andresen
2011-09-19
SocketHandler thread can be detached
Pieter Wuille
2011-09-06
Fix AddAddress cs_mapaddresses/db transaction deadlock
Gavin Andresen
2011-09-02
Stay connected to seed nodes; disconnecting causes problems if you are trying...
Gavin Andresen
2011-09-02
Give hard-coded seed nodes a random last-seen time, to randomize order they'r...
Gavin Andresen
2011-09-02
Update the list of seednodes.
Daniel Folkinshteyn
[next]