aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | [doc] Fix doxygen comments for membersMarcoFalke2016-04-0310-49/+49
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge #7788: Use relative paths instead of absolute paths in protoc callsWladimir J. van der Laan2016-04-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Use relative paths instead of absolute pathsPavel Janík2016-04-041-1/+1
| |/ / / / / / / / / / / /
* | | / / / / / / / / / / RPC: add versionHex in getblock and getblockheader JSON results; expand data ...mruddy2016-04-041-1/+15
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge #7707: [RPC][QT] UI support for abandoned transactionsJonas Schnelli2016-04-0412-4/+70
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [Qt] Support for abandoned/abandoning transactionsJonas Schnelli2016-04-0412-4/+70
* | | | | | | | | | | | | RPC: fix generatetoaddress failing to parse address and add unit testmruddy2016-04-032-1/+24
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge #7691: [Wallet] refactor wallet/init interactionWladimir J. van der Laan2016-04-025-125/+118
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [Wallet] refactor wallet/init interactionJonas Schnelli2016-03-225-125/+118
* | | | | | | | | | | | | Fix typo: Optimizaton -> Optimizationpaveljanik2016-04-011-1/+1
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge #7772: Clear the input line after activating autocompleteJonas Schnelli2016-03-311-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Clear the input line after activating autocompletePavel Janík2016-03-301-0/+2
* | | | | | | | | | | | | Merge #7763: Put hex-encoded version in UpdateTipWladimir J. van der Laan2016-03-312-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Reformat version in UpdateTip and other messagesPieter Wuille2016-03-312-5/+5
* | | | | | | | | | | | | | Merge #7766: rpc: Register calls where they are definedWladimir J. van der Laan2016-03-3115-137/+165
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | rpc: Register calls where they are definedWladimir J. van der Laan2016-03-3115-137/+165
* | | | | | | | | | | | | | Merge #7648: BIP9 versionbits softfork for BIP68, BIP112 and BIP113Wladimir J. van der Laan2016-03-306-7/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Policy: allow transaction version 2 relay policy.BtcDrak2016-03-182-1/+8
| * | | | | | | | | | | | | Soft fork logic for BIP68BtcDrak2016-03-181-2/+3
| * | | | | | | | | | | | | Soft fork logic for BIP113BtcDrak2016-03-181-4/+10
| * | | | | | | | | | | | | Add CHECKSEQUENCEVERIFY softfork through BIP9Pieter Wuille2016-03-184-1/+23
* | | | | | | | | | | | | | Merge #7761: [Qt] remove trailing output-index from transaction-idWladimir J. van der Laan2016-03-303-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | [Qt] remove trailing output-index from transaction-idJonas Schnelli2016-03-293-7/+7
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge #7573: P2P: add maxtimeadjustment command line optionWladimir J. van der Laan2016-03-303-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | P2P: add maxtimeadjustment command line optionmruddy2016-03-293-1/+5
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge #7723: build: python 3 compatibilityWladimir J. van der Laan2016-03-294-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | build: python 3 compatibilityWladimir J. van der Laan2016-03-294-4/+4
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge #7558: [RPC] Add import/removeprunedfunds rpc callWladimir J. van der Laan2016-03-2911-23/+209
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Added companion removeprunedfunds call.instagibbs2016-03-236-0/+106
| * | | | | | | | | | | | Add importprunedfunds rpc callinstagibbs2016-03-237-23/+103
* | | | | | | | | | | | | Merge #7742: [Wallet][RPC] add missing abandon status documentationWladimir J. van der Laan2016-03-291-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | [Wallet][RPC] add missing abandon status documentationJonas Schnelli2016-03-291-0/+1
* | | | | | | | | | | | | Merge #7732: [Qt] Debug window: replace "Build date" with "Datadir"Wladimir J. van der Laan2016-03-254-9/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | [Qt] remove unused formatBuildDate methodJonas Schnelli2016-03-242-6/+0
| * | | | | | | | | | | | [Qt] Debug window: replace "Build date" with "Datadir"Jonas Schnelli2016-03-224-3/+12
* | | | | | | | | | | | | Merge #7506: Use CCoinControl selection in CWallet::FundTransactionWladimir J. van der Laan2016-03-243-15/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Use CCoinControl selection in CWallet::FundTransactionJoão Barbosa2016-03-083-15/+5
* | | | | | | | | | | | | | Fix lockunspents help messageJoão Barbosa2016-03-231-2/+3
* | | | | | | | | | | | | | [Wallet][RPC] add abandoned status to listtransactionsJonas Schnelli2016-03-231-0/+1
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge #7715: Fix calculation of balances and available coins.Wladimir J. van der Laan2016-03-231-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix calculation of balances and available coins.Alex Morcos2016-03-181-2/+7
* | | | | | | | | | | | | | Merge #7671: [RPC] Add generatetoaddress rpc to mine to an addressWladimir J. van der Laan2016-03-234-33/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Create generatetoaddress rpcAndrew C2016-03-214-33/+81
* | | | | | | | | | | | | | | Prevent multiple calls to CWallet::AvailableCoinsJoão Barbosa2016-03-222-5/+7
| |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Implement "feefilter" P2P message.Alex Morcos2016-03-2115-32/+152
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge #7692: Remove p2p alert systemWladimir J. van der Laan2016-03-2116-673/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | protocol.h/cpp: Removes NetMsgType::ALERTThomas Kerin2016-03-182-9/+0
| * | | | | | | | | | | | | FormattingBtcDrak2016-03-181-55/+55
| * | | | | | | | | | | | | Remove alert keysBtcDrak2016-03-182-5/+0
| * | | | | | | | | | | | | Remove `-alerts` optionBtcDrak2016-03-183-7/+0