cwtch/app
Dan Ballard 2dbab8cfc4
the build was successful Details
composed apps use their own mutexs
2019-12-13 11:34:59 -08:00
..
bots/servermon adding named pipe IPC pipe for use with app client/service; some adjustments to app client/service based on usage by UI; bug fixes: groupInvite json over ipc pipe using json was bugged, 'fixed' with base64 encoding; fixed race condition with peer server connection creation 2019-06-24 18:57:31 -07:00
cli Rework group invite workflow: delete cwtchPacket references as no longer needed. Remove more events from being default handled by Peer (but allow them for some usecases still (testing, simple apps). 2019-09-20 11:06:05 -07:00
cwtchutil Change password on a peer and it's storage 2019-12-12 13:36:04 -08:00
peer make event.Queue use internal infinite channels; make event.Manager not use failable writes 2019-08-14 14:00:04 -07:00
plugins Initial pass at race condition fixes 2019-11-08 13:25:13 -08:00
utils First cut of automatic acknowledgements and protocol contexts 2019-07-29 12:49:23 -07:00
app.go composed apps use their own mutexs 2019-12-13 11:34:59 -08:00
appBridge.go add app level functionality to reload from service 2019-07-19 20:08:00 -07:00
appClient.go composed apps use their own mutexs 2019-12-13 11:34:59 -08:00
appService.go composed apps use their own mutexs 2019-12-13 11:34:59 -08:00
applets.go Adding Network Status Plugin + Fixing plugin goroutine leaks 2019-11-01 16:10:10 -07:00