aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Real fix for undefined PATH_MAXLaurent Bercot2019-10-201-1/+13
* Don't rely on the existence of PATH_MAXLaurent Bercot2019-10-201-2/+1
* __GNU__ is actually preferred to __gnu_hurd__, it seemsLaurent Bercot2019-10-181-6/+7
* nonposix.h: define _GNU_SOURCE for Hurd, remove __GLIBC__ testLaurent Bercot2019-10-171-3/+3
* Fix path_canonicalize()'s returned length when absoluteLaurent Bercot2019-10-101-1/+1
* Add path_canonicalize, prepare for 2.9.1.0Laurent Bercot2019-10-092-0/+71
* THAT'S IT WE HAVE EASY CROSS-COMPILATION FOLKSLaurent Bercot2019-09-201-43/+0
* We're down to ONE rogue sysdep, boys. ONE.Laurent Bercot2019-09-2010-137/+20
* sysdeps redesign: first part: minimize clr testsLaurent Bercot2019-09-206-42/+32
* Change tain_now_set_* API: also give an initial valueLaurent Bercot2019-09-064-15/+22
* Also better when you actually pull the sysdepsLaurent Bercot2019-09-041-0/+1
* With the correct sysdeps macros, pleaseLaurent Bercot2019-09-041-2/+2
* Big wallclock/stopwatch refactor. It was long overdue.Laurent Bercot2019-09-0311-121/+127
* iopause_select: add protection against UB in FD_SETLaurent Bercot2019-08-071-0/+1
* bugfix: env_dump() unterminated stringsLaurent Bercot2019-07-311-1/+2
* Typo fixLaurent Bercot2019-07-231-1/+1
* Factor all the BSD complaints into one new headerLaurent Bercot2019-07-2218-86/+81
* Rework skalibs/nonposix.h to avoid glibc squealing like a pigLaurent Bercot2019-07-222-21/+31
* bits-fmtscan refactor, part twoLaurent Bercot2019-07-198-18/+40
* bugfix: memcmp doesn't guarantee not touching bytes after cmp fails.Laurent Bercot2019-07-111-2/+1
* Better with the new files added >.>Laurent Bercot2019-07-117-0/+113
* bits-fmtscan refactor, part oneLaurent Bercot2019-07-1128-175/+120
* child_spawn*: make sure posix_spawn() doesn't clobber pipes with dup2+closeLaurent Bercot2019-06-164-22/+37
* Add tryemptyregex/skalibs_regcomp, prepare for 2.8.1.0Laurent Bercot2019-05-112-0/+24
* bugfix: proper sockaddr storage in socket_remote46Laurent Bercot2019-05-071-4/+4
* Respect POSIX "Seconds since the Epoch" when hitting a leap secondLaurent Bercot2019-03-093-6/+5
* bugfix: leap second table. Also add leapsec reporting in localtm.Laurent Bercot2019-03-086-35/+37
* Add skalibs/posixishard.hLaurent Bercot2019-02-1935-91/+122
* Add DragonFly macro; remove nbwaitall and ancilautocloseLaurent Bercot2019-02-198-172/+1
* Get rid of tryancilautoclose testLaurent Bercot2019-02-181-108/+6
* Remove _BSD_SOURCE from nonposix, just to try...Laurent Bercot2019-02-141-3/+0
* Fix xpathexec* exit codes when execve() fails!Laurent Bercot2019-02-127-7/+21
* Rename mkLtemp to mkhtemp; try to make MacOS happyLaurent Bercot2019-02-064-2/+11
* The extra space, John! The extra space!Laurent Bercot2019-02-051-1/+1
* fix null-pointer behavior in fmt and fmtlist functionsJohn Regan2019-02-051-12/+11
* Proper use of umask for mk[bcp]tempLaurent Bercot2019-01-083-0/+6
* Remove mkdir_unique, rewrite atomic_symlink with mkltempLaurent Bercot2019-01-083-45/+10
* Really add mkfootemp and autosurf, I guess ?Laurent Bercot2018-12-0813-0/+170
* Add mk?temp and autosurfLaurent Bercot2018-12-075-2/+19
* bugfix: rounding error in stralloc_reverse_blocksLaurent Bercot2018-11-241-2/+3
* Add env_dump()Laurent Bercot2018-11-142-0/+52
* Scrap avltreeb, prepare for 2.8.0.0Laurent Bercot2018-09-301-37/+13
* bugfix: if HASGETPEERUCRED, getpeereid() had UBLaurent Bercot2018-09-171-1/+1
* Better when it buildsLaurent Bercot2018-09-141-1/+1
* bugfix: child_spawn2 error pathLaurent Bercot2018-09-142-2/+2
* Remove avl*_deletenode() macros, document all added functionsLaurent Bercot2018-08-143-4/+0
* Remove protLaurent Bercot2018-08-014-79/+0
* Remove mininetstring, absolutepath, absolutepath_tmpLaurent Bercot2018-07-217-107/+1
* Add unlink_void, change dir_close, prepare for 2.7.0.0Laurent Bercot2018-07-216-8/+28
* Add skagetln_loose, skagetlnsep_loose, ipc_timed_sendvLaurent Bercot2018-06-246-0/+79