aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 2.15.1.0HEADmainLaurent Bercot3 days5-7/+15
|
* Update cgit URLLaurent Bercot6 days1-1/+1
|
* iopause: limit spurious returns. sarealpath: align no PATH_MAX case.Laurent Bercot2026-05-273-7/+19
|
* iopause_select: do not FD_SET on partial matchLaurent Bercot2026-05-171-3/+3
|
* Yeah, maybe don't hardcode itLaurent Bercot2026-05-171-1/+2
|
* Tentative -Werror=incompatible-pointer-types for chooseLaurent Bercot2026-05-171-1/+1
|
* DragonflyBSD needs __BSD_VISIBLE in order not to fail on struct kevent defLaurent Bercot2026-05-172-0/+3
|
* Doc formatting fixLaurent Bercot2026-05-161-2/+2
|
* Solaris is more or less as stupidLaurent Bercot2026-05-111-1/+1
|
* Refine sysdep because CentOS has trouble with posix stuffLaurent Bercot2026-05-111-9/+0
|
* Rename sysdep to selectinfinite, find correct test value for timeoutLaurent Bercot2026-05-113-9/+10
|
* Prepare for 2.15.0.1; add selectshorttimeout sysdeps (yay MacOS)Laurent Bercot2026-05-118-7/+64
|
* version: 2.15.0.0v2.15.0.0Laurent Bercot2026-05-091-0/+1
|
* Remove some deprecated APIsLaurent Bercot2026-04-224-22/+0
|
* Ignore tmp-configure-* filesLaurent Bercot2026-04-221-0/+1
|
* Fix sassserver_init_from*_g macrosLaurent Bercot2026-04-181-2/+2
|
* Make ip46_from_ip? macros not force an int returnLaurent Bercot2026-04-182-4/+4
| | | | | The int return was useless and caused warnings. Since we're major bumping, use the opportunity to fix that.
* Support running from a socket again in sassserverLaurent Bercot2026-04-078-57/+122
| | | | | | | | | | 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.
* ipc_bind: change errno to ENAMETOOLONG on long sun_pathLaurent Bercot2026-04-051-1/+2
|
* Update deps/docs/mirrorsLaurent Bercot2026-04-0455-0/+56
|
* Support null .lo in golLaurent Bercot2026-04-012-2/+3
|
* Doc updateLaurent Bercot2026-03-302-0/+2
|
* Add --disable-rpath support, prepare for 2.15.0.0Laurent Bercot2026-03-308-7/+17
|
* sassclient: don't auto-release on update >.>Laurent Bercot2026-03-292-2/+1
|
* NEWS updateLaurent Bercot2026-03-261-0/+2
| | | | This commit serves as a push test to codeberg...
* sassserver only supports child process, not local serviceLaurent Bercot2026-03-261-1/+1
|
* MacOS doesn't have pthread_mutex_timedlock -_-Laurent Bercot2026-03-186-5/+56
|
* sassclient_update bugfixLaurent Bercot2026-03-171-6/+4
|
* And another oneLaurent Bercot2026-03-162-6/+9
|
* sassclient_sendv bugfixLaurent Bercot2026-03-161-1/+1
|
* Separate sassserver_event() into write and read eventsLaurent Bercot2026-03-162-2/+6
|
* And use it in sassclientLaurent Bercot2026-03-164-27/+14
|
* Add phread_mutex_clocklock() sysdep, pthread_mutex_tailock() functionLaurent Bercot2026-03-166-1/+53
|
* Unconditionally use select() on MacOS because its poll() is brokenLaurent Bercot2026-03-131-1/+1
|
* USe SASS_FLAG singular; remove duplicate deps for generated headersLaurent Bercot2026-03-133-7/+3
|
* ZI data in a sassserver_queryLaurent Bercot2026-03-121-0/+1
|
* Add a cleanup hook to sassserverLaurent Bercot2026-03-123-21/+77
|
* fix: initialize sassserver with datasizeLaurent Bercot2026-03-121-0/+1
|
* No need to ZI gensetdyn_ready if stralloc_ready does itLaurent Bercot2026-03-121-3/+0
|
* ZI stralloc/genallocLaurent Bercot2026-03-101-0/+3
|
* Fix build, update sassclient APILaurent Bercot2026-03-104-4/+4
|
* No global definitions for sassserverLaurent Bercot2026-03-102-88/+102
| | | | | Except for textmessage_receiver_0 and the textmessage_senders, but these are like buffer_0 and buffer_1, so.
* doc typo fixLaurent Bercot2026-03-041-1/+1
|
* Add flags management to sass, refactor some thingsLaurent Bercot2026-02-219-27/+61
|
* Fix sassserver typos and bad APIsLaurent Bercot2026-02-203-14/+17
|
* Add sassclient/sassserver, prepare for 2.14.6.0Laurent Bercot2026-02-2019-8/+628
|
* And that was a regression. Fixed now.Laurent Bercot2026-02-191-1/+1
|
* zero-prepare unallocated gensetdynLaurent Bercot2026-02-131-0/+3
|
* Prepare for 2.14.5.2Laurent Bercot2026-02-105-4/+16
|
* Typo fix in mspawn_amLaurent Bercot2026-02-101-1/+1
|