aboutsummaryrefslogtreecommitdiffstats
path: root/src/libunixonacid/sassserver_init_structures.c
Commit message (Collapse)AuthorAgeFilesLines
* Support running from a socket again in sassserverLaurent Bercot2026-04-071-0/+47
A sassserver can run the same when forked or spawned from a local service, that's the point of textclient. Most sassservers don't need local service support in any way, and cutting the support from that saves pulling a good amount of code, but some do. Put back local service support while refactoring the code so running as a child from the client (common case) doesn't pull the socket code.