aboutsummaryrefslogtreecommitdiff
path: root/src/mruset.h
Commit message (Collapse)AuthorAgeFilesLines
* add missing header end commentsPhilip Kaufmann2014-08-281-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 peerPieter Wuille2014-05-301-0/+1
|
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-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() ↵xanatos2012-06-191-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 HeadersFordy2012-05-181-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 commentsPieter Wuille2012-03-261-0/+1
|
* Add mruset and use it for setInventoryKnownPieter Wuille2012-02-271-0/+63