aboutsummaryrefslogtreecommitdiffstats
path: root/src/libunixonacid/sassserver.c
Commit message (Collapse)AuthorAgeFilesLines
* Support running from a socket again in sassserverLaurent Bercot2026-04-071-56/+1
| | | | | | | | | | 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.
* sassserver only supports child process, not local serviceLaurent Bercot2026-03-261-1/+1
|
* Separate sassserver_event() into write and read eventsLaurent Bercot2026-03-161-1/+4
|
* USe SASS_FLAG singular; remove duplicate deps for generated headersLaurent Bercot2026-03-131-1/+1
|
* ZI data in a sassserver_queryLaurent Bercot2026-03-121-0/+1
|
* Add a cleanup hook to sassserverLaurent Bercot2026-03-121-16/+65
|
* fix: initialize sassserver with datasizeLaurent Bercot2026-03-121-0/+1
|
* No global definitions for sassserverLaurent Bercot2026-03-101-79/+79
| | | | | Except for textmessage_receiver_0 and the textmessage_senders, but these are like buffer_0 and buffer_1, so.
* Add flags management to sass, refactor some thingsLaurent Bercot2026-02-211-6/+9
|
* Fix sassserver typos and bad APIsLaurent Bercot2026-02-201-10/+13
|
* Add sassclient/sassserver, prepare for 2.14.6.0Laurent Bercot2026-02-201-0/+234