aboutsummaryrefslogtreecommitdiffstats
path: root/mux.go
Commit message (Expand)AuthorAgeFilesLines
* rename attachHandler to killer, attachable to victimSam Anthony2024-08-281-6/+6
* move functionality of makeEventsChan() to external librarySam Anthony2024-08-241-10/+7
* rename MakeEventsChan -> makeEventsChanSam Anthony2024-08-241-2/+2
* test attachHandlerSam Anthony2024-08-221-1/+1
* simplify killer interfaceSam Anthony2024-08-221-18/+24
* mux: adapt to new Env interfaceSam Anthony2024-08-211-74/+146
* move shared data structures to external moduleSam Anthony2024-08-171-5/+7
* gofmtSam Anthony2024-08-161-4/+7
* rename server to sharedValSam Anthony2024-08-151-8/+7
* mux: manage eventsIns without mutexSam Anthony2024-08-151-48/+36
* mux: store last resize without mutexSam Anthony2024-08-151-12/+17
* change event strings to event typesfaiface2019-05-091-6/+4
* mux: simplify delivering the last resize eventfaiface2019-05-071-11/+8
* minorfaiface2019-05-071-1/+2
* typofaiface2019-05-071-1/+1
* add Mux docsfaiface2019-05-071-0/+10
* mux: make sure to always correctly deliver resize eventfaiface2019-05-071-3/+3
* mux: fix not delivering resize correctly sometimesfaiface2019-05-071-0/+13
* mux: fix a bug and document it very wellfaiface2019-05-031-3/+24
* make Env an interface (instead of a struct)faiface2019-05-021-4/+12
* revamp the whole thing for a fresh new startfaiface2019-05-021-0/+86