| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prepare for 2.15.1.0HEADmain | Laurent Bercot | 3 days | 5 | -7/+15 |
| | | |||||
| * | Update cgit URL | Laurent Bercot | 6 days | 1 | -1/+1 |
| | | |||||
| * | iopause: limit spurious returns. sarealpath: align no PATH_MAX case. | Laurent Bercot | 2026-05-27 | 3 | -7/+19 |
| | | |||||
| * | iopause_select: do not FD_SET on partial match | Laurent Bercot | 2026-05-17 | 1 | -3/+3 |
| | | |||||
| * | Yeah, maybe don't hardcode it | Laurent Bercot | 2026-05-17 | 1 | -1/+2 |
| | | |||||
| * | Tentative -Werror=incompatible-pointer-types for choose | Laurent Bercot | 2026-05-17 | 1 | -1/+1 |
| | | |||||
| * | DragonflyBSD needs __BSD_VISIBLE in order not to fail on struct kevent def | Laurent Bercot | 2026-05-17 | 2 | -0/+3 |
| | | |||||
| * | Doc formatting fix | Laurent Bercot | 2026-05-16 | 1 | -2/+2 |
| | | |||||
| * | Solaris is more or less as stupid | Laurent Bercot | 2026-05-11 | 1 | -1/+1 |
| | | |||||
| * | Refine sysdep because CentOS has trouble with posix stuff | Laurent Bercot | 2026-05-11 | 1 | -9/+0 |
| | | |||||
| * | Rename sysdep to selectinfinite, find correct test value for timeout | Laurent Bercot | 2026-05-11 | 3 | -9/+10 |
| | | |||||
| * | Prepare for 2.15.0.1; add selectshorttimeout sysdeps (yay MacOS) | Laurent Bercot | 2026-05-11 | 8 | -7/+64 |
| | | |||||
| * | version: 2.15.0.0v2.15.0.0 | Laurent Bercot | 2026-05-09 | 1 | -0/+1 |
| | | |||||
| * | Remove some deprecated APIs | Laurent Bercot | 2026-04-22 | 4 | -22/+0 |
| | | |||||
| * | Ignore tmp-configure-* files | Laurent Bercot | 2026-04-22 | 1 | -0/+1 |
| | | |||||
| * | Fix sassserver_init_from*_g macros | Laurent Bercot | 2026-04-18 | 1 | -2/+2 |
| | | |||||
| * | Make ip46_from_ip? macros not force an int return | Laurent Bercot | 2026-04-18 | 2 | -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 sassserver | Laurent Bercot | 2026-04-07 | 8 | -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_path | Laurent Bercot | 2026-04-05 | 1 | -1/+2 |
| | | |||||
| * | Update deps/docs/mirrors | Laurent Bercot | 2026-04-04 | 55 | -0/+56 |
| | | |||||
| * | Support null .lo in gol | Laurent Bercot | 2026-04-01 | 2 | -2/+3 |
| | | |||||
| * | Doc update | Laurent Bercot | 2026-03-30 | 2 | -0/+2 |
| | | |||||
| * | Add --disable-rpath support, prepare for 2.15.0.0 | Laurent Bercot | 2026-03-30 | 8 | -7/+17 |
| | | |||||
| * | sassclient: don't auto-release on update >.> | Laurent Bercot | 2026-03-29 | 2 | -2/+1 |
| | | |||||
| * | NEWS update | Laurent Bercot | 2026-03-26 | 1 | -0/+2 |
| | | | | | This commit serves as a push test to codeberg... | ||||
| * | sassserver only supports child process, not local service | Laurent Bercot | 2026-03-26 | 1 | -1/+1 |
| | | |||||
| * | MacOS doesn't have pthread_mutex_timedlock -_- | Laurent Bercot | 2026-03-18 | 6 | -5/+56 |
| | | |||||
| * | sassclient_update bugfix | Laurent Bercot | 2026-03-17 | 1 | -6/+4 |
| | | |||||
| * | And another one | Laurent Bercot | 2026-03-16 | 2 | -6/+9 |
| | | |||||
| * | sassclient_sendv bugfix | Laurent Bercot | 2026-03-16 | 1 | -1/+1 |
| | | |||||
| * | Separate sassserver_event() into write and read events | Laurent Bercot | 2026-03-16 | 2 | -2/+6 |
| | | |||||
| * | And use it in sassclient | Laurent Bercot | 2026-03-16 | 4 | -27/+14 |
| | | |||||
| * | Add phread_mutex_clocklock() sysdep, pthread_mutex_tailock() function | Laurent Bercot | 2026-03-16 | 6 | -1/+53 |
| | | |||||
| * | Unconditionally use select() on MacOS because its poll() is broken | Laurent Bercot | 2026-03-13 | 1 | -1/+1 |
| | | |||||
| * | USe SASS_FLAG singular; remove duplicate deps for generated headers | Laurent Bercot | 2026-03-13 | 3 | -7/+3 |
| | | |||||
| * | ZI data in a sassserver_query | Laurent Bercot | 2026-03-12 | 1 | -0/+1 |
| | | |||||
| * | Add a cleanup hook to sassserver | Laurent Bercot | 2026-03-12 | 3 | -21/+77 |
| | | |||||
| * | fix: initialize sassserver with datasize | Laurent Bercot | 2026-03-12 | 1 | -0/+1 |
| | | |||||
| * | No need to ZI gensetdyn_ready if stralloc_ready does it | Laurent Bercot | 2026-03-12 | 1 | -3/+0 |
| | | |||||
| * | ZI stralloc/genalloc | Laurent Bercot | 2026-03-10 | 1 | -0/+3 |
| | | |||||
| * | Fix build, update sassclient API | Laurent Bercot | 2026-03-10 | 4 | -4/+4 |
| | | |||||
| * | No global definitions for sassserver | Laurent Bercot | 2026-03-10 | 2 | -88/+102 |
| | | | | | | Except for textmessage_receiver_0 and the textmessage_senders, but these are like buffer_0 and buffer_1, so. | ||||
| * | doc typo fix | Laurent Bercot | 2026-03-04 | 1 | -1/+1 |
| | | |||||
| * | Add flags management to sass, refactor some things | Laurent Bercot | 2026-02-21 | 9 | -27/+61 |
| | | |||||
| * | Fix sassserver typos and bad APIs | Laurent Bercot | 2026-02-20 | 3 | -14/+17 |
| | | |||||
| * | Add sassclient/sassserver, prepare for 2.14.6.0 | Laurent Bercot | 2026-02-20 | 19 | -8/+628 |
| | | |||||
| * | And that was a regression. Fixed now. | Laurent Bercot | 2026-02-19 | 1 | -1/+1 |
| | | |||||
| * | zero-prepare unallocated gensetdyn | Laurent Bercot | 2026-02-13 | 1 | -0/+3 |
| | | |||||
| * | Prepare for 2.14.5.2 | Laurent Bercot | 2026-02-10 | 5 | -4/+16 |
| | | |||||
| * | Typo fix in mspawn_am | Laurent Bercot | 2026-02-10 | 1 | -1/+1 |
| | | |||||
