Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-11 | Some Mac OS X specific things | p2k | |
* Added application icon for Mac OS X * Added instructions for compiling under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts | |||
2011-09-11 | clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' ↵ | Wladimir J. van der Laan | |
blocks as initial value for number of peer blocks | |||
2011-09-11 | The synchronization progress bar now compares the amount of total blocks to ↵ | Janne Pulkkinen | |
amount of blocks downloaded at application start-up. Could be probably implemented better. | |||
2011-09-08 | http -> https | Wladimir J. van der Laan | |
2011-09-07 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
Conflicts: .gitignore | |||
2011-09-07 | fix the build (moved code use 'this' instead of 'window') | Wladimir J. van der Laan | |
2011-09-07 | Pull request #21: windows fixes/cleanup by Matoking | Janne Pulkkinen | |
2011-09-07 | Merge pull request #500 from gavinandresen/txndeadlock | Gavin Andresen | |
Fix AddAddress cs_mapaddresses/db transaction deadlock | |||
2011-09-06 | Fix AddAddress cs_mapaddresses/db transaction deadlock | Gavin Andresen | |
2011-09-06 | Merge branch 'master' of git://github.com/bitcoin/bitcoin | Jeff Garzik | |
2011-09-06 | Revert "Define MSG_NOSIGNAL to 0 on platforms where it is unavailable." | Jeff Garzik | |
This reverts commit 6a0296791d5e81102a12a3142f5be25cb40f9825. The change breaks build on Fedora Linux. | |||
2011-09-06 | Merge pull request #503 from TheBlueMatt/translatefix | Jeff Garzik | |
Add binary mo for new translation. | |||
2011-09-06 | Add binary mo for new translation. | Matt Corallo | |
2011-09-06 | Merge pull request #502 from vsrinivas/master | Jeff Garzik | |
Define MSG_NOSIGNAL to 0 when it is not defined. Gets OpenBSD building. | |||
2011-09-06 | Define MSG_NOSIGNAL to 0 on platforms where it is unavailable. | Venkatesh Srinivas | |
Enables building bitcoind on OpenBSD. | |||
2011-09-06 | Merge pull request #501 from paraipanakos/master | Jeff Garzik | |
Added Romanian translation | |||
2011-09-06 | Romanian translation added | Alex B | |
2011-09-06 | ignore stuff | Luke Dashjr | |
2011-09-06 | Merge pull request #491 from gavinandresen/manytxfix | Gavin Andresen | |
Optimize database writes for transactions with lots of TxIns. | |||
2011-09-06 | Merge pull request #499 from codler/patch-3 | Gavin Andresen | |
Add a note to only include .po file | |||
2011-09-06 | Add a note to only include .po file | Han Lin Yap | |
2011-09-06 | Merge pull request #490 from TheBlueMatt/master | Gavin Andresen | |
Fix build process to actually work (yet again). | |||
2011-09-06 | Merge pull request #496 from alexwaters/boost_fs3 | Gavin Andresen | |
Support for boost filesystem version 3 | |||
2011-09-05 | README.md: word wrap text file | Jeff Garzik | |
2011-09-05 | Merge pull request #495 from alexwaters/readme | Jeff Garzik | |
Updated readme file | |||
2011-09-05 | Updated readme file | Alex Waters | |
2011-09-05 | Optimize database writes for transactions with lots of TxIns. | Gavin Andresen | |
Patch from ArtForz, who discovered the problem. | |||
2011-09-03 | (k)ubuntu 10.04+ notification support (based on @zwierzak his code) | Wladimir J. van der Laan | |
2011-09-03 | Merge branch 'master' of github.com:laanwj/bitcoin-qt | Wladimir J. van der Laan | |
2011-09-03 | Fix build process to actually work. | Matt Corallo | |
2011-09-03 | Support for boost filesystem version 3 | Luke Dashjr | |
2011-09-03 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-09-02 | Bumped version numbers to 0.4.0rc1v0.4.00rc1 | Gavin Andresen | |
2011-09-02 | Merge pull request #486 from TheBlueMatt/translatefix | Jeff Garzik | |
Update binary mos to latest translations. | |||
2011-09-02 | Versions 0.3.20 THROUGH 0.3.23 have trouble with blockchain downloads; avoid ↵ | Gavin Andresen | |
them | |||
2011-09-02 | Edited README.rst via GitHub | Wladimir J. van der Laan | |
2011-09-02 | support USE_UPNP setting | Wladimir J. van der Laan | |
2011-09-02 | Update binary mos to latest translations. | Matt Corallo | |
2011-09-02 | Stay connected to seed nodes; disconnecting causes problems if you are ↵ | Gavin Andresen | |
trying to make the initial blockchain download. | |||
2011-09-02 | bitcoin-qt cannot be used as command line rpc client | Wladimir J. van der Laan | |
2011-09-02 | update to work with new lock system, add protocol.* to build system | Wladimir J. van der Laan | |
2011-09-02 | If compiled -DDEBUG_LOCKORDER and run with -debug, print out every mutex ↵ | Gavin Andresen | |
lock/unlock (helpful for debugging something-is-holding-a-mutex-too-long problems) | |||
2011-09-02 | Do not try to download blockchain from 0.3.23 nodes | Gavin Andresen | |
2011-09-02 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
Conflicts: src/main.cpp | |||
2011-09-02 | Give hard-coded seed nodes a random last-seen time, to randomize order ↵ | Gavin Andresen | |
they're tried. | |||
2011-09-02 | Update the list of seednodes. | Daniel Folkinshteyn | |
Nodes culled from MagicalTux's database of bitcoin nodes, http://dump.bitcoin.it/misc/ by version and longevity, and tested for connectivity. | |||
2011-09-01 | Fix bad merge: getaccountaddress was broken for new accounts | Gavin Andresen | |
2011-09-01 | Fixed regression I introduced: wallets with lots of transactions were ↵ | Gavin Andresen | |
unusable in GUI. | |||
2011-09-01 | Merge pull request #467 from gavinandresen/keypoolzero | Gavin Andresen | |
Logic running with -keypool=0 was wrong (empty keys were being returned). | |||
2011-09-01 | Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoin | Gavin Andresen | |