| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove some deprecated APIs | Laurent Bercot | 2026-04-22 | 3 | -20/+0 |
| * | 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 |
| * | Support running from a socket again in sassserver | Laurent Bercot | 2026-04-07 | 7 | -56/+116 |
| * | ipc_bind: change errno to ENAMETOOLONG on long sun_path | Laurent Bercot | 2026-04-05 | 1 | -1/+2 |
| * | Support null .lo in gol | Laurent Bercot | 2026-04-01 | 2 | -2/+3 |
| * | sassclient: don't auto-release on update >.> | Laurent Bercot | 2026-03-29 | 1 | -1/+0 |
| * | 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 | 3 | -2/+26 |
| * | 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 | 3 | -25/+12 |
| * | Add phread_mutex_clocklock() sysdep, pthread_mutex_tailock() function | Laurent Bercot | 2026-03-16 | 4 | -0/+49 |
| * | 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 | 2 | -3/+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 | 2 | -19/+71 |
| * | 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 | 3 | -3/+3 |
| * | No global definitions for sassserver | Laurent Bercot | 2026-03-10 | 2 | -88/+102 |
| * | Add flags management to sass, refactor some things | Laurent Bercot | 2026-02-21 | 8 | -25/+58 |
| * | Fix sassserver typos and bad APIs | Laurent Bercot | 2026-02-20 | 2 | -13/+16 |
| * | Add sassclient/sassserver, prepare for 2.14.6.0 | Laurent Bercot | 2026-02-20 | 13 | -0/+603 |
| * | 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 |
| * | Typo fix in mspawn_am | Laurent Bercot | 2026-02-10 | 1 | -1/+1 |
| * | Free cdbmaker allocation on cdbmake_finish() success | Laurent Bercot | 2026-01-30 | 1 | -0/+2 |
| * | Save/restore errno in all safe wrappers | Laurent Bercot | 2026-01-01 | 40 | -66/+152 |
| * | keventbridge needs nonposix | Laurent Bercot | 2025-12-24 | 1 | -0/+2 |
| * | NetBSD 10.0 doesn't have PTHREAD_STACK_MIN | Laurent Bercot | 2025-12-24 | 1 | -0/+2 |
| * | With the correct meaning for nochomp | Laurent Bercot | 2025-12-24 | 1 | -2/+2 |
| * | fix env_dump4 | Laurent Bercot | 2025-12-24 | 1 | -5/+10 |
| * | Oops, fd_sanitize must return an int | Laurent Bercot | 2025-12-24 | 2 | -8/+6 |
| * | Make fd_sanitize() a real function | Laurent Bercot | 2025-12-23 | 2 | -1/+14 |
| * | Add function name in LOLDEBUG; keventbridge edge case fix | Laurent Bercot | 2025-12-22 | 2 | -2/+4 |
| * | fix string_index to take a length | Laurent Bercot | 2025-12-18 | 1 | -0/+1 |
| * | Just in case, ensure cloexec flag consistency in fd_move | Laurent Bercot | 2025-11-18 | 1 | -1/+2 |
| * | Add string_index | Laurent Bercot | 2025-11-10 | 2 | -0/+32 |
| * | Optimize sig_name and sig_number, add stringkey_bcasecmp etc. | Laurent Bercot | 2025-11-04 | 9 | -112/+221 |
| * | Fix GOL_argv macro | Laurent Bercot | 2025-11-02 | 1 | -4/+4 |
| * | ... and actually include gol in envexec >.> | Laurent Bercot | 2025-10-28 | 1 | -0/+1 |
| * | Add envexec.h, reorganize headers and some sources (gol.h wasn't included in... | Laurent Bercot | 2025-10-28 | 9 | -4/+12 |
| * | OpenBSD declares getpeereid in sys/socket.h, because it's OpenBSD | Laurent Bercot | 2025-10-24 | 1 | -0/+1 |
| * | More qsortr fixes | Laurent Bercot | 2025-10-23 | 1 | -3/+3 |
| * | Fix qsort_r sysdep detection | Laurent Bercot | 2025-10-23 | 3 | -8/+21 |
| * | typo fix | Laurent Bercot | 2025-10-22 | 1 | -2/+2 |