aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge pull request #1232 from TheBlueMatt/lockcontentionGregory Maxwell2012-05-091-1/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix DEBUG_LOCKCONTENTIONMatt Corallo2012-05-091-1/+3
* | | | | | | | | | | harmonize the use of ellipsis ("...") to be used in menus, but not on buttons...Philip Kaufmann2012-05-095-9/+9
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1215 from laanwj/2012_05_nogridtablesWladimir J. van der Laan2012-05-082-10/+25
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Make user action more straightforward in address bookWladimir J. van der Laan2012-05-072-10/+25
* | | | | | | | | | remove 2 ugly spaces from a string used in translationsPhilip Kaufmann2012-05-091-1/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Revert part of 1302257e: don't update CXXFLAGS, only xCXXFLAGSJeff Garzik2012-05-081-1/+1
* | | | | | | | | makefile.unix: add -Wall to default CXXFLAGSJeff Garzik2012-05-081-2/+2
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge branch 'tmp-ipv6' into merge-ipv6Jeff Garzik2012-05-089-183/+558
|\ \ \ \ \ \ \ \
| * | | | | | | | Added -externalip and -discoverPieter Wuille2012-05-043-22/+47
| * | | | | | | | Support for multiple local addressesPieter Wuille2012-05-048-88/+187
| * | | | | | | | Add -seednode connections, and use this for -dnsseed + -proxydnsPieter Wuille2012-05-044-9/+45
| * | | | | | | | Support connecting by hostnames passed to proxy (-proxydns)Pieter Wuille2012-05-045-69/+145
| * | | | | | | | refactor ConnectSocketPieter Wuille2012-05-041-9/+25
| * | | | | | | | SOCKS5 connect via hostnamePieter Wuille2012-05-041-26/+9
| * | | | | | | | SOCKS5 support by defaultPieter Wuille2012-05-042-29/+169
| |/ / / / / / /
* | | | | | | | Merge pull request #886 from luke-jr/getblock_fullGregory Maxwell2012-05-081-25/+199
|\ \ \ \ \ \ \ \
| * | | | | | | | Support for decomposing scripts as "obj"Luke Dashjr2012-05-081-0/+74
| * | | | | | | | Second parameter to JSON-RPC getblock/gettransaction: decompositionsLuke Dashjr2012-05-081-25/+122
| * | | | | | | | Add block "confirmations" to getblock, mainly for identifying orphansLuke Dashjr2012-05-081-0/+3
| | |/ / / / / / | |/| | | | | |
* / | | | | | | remove 2 obsolete functions from init.h that moved to util.hPhilip Kaufmann2012-05-081-3/+0
|/ / / / / / /
* | | | | | | Merge pull request #1180 from jgarzik/sign-compareJeff Garzik2012-05-084-11/+11
|\ \ \ \ \ \ \
| * | | | | | | EvalScript(): cast to avoid signed/unsigned warningJeff Garzik2012-05-011-3/+3
| * | | | | | | ThreadSocketHandler2(): cast to avoid signed/unsigned warningJeff Garzik2012-05-011-1/+1
| * | | | | | | OpenBlockFile(): cast to eliminate signed/unsigned comparison warningJeff Garzik2012-05-011-1/+1
| * | | | | | | CDiskTxPos, CInPoint, COutPoint: cast null value (-1) to unsigned intJeff Garzik2012-05-011-6/+6
* | | | | | | | Merge pull request #841 from sipa/getalltransactionsGregory Maxwell2012-05-083-16/+107
|\ \ \ \ \ \ \ \
| * | | | | | | | gettransaction RPC for non-wallet transactionsPieter Wuille2012-04-183-16/+107
* | | | | | | | | Merge pull request #883 from sipa/loadblockGregory Maxwell2012-05-084-3/+72
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | -loadblock to load from an external blk000?.dat filePieter Wuille2012-04-224-3/+72
* | | | | | | | | | Merge pull request #1075 from laanwj/2012_04_consoleuiGregory Maxwell2012-05-089-76/+827
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add UI RPC console / debug windowWladimir J. van der Laan2012-05-059-76/+827
* | | | | | | | | | | Increase client version to 0.6.99Gregory Maxwell2012-05-081-2/+2
* | | | | | | | | | | Merge pull request #1219 from luke-jr/rm_fee_tipWladimir J. van der Laan2012-05-071-1/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Bitcoin-Qt: Remove redundant tooltip on optional transaction fee. Fixes #1218Luke Dashjr2012-05-071-1/+0
* | | | | | | | | | | | Merge pull request #1196 from sipa/fix_948Gregory Maxwell2012-05-061-2/+14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Prevent stuck download: correct solutionPieter Wuille2012-05-061-2/+14
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Move back setPlaceholderText to code, from xml, as this broke building with Q...Wladimir J. van der Laan2012-05-074-10/+10
* | | | | | | | | | | | Merge pull request #1189 from Diapolo/fix#952Wladimir J. van der Laan2012-05-061-3/+10
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | fix #952 by checking if we have a new address or an updated labelPhilip Kaufmann2012-05-041-3/+10
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #1209 from laanwj/2012_05_hideonshutdownWladimir J. van der Laan2012-05-051-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Hide UI immediately after leaving the main loop.Wladimir J. van der Laan2012-05-061-0/+1
* | | | | | | | | | | | Merge pull request #1207 from sipa/fix_addrmanGregory Maxwell2012-05-052-3/+25
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Bugfix: store source address in addrmanPieter Wuille2012-05-051-1/+1
| * | | | | | | | | | | | Fix addrman crashesPieter Wuille2012-05-051-2/+5
| * | | | | | | | | | | | Add extra asserts to addrmanPieter Wuille2012-05-051-0/+19
* | | | | | | | | | | | | Merge pull request #1160 from retep/masterGregory Maxwell2012-05-051-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Fixed non-sensical error messagePeter Todd2012-05-041-3/+5
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12...Luke Dashjr2012-05-052-2/+2
* | | | | | | | | | | | Merge pull request #1201 from Diapolo/about-dialogWladimir J. van der Laan2012-05-051-3/+9
|\ \ \ \ \ \ \ \ \ \ \ \