<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skalibs/src/include, branch main</title>
<subtitle>The skarnet.org C programming library</subtitle>
<id>https://git.skarnet.org/cgit/skalibs/atom/src/include?h=main</id>
<link rel='self' href='https://git.skarnet.org/cgit/skalibs/atom/src/include?h=main'/>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/'/>
<updated>2026-04-22T12:29:25Z</updated>
<entry>
<title> Remove some deprecated APIs</title>
<updated>2026-04-22T12:29:25Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-04-22T12:29:25Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=8fe66dd5967bf8b809c7c8d5bd56145fe3fa19c5'/>
<id>urn:sha1:8fe66dd5967bf8b809c7c8d5bd56145fe3fa19c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Fix sassserver_init_from*_g macros</title>
<updated>2026-04-18T15:07:27Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-04-18T15:07:27Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=5d1c6a399c8cc18f35ce3d8a359611008e7afe53'/>
<id>urn:sha1:5d1c6a399c8cc18f35ce3d8a359611008e7afe53</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Support running from a socket again in sassserver</title>
<updated>2026-04-07T14:28:10Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-04-07T14:28:10Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=b8afece8d141369c25027b73680deccf48ddb948'/>
<id>urn:sha1:b8afece8d141369c25027b73680deccf48ddb948</id>
<content type='text'>
 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.
</content>
</entry>
<entry>
<title> Support null .lo in gol</title>
<updated>2026-04-01T00:46:57Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-04-01T00:46:57Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=8c7ea8f92ad0a21d3a1aefb03699b99555ff1a3c'/>
<id>urn:sha1:8c7ea8f92ad0a21d3a1aefb03699b99555ff1a3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Separate sassserver_event() into write and read events</title>
<updated>2026-03-16T16:17:30Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-03-16T16:17:30Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=cd7576d3441a8b96eea36f7238f40ace73d1836b'/>
<id>urn:sha1:cd7576d3441a8b96eea36f7238f40ace73d1836b</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add phread_mutex_clocklock() sysdep, pthread_mutex_tailock() function</title>
<updated>2026-03-16T01:39:48Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-03-16T01:39:48Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=a500a5e534b3c03c685f3397050afe6667b740f8'/>
<id>urn:sha1:a500a5e534b3c03c685f3397050afe6667b740f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title> USe SASS_FLAG singular; remove duplicate deps for generated headers</title>
<updated>2026-03-13T10:18:02Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-03-13T10:18:02Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=9efe135de0608726ccbd32e3190e272de7f79407'/>
<id>urn:sha1:9efe135de0608726ccbd32e3190e272de7f79407</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Add a cleanup hook to sassserver</title>
<updated>2026-03-12T07:21:50Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-03-12T07:21:50Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=6cc647ce9a9f6c34473cec22b1a1a457409fc25e'/>
<id>urn:sha1:6cc647ce9a9f6c34473cec22b1a1a457409fc25e</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Fix build, update sassclient API</title>
<updated>2026-03-10T17:23:22Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-03-10T17:23:22Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=c9774da42a7d114dac5afea866bab10c011be22c'/>
<id>urn:sha1:c9774da42a7d114dac5afea866bab10c011be22c</id>
<content type='text'>
</content>
</entry>
<entry>
<title> No global definitions for sassserver</title>
<updated>2026-03-10T14:50:45Z</updated>
<author>
<name>Laurent Bercot</name>
<email>ska-skaware@skarnet.org</email>
</author>
<published>2026-03-10T14:50:45Z</published>
<link rel='alternate' type='text/html' href='https://git.skarnet.org/cgit/skalibs/commit/?id=327d253a06da5688d696a4f17f8c74cafe114fda'/>
<id>urn:sha1:327d253a06da5688d696a4f17f8c74cafe114fda</id>
<content type='text'>
 Except for textmessage_receiver_0 and the textmessage_senders, but
these are like buffer_0 and buffer_1, so.
</content>
</entry>
</feed>
