aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* version: 2.6.0.2v2.6.0.2Laurent Bercot2017-10-225-5/+17
* Bugfix: getlnmax(sep) needs to include the terminating byte when foundLaurent Bercot2017-10-212-4/+4
* Better packing / unpacking codeLaurent Bercot2017-10-1822-99/+121
* version: 2.6.0.1v2.6.0.1Laurent Bercot2017-10-091-0/+1
* Fix double close in openwrite*Laurent Bercot2017-10-082-2/+0
* Better *FLAGS management; prepare for 2.6.0.1Laurent Bercot2017-10-059-34/+59
* Rewrite openwrite(v)nclose using mkstempLaurent Bercot2017-09-2713-102/+156
* Comment fix (writing to /dev/urandom doesn't speed it up)Laurent Bercot2017-09-272-3/+3
* version: 2.6.0.0v2.6.0.0Laurent Bercot2017-08-281-1/+1
* Add nsgetparent sysdepLaurent Bercot2017-08-282-0/+13
* Catch signals with SA_RESTART unless iopause is select()Laurent Bercot2017-08-282-1/+5
* Change xexecvep exit codes ; add namespaces sysdepLaurent Bercot2017-08-233-1/+15
* Prepare for 2.6.0.0 releaseLaurent Bercot2017-08-224-4/+15
* Make skaclient's fd coeLaurent Bercot2017-08-161-1/+3
* Revert initializer optimization (buggy when first realloc'ing!)Laurent Bercot2017-08-143-6/+7
* Doc typo fixLaurent Bercot2017-08-101-1/+1
* Make cbuffer_?peek take a const; make *_init not leak when misusedLaurent Bercot2017-07-316-11/+10
* Fix a case where socket_deadlineconnstamp* could modify errno on success (th...Laurent Bercot2017-07-303-0/+6
* Prepare for 2.6.0.0Laurent Bercot2017-07-285-3/+23
* Add unixmessage_receiver_hasmsginbuf, fix unixmessage_handleLaurent Bercot2017-07-274-3/+26
* Typo fix in touch.cLaurent Bercot2017-07-161-1/+1
* More secure setgroups functions. (thanks muh)Laurent Bercot2017-07-165-5/+21
* Include grp.h for setgroups definitionLaurent Bercot2017-07-161-0/+1
* git unignore setgroups.h ...Laurent Bercot2017-07-162-1/+24
* Change setgroups() management, in particular add skalibs_setgroups()Laurent Bercot2017-07-1610-61/+58
* Add egidingroups sysdeps, change fd_close() to void and saving errno, propag...Laurent Bercot2017-07-1641-167/+92
* Add egidingroups sysdeps, because FreeBSDLaurent Bercot2017-07-151-0/+1
* mitigation: bump UNIXMESSAGE_MAXREADS to something that will never be reache...Laurent Bercot2017-07-151-1/+1
* Add the generated files to .gitignore7heo2017-06-071-0/+11
* More schemeless URLsLaurent Bercot2017-05-244-7/+7
* More schemeless URLsLaurent Bercot2017-05-241-1/+1
* Switch doc to schemeless URLsLaurent Bercot2017-05-2356-174/+174
* version: 2.5.1.1v2.5.1.1Laurent Bercot2017-05-225-3/+14
* Fix openreadnclose failing if errno was nonzero before (thanks jjk)Laurent Bercot2017-05-221-1/+3
* version: 2.5.1.0v2.5.1.0Laurent Bercot2017-05-211-1/+1
* Add xpathexec_* functions, prepare for 2.5.1.0Laurent Bercot2017-05-1817-9/+127
* Add stub documentation files to avoid 404Laurent Bercot2017-05-1621-1/+561
* 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-153-1/+5
* bugfix: error reporting in openreadcloseLaurent Bercot2017-05-121-4/+9
* Prepare for version 2.5.0.1Laurent Bercot2017-05-115-3/+16
* Remove byte_copy invocation from ip46-withoutLaurent Bercot2017-05-101-1/+1
* Fix a configure error message when cross-compilingLaurent Bercot2017-05-021-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
* Always pair skalibs/nsig.h with skalibs/nonposix.h (and screw NSIG with a ch...Laurent Bercot2017-04-285-15/+26
* Fix NSIG definition (max+1 instead of max)Laurent Bercot2017-04-284-8/+8
* OpenBSD doesn't export a proper NSIG without __BSD_VISIBLE. Ah, OpenBSD.Laurent Bercot2017-04-282-0/+2
* Fix getrandom() detection: need to run the test, not only link!Laurent Bercot2017-04-262-2/+3