aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add viterfunc_t to functypes.hLaurent Bercot2018-01-031-0/+3
* Doc updateLaurent Bercot2018-01-031-1/+0
* Add child_spawn3, make textclient_startf use itLaurent Bercot2018-01-034-6/+181
* Add genqdynLaurent Bercot2017-12-299-0/+105
* Deprecate env_getLaurent Bercot2017-12-228-30/+28
* Add missing textclient_zeroLaurent Bercot2017-12-221-0/+5
* Add textclient, fix some textmessage issuesLaurent Bercot2017-12-2215-9/+454
* GNU manages to botch dirfd() too. POSIX is hard!Laurent Bercot2017-12-211-0/+3
* Add dirfd sysdep, because Solaris sucksLaurent Bercot2017-12-213-0/+43
* Undeprecate mininetstringLaurent Bercot2017-12-211-3/+2
* Big 2.6.3.0 reorganizationLaurent Bercot2017-12-2151-43/+831
* Finally implement sarealpath() over realpath(). Prettier atomic_symlink().Laurent Bercot2017-12-075-78/+47
* Add atomic_symlink(), prepare for 2.6.3.0Laurent Bercot2017-12-032-0/+42
* Add _PACK and pack/unpack functions for signed typesLaurent Bercot2017-11-271-1/+6
* Guard faccessat with HASLINKAT, because SolarisLaurent Bercot2017-11-271-1/+1
* Add access_at, because MacOSLaurent Bercot2017-11-272-0/+54
* Add skaclient_timed_aflush()Laurent Bercot2017-11-251-0/+2
* Add O_DIRECTORY sysdepLaurent Bercot2017-11-221-0/+5
* buffer_rpeek declaration clarificationLaurent Bercot2017-11-211-1/+1
* Make stralloc.h and tai.h suitable for inclusion in C++-compatible headersLaurent Bercot2017-11-202-11/+10
* Add lock_unx()Laurent Bercot2017-10-302-0/+12
* Bugfix: getlnmax(sep) needs to include the terminating byte when foundLaurent Bercot2017-10-212-4/+4
* Better packing / unpacking codeLaurent Bercot2017-10-1821-87/+106
* Fix double close in openwrite*Laurent Bercot2017-10-082-2/+0
* Rewrite openwrite(v)nclose using mkstempLaurent Bercot2017-09-2712-96/+147
* Comment fix (writing to /dev/urandom doesn't speed it up)Laurent Bercot2017-09-272-3/+3
* Add nsgetparent sysdepLaurent Bercot2017-08-281-0/+12
* Catch signals with SA_RESTART unless iopause is select()Laurent Bercot2017-08-281-0/+4
* Change xexecvep exit codes ; add namespaces sysdepLaurent Bercot2017-08-232-1/+14
* Make skaclient's fd coeLaurent Bercot2017-08-161-1/+3
* Revert initializer optimization (buggy when first realloc'ing!)Laurent Bercot2017-08-142-4/+5
* Make cbuffer_?peek take a const; make *_init not leak when misusedLaurent Bercot2017-07-315-9/+8
* Fix a case where socket_deadlineconnstamp* could modify errno on success (th...Laurent Bercot2017-07-303-0/+6
* Add unixmessage_receiver_hasmsginbuf, fix unixmessage_handleLaurent Bercot2017-07-273-3/+25
* Typo fix in touch.cLaurent Bercot2017-07-161-1/+1
* More secure setgroups functions. (thanks muh)Laurent Bercot2017-07-163-4/+19
* Include grp.h for setgroups definitionLaurent Bercot2017-07-161-0/+1
* git unignore setgroups.h ...Laurent Bercot2017-07-161-0/+24
* Change setgroups() management, in particular add skalibs_setgroups()Laurent Bercot2017-07-167-49/+55
* Add egidingroups sysdeps, change fd_close() to void and saving errno, propag...Laurent Bercot2017-07-1641-167/+92
* mitigation: bump UNIXMESSAGE_MAXREADS to something that will never be reache...Laurent Bercot2017-07-151-1/+1
* Fix openreadnclose failing if errno was nonzero before (thanks jjk)Laurent Bercot2017-05-221-1/+3
* Add xpathexec_* functions, prepare for 2.5.1.0Laurent Bercot2017-05-189-2/+91
* Accommodate some broken GNU toolchains by including sys/types.h in sysdeps t...Laurent Bercot2017-05-163-1/+4
* bugfixes: invalid clockmon detection and futimens detectionLaurent Bercot2017-05-151-0/+3
* bugfix: error reporting in openreadcloseLaurent Bercot2017-05-121-4/+9
* Remove byte_copy invocation from ip46-withoutLaurent Bercot2017-05-101-1/+1
* Adjust ftms for trysetgroups.c (glibc changed APIs without major version bum...Laurent Bercot2017-04-301-0/+8
* Add _DEFAULT_SOURCE ftm to skalibs/nonposix.hLaurent Bercot2017-04-301-0/+3
* Change SKALIBS_NSIG to SKALIBS_DEFAULT_NSIG and NSIG to SKALIBS_NSIG to acco...Laurent Bercot2017-04-284-9/+18