| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add string qsort/bsearch cmp functions and avltreeb wrappers | Laurent Bercot | 2025-10-17 | 2 | -0/+35 |
| * | Add GOL macros | Laurent Bercot | 2025-09-24 | 1 | -0/+5 |
| * | Add bsearchr | Laurent Bercot | 2025-09-08 | 1 | -0/+1 |
| * | Add socket_tcpdelay | Laurent Bercot | 2025-08-29 | 1 | -0/+1 |
| * | Add qsortr, env_dump4 | Laurent Bercot | 2025-08-19 | 2 | -1/+3 |
| * | Add mkntemp, atomic_symlink4 | Laurent Bercot | 2025-08-03 | 2 | -1/+4 |
| * | Refactor _at functions, add symlink_at | Laurent Bercot | 2025-06-30 | 1 | -0/+3 |
| * | Rework gol, add mkdirp2 | Laurent Bercot | 2025-06-30 | 2 | -5/+6 |
| * | Add mkdirp | Laurent Bercot | 2025-06-18 | 1 | -0/+1 |
| * | Typo fix | Laurent Bercot | 2025-06-03 | 1 | -1/+1 |
| * | Add prog.h and prog_pid_fill | Laurent Bercot | 2025-06-02 | 3 | -2/+20 |
| * | Try once more to support MacOS 10.4 | Laurent Bercot | 2025-05-31 | 1 | -0/+3 |
| * | Try another approach for the stat.h workaround | Laurent Bercot | 2025-05-30 | 1 | -5/+0 |
| * | Add crc32c. Prepare for 2.14.5.0 | Laurent Bercot | 2025-05-29 | 2 | -0/+12 |
| * | Fix stupidity previously added | Laurent Bercot | 2025-05-26 | 2 | -1/+5 |
| * | Typo fix | Laurent Bercot | 2025-05-26 | 1 | -2/+2 |
| * | Try and fix statatim(espec) sysdeps for old MacOS | Laurent Bercot | 2025-05-26 | 1 | -1/+2 |
| * | Add main_func type | Laurent Bercot | 2025-05-26 | 1 | -0/+3 |
| * | Improve gol. Add tentative dylib support. | Laurent Bercot | 2025-05-26 | 1 | -2/+3 |
| * | Reorder gol struct members | Laurent Bercot | 2025-05-18 | 1 | -2/+2 |
| * | Add debug strerr macros, add __func__ support to tracing macros | Laurent Bercot | 2025-04-06 | 1 | -4/+30 |
| * | Add tain_addmsec, millisleep | Laurent Bercot | 2025-04-04 | 2 | -0/+3 |
| * | Add sagetexecname() and all the necessary infrastructure | Laurent Bercot | 2025-04-02 | 1 | -0/+1 |
| * | Fix timed_get_g definition typo | Laurent Bercot | 2025-03-22 | 1 | -1/+1 |
| * | Add timed_write and timed_writev | Laurent Bercot | 2025-03-22 | 1 | -0/+5 |
| * | Add timed_read[v], buffer_timed_[get|put]v | Laurent Bercot | 2025-03-01 | 1 | -1/+11 |
| * | Add pid namespace support to cspawn | Laurent Bercot | 2024-09-13 | 1 | -0/+1 |
| * | Add sysdep for CLONE_NEWPID and fork_newpid function | Laurent Bercot | 2024-09-12 | 1 | -0/+1 |
| * | Fix small bugs, add autodelegation for IOPAUSE_EXCEPT | Laurent Bercot | 2024-07-30 | 1 | -1/+6 |
| * | Prepare for 2.14.3.0; add mininetstring_read, cplz.h | Laurent Bercot | 2024-07-05 | 3 | -0/+16 |
| * | Prepare for 2.4.2.1; align UNIXMESSAGE_MAXFDS to SCM_MAX_FD | Laurent Bercot | 2024-06-20 | 1 | -1/+1 |
| * | Make env_mergen a symbol again (to avoid ABI breakage) | Laurent Bercot | 2024-05-04 | 1 | -1/+1 |
| * | Add mkptemp3 | Laurent Bercot | 2024-05-03 | 1 | -0/+1 |
| * | Add mspawn functions to cspawn.h; move everything to libenvexec | Laurent Bercot | 2024-04-30 | 3 | -3/+58 |
| * | Fix gol header | Laurent Bercot | 2024-04-16 | 1 | -2/+2 |
| * | Tentative support for old MacOS with no O_CLOEXEC | Laurent Bercot | 2024-04-16 | 4 | -2/+54 |
| * | Support midipix | Laurent Bercot | 2024-04-02 | 1 | -1/+1 |
| * | Typo fixes | Laurent Bercot | 2023-10-30 | 1 | -2/+2 |
| * | Modify string_quote/unquote to allow encoding of space as \s | Laurent Bercot | 2023-10-26 | 1 | -3/+10 |
| * | Add string_quotes macro | Laurent Bercot | 2023-10-10 | 1 | -1/+2 |
| * | Revamp case functions, add strcasestr() fallback | Laurent Bercot | 2023-09-22 | 2 | -1/+1 |
| * | Fix skalibs/stat.h comment | Laurent Bercot | 2023-09-21 | 1 | -2/+3 |
| * | Try another workaround for bad struct stat | Laurent Bercot | 2023-09-12 | 1 | -18/+11 |
| * | Include stat.h into posixishard.h | Laurent Bercot | 2023-09-12 | 1 | -0/+1 |
| * | New sysdeps for st.st_atim etc., timespec_cmp | Laurent Bercot | 2023-09-12 | 2 | -0/+34 |
| * | Add gcspawn | Laurent Bercot | 2023-09-11 | 1 | -0/+5 |
| * | Add posix_spawn_file_actions_addchdir() support | Laurent Bercot | 2023-09-11 | 1 | -6/+12 |
| * | Rip off more obsolete bandaids | Laurent Bercot | 2023-09-11 | 1 | -16/+0 |
| * | Remove deprecated *writeclose_unsafe stuff | Laurent Bercot | 2023-09-11 | 1 | -8/+0 |
| * | Add POSIX_SPAWN_SETSID support to cspawn | Laurent Bercot | 2023-09-10 | 1 | -0/+1 |