aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Collapse)AuthorAgeFilesLines
* signal_level should be signedLaurent Bercot2019-11-171-1/+1
|
* Actually clean up the filesystem when ending a sessionLaurent Bercot2019-11-171-1/+2
| | | | | This requires storing the client path in the wpactrl_t, which uses memory, GOD I HATE THAT STUPID IPC MECHANISM
* Fuck C++, dry, with a chainsaw, sidewaysLaurent Bercot2017-11-201-1/+1
|
* Make wpactrl.h C++-compatibleLaurent Bercot2017-11-201-5/+13
|
* Complete first draft of libwpactrl, with documentationLaurent Bercot2017-08-101-7/+19
|
* Add the higher layer of libwpactrlLaurent Bercot2017-08-041-148/+47
|
* Flesh out libwpactrlLaurent Bercot2017-08-011-29/+72
|
* Separate messages via \0, read messages one by one. Add ↵Laurent Bercot2017-07-091-4/+23
| | | | wpactrl_scan_parse() skel.
* Initial commitLaurent Bercot2017-07-061-0/+210