Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-19 | Code modernization: subfolders (#6283) | Loïc Blot | |
* Code modernization: subfolders Modernize various code on subfolders client, network, script, threading, unittests, util * empty function * default constructor/destructor * for range-based loops * use emplace_back instead of push_back * C++ STL header style * Make connection.cpp readable in a pointed place + typo | |||
2015-05-05 | Tests: Add NodeResolver unittests | kwolekr | |
Minor misc. NodeResolver cleanups Prefix faux content type constants for testing with t_ to avoid confusion or name collisions | |||
2015-04-26 | Tests: Modularize unit testing | kwolekr | |
Split unit tests into separate files under src/unittest/ Give better unittest diagnostics Clean up some code |