aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Remove duplicated codeHennadii Stepanov2018-11-011-1/+0
* | | | | | | Extract CSipHasher to it's own file in crypto/ directory.Jim Posen2018-11-051-0/+1
| |/ / / / / |/| | | | |
* | | | | | scripted-diff: Move util files to separate directory.Jim Posen2018-11-0431-42/+42
|/ / / / /
* | | | | Merge #13783: validation: Pass tx pool reference into CheckSequenceLocksMarcoFalke2018-10-271-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Pass tx pool reference into CheckSequenceLocksMarcoFalke2018-09-111-2/+2
* | | | | Add tests for key origin supportPieter Wuille2018-10-201-12/+28
* | | | | Merge #14460: tests: Improve 'CAmount' testsPieter Wuille2018-10-191-26/+31
|\ \ \ \ \
| * | | | | Improve CAmount testsHennadii Stepanov2018-10-101-26/+31
| | |_|/ / | |/| | |
* | | | | Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on...Wladimir J. van der Laan2018-10-181-0/+56
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tests: Add test case for std::ios_base::ateChun Kuan Lee2018-09-261-0/+56
* | | | | Merge #13115: addrman: Add Clang thread safety annotations for variables guar...MarcoFalke2018-10-091-0/+4
|\ \ \ \ \
| * | | | | Add missing locks and locking annotations for CAddrManpracticalswift2018-10-081-0/+4
* | | | | | Don't access out of bounds array entry array[sizeof(array)]Ben Woosley2018-10-051-4/+4
* | | | | | Merge #14244: amount: Move CAmount CENT to unit test headerMarcoFalke2018-09-271-0/+2
|\ \ \ \ \ \
| * | | | | | amount: Move CAmount CENT to unit test headerMarcoFalke2018-09-171-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge #14307: Consolidate redundant implementations of ParseHashStrMarcoFalke2018-09-271-3/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Consolidate redundant implementations of ParseHashStrBen Woosley2018-09-251-3/+6
* | | | | | Don't edit Chainparams after initializationJorge Timón2018-09-231-3/+4
|/ / / / /
* | | | | Merge #14287: tests: Use MakeUnique to construct objects owned by unique_ptrsMarcoFalke2018-09-195-12/+12
|\ \ \ \ \
| * | | | | tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift2018-09-215-12/+12
| |/ / / /
* / / / / convert C-style (void) parameter lists to C++ style ()Arvid Norberg2018-09-131-1/+1
|/ / / /
* | | | Merge #13558: Drop unused GetType() from CSizeComputerWladimir J. van der Laan2018-09-113-7/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Drop unused GetType() from CSizeComputerBen Woosley2018-09-113-7/+7
* | | | Merge #12775: Integration of property based testing into Bitcoin CoreWladimir J. van der Laan2018-09-083-0/+135
|\ \ \ \
| * | | | Integration of property based testing into Bitcoin CoreChris Stewart2018-08-273-0/+135
* | | | | Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan2018-09-0410-22/+22
|\ \ \ \ \
| * | | | | Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-2710-22/+22
| |/ / / /
* | | | | Merge #14094: refactoring: Remove unreferenced local variablesWladimir J. van der Laan2018-09-043-7/+7
|\ \ \ \ \
| * | | | | Increase signal to noise in appveyor build output by reducing the MSVC warnin...practicalswift2018-09-033-7/+7
| | |_|_|/ | |/| | |
* | | | | scripted-diff: Small locking renameRussell Yanofsky2018-08-311-1/+1
* | | | | Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionWladimir J. van der Laan2018-08-311-0/+52
|\ \ \ \ \
| * | | | | Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionRussell Yanofsky2018-08-031-9/+20
| * | | | | Add unit test for DEBUG_LOCKORDER codeRussell Yanofsky2018-08-031-0/+41
* | | | | | 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-311-3/+4
|\ \ \ \ \ \
| * | | | | | tests: Add missing locking annotations and lockspracticalswift2018-08-301-3/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge #14073: blockfilter: Avoid out-of-bounds script access.Wladimir J. van der Laan2018-08-312-3/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | blockfilter: Omit empty scripts from filter contents.Jim Posen2018-08-282-3/+7
* | | | | | Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...Wladimir J. van der Laan2018-08-294-72/+72
|\ \ \ \ \ \
| * | | | | | scripted-diff: Remove unused first argument to addUncheckedMarcoFalke2018-07-304-72/+72
* | | | | | | Merge #13671: Remove the boost/algorithm/string/case_conv.hpp dependencyWladimir J. van der Laan2018-08-292-0/+57
|\ \ \ \ \ \ \
| * | | | | | | Implements custom tolower and toupper functions.2512018-08-281-0/+39
| * | | | | | | Implements ParseNetwork unit test.2512018-08-281-0/+18
| | |_|/ / / / | |/| | | | |
* / | | | | | tests: Fix accidental trunction from int to boolpracticalswift2018-08-281-1/+1
|/ / / / / /
* | | | | | Merge #13767: Remove redundant assignments (dead stores)MarcoFalke2018-08-272-4/+6
|\ \ \ \ \ \
| * | | | | | Remove unused variablepracticalswift2018-08-021-1/+1
| * | | | | | Remove redundant assignments (dead stores)practicalswift2018-08-021-3/+5
* | | | | | | Merge #13769: Mark single-argument constructors "explicit"MarcoFalke2018-08-272-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Mark single-argument constructors "explicit"practicalswift2018-07-262-2/+2