aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* iopause: limit spurious returns. sarealpath: align no PATH_MAX case.Laurent Bercot2026-05-273-7/+19
* iopause_select: do not FD_SET on partial matchLaurent Bercot2026-05-171-3/+3
* DragonflyBSD needs __BSD_VISIBLE in order not to fail on struct kevent defLaurent Bercot2026-05-172-0/+3
* Solaris is more or less as stupidLaurent Bercot2026-05-111-1/+1
* Refine sysdep because CentOS has trouble with posix stuffLaurent Bercot2026-05-111-9/+0
* Rename sysdep to selectinfinite, find correct test value for timeoutLaurent Bercot2026-05-112-7/+8
* Prepare for 2.15.0.1; add selectshorttimeout sysdeps (yay MacOS)Laurent Bercot2026-05-112-0/+49
* Remove some deprecated APIsLaurent Bercot2026-04-223-20/+0
* Fix sassserver_init_from*_g macrosLaurent Bercot2026-04-181-2/+2
* Make ip46_from_ip? macros not force an int returnLaurent Bercot2026-04-182-4/+4
* Support running from a socket again in sassserverLaurent Bercot2026-04-077-56/+116
* ipc_bind: change errno to ENAMETOOLONG on long sun_pathLaurent Bercot2026-04-051-1/+2
* Support null .lo in golLaurent Bercot2026-04-012-2/+3
* sassclient: don't auto-release on update >.>Laurent Bercot2026-03-291-1/+0
* sassserver only supports child process, not local serviceLaurent Bercot2026-03-261-1/+1
* MacOS doesn't have pthread_mutex_timedlock -_-Laurent Bercot2026-03-183-2/+26
* sassclient_update bugfixLaurent Bercot2026-03-171-6/+4
* And another oneLaurent Bercot2026-03-162-6/+9
* sassclient_sendv bugfixLaurent Bercot2026-03-161-1/+1
* Separate sassserver_event() into write and read eventsLaurent Bercot2026-03-162-2/+6
* And use it in sassclientLaurent Bercot2026-03-163-25/+12
* Add phread_mutex_clocklock() sysdep, pthread_mutex_tailock() functionLaurent Bercot2026-03-164-0/+49
* Unconditionally use select() on MacOS because its poll() is brokenLaurent Bercot2026-03-131-1/+1
* USe SASS_FLAG singular; remove duplicate deps for generated headersLaurent Bercot2026-03-132-3/+3
* ZI data in a sassserver_queryLaurent Bercot2026-03-121-0/+1
* Add a cleanup hook to sassserverLaurent Bercot2026-03-122-19/+71
* fix: initialize sassserver with datasizeLaurent Bercot2026-03-121-0/+1
* No need to ZI gensetdyn_ready if stralloc_ready does itLaurent Bercot2026-03-121-3/+0
* ZI stralloc/genallocLaurent Bercot2026-03-101-0/+3
* Fix build, update sassclient APILaurent Bercot2026-03-103-3/+3
* No global definitions for sassserverLaurent Bercot2026-03-102-88/+102
* 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