| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove mruset as it is no longer used. | Gregory Maxwell | 2015-11-30 | 1 | -65/+0 |
| | | |||||
| * | Revert "Cache transaction validation successes" | Pieter Wuille | 2015-07-28 | 1 | -60/+0 |
| | | | | | This reverts commit 17b11428c135203342aff38cabc8047e673f38ac. | ||||
| * | Cache transaction validation successes | Pieter Wuille | 2015-07-27 | 1 | -0/+60 |
| | | |||||
| * | Use ring buffer of set iterators instead of deque of copies in mruset | Pieter Wuille | 2015-04-30 | 1 | -20/+16 |
| | | |||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | Remove references to X11 licence | Michael Ford | 2014-12-16 | 1 | -1/+1 |
| | | |||||
| * | Apply clang-format on some infrequently-updated files | Pieter Wuille | 2014-09-19 | 1 | -8/+10 |
| | | |||||
| * | add missing header end comments | Philip Kaufmann | 2014-08-28 | 1 | -1/+1 |
| | | | | | | | - ensures a consistent usage in header files - also add a blank line after the copyright header where missing - also remove orphan new-lines at the end of some files | ||||
| * | Limit number of known addresses per peer | Pieter Wuille | 2014-05-30 | 1 | -0/+1 |
| | | |||||
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -1/+3 |
| | | | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | ||||
| * | If (for example) the new max_size must be 5 then at the end the queue.size() ↵ | xanatos | 2012-06-19 | 1 | -1/+1 |
| | | | | | must be <= 5, so the exit condition must be <=, so the continuing condition must be > (and not >= as it was). | ||||
| * | Update License in File Headers | Fordy | 2012-05-18 | 1 | -1/+1 |
| | | | | | | | I originally created a pull to replace the "COPYING" in crypter.cpp and crypter.h, but it turned out that COPYING was actually the correct file. | ||||
| * | Begin doxygen-compatible comments | Pieter Wuille | 2012-03-26 | 1 | -0/+1 |
| | | |||||
| * | Add mruset and use it for setInventoryKnown | Pieter Wuille | 2012-02-27 | 1 | -0/+63 |