aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* version: 2.14.5.0v2.14.5.0Laurent Bercot2025-12-241-0/+1
|
* keventbridge needs nonposixLaurent Bercot2025-12-242-1/+3
|
* 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-242-6/+11
|
* Oops, fd_sanitize must return an intLaurent Bercot2025-12-242-8/+6
|
* Make fd_sanitize() a real functionLaurent Bercot2025-12-233-1/+15
|
* releng fixesLaurent Bercot2025-12-231-2/+8
|
* Add function name in LOLDEBUG; keventbridge edge case fixLaurent Bercot2025-12-222-2/+4
|
* buffer doc: some adjustments. Credit Hoël.Laurent Bercot2025-12-182-3/+5
|
* add buffer.h documentationHoël Bézier2025-12-181-2/+65
| | | | Signed-off-by: Hoël Bézier <hoelbezier@riseup.net>
* 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-103-5/+34
|
* Optimize sig_name and sig_number, add stringkey_bcasecmp etc.Laurent Bercot2025-11-0410-116/+232
|
* 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-2810-18/+23
| | | | in skalibs.h)
* OpenBSD declares getpeereid in sys/socket.h, because it's OpenBSDLaurent Bercot2025-10-243-28/+2
|
* More qsortr fixesLaurent Bercot2025-10-231-3/+3
|
* Fix qsort_r sysdep detectionLaurent Bercot2025-10-233-8/+21
|
* Fix system libs list - add a dedup function to make!Laurent Bercot2025-10-232-5/+10
|
* Add libpthread to DT_NEEDED when relevantLaurent Bercot2025-10-221-2/+2
|
* 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-2210-3/+174
|
* Change prsetchildsubreaper sysdep to prctl, add procctl sysdepLaurent Bercot2025-10-224-1/+19
|
* More sysdepsLaurent Bercot2025-10-204-0/+43
|
* Credit naviLaurent Bercot2025-10-171-0/+1
|
* fix avltreeb_space sizeLaurent Bercot2025-10-171-1/+1
|
* Add string qsort/bsearch cmp functions and avltreeb wrappersLaurent Bercot2025-10-1711-2/+112
|
* Document sr.ht mirrorLaurent Bercot2025-09-241-2/+3
|
* Add GOL macrosLaurent Bercot2025-09-241-0/+5
|
* Add bsearchrLaurent Bercot2025-09-085-2/+21
|
* Add socket_tcpdelayLaurent Bercot2025-08-296-4/+22
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Document changesLaurent Bercot2025-08-192-2/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add qsortr, env_dump4Laurent Bercot2025-08-1910-50/+156
| | | | 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-037-35/+89
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: avltree_delete needs to pass UINT32_MAX as sentinelLaurent Bercot2025-07-304-13/+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-134-8/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* fix symlink_at depsLaurent Bercot2025-06-302-1/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Document new changeLaurent Bercot2025-06-302-2/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Refactor _at functions, add symlink_atLaurent Bercot2025-06-309-108/+220
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Rework gol, add mkdirp2Laurent Bercot2025-06-306-33/+50
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add mkdirpLaurent Bercot2025-06-183-0/+36
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>