summaryrefslogtreecommitdiff
path: root/p11p-daemon/src/p11p_remote.erl
Commit message (Expand)AuthorAgeFilesLines
* make events casts instead of calls; ask remotes to stop themselvesLinus Nordberg2019-07-011-5/+16
* when a remote times out, hang up its p11 clientLinus Nordberg2019-07-011-2/+2
* rename client/server "change" -> "event"Linus Nordberg2019-07-011-1/+1
* rename manager functions to reflect where the policy livesLinus Nordberg2019-06-301-1/+1
* at p11 client disconnect, server asks manager to kill remoteLinus Nordberg2019-06-301-5/+5
* start remotes on demand rather than at manager startupLinus Nordberg2019-06-301-1/+1
* make p11p_server:reply/2 a call tooLinus Nordberg2019-06-301-2/+2
* turn most cast's into call's, for more synchronisityLinus Nordberg2019-06-301-18/+26
* parse rpc replies and timeout if they're not on timeLinus Nordberg2019-06-281-6/+20
* don't send that version octet by itselfLinus Nordberg2019-06-281-29/+36
* prepend debug printouts with own pidLinus Nordberg2019-06-281-10/+7
* add a genserver for handling remotes and start forwarding dataLinus Nordberg2019-06-271-0/+97