aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | Move CWalletDB::ReorderTransactions to CWalletPatrick Strateman2016-10-303-80/+74
| | |/ / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | Merge #8674: tools for analyzing, updating and adding copyright headers in so...Wladimir J. van der Laan2016-11-023-76/+662
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | [devtools] script support for managing source file copyright headersisle29832016-09-103-76/+662
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #9060: trivial: fix bloom filter init to isEmpty = trueWladimir J. van der Laan2016-11-021-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | trivial: fix bloom filter init to isEmpty = trueRobert McLaughlin2016-11-011-1/+1
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #9063: Do not shadow variable, use deprecated MAP_ANON if MAP_ANONYMOUS...Wladimir J. van der Laan2016-11-021-3/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | Do not shadow variable, use deprecated MAP_ANON if MAP_ANONYMOUS is not defined.Pavel Janík2016-11-021-3/+10
| |/ / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #8753: Locked memory managerWladimir J. van der Laan2016-11-0215-410/+966
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | bench: Add benchmark for lockedpool allocation/deallocationWladimir J. van der Laan2016-10-272-1/+49
| | * | | | | | | | | | | | | | | | | | | | | | | | rpc: Add `getmemoryinfo` callWladimir J. van der Laan2016-10-271-0/+43
| | * | | | | | | | | | | | | | | | | | | | | | | | support: Add LockedPoolWladimir J. van der Laan2016-10-277-328/+832
| | * | | | | | | | | | | | | | | | | | | | | | | | wallet: Get rid of LockObject and UnlockObject calls in key.hWladimir J. van der Laan2016-10-193-55/+23
| | * | | | | | | | | | | | | | | | | | | | | | | | wallet: Change CCrypter to use vectors with secure allocatorWladimir J. van der Laan2016-10-193-26/+19
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #9032: test: Add format-dependent comparison to bctestWladimir J. van der Laan2016-11-021-3/+27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | test: Add format-dependent comparison to bctestWladimir J. van der Laan2016-10-281-3/+27
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8448: Store mempool and prioritization data to diskWladimir J. van der Laan2016-11-026-7/+147
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Add mempool.dat to doc/files.mdPieter Wuille2016-10-311-0/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | Add DumpMempool and LoadMempoolPieter Wuille2016-10-313-0/+122
| | * | | | | | | | | | | | | | | | | | | | | | | | | Add AcceptToMemoryPoolWithTime functionPieter Wuille2016-10-302-5/+15
| | * | | | | | | | | | | | | | | | | | | | | | | | | Add feedelta to TxMempoolInfoPieter Wuille2016-10-302-2/+9
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #9043: [qt] Return useful error message on ATMP failureJonas Schnelli2016-11-013-4/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | [qt] Return useful error message on ATMP failureMarcoFalke2016-10-303-4/+8
| | |/ / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #9041: keypoololdest denote Unix epoch, not GMTMarcoFalke2016-10-312-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Change all instance of 'GMT epoch' to 'Unix epoch'matthias2016-10-312-2/+2
| |/ / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | Merge #8989: [Qt] overhaul smart-fee slider, adjust default confirmation targetWladimir J. van der Laan2016-10-287-13/+64
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | [Qt] overhaul smart-fee slider, adjust default confirmation targetJonas Schnelli2016-10-283-11/+47
| | * | | | | | | | | | | | | | | | | | | | | | | [Qt] Hide nTxConfirmTarget behind WalletModelJonas Schnelli2016-10-282-0/+7
| | * | | | | | | | | | | | | | | | | | | | | | | CoinControl: add option for custom confirmation targetJonas Schnelli2016-10-282-2/+10
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #9016: Return useful error message on ATMP failureWladimir J. van der Laan2016-10-284-13/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Return useful error message on ATMP failureinstagibbs2016-10-264-13/+22
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #9029: instance of 'mem pool' to 'mempool'Wladimir J. van der Laan2016-10-272-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | instance of 'mem pool' to 'mempool'S. Matthew English2016-10-272-2/+2
| | | |/ / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge #9033: Update build notes for dropping osx 10.7 support (fanquake)Wladimir J. van der Laan2016-10-271-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | Update build notes for dropping osx 10.7 supportMichael Ford2016-10-271-1/+1
| | |/ / / / / / / / / / / / / / / / / / / / / /
| * / / / / / / / / / / / / / / / / / / / / / / doc: Add release notes for 0.13.1 releaseWladimir J. van der Laan2016-10-271-0/+410
| |/ / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | Merge #9020: rpc: Remove invalid explanation from wallet fee messageWladimir J. van der Laan2016-10-261-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | rpc: Remove invalid explanation from wallet fee messageWladimir J. van der Laan2016-10-261-1/+1
| |/ / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | Merge #9015: release: bump required osx version to 10.8. (jonasschnelli)Wladimir J. van der Laan2016-10-261-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | release: bump required osx version to 10.8. Credit jonasschnelli.Cory Fields2016-10-251-1/+1
| |/ / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | Merge #8515: A few mempool removal optimizationsWladimir J. van der Laan2016-10-257-50/+51
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | Add some missing includesPieter Wuille2016-10-211-0/+4
| | * | | | | | | | | | | | | | | | | | | | | Return shared_ptr<CTransaction> from mempool removesPieter Wuille2016-10-215-15/+15
| | * | | | | | | | | | | | | | | | | | | | | Make removed and conflicted arguments optional to removePieter Wuille2016-10-217-35/+31
| | * | | | | | | | | | | | | | | | | | | | | Bypass removeRecursive in removeForReorgPieter Wuille2016-10-211-7/+8
| | |/ / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | Merge #8948: [TRIVIAL] reorder Windows gitian build order to match LinuxWladimir J. van der Laan2016-10-251-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | [TRIVIAL] reorder Windows gitian build order to match LinuxMicha2016-10-181-1/+1
| * | | | | | | | | | | | | | | | | | | | | | Merge #9008: [net] Remove assert(nMaxInbound > 0)Wladimir J. van der Laan2016-10-251-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | [net] Remove assert(nMaxInbound > 0)MarcoFalke2016-10-241-1/+0
| * | | | | | | | | | | | | | | | | | | | | | | Merge #9002: Make connect=0 disable automatic outbound connections.Wladimir J. van der Laan2016-10-252-5/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | Make connect=0 disable automatic outbound connections.Gregory Maxwell2016-10-252-5/+6
| | | |_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |