| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove some deprecated APIs | Laurent Bercot | 2026-04-22 | 2 | -11/+0 |
| * | Fix sassserver_init_from*_g macros | Laurent Bercot | 2026-04-18 | 1 | -2/+2 |
| * | Support running from a socket again in sassserver | Laurent Bercot | 2026-04-07 | 1 | -0/+5 |
| * | Support null .lo in gol | Laurent Bercot | 2026-04-01 | 1 | -0/+1 |
| * | Separate sassserver_event() into write and read events | Laurent Bercot | 2026-03-16 | 1 | -1/+2 |
| * | Add phread_mutex_clocklock() sysdep, pthread_mutex_tailock() function | Laurent Bercot | 2026-03-16 | 2 | -0/+14 |
| * | USe SASS_FLAG singular; remove duplicate deps for generated headers | Laurent Bercot | 2026-03-13 | 1 | -2/+2 |
| * | Add a cleanup hook to sassserver | Laurent Bercot | 2026-03-12 | 1 | -3/+6 |
| * | Fix build, update sassclient API | Laurent Bercot | 2026-03-10 | 1 | -1/+1 |
| * | No global definitions for sassserver | Laurent Bercot | 2026-03-10 | 1 | -9/+23 |
| * | Add flags management to sass, refactor some things | Laurent Bercot | 2026-02-21 | 4 | -12/+26 |
| * | Fix sassserver typos and bad APIs | Laurent Bercot | 2026-02-20 | 1 | -3/+3 |
| * | Add sassclient/sassserver, prepare for 2.14.6.0 | Laurent Bercot | 2026-02-20 | 3 | -0/+75 |
| * | Typo fix in mspawn_am | Laurent Bercot | 2026-02-10 | 1 | -1/+1 |
| * | Oops, fd_sanitize must return an int | Laurent Bercot | 2025-12-24 | 1 | -1/+1 |
| * | Make fd_sanitize() a real function | Laurent Bercot | 2025-12-23 | 1 | -1/+1 |
| * | Add function name in LOLDEBUG; keventbridge edge case fix | Laurent Bercot | 2025-12-22 | 1 | -1/+3 |
| * | Add string_index | Laurent Bercot | 2025-11-10 | 1 | -0/+2 |
| * | Optimize sig_name and sig_number, add stringkey_bcasecmp etc. | Laurent Bercot | 2025-11-04 | 1 | -0/+4 |
| * | Fix GOL_argv macro | Laurent Bercot | 2025-11-02 | 1 | -4/+4 |
| * | ... and actually include gol in envexec >.> | Laurent Bercot | 2025-10-28 | 1 | -0/+1 |
| * | Add envexec.h, reorganize headers and some sources (gol.h wasn't included in... | Laurent Bercot | 2025-10-28 | 3 | -4/+12 |
| * | typo fix | Laurent Bercot | 2025-10-22 | 1 | -2/+2 |
| * | Add libplaynice with keventbridge.h | Laurent Bercot | 2025-10-22 | 4 | -2/+41 |
| * | fix avltreeb_space size | Laurent Bercot | 2025-10-17 | 1 | -1/+1 |
| * | 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 |