aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Bugfix: increase score, not portPieter Wuille2012-08-291-2/+2
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Add boost chrono lib for windows builds (required for boost 1.50)v0.7.0rc1Wladimir J. van der Laan2012-08-272-0/+2
* | | | | | | Version numbers -> 0.7.0Gavin Andresen2012-08-271-2/+2
* | | | | | | Upgrade to Boost 1.50Matt Corallo2012-08-272-8/+8
* | | | | | | Merge branch 'alert_fix' of git://github.com/gavinandresen/bitcoin-gitGavin Andresen2012-08-272-7/+42
|\ \ \ \ \ \ \
| * | | | | | | Special-case the last alert for alert-key-compromised caseGavin Andresen2012-08-271-0/+22
| * | | | | | | Alert system DoS preventionGavin Andresen2012-08-262-7/+20
| | |_|_|/ / / | |/| | | | |
* | | | | | | Fix compiler warning on macGavin Andresen2012-08-271-2/+2
* | | | | | | Merge branch 'bugfix_gitian' of git://github.com/luke-jr/bitcoinGavin Andresen2012-08-273-54/+52
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Bugfix: Move boost::interprocess Win32 workaround to Bitcoin-Qt sources, rath...Luke Dashjr2012-08-271-0/+6
| * | | | | | Abstract all IPC communication to qtipcserverLuke Dashjr2012-08-243-54/+46
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch '2012_08_progressbarwin' of git://github.com/laanwj/bitcoinGavin Andresen2012-08-251-0/+10
|\ \ \ \ \ \
| * | | | | | Override progress bar on platforms with segmented progress barsWladimir J. van der Laan2012-08-241-0/+10
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'nozeroout' of git://github.com/sipa/bitcoinGavin Andresen2012-08-251-1/+4
|\ \ \ \ \ \
| * | | | | | Make 0-value outputs non-standardPieter Wuille2012-08-241-1/+4
| |/ / / / /
* | | | | | Merge branch 'checkpoint'Gavin Andresen2012-08-251-1/+1
|\ \ \ \ \ \
| * | | | | | Checkpoint at block 193,000Gavin Andresen2012-08-211-1/+1
* | | | | | | Update Czech translation from TransifexWladimir J. van der Laan2012-08-251-90/+96
* | | | | | | Merge pull request #1699 from laanwj/2012_08_secureallocPieter Wuille2012-08-245-29/+276
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Make CCrypter use LockedPageManager to manage locked pagesWladimir J. van der Laan2012-08-232-14/+9
| * | | | | | Handle locked pages more robustly (Fixes issue #1462)Wladimir J. van der Laan2012-08-233-15/+267
* | | | | | | Merge pull request #1672 from gmaxwell/filter_listunspentGregory Maxwell2012-08-246-5/+191
|\ \ \ \ \ \ \
| * | | | | | | Change CWallet addressgrouping to use CTxDestination instead of strings.Gregory Maxwell2012-08-244-54/+57
| * | | | | | | Add txout address filtering to listunspent.Gregory Maxwell2012-08-233-5/+25
| * | | | | | | Add address groupings RPC from the coincontrol patches.coderrr2012-08-235-0/+163
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Avoid leaving return types or function attributes on their own lines.Gregory Maxwell2012-08-246-20/+9
| |_|_|/ / / |/| | | | |
* | | | | | Treat generation (mined) transactions less different from receive transactionsLuke Dashjr2012-08-235-61/+38
* | | | | | Merge pull request #1431 from luke-jr/opt_ipv6Gregory Maxwell2012-08-235-7/+42
|\ \ \ \ \ \
| * | | | | | Allow building with IPv6 support, but it disabled by defaultLuke Dashjr2012-08-235-4/+10
| * | | | | | Bugfix: Make USE_UPNP=- work with makefile.{linux-mingw,mingw,osx} tooLuke Dashjr2012-08-233-3/+12
| * | | | | | Make IPv6 support buildtime-optional again (defaults to enabled)Luke Dashjr2012-08-234-4/+24
* | | | | | | Add icon for "About Qt" in menuWladimir J. van der Laan2012-08-231-1/+1
| |/ / / / / |/| | | | |
* | | | | | Choose reasonable "smart" times to display for transactionsLuke Dashjr2012-08-233-23/+88
* | | | | | JSON-RPC: Add "blocktime" and (for wallet transactions) "timereceived" to tra...Luke Dashjr2012-08-232-0/+3
* | | | | | Store a fixed order of transactions (and accounting) in the walletLuke Dashjr2012-08-236-7/+315
|/ / / / /
* | | | | Merge pull request #1707 from xanatos/patch-7Jeff Garzik2012-08-231-1/+0
|\ \ \ \ \
| * | | | | Removed useless assignmentxanatos2012-08-231-1/+0
| |/ / / /
* / / / / Spaces in stringsxanatos2012-08-231-2/+2
|/ / / /
* | | | Merge pull request #1694 from sipa/fix_netloopsGregory Maxwell2012-08-222-2/+8
|\ \ \ \
| * | | | Fix infinite loops in connection logicPieter Wuille2012-08-222-2/+8
| |/ / /
* | | | Merge pull request #1701 from laanwj/2012_08_pull_transifexWladimir J. van der Laan2012-08-2234-4508/+5617
|\ \ \ \
| * | | | Update translations from transifexWladimir J. van der Laan2012-08-2234-4508/+5617
* | | | | Merge pull request #1695 from sipa/noloadorphanPieter Wuille2012-08-221-6/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Do not accept orphan blocks in -loadblock modePieter Wuille2012-08-211-6/+9
* | | | | Merge branch 'testdata' of git://github.com/TheBlueMatt/bitcoinGavin Andresen2012-08-216-4/+415
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow setting a different linker than compiler in makefile.unixMatt Corallo2012-08-201-2/+4
| * | | | Add data-driven transaction tests.Matt Corallo2012-08-203-0/+216
| * | | | Add a few test cases to data-driven script tests.Matt Corallo2012-08-202-2/+195
* | | | | Merge pull request #1493 from jgarzik/unlocked-rpcJeff Garzik2012-08-212-58/+63
|\ \ \ \ \
| * | | | | RPC: add facility to enable RPCs to run outside cs_main, wallet locksJeff Garzik2012-08-212-58/+63