summaryrefslogtreecommitdiffstats
path: root/mmss
AgeCommit message (Expand)Author
2014-07-24Completely log simulationsHEADmasterMatthias Schiffer
2014-03-23config: allow to omit empty network sectionsMatthias Schiffer
2014-03-23Add file monitorMatthias Schiffer
2014-03-22Change gmrf_iface_t arguments in monitors to iface_tMatthias Schiffer
2014-03-22Remove SQLite monitorMatthias Schiffer
2014-03-22Revert "Require libsqlite3"Matthias Schiffer
2014-03-21Require libsqlite3Matthias Schiffer
2014-03-21Add monitorsMatthias Schiffer
2014-03-18Update copyright yearsMatthias Schiffer
2014-03-18lex: add std namespace to a few function callsMatthias Schiffer
2014-03-17lex: fix parsing of addresses not starting with a decimal digitMatthias Schiffer
2014-03-17Remove flex scanner, use scanner from fastd (with lots of adjustions)Matthias Schiffer
2014-03-17Compiler option cleanup and -Wextra fixesMatthias Schiffer
2014-03-17Add protocol debug functionsMatthias Schiffer
2014-03-17register is deprecated in C++11Matthias Schiffer
2013-07-30Also prevent move in nocopy_tMatthias Schiffer
2013-07-30Use floats for time specificationMatthias Schiffer
2013-07-29packet loss: fix phaseMatthias Schiffer
2013-07-29Implement simple packet loss simulationMatthias Schiffer
2013-07-29Move protocol-specific interface state into iface_tMatthias Schiffer
2013-07-28Implement config parserMatthias Schiffer
2013-07-28Clean up config_t classMatthias Schiffer
2013-07-28Finish data encapsulationMatthias Schiffer
2013-07-27More encapsulationMatthias Schiffer
2013-07-27Get rid of mmss.hppMatthias Schiffer
2013-07-27Encapsulate protocol_tMatthias Schiffer
2013-07-27Encapsulate node and interface structuresMatthias Schiffer
2013-07-27Move logging into context_tMatthias Schiffer
2013-07-27Create a common base class event_t for packet_t and scheduled_tMatthias Schiffer
2013-07-27Some changes in memory managementMatthias Schiffer
2013-07-27Fix data pointer type in packet_tMatthias Schiffer
2013-07-27Some minor API improvementsMatthias Schiffer
2013-07-27More small optimizationsMatthias Schiffer
2013-07-26Queue optimizationsMatthias Schiffer
2013-07-26Miscellanous fixesMatthias Schiffer
2013-07-26More cleanupsMatthias Schiffer
2013-07-26Fix queue orderMatthias Schiffer
2013-07-26Clean up queue implementation, fix namespacesMatthias Schiffer
2013-07-26Convert mmss to C++, add parserMatthias Schiffer
2013-03-26Add a third node to simulation to make things a bit more interesting :DMatthias Schiffer
2013-03-23Some whitespace fixesMatthias Schiffer
2013-03-18Don't send broadcast packets to the senderMatthias Schiffer
2013-03-18Add random functionsMatthias Schiffer
2013-03-18Add functions to get current timestampMatthias Schiffer
2013-03-18Inform protocol about interfacesMatthias Schiffer
2013-03-18Add log message supportMatthias Schiffer
2013-03-18Add support for scheduled jobsMatthias Schiffer
2013-03-18Add protocol module API libraryMatthias Schiffer
2013-03-18Rename context data structures, define more of the module APIMatthias Schiffer
2013-03-18Implement protocol module loadingMatthias Schiffer