| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Add socket_tcpdelay | Laurent Bercot | 2025-08-29 | 3 | -2/+18 |
| * | Add qsortr, env_dump4 | Laurent Bercot | 2025-08-19 | 8 | -49/+151 |
| * | 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 |
| * | Add mkntemp, atomic_symlink4 | Laurent Bercot | 2025-08-03 | 5 | -33/+68 |
| * | bugfix: avltree_delete needs to pass UINT32_MAX as sentinel | Laurent Bercot | 2025-07-30 | 3 | -9/+9 |
| * | Catch possible build failure in cspawn | Laurent Bercot | 2025-07-21 | 1 | -10/+9 |
| * | gol_argv bugfix, tai.html doc fix | Laurent Bercot | 2025-07-13 | 3 | -6/+6 |
| * | fix symlink_at deps | Laurent Bercot | 2025-06-30 | 1 | -0/+1 |
| * | Refactor _at functions, add symlink_at | Laurent Bercot | 2025-06-30 | 8 | -104/+213 |
| * | Rework gol, add mkdirp2 | Laurent Bercot | 2025-06-30 | 5 | -32/+48 |
| * | Add mkdirp | Laurent Bercot | 2025-06-18 | 2 | -0/+35 |
| * | prog_pid_fill bugfix | Laurent Bercot | 2025-06-03 | 1 | -1/+1 |
| * | Typo fix | Laurent Bercot | 2025-06-03 | 1 | -1/+1 |
| * | Add prog.h and prog_pid_fill | Laurent Bercot | 2025-06-02 | 4 | -2/+35 |
| * | Try once more to support MacOS 10.4 | Laurent Bercot | 2025-05-31 | 3 | -0/+9 |
| * | Try another approach for the stat.h workaround | Laurent Bercot | 2025-05-30 | 3 | -7/+6 |
| * | Add crc32c. Prepare for 2.14.5.0 | Laurent Bercot | 2025-05-29 | 3 | -0/+97 |
| * | Fix stupidity previously added | Laurent Bercot | 2025-05-26 | 4 | -3/+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 | 2 | -1/+5 |
| * | Add main_func type | Laurent Bercot | 2025-05-26 | 1 | -0/+3 |
| * | Improve gol. Add tentative dylib support. | Laurent Bercot | 2025-05-26 | 4 | -14/+24 |
| * | gol fixes and improvements | Laurent Bercot | 2025-05-19 | 2 | -5/+11 |
| * | Reorder gol struct members | Laurent Bercot | 2025-05-18 | 1 | -2/+2 |
| * | 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 |
| * | Clarity fix | Laurent Bercot | 2025-04-27 | 1 | -1/+1 |
| * | Add rpath; fix excessive ip4_scan tolerance | Laurent Bercot | 2025-04-23 | 1 | -11/+9 |
| * | Add debug strerr macros, add __func__ support to tracing macros | Laurent Bercot | 2025-04-06 | 1 | -4/+30 |
| * | child_spawn bugfix (error path could have i > n) | Laurent Bercot | 2025-04-06 | 1 | -0/+1 |
| * | Add tain_addmsec, millisleep | Laurent Bercot | 2025-04-04 | 4 | -0/+25 |
| * | Deprioritize getexecname(), it's bad | Laurent Bercot | 2025-04-03 | 2 | -18/+22 |
| * | Declare main when taking its address >.> | Laurent Bercot | 2025-04-02 | 1 | -0/+1 |
| * | Add dladdr sysdep | Laurent Bercot | 2025-04-02 | 1 | -0/+33 |
| * | 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 | 7 | -0/+180 |
| * | Don't autoflush buffer_timed_putv; fix IFS bug in configure | Laurent Bercot | 2025-03-25 | 1 | -3/+4 |
| * | Fix timed_get_g definition typo | Laurent Bercot | 2025-03-22 | 1 | -1/+1 |
| * | timed_read[v] needs sanitize_read() | Laurent Bercot | 2025-03-22 | 2 | -2/+2 |
| * | Add timed_write and timed_writev | Laurent Bercot | 2025-03-22 | 3 | -0/+87 |
| * | Fix gol masks | Laurent Bercot | 2025-03-11 | 1 | -2/+2 |
| * | Add timed_read[v], buffer_timed_[get|put]v | Laurent Bercot | 2025-03-01 | 5 | -1/+137 |
| * | Add pid namespace support to cspawn | Laurent Bercot | 2024-09-13 | 2 | -13/+5 |
| * | Add sysdep for CLONE_NEWPID and fork_newpid function | Laurent Bercot | 2024-09-12 | 3 | -0/+104 |
| * | bugfix: cspawn (fork): attributes must be handled before file actions! | Laurent Bercot | 2024-08-20 | 1 | -4/+4 |