summaryrefslogtreecommitdiff
path: root/src/sender_client.cc
AgeCommit message (Collapse)Author
2023-04-17sender_client: Remove unnecessary std::moveJoel Klinghed
2015-06-09Improve sender and sender_clientJoel Klinghed
1) Add sockguard in sockutils.hh to help with closing sockets 2) Make sender fork in background 3) Make sender_client start a sender if needed (and sender_bin specified in config)
2015-06-08Create sockutilsJoel Klinghed
2015-06-06Make sender sockets non-blockingJoel Klinghed
2015-06-04Fix sender and sender_client communicationJoel Klinghed
2015-06-04Adding senderJoel Klinghed