aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/messageSet.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-369/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-6/+6
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-4/+4
|
* Allow messages to be designated either by their number or their UID.Vincent Richard2013-07-261-0/+369
Warning: this is an API-breaking change.