summaryrefslogtreecommitdiff
path: root/bitmask/darwin.go
AgeCommit message (Collapse)Author
2019-01-15[feat] Reorganize codeRuben Pollan
Let's use a more structured folder system: https://github.com/golang-standards/project-layout - Resolves: #99
2018-06-04[feat] use http to communicate with the coreRuben Pollan
Instead of using zmq.
2018-05-26[pkg] windows doesn't have curveRuben Pollan
Let's have our own hasCurve() func to don't use curve if is windows.
2018-05-26[feat] configure the zmq bitmask endpoint per platformRuben Pollan
Windows uses tcp and linux/darwin uses a local socket.
2018-02-13[doc] add copyright noticeRuben Pollan
2018-02-08[feat] use a config file to check when to produce the next notificationRuben Pollan
2018-01-22[feat] add event supportRuben Pollan