aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not free on failure to reallocate to size 0 (lol.)Laurent Bercot2024-01-181-1/+2
* Fix bitarray_not when within a single byteOlivier Brunel2024-01-021-1/+1
* cspawn can use open3() over open() for consistencyLaurent Bercot2024-01-021-3/+1
* env_mergen() should not fail, by policyLaurent Bercot2023-12-202-2/+2
* and one moreLaurent Bercot2023-12-181-1/+3
* Fix more small UBsLaurent Bercot2023-12-182-1/+2
* Don't smash 1 byte 1/8th of the timeLaurent Bercot2023-12-181-2/+5
* Actually add autosurf_name; fix cspawn leak in error pathLaurent Bercot2023-12-181-1/+1
* Try to accommodate AIX more?... maybe maybe?Laurent Bercot2023-12-131-1/+1
* socket_recv46 was never workingLaurent Bercot2023-12-112-0/+48
* Prepare for 2.14.0.1. Better ip6_scan().Laurent Bercot2023-11-171-22/+74