Merge pull request #72 from painless-security/jennifer/peer_label_for_updates
[trust_router.git] / trp /
2016-06-28 Jennifer RichardsImplement hash-indexed routing table.
2016-06-28 Jennifer RichardsTrust router: open TRP connection to self, send multipl...
2016-06-27 Jennifer RichardsMake outgoing connections. Connect to self as a test.
2016-06-25 Jennifer RichardsAvoid freeing uninitialized pointer. Add -r option...
2016-06-25 Jennifer RichardsDecode JSON TRP messages, then send to main thread.
2016-06-24 Jennifer RichardsSuccessful messages via mq to main thread.
2016-06-24 Jennifer RichardsAuthenticate GSS context in separate thread. (Not fully...
2016-06-20 Jennifer RichardsUse accessor functions for TRP objects.
2016-06-20 Jennifer RichardsSeparate trp_msg.c into trp_upd.c and trp_req.c.
2016-06-17 Jennifer RichardsMove TRP messaging to tr_msg.c. Fix old bug.
2016-06-16 Jennifer RichardsEncode update messages.
2016-06-15 Jennifer RichardsProperly handle record types. Encoding temporarily...
2016-06-15 Jennifer RichardsEncode route_req messages.
2016-06-15 Jennifer RichardsDecode and print route_req messages.
2016-06-15 Jennifer RichardsHandle update messages properly by separating records...
2016-06-14 Jennifer RichardsParse update messages. Add rudimentary printing.
2016-06-14 Jennifer RichardsProgress towards parsing update messages.
2016-06-14 Jennifer RichardsBeginning of JSON parser for TRP messages (nonfunctional)
2016-06-13 Jennifer RichardsSeparate TRP from main trust router code.