aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename sysdep to selectinfinite, find correct test value for timeoutLaurent Bercot2026-05-111-2/+2
* Prepare for 2.15.0.1; add selectshorttimeout sysdeps (yay MacOS)Laurent Bercot2026-05-111-0/+8
* ipc_bind: change errno to ENAMETOOLONG on long sun_pathLaurent Bercot2026-04-051-1/+2
* Support null .lo in golLaurent Bercot2026-04-011-2/+2
* MacOS doesn't have pthread_mutex_timedlock -_-Laurent Bercot2026-03-181-28/+0
* And use it in sassclientLaurent Bercot2026-03-161-2/+6
* Add phread_mutex_clocklock() sysdep, pthread_mutex_tailock() functionLaurent Bercot2026-03-161-0/+24
* Unconditionally use select() on MacOS because its poll() is brokenLaurent Bercot2026-03-131-1/+1
* ZI stralloc/genallocLaurent Bercot2026-03-101-0/+3
* Free cdbmaker allocation on cdbmake_finish() successLaurent Bercot2026-01-301-0/+2
* Save/restore errno in all safe wrappersLaurent Bercot2026-01-0130-58/+125
* Oops, fd_sanitize must return an intLaurent Bercot2025-12-241-7/+5
* Make fd_sanitize() a real functionLaurent Bercot2025-12-231-0/+13
* fix string_index to take a lengthLaurent Bercot2025-12-181-0/+1
* Just in case, ensure cloexec flag consistency in fd_moveLaurent Bercot2025-11-181-1/+2
* Add string_indexLaurent Bercot2025-11-101-0/+30
* Optimize sig_name and sig_number, add stringkey_bcasecmp etc.Laurent Bercot2025-11-048-112/+217
* Add envexec.h, reorganize headers and some sources (gol.h wasn't included in...Laurent Bercot2025-10-286-85/+0
* Add string qsort/bsearch cmp functions and avltreeb wrappersLaurent Bercot2025-10-177-2/+58
* Add socket_tcpdelayLaurent Bercot2025-08-292-2/+17
* Don't leak on empty salsLaurent Bercot2025-08-061-1/+3
* Remove sals specialcasingLaurent Bercot2025-08-051-19/+16
* gol_argv bugfix, tai.html doc fixLaurent Bercot2025-07-132-5/+5
* Rework gol, add mkdirp2Laurent Bercot2025-06-301-2/+4
* prog_pid_fill bugfixLaurent Bercot2025-06-031-1/+1
* Add prog.h and prog_pid_fillLaurent Bercot2025-06-021-0/+15
* Improve gol. Add tentative dylib support.Laurent Bercot2025-05-263-12/+21
* gol fixes and improvementsLaurent Bercot2025-05-192-5/+11
* Typo fixLaurent Bercot2025-05-182-2/+2
* Clamp setitimer to 1e8 seconds because MacOSLaurent Bercot2025-05-172-3/+15
* bugfix: alarm_timeout with infinite valueLaurent Bercot2025-05-162-4/+19
* Add rpath; fix excessive ip4_scan toleranceLaurent Bercot2025-04-231-11/+9
* Add tain_addmsec, millisleepLaurent Bercot2025-04-041-0/+10
* Deprioritize getexecname(), it's badLaurent Bercot2025-04-031-18/+18
* Declare main when taking its address >.>Laurent Bercot2025-04-021-0/+1
* It's mach-o, not macho-o. (Or is it?)Laurent Bercot2025-04-021-1/+1
* Add sagetexecname() and all the necessary infrastructureLaurent Bercot2025-04-021-0/+111
* Fix gol masksLaurent Bercot2025-03-111-2/+2
* Better iopause_selectLaurent Bercot2024-07-301-6/+3
* Fix small bugs, add autodelegation for IOPAUSE_EXCEPTLaurent Bercot2024-07-305-21/+67
* Prepare for 2.14.3.0; add mininetstring_read, cplz.hLaurent Bercot2024-07-051-0/+45
* bugfix: unixmessage_put, fd bits initializationLaurent Bercot2024-06-211-2/+2
* Add mspawn functions to cspawn.h; move everything to libenvexecLaurent Bercot2024-04-3010-578/+0
* More support for old MacOS fossilsLaurent Bercot2024-04-161-2/+0
* Try to make the damn thing buildLaurent Bercot2024-04-162-1/+4
* Fix gol headerLaurent Bercot2024-04-161-3/+5
* Tentative support for old MacOS with no O_CLOEXECLaurent Bercot2024-04-1635-35/+162
* bugfix: getlnmax must return 1 when the line just fits the out bufferLaurent Bercot2024-01-301-3/+4