aboutsummaryrefslogtreecommitdiff
path: root/src/mruset.h
AgeCommit message (Collapse)Author
2015-07-28Revert "Cache transaction validation successes"Pieter Wuille
This reverts commit bc484ef8db02715e283e4cddd2c972316c0688dd.
2015-07-27Cache transaction validation successesPieter Wuille
Conflicts: src/main.cpp src/test/test_bitcoin.cpp Github-Pull: #6077 Rebased-From: 17b11428c135203342aff38cabc8047e673f38ac 517e6dd25618522c716e64859554b0f29c6e65d0
2015-04-30Use ring buffer of set iterators instead of deque of copies in mrusetPieter Wuille
2014-12-19Added "Core" to copyright headerssandakersmann
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
2014-12-16Remove references to X11 licenceMichael Ford
2014-09-19Apply clang-format on some infrequently-updated filesPieter Wuille
2014-08-28add missing header end commentsPhilip Kaufmann
- 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
2014-05-30Limit number of known addresses per peerPieter Wuille
2013-11-10Cleanup code using forward declarations.Brandon Dahler
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.
2012-06-19If (for example) the new max_size must be 5 then at the end the queue.size() ↵xanatos
must be <= 5, so the exit condition must be <=, so the continuing condition must be > (and not >= as it was).
2012-05-18Update License in File HeadersFordy
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.
2012-03-26Begin doxygen-compatible commentsPieter Wuille
2012-02-27Add mruset and use it for setInventoryKnownPieter Wuille