aboutsummaryrefslogtreecommitdiffstats
path: root/lib/socket.go
Commit message (Expand)AuthorAgeFilesLines
* socket: use existing socket if it is connectedMoritz Poldrack2022-09-141-2/+4
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-041-14/+33
* logging: use level-based logger functionsRobin Jarry2022-07-231-11/+7
* aerc: use aerc as an mbox viewerKoni Marti2022-07-141-0/+11
* logging: added a log on panicMoritz Poldrack2022-03-231-1/+8
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-121-1/+1
* add removal of existing socketsMoritz Poldrack2022-03-031-0/+3
* lib: fix an out of bounds panic in the serverDaniel Martí2020-02-131-1/+2
* Print success to socket if no error was thrownHeiko Carrasco2019-09-291-1/+5
* Fix test failuresDrew DeVault2019-07-291-1/+1
* Forward mailto links to server via ./aerc <mailto>Drew DeVault2019-07-191-0/+17
* Add Unix socket for communicating with aercDrew DeVault2019-07-191-0/+82