aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Bitcoin-Qt: emit numBlocksChanged for changed reindex or importing statePhilip Kaufmann2013-04-062-2/+10
* | | | | | | | Merge pull request #2474 from sipa/pre0.8.2Gavin Andresen2013-04-091-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Switch version numbers to 0.8.1.99Pieter Wuille2013-04-061-3/+3
| |/ / / / / / /
* | | | | | | | Merge pull request #2478 from sipa/fullhashGavin Andresen2013-04-096-54/+44
|\ \ \ \ \ \ \ \
| * | | | | | | | Always print full hashes (tx, block, inv)Pieter Wuille2013-04-076-54/+44
| |/ / / / / / /
* | | | | | | | Merge pull request #2461 from sipa/syncnodeGavin Andresen2013-04-094-19/+76
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Add bytessent, bytesrecv and syncnode to getpeerinfoPieter Wuille2013-04-073-0/+16
| * | | | | | | Make sure we always have a node to do IBD fromPieter Wuille2013-04-073-19/+60
* | | | | | | | net.cpp: Do not change primary process name from (default) to "bitcoin-start"Jeff Garzik2013-04-081-3/+0
* | | | | | | | Merge pull request #2243 from luke-jr/bugfix_leveldbGavin Andresen2013-04-082-8/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Bugfix: makefile.unix: Honour BOOST_LIB_SUFFIX on boost_unit_test_frameworkLuke Dashjr2013-02-191-1/+5
| * | | | | | | | Bugfix: makefile.linux-mingw: Fix so passed CXXFLAGS/LDFLAGS work correctlyLuke Dashjr2013-02-191-7/+7
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #2470 from Diapolo/progressbarlabelWladimir J. van der Laan2013-04-081-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Bitcoin-Qt: update for BitcoinGUI::eventFilter()Philip Kaufmann2013-04-061-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2481 from laanwj/2013_04_cleanupWladimir J. van der Laan2013-04-082-35/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | qt: remove redundant wallet methods from bitcoinguiWladimir J. van der Laan2013-04-072-35/+8
* | | | | | | | | Merge pull request #2477 from jonasschnelli/new_iconsWladimir J. van der Laan2013-04-085-173/+58
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | new windows and linux iconsJonas Schnelli2013-04-063-0/+0
| * | | | | | | | | moved bitcoin.svg to correct folder (qt/res/src)Jonas Schnelli2013-04-062-173/+58
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2419 from sipa/noreltimePieter Wuille2013-04-083-23/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Drop release times for CNodePieter Wuille2013-04-043-23/+9
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2272 from gavinandresen/getbalancefixGavin Andresen2013-04-082-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix getbalance discrepencyGavin Andresen2013-02-042-3/+3
* | | | | | | | | | Merge pull request #2403 from gmaxwell/minfee-to-relayfeePieter Wuille2013-04-081-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Make MIN_TX_FEE match MIN_RELAY_TX_FEE.Gregory Maxwell2013-03-221-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2282 from mb300sd/addressinlistunspentGregory Maxwell2013-04-071-0/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | add address and account information to listunspentmb300sd2013-02-271-0/+7
* | | | | | | | | Translations update: pull from TransifexPhilip Kaufmann2013-04-0745-10423/+36750
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #2456 from Diapolo/code-layoutPieter Wuille2013-04-058-42/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | small indentation, space, formatting fixes (no code changes)Philip Kaufmann2013-04-068-42/+39
* | | | | | | | | Merge pull request #2443 from Diapolo/Qt_addrbookWladimir J. van der Laan2013-04-053-35/+30
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Bitcoin-Qt: updates to addressbookpagePhilip Kaufmann2013-04-033-35/+30
* | | | | | | | | Merge pull request #2460 from Diapolo/clientmodelPieter Wuille2013-04-051-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Bitcoin-Qt: add Genesis blocks time for testnetPhilip Kaufmann2013-04-041-1/+3
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2442 from Diapolo/Qt_RPCConWladimir J. van der Laan2013-04-051-9/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Bitcoin-Qt: small RPCConsole cleanupPhilip Kaufmann2013-04-021-9/+3
* | | | | | | | | | Merge pull request #2444 from jonasschnelli/masterWladimir J. van der Laan2013-04-052-0/+58
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | new mac osx icon (including SVG Version)Jonas Schnelli2013-04-023-0/+58
| * | | | | | | | | Merge branch 'master' of git://github.com/bitcoin/bitcoinJonas Schnelli2013-04-028-146/+304
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | new mac osx iconJonas Schnelli2013-04-022-0/+0
* | | | | | | | | | | Merge pull request #2423 from TheBlueMatt/limitedmapalreadyaskedforGavin Andresen2013-04-034-4/+113
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Move mapAlreadyAskedFor to limitedmapMatt Corallo2013-04-012-3/+13
| * | | | | | | | | | | Add a limitedmap class similar to mrusetMatt Corallo2013-04-011-0/+100
| * | | | | | | | | | | Revert "Actually use mapAlreadyAskedFor."Matt Corallo2013-04-011-1/+0
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #2357 from gavinandresen/shutdowncleanupGavin Andresen2013-04-0331-809/+528
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Have Qt poll for shutdown requested, the QT way.Gavin Andresen2013-04-036-11/+23
| * | | | | | | | | | | Clean up shutdown processGavin Andresen2013-04-0315-177/+146
| * | | | | | | | | | | Port Thread* methods to boost::thread_groupGavin Andresen2013-04-0310-494/+134
| * | | | | | | | | | | LoopForever and ThreadTrace helpersGavin Andresen2013-04-032-0/+114
| * | | | | | | | | | | Rename util.h Sleep --> MilliSleepGavin Andresen2013-04-038-33/+36