| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | PTHREAD_STACK_MIN is defined in limits.h | Laurent Bercot | 2025-10-22 | 1 | -0/+1 |
| * | keventbridge_start() needs to return the reading fd of the bridge | Laurent Bercot | 2025-10-22 | 1 | -2/+2 |
| * | Some keventbridge fixes | Laurent Bercot | 2025-10-22 | 2 | -1/+2 |
| * | Add libplaynice with keventbridge.h | Laurent Bercot | 2025-10-22 | 8 | -2/+168 |
| * | Change prsetchildsubreaper sysdep to prctl, add procctl sysdep | Laurent Bercot | 2025-10-22 | 2 | -0/+12 |
| * | More sysdeps | Laurent Bercot | 2025-10-20 | 3 | -0/+40 |
| * | fix avltreeb_space size | Laurent Bercot | 2025-10-17 | 1 | -1/+1 |
| * | Add string qsort/bsearch cmp functions and avltreeb wrappers | Laurent Bercot | 2025-10-17 | 10 | -2/+107 |
| * | Add GOL macros | Laurent Bercot | 2025-09-24 | 1 | -0/+5 |
| * | Add bsearchr | Laurent Bercot | 2025-09-08 | 2 | -0/+18 |