aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* No global definitions for sassserverLaurent Bercot2026-03-102-88/+102
| | | | | Except for textmessage_receiver_0 and the textmessage_senders, but these are like buffer_0 and buffer_1, so.
* Add flags management to sass, refactor some thingsLaurent Bercot2026-02-218-25/+58
|
* Fix sassserver typos and bad APIsLaurent Bercot2026-02-202-13/+16
|
* Add sassclient/sassserver, prepare for 2.14.6.0Laurent Bercot2026-02-2013-0/+603
|
* And that was a regression. Fixed now.Laurent Bercot2026-02-191-1/+1
|
* zero-prepare unallocated gensetdynLaurent Bercot2026-02-131-0/+3
|
* Typo fix in mspawn_amLaurent Bercot2026-02-101-1/+1
|
* Free cdbmaker allocation on cdbmake_finish() successLaurent Bercot2026-01-301-0/+2
|
* Save/restore errno in all safe wrappersLaurent Bercot2026-01-0140-66/+152
|
* keventbridge needs nonposixLaurent Bercot2025-12-241-0/+2
|
* NetBSD 10.0 doesn't have PTHREAD_STACK_MINLaurent Bercot2025-12-241-0/+2
|
* With the correct meaning for nochompLaurent Bercot2025-12-241-2/+2
|
* fix env_dump4Laurent Bercot2025-12-241-5/+10
|
* Oops, fd_sanitize must return an intLaurent Bercot2025-12-242-8/+6
|
* Make fd_sanitize() a real functionLaurent Bercot2025-12-232-1/+14
|
* Add function name in LOLDEBUG; keventbridge edge case fixLaurent Bercot2025-12-222-2/+4
|
* 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-102-0/+32
|
* Optimize sig_name and sig_number, add stringkey_bcasecmp etc.Laurent Bercot2025-11-049-112/+221
|
* Fix GOL_argv macroLaurent Bercot2025-11-021-4/+4
|
* ... and actually include gol in envexec >.>Laurent Bercot2025-10-281-0/+1
|
* Add envexec.h, reorganize headers and some sources (gol.h wasn't included ↵Laurent Bercot2025-10-289-4/+12
| | | | in skalibs.h)
* OpenBSD declares getpeereid in sys/socket.h, because it's OpenBSDLaurent Bercot2025-10-241-0/+1
|
* More qsortr fixesLaurent Bercot2025-10-231-3/+3
|
* Fix qsort_r sysdep detectionLaurent Bercot2025-10-233-8/+21
|
* typo fixLaurent Bercot2025-10-221-2/+2
|
* PTHREAD_STACK_MIN is defined in limits.hLaurent Bercot2025-10-221-0/+1
|
* keventbridge_start() needs to return the reading fd of the bridgeLaurent Bercot2025-10-221-2/+2
|
* Some keventbridge fixesLaurent Bercot2025-10-222-1/+2
|
* Add libplaynice with keventbridge.hLaurent Bercot2025-10-228-2/+168
|
* Change prsetchildsubreaper sysdep to prctl, add procctl sysdepLaurent Bercot2025-10-222-0/+12
|
* More sysdepsLaurent Bercot2025-10-203-0/+40
|
* fix avltreeb_space sizeLaurent Bercot2025-10-171-1/+1
|
* Add string qsort/bsearch cmp functions and avltreeb wrappersLaurent Bercot2025-10-1710-2/+107
|
* Add GOL macrosLaurent Bercot2025-09-241-0/+5
|
* Add bsearchrLaurent Bercot2025-09-082-0/+18
|
* Add socket_tcpdelayLaurent Bercot2025-08-293-2/+18
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add qsortr, env_dump4Laurent Bercot2025-08-198-49/+151
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't leak on empty salsLaurent Bercot2025-08-061-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Remove sals specialcasingLaurent Bercot2025-08-051-19/+16
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add mkntemp, atomic_symlink4Laurent Bercot2025-08-035-33/+68
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: avltree_delete needs to pass UINT32_MAX as sentinelLaurent Bercot2025-07-303-9/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Catch possible build failure in cspawnLaurent Bercot2025-07-211-10/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* gol_argv bugfix, tai.html doc fixLaurent Bercot2025-07-133-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* fix symlink_at depsLaurent Bercot2025-06-301-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Refactor _at functions, add symlink_atLaurent Bercot2025-06-308-104/+213
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Rework gol, add mkdirp2Laurent Bercot2025-06-305-32/+48
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add mkdirpLaurent Bercot2025-06-182-0/+35
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* prog_pid_fill bugfixLaurent Bercot2025-06-031-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>