Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-10 | Cleanup 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. | |||
2013-10-20 | Make -DDEBUGLOCKORDER + -debug less noisy | Gavin Andresen | |
Print out every mutex lock/unlock if compiled -DDEBUGLOCKORDER only if -debug=lock is set. | |||
2013-09-18 | Replace printf with LogPrintf / LogPrint | Gavin Andresen | |
2012-09-18 | Trim trailing whitespace for src/*.{h,cpp} | Jeff Garzik | |
2012-06-29 | Fix a few typos | fanquake | |
2012-06-05 | Fix DEBUG_LOCKCONTENTION | Matt Corallo | |
2012-05-20 | Merge pull request #1354 from fanquake/master | Pieter Wuille | |
Update Header Licenses | |||
2012-05-18 | Use boost::thread locking instead of interprocess | Pieter Wuille | |
2012-05-18 | Update License in File Headers | Fordy | |
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-05-11 | Split synchronization mechanisms from util.{h,cpp} | Pieter Wuille | |