summaryrefslogtreecommitdiff
path: root/src/libstddjb
AgeCommit message (Expand)Author
2020-11-29 Revamp lock primitives; prepare for 2.10.0.0 instead of 2.9.4.0Laurent Bercot
2020-11-25 child_spawn cleanup, configure cleanupLaurent Bercot
2020-11-24 Complete revamp of the pathexec functionsLaurent Bercot
2020-11-23 Save syscalls on coe and ndelay_onLaurent Bercot
2020-11-20 Add fd_shutdown()Laurent Bercot
2020-11-08 Add ipc_bind_reuse_lock, rewrite ipc_bind_reuse to use itLaurent Bercot
2020-10-26 Separate and expose ancil_recv_fd/ancil_send_fdLaurent Bercot
2020-10-26 Change new function names to openc_*; update deps.makLaurent Bercot
2020-10-26 Prepare for 2.9.4.0; add open*coe() functions.Laurent Bercot
2020-09-17 Add stralloc_readyplus_tuned, fix overflow on stralloc_readyplusLaurent Bercot
2020-04-29 Fix alloc_realloc UBLaurent Bercot
2020-04-04 bugfix: sigprocmask invocation on non-signalfd systemsLaurent Bercot
2020-02-26 Explicitly unblock signals when selfpiped without signalfdLaurent Bercot
2020-02-10 bugfix: env_merge didn't correctly handle variable removalLaurent Bercot
2020-01-30 Make sagethostname() work with all glibcsLaurent Bercot
2019-10-20 Real fix for undefined PATH_MAXLaurent Bercot
2019-10-20 Don't rely on the existence of PATH_MAXLaurent Bercot
2019-10-10 Fix path_canonicalize()'s returned length when absoluteLaurent Bercot
2019-10-09 Add path_canonicalize, prepare for 2.9.1.0Laurent Bercot
2019-09-20 We're down to ONE rogue sysdep, boys. ONE.Laurent Bercot
2019-09-06 Change tain_now_set_* API: also give an initial valueLaurent Bercot
2019-09-04 Also better when you actually pull the sysdepsLaurent Bercot
2019-09-04 With the correct sysdeps macros, pleaseLaurent Bercot
2019-09-03 Big wallclock/stopwatch refactor. It was long overdue.Laurent Bercot
2019-08-07 iopause_select: add protection against UB in FD_SETLaurent Bercot
2019-07-31 bugfix: env_dump() unterminated stringsLaurent Bercot
2019-07-23 Typo fixLaurent Bercot
2019-07-22 Factor all the BSD complaints into one new headerLaurent Bercot
2019-07-19 bits-fmtscan refactor, part twoLaurent Bercot
2019-07-11 bugfix: memcmp doesn't guarantee not touching bytes after cmp fails.Laurent Bercot
2019-07-11 Better with the new files added >.>Laurent Bercot
2019-07-11 bits-fmtscan refactor, part oneLaurent Bercot
2019-06-16 child_spawn*: make sure posix_spawn() doesn't clobber pipes with dup2+closeLaurent Bercot
2019-05-07 bugfix: proper sockaddr storage in socket_remote46Laurent Bercot
2019-03-09 Respect POSIX "Seconds since the Epoch" when hitting a leap secondLaurent Bercot
2019-03-08 bugfix: leap second table. Also add leapsec reporting in localtm.Laurent Bercot
2019-02-19 Add skalibs/posixishard.hLaurent Bercot
2019-02-12 Fix xpathexec* exit codes when execve() fails!Laurent Bercot
2019-02-06 Rename mkLtemp to mkhtemp; try to make MacOS happyLaurent Bercot
2019-02-05 The extra space, John! The extra space!Laurent Bercot
2019-02-05fix null-pointer behavior in fmt and fmtlist functionsJohn Regan
2018-11-24 bugfix: rounding error in stralloc_reverse_blocksLaurent Bercot
2018-11-14 Add env_dump()Laurent Bercot
2018-09-14 Better when it buildsLaurent Bercot
2018-09-14 bugfix: child_spawn2 error pathLaurent Bercot
2018-08-01 Remove protLaurent Bercot
2018-07-21 Remove mininetstring, absolutepath, absolutepath_tmpLaurent Bercot
2018-07-21 Add unlink_void, change dir_close, prepare for 2.7.0.0Laurent Bercot
2018-06-24 Add skagetln_loose, skagetlnsep_loose, ipc_timed_sendvLaurent Bercot
2018-03-21 Remove sig_scan, blehLaurent Bercot