aboutsummaryrefslogtreecommitdiffstats
path: root/simple_ctrl.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-05Add zero termination char to received ctrl cmd messageDaniel Willmann1-4/+7
2018-06-05simple_ctrl: Check for NULL return of simple_ctrl_xceiveHarald Welte1-0/+2
2018-06-04initial implementation of 'osysmon' main program + CTRL clientHarald Welte1-1/+0
2018-06-04simple_ctrl: Non-blocking connect() with timeoutHarald Welte1-8/+34
2018-06-04simple_ctrl: Abstract out timeval_from_msec() functionHarald Welte1-12/+14
2018-06-04simple_ctrl.c: API for setting timeout + raw CTRL msgb readHarald Welte1-1/+6
2018-06-04simple_ctrl.c: Support an indefinite timeout (using tout_msec=0)Harald Welte1-6/+10
2018-06-04simple_ctrl: Add timeout to blocking I/OHarald Welte1-7/+68
2018-06-04initial checkinHarald Welte1-0/+227