aboutsummaryrefslogtreecommitdiff
path: root/net.cpp
Commit message (Expand)AuthorAgeFilesLines
* directory re-organization (keeps the old build system)Jaromil2011-04-231-1602/+0
* Fix for #156: UPnP segfault when no valid UPnP IGDs are found.Dan Helfman2011-04-161-2/+4
* Exit when no UPnP router found and fUseUPnP gets set to 0.Matt Corallo2011-04-151-1/+1
* Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoinGavin Andresen2011-04-121-1/+123
|\
| * Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at bui...Matt Corallo2011-03-301-1/+123
* | Update DNS seed listJeff Garzik2011-04-011-0/+1
|/
* dnsseed: fix printfJeff Garzik2011-03-081-1/+1
* DNS seedingJeff Garzik2011-03-081-0/+27
* Make send/receive limits bigger (10MB each)Gavin Andresen2011-03-031-2/+2
* Set maxconnections default to 125Gavin Andresen2011-02-161-14/+6
* Denial-of-service flood controlGavin Andresen2011-02-161-19/+31
* Added 320 fresh seednodes to replace the old ones.Daniel Folkinshteyn2011-02-071-36/+40
* Repeatedly resetting the timestamp for seed nodes in the database was slow. ...Chris Moore2011-01-241-1/+1
* Fix -maxconnections. It used to account for the 8 outbound connections twice...Chris Moore2011-01-231-1/+14
* add -nolisten command line optionWitchspace2010-12-221-3/+5
* get external ip from ircs_nakamoto2010-12-151-12/+37
* efficiently sort transaction dependencies in one passs_nakamoto2010-11-191-11/+11
* Update websites used for GetMyExternalIPgavinandresen2010-11-151-8/+10
* bugfixes from Dean Gores,s_nakamoto2010-10-231-21/+3
* Gavin Andresen: multiple instance check, -testnet use port 18333s_nakamoto2010-10-201-6/+7
* Gavin's TEST network as -testnet switch, misc fixess_nakamoto2010-10-191-1/+1
* try to auto-detect whether to use 128-bit 4-way SSE2s_nakamoto2010-09-091-1/+3
* Gavin Andresen: clean shutdown on SIGTERMs_nakamoto2010-09-081-0/+2
* cleanup,s_nakamoto2010-09-071-53/+0
* propset svn:eol-style natives_nakamoto2010-08-291-1466/+1466
* fix -datadir=./subdir relative path,s_nakamoto2010-08-121-2/+28
* always make 8 outbound connections even if have inbound,s_nakamoto2010-08-091-6/+22
* bitcoind now compiles without wxWidgets or wxBases_nakamoto2010-07-261-2/+2
* reduced max outbound connections from 15 to 8 --version 0.3 rc4v0.3rc4s_nakamoto2010-07-021-1/+1
* fixed colors on ubuntu lucid,v0.2.13s_nakamoto2010-06-211-1/+1
* use seed nodes as fallback if IRC fails or with TORv0.2.12s_nakamoto2010-06-181-5/+73
* more addr message error checkingv0.2.11s_nakamoto2010-06-151-3/+3
* automatically change displayed address whenever it receives anything,v0.2.10s_nakamoto2010-06-101-2/+7
* Mac OS build fixes by laszlov0.2.8s_nakamoto2010-05-191-3/+1
* strip out unfinished product, review and market stuff, s_nakamoto2010-02-151-9/+0
* renamed a few rpc methodss_nakamoto2010-02-141-4/+0
* Workaround for bug on wxWidgets 2.9.0 Ubuntu 9.10 64-bit where first characte...s_nakamoto2010-02-141-1/+1
* command line and JSON-RPC first draft, requires Boost 1.35 or higher for boos...s_nakamoto2010-02-121-10/+5
* simplify AddAddress, s_nakamoto2010-01-281-5/+5
* filter out duplicate getblocks and don't relay inv messages during initial bl...v0.2rc2v0.2.0s_nakamoto2009-12-141-2/+19
* misc exit code, updated setup.nsis_nakamoto2009-12-131-3/+8
* retry IRC if name in use, s_nakamoto2009-12-111-1/+24
* bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle,s_nakamoto2009-11-181-46/+64
* monitor ThreadSocketHandler and terminate and restart if hung, convert _begin...s_nakamoto2009-11-131-122/+220
* Get local host IP on Linux, Shutdown() a little cleaner -- linux-0.1.6-test1 ...v0.1.6test1s_nakamoto2009-11-081-9/+49
* ui tweaks, multiple xpm icon sizess_nakamoto2009-11-071-2/+2
* UI tweaks, use BindListenPort to detect instance already running, setsockopt(...s_nakamoto2009-11-071-47/+51
* got rid of CheckForShutdown, replaced some thread-unsafe wxWidgets calls, Lin...s_nakamoto2009-11-061-91/+102
* unix build merged in, bitmap resources from xpm instead of rc, better addr re...s_nakamoto2009-11-051-88/+89
* move debug.log and db.log to data dir, portable GetDataDir, optimize GetBalan...s_nakamoto2009-11-011-7/+27