| Commit message (Expand) | Author | Age | Files | Lines |
| * | directory re-organization (keeps the old build system) | Jaromil | 2011-04-23 | 1 | -1602/+0 |
| * | Fix for #156: UPnP segfault when no valid UPnP IGDs are found. | Dan Helfman | 2011-04-16 | 1 | -2/+4 |
| * | Exit when no UPnP router found and fUseUPnP gets set to 0. | Matt Corallo | 2011-04-15 | 1 | -1/+1 |
| * | Merge branch 'upnp' of https://github.com/TheBlueMatt/bitcoin | Gavin Andresen | 2011-04-12 | 1 | -1/+123 |
| |\ |
|
| | * | Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at bui... | Matt Corallo | 2011-03-30 | 1 | -1/+123 |
| * | | Update DNS seed list | Jeff Garzik | 2011-04-01 | 1 | -0/+1 |
| |/ |
|
| * | dnsseed: fix printf | Jeff Garzik | 2011-03-08 | 1 | -1/+1 |
| * | DNS seeding | Jeff Garzik | 2011-03-08 | 1 | -0/+27 |
| * | Make send/receive limits bigger (10MB each) | Gavin Andresen | 2011-03-03 | 1 | -2/+2 |
| * | Set maxconnections default to 125 | Gavin Andresen | 2011-02-16 | 1 | -14/+6 |
| * | Denial-of-service flood control | Gavin Andresen | 2011-02-16 | 1 | -19/+31 |
| * | Added 320 fresh seednodes to replace the old ones. | Daniel Folkinshteyn | 2011-02-07 | 1 | -36/+40 |
| * | Repeatedly resetting the timestamp for seed nodes in the database was slow. ... | Chris Moore | 2011-01-24 | 1 | -1/+1 |
| * | Fix -maxconnections. It used to account for the 8 outbound connections twice... | Chris Moore | 2011-01-23 | 1 | -1/+14 |
| * | add -nolisten command line option | Witchspace | 2010-12-22 | 1 | -3/+5 |
| * | get external ip from irc | s_nakamoto | 2010-12-15 | 1 | -12/+37 |
| * | efficiently sort transaction dependencies in one pass | s_nakamoto | 2010-11-19 | 1 | -11/+11 |
| * | Update websites used for GetMyExternalIP | gavinandresen | 2010-11-15 | 1 | -8/+10 |
| * | bugfixes from Dean Gores, | s_nakamoto | 2010-10-23 | 1 | -21/+3 |
| * | Gavin Andresen: multiple instance check, -testnet use port 18333 | s_nakamoto | 2010-10-20 | 1 | -6/+7 |
| * | Gavin's TEST network as -testnet switch, misc fixes | s_nakamoto | 2010-10-19 | 1 | -1/+1 |
| * | try to auto-detect whether to use 128-bit 4-way SSE2 | s_nakamoto | 2010-09-09 | 1 | -1/+3 |
| * | Gavin Andresen: clean shutdown on SIGTERM | s_nakamoto | 2010-09-08 | 1 | -0/+2 |
| * | cleanup, | s_nakamoto | 2010-09-07 | 1 | -53/+0 |
| * | propset svn:eol-style native | s_nakamoto | 2010-08-29 | 1 | -1466/+1466 |
| * | fix -datadir=./subdir relative path, | s_nakamoto | 2010-08-12 | 1 | -2/+28 |
| * | always make 8 outbound connections even if have inbound, | s_nakamoto | 2010-08-09 | 1 | -6/+22 |
| * | bitcoind now compiles without wxWidgets or wxBase | s_nakamoto | 2010-07-26 | 1 | -2/+2 |
| * | reduced max outbound connections from 15 to 8 --version 0.3 rc4v0.3rc4 | s_nakamoto | 2010-07-02 | 1 | -1/+1 |
| * | fixed colors on ubuntu lucid,v0.2.13 | s_nakamoto | 2010-06-21 | 1 | -1/+1 |
| * | use seed nodes as fallback if IRC fails or with TORv0.2.12 | s_nakamoto | 2010-06-18 | 1 | -5/+73 |
| * | more addr message error checkingv0.2.11 | s_nakamoto | 2010-06-15 | 1 | -3/+3 |
| * | automatically change displayed address whenever it receives anything,v0.2.10 | s_nakamoto | 2010-06-10 | 1 | -2/+7 |
| * | Mac OS build fixes by laszlov0.2.8 | s_nakamoto | 2010-05-19 | 1 | -3/+1 |
| * | strip out unfinished product, review and market stuff, | s_nakamoto | 2010-02-15 | 1 | -9/+0 |
| * | renamed a few rpc methods | s_nakamoto | 2010-02-14 | 1 | -4/+0 |
| * | Workaround for bug on wxWidgets 2.9.0 Ubuntu 9.10 64-bit where first characte... | s_nakamoto | 2010-02-14 | 1 | -1/+1 |
| * | command line and JSON-RPC first draft, requires Boost 1.35 or higher for boos... | s_nakamoto | 2010-02-12 | 1 | -10/+5 |
| * | simplify AddAddress, | s_nakamoto | 2010-01-28 | 1 | -5/+5 |
| * | filter out duplicate getblocks and don't relay inv messages during initial bl...v0.2rc2v0.2.0 | s_nakamoto | 2009-12-14 | 1 | -2/+19 |
| * | misc exit code, updated setup.nsi | s_nakamoto | 2009-12-13 | 1 | -3/+8 |
| * | retry IRC if name in use, | s_nakamoto | 2009-12-11 | 1 | -1/+24 |
| * | bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle, | s_nakamoto | 2009-11-18 | 1 | -46/+64 |
| * | monitor ThreadSocketHandler and terminate and restart if hung, convert _begin... | s_nakamoto | 2009-11-13 | 1 | -122/+220 |
| * | Get local host IP on Linux, Shutdown() a little cleaner -- linux-0.1.6-test1 ...v0.1.6test1 | s_nakamoto | 2009-11-08 | 1 | -9/+49 |
| * | ui tweaks, multiple xpm icon sizes | s_nakamoto | 2009-11-07 | 1 | -2/+2 |
| * | UI tweaks, use BindListenPort to detect instance already running, setsockopt(... | s_nakamoto | 2009-11-07 | 1 | -47/+51 |
| * | got rid of CheckForShutdown, replaced some thread-unsafe wxWidgets calls, Lin... | s_nakamoto | 2009-11-06 | 1 | -91/+102 |
| * | unix build merged in, bitmap resources from xpm instead of rc, better addr re... | s_nakamoto | 2009-11-05 | 1 | -88/+89 |
| * | move debug.log and db.log to data dir, portable GetDataDir, optimize GetBalan... | s_nakamoto | 2009-11-01 | 1 | -7/+27 |