| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Refactor _at functions, add symlink_at | Laurent Bercot | 2025-06-30 | 9 | -108/+220 | |
| * | Rework gol, add mkdirp2 | Laurent Bercot | 2025-06-30 | 6 | -33/+50 | |
| * | Add mkdirp | Laurent Bercot | 2025-06-18 | 3 | -0/+36 | |
| * | 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 | 7 | -4/+41 | |
| * | Remove README.macos | Laurent Bercot | 2025-05-31 | 1 | -3/+0 | |
| * | I don't understand how gcc works on MacOS 10.4. | Laurent Bercot | 2025-05-31 | 1 | -1/+1 | |
| * | 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 | 10 | -52/+153 | |
| * | 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 | |
| * | Typo fix | Laurent Bercot | 2025-05-26 | 1 | -1/+3 | |
| * | Theoretical correctness in Makefile | Laurent Bercot | 2025-05-26 | 1 | -13/+14 | |
| * | Improve gol. Add tentative dylib support. | Laurent Bercot | 2025-05-26 | 7 | -21/+61 | |
| * | 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 | |
| * | version: 2.14.4.0v2.14.4.0 | Laurent Bercot | 2025-05-05 | 1 | -1/+0 | |
| * | Add package hash | Laurent Bercot | 2025-05-01 | 2 | -1/+3 | |
| * | Add pkg-config support | Laurent Bercot | 2025-04-29 | 4 | -8/+134 | |
| * | Update docs to latest posix version | Laurent Bercot | 2025-04-28 | 20 | -73/+73 | |
| * | Clarity fix | Laurent Bercot | 2025-04-27 | 1 | -1/+1 | |
| * | Add rpath; fix excessive ip4_scan tolerance | Laurent Bercot | 2025-04-23 | 3 | -13/+11 | |
| * | 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 | 7 | -1/+34 | |
| * | 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 | 2 | -0/+34 | |
| * | It's mach-o, not macho-o. (Or is it?) | Laurent Bercot | 2025-04-02 | 1 | -1/+1 | |
| * | Fix configure doc for the new sysdep | Laurent Bercot | 2025-04-02 | 1 | -1/+1 | |
| * | Add sagetexecname() and all the necessary infrastructure | Laurent Bercot | 2025-04-02 | 13 | -4/+231 | |
| * | Don't autoflush buffer_timed_putv; fix IFS bug in configure | Laurent Bercot | 2025-03-25 | 2 | -6/+5 | |
| * | 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 | 6 | -2/+93 | |
| * | 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 | 12 | -9/+163 | |
| * | version: 2.14.3.0v2.14.3.0 | Laurent Bercot | 2024-10-09 | 3 | -4/+6 | |
| * | Better configure --help | Laurent Bercot | 2024-09-23 | 1 | -6/+6 | |
| * | Install libskarnet.a to /usr/lib by default | Laurent Bercot | 2024-09-23 | 4 | -10/+8 | |
| * | Add pid namespace support to cspawn | Laurent Bercot | 2024-09-13 | 3 | -14/+6 | |
| * | Add sysdep for CLONE_NEWPID and fork_newpid function | Laurent Bercot | 2024-09-12 | 5 | -0/+106 | |
| * | bugfix: cspawn (fork): attributes must be handled before file actions! | Laurent Bercot | 2024-08-20 | 1 | -4/+4 | |
