aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | gui: Favor macOS show / hide action in dock menuJoão Barbosa2018-09-021-0/+3
| | |/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #14013: [doc] Add new regtest ports in man following #10825 ports reatt...Wladimir J. van der Laan2018-09-042-5/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Add new regtest ports in doc following #10825 ports reattributionsAntoine Riard2018-08-232-5/+8
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #14094: refactoring: Remove unreferenced local variablesWladimir J. van der Laan2018-09-045-9/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Increase signal to noise in appveyor build output by reducing the MSVC warnin...practicalswift2018-09-035-9/+8
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #14129: Trivial: update clang thread-safety docs urlWladimir J. van der Laan2018-09-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Trivial: update clang thread-safety docs urlBen Woosley2018-09-021-1/+1
| | |_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #14135: doc: correct GetDifficulty doc after #13288Wladimir J. van der Laan2018-09-041-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | doc: correct GetDifficulty doc after #13288fanquake2018-09-031-2/+1
| |/ / / / / / / / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / / / / / / / / Switch nPrevNodeCount to vNodesSize.Patrick Strateman2018-08-311-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: Small locking renameRussell Yanofsky2018-08-3110-25/+22
* | | | | | | | | | | | | | | | | | | | | | | | Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionWladimir J. van der Laan2018-08-3114-70/+143
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Use LOCK macros for non-recursive locksRussell Yanofsky2018-08-0311-24/+26
| * | | | | | | | | | | | | | | | | | | | | | | Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionRussell Yanofsky2018-08-032-37/+53
| * | | | | | | | | | | | | | | | | | | | | | | MOVEONLY Move AnnotatedMixin declarationRussell Yanofsky2018-08-031-24/+24
| * | | | | | | | | | | | | | | | | | | | | | | Add unit test for DEBUG_LOCKORDER codeRussell Yanofsky2018-08-034-1/+56
* | | | | | | | | | | | | | | | | | | | | | | | Merge #10605: Add AssertLockHeld assertions in CWallet::ListCoinsMarcoFalke2018-08-313-14/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Add EXCLUSIVE_LOCKS_REQUIRED to CWallet::ListCoinsRussell Yanofsky2018-08-311-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | Add AssertLockHeld assertions in CWallet::ListCoinsRussell Yanofsky2018-04-112-13/+15
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #14088: tests: Don't assert(...) with side effectsWladimir J. van der Laan2018-08-311-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Don't assert(...) with side effectspracticalswift2018-08-281-2/+4
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #14108: tests: Add missing locking annotations and locks (g_cs_orphans)MarcoFalke2018-08-312-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | tests: Add missing locking annotations and lockspracticalswift2018-08-302-4/+5
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #14073: blockfilter: Avoid out-of-bounds script access.Wladimir J. van der Laan2018-08-313-4/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | blockfilter: Omit empty scripts from filter contents.Jim Posen2018-08-283-4/+9
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13159: Don't close old debug log file handle prematurely when trying t...Wladimir J. van der Laan2018-08-313-11/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Remove unused fsbridge::freopenpracticalswift2018-08-292-6/+0
| * | | | | | | | | | | | | | | | | | | | | | | Don't close old debug log file handle prematurely when trying to re-open (on ...practicalswift2018-08-291-5/+5
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13825: [wallet] Kill accountsWladimir J. van der Laan2018-08-3011-445/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | [wallet] Kill accountsJohn Newbery2018-08-3011-445/+43
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #13126: util: Add Clang thread safety annotations for variables guarded...MarcoFalke2018-08-302-9/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix potential deadlockpracticalswift2018-08-301-5/+15
| * | | | | | | | | | | | | | | | | | | | | | | Add lock annotations (cs_args)practicalswift2018-08-292-7/+7
| * | | | | | | | | | | | | | | | | | | | | | | Add missing locks (cs_args)practicalswift2018-08-292-10/+15
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #14103: docs: Fix broken Doxygen commentsWladimir J. van der Laan2018-08-304-49/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Fix incorrect Doxygen commentspracticalswift2018-08-084-49/+47
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #14097: validation: Log FormatStateMessage on ConnectBlock error in Con...Wladimir J. van der Laan2018-08-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | validation: Log FormatStateMessage on ConnectBlock error in ConnectTipMarcoFalke2018-08-281-1/+1
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...Wladimir J. van der Laan2018-08-298-93/+90
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | scripted-diff: Remove unused first argument to addUncheckedMarcoFalke2018-07-308-79/+79
| * | | | | | | | | | | | | | | | | | | | | | tx pool: Use the entry's hash instead of the one passed to addUncheckedMarcoFalke2018-07-301-1/+1
| * | | | | | | | | | | | | | | | | | | | | | Mark CTxMemPoolEntry members that should not be modified constMarcoFalke2018-07-302-13/+10
* | | | | | | | | | | | | | | | | | | | | | | Merge #14028: Explicitly initialize prevector _unionWladimir J. van der Laan2018-08-291-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Explicitly initialize prevector _unionBen Woosley2018-08-271-5/+5
| | |_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #13671: Remove the boost/algorithm/string/case_conv.hpp dependencyWladimir J. van der Laan2018-08-296-7/+116
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Removes the Boost case_conv.hpp dependency.2512018-08-282-7/+2
| * | | | | | | | | | | | | | | | | | | | | | Implements custom tolower and toupper functions.2512018-08-283-0/+96
| * | | | | | | | | | | | | | | | | | | | | | Implements ParseNetwork unit test.2512018-08-281-0/+18
| | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #13862: utils: drop boost::interprocess::file_lockWladimir J. van der Laan2018-08-294-15/+114
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | add unicode compatible file_lock for WindowsChun Kuan Lee2018-08-284-15/+114
| | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |