| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Rename sysdep to selectinfinite, find correct test value for timeout | Laurent Bercot | 2026-05-11 | 1 | -2/+2 |
| * | Prepare for 2.15.0.1; add selectshorttimeout sysdeps (yay MacOS) | Laurent Bercot | 2026-05-11 | 1 | -0/+8 |
| * | 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 | 1 | -2/+2 |
| * | MacOS doesn't have pthread_mutex_timedlock -_- | Laurent Bercot | 2026-03-18 | 1 | -28/+0 |
| * | And use it in sassclient | Laurent Bercot | 2026-03-16 | 1 | -2/+6 |
| * | Add phread_mutex_clocklock() sysdep, pthread_mutex_tailock() function | Laurent Bercot | 2026-03-16 | 1 | -0/+24 |
| * | Unconditionally use select() on MacOS because its poll() is broken | Laurent Bercot | 2026-03-13 | 1 | -1/+1 |
| * | ZI stralloc/genalloc | Laurent Bercot | 2026-03-10 | 1 | -0/+3 |
| * | 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 | 30 | -58/+125 |
| * | Oops, fd_sanitize must return an int | Laurent Bercot | 2025-12-24 | 1 | -7/+5 |
| * | Make fd_sanitize() a real function | Laurent Bercot | 2025-12-23 | 1 | -0/+13 |
| * | 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 | 1 | -0/+30 |
| * | Optimize sig_name and sig_number, add stringkey_bcasecmp etc. | Laurent Bercot | 2025-11-04 | 8 | -112/+217 |
| * | Add envexec.h, reorganize headers and some sources (gol.h wasn't included in... | Laurent Bercot | 2025-10-28 | 6 | -85/+0 |
| * | Add string qsort/bsearch cmp functions and avltreeb wrappers | Laurent Bercot | 2025-10-17 | 7 | -2/+58 |
| * | Add socket_tcpdelay | Laurent Bercot | 2025-08-29 | 2 | -2/+17 |
| * | Don't leak on empty sals | Laurent Bercot | 2025-08-06 | 1 | -1/+3 |
| * | Remove sals specialcasing | Laurent Bercot | 2025-08-05 | 1 | -19/+16 |
| * | gol_argv bugfix, tai.html doc fix | Laurent Bercot | 2025-07-13 | 2 | -5/+5 |
| * | Rework gol, add mkdirp2 | Laurent Bercot | 2025-06-30 | 1 | -2/+4 |
| * | prog_pid_fill bugfix | Laurent Bercot | 2025-06-03 | 1 | -1/+1 |
| * | Add prog.h and prog_pid_fill | Laurent Bercot | 2025-06-02 | 1 | -0/+15 |
| * | Improve gol. Add tentative dylib support. | Laurent Bercot | 2025-05-26 | 3 | -12/+21 |
| * | gol fixes and improvements | Laurent Bercot | 2025-05-19 | 2 | -5/+11 |
| * | Typo fix | Laurent Bercot | 2025-05-18 | 2 | -2/+2 |
| * | Clamp setitimer to 1e8 seconds because MacOS | Laurent Bercot | 2025-05-17 | 2 | -3/+15 |
| * | bugfix: alarm_timeout with infinite value | Laurent Bercot | 2025-05-16 | 2 | -4/+19 |
| * | Add rpath; fix excessive ip4_scan tolerance | Laurent Bercot | 2025-04-23 | 1 | -11/+9 |
| * | Add tain_addmsec, millisleep | Laurent Bercot | 2025-04-04 | 1 | -0/+10 |
| * | Deprioritize getexecname(), it's bad | Laurent Bercot | 2025-04-03 | 1 | -18/+18 |
| * | Declare main when taking its address >.> | Laurent Bercot | 2025-04-02 | 1 | -0/+1 |
| * | It's mach-o, not macho-o. (Or is it?) | Laurent Bercot | 2025-04-02 | 1 | -1/+1 |
| * | Add sagetexecname() and all the necessary infrastructure | Laurent Bercot | 2025-04-02 | 1 | -0/+111 |
| * | Fix gol masks | Laurent Bercot | 2025-03-11 | 1 | -2/+2 |
| * | Better iopause_select | Laurent Bercot | 2024-07-30 | 1 | -6/+3 |
| * | Fix small bugs, add autodelegation for IOPAUSE_EXCEPT | Laurent Bercot | 2024-07-30 | 5 | -21/+67 |
| * | Prepare for 2.14.3.0; add mininetstring_read, cplz.h | Laurent Bercot | 2024-07-05 | 1 | -0/+45 |
| * | bugfix: unixmessage_put, fd bits initialization | Laurent Bercot | 2024-06-21 | 1 | -2/+2 |
| * | Add mspawn functions to cspawn.h; move everything to libenvexec | Laurent Bercot | 2024-04-30 | 10 | -578/+0 |
| * | More support for old MacOS fossils | Laurent Bercot | 2024-04-16 | 1 | -2/+0 |
| * | Try to make the damn thing build | Laurent Bercot | 2024-04-16 | 2 | -1/+4 |
| * | Fix gol header | Laurent Bercot | 2024-04-16 | 1 | -3/+5 |
| * | Tentative support for old MacOS with no O_CLOEXEC | Laurent Bercot | 2024-04-16 | 35 | -35/+162 |
| * | bugfix: getlnmax must return 1 when the line just fits the out buffer | Laurent Bercot | 2024-01-30 | 1 | -3/+4 |