aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Laurent Bercot2017-07-303-0/+6
| | | | (thanks jlyo)
* 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, ↵Laurent Bercot2017-07-1641-167/+92
| | | | propagate changes
* Add egidingroups sysdeps, because FreeBSDLaurent Bercot2017-07-151-0/+1
|
* mitigation: bump UNIXMESSAGE_MAXREADS to something that will never be ↵Laurent Bercot2017-07-151-1/+1
| | | | reached. Real fix coming later.
* Add the generated files to .gitignore7heo2017-06-071-0/+11
| | | | | The files generated by make should be ignored, in order to all users to clone the repository as a submodule.
* 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 ↵Laurent Bercot2017-05-163-1/+4
| | | | tests
* 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 ↵Laurent Bercot2017-04-301-0/+8
| | | | bump -_-)
* 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 ↵Laurent Bercot2017-04-284-9/+18
| | | | accommodate OpenBSD snowflakiness
* Always pair skalibs/nsig.h with skalibs/nonposix.h (and screw NSIG with a ↵Laurent Bercot2017-04-285-15/+26
| | | | chainsaw)
* 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
|
* Align ancillary buffers on struct cmsghdr and int boundariesLaurent Bercot2017-04-235-10/+31
|
* version: 2.5.0.0 (real one with NEWS file)v2.5.0.0Laurent Bercot2017-03-271-0/+22
|
* version: 2.5.0.0Laurent Bercot2017-03-272-2/+11
|
* More arc4random_addrandom fixes, how can clang be such a PITA ?Laurent Bercot2017-03-161-1/+1
|
* Fix arc4random_addrandom detection for -Werror=pointer-signLaurent Bercot2017-03-161-1/+2
|
* Fix unixmessage_putv() (the normal message wasn't taken into account!)Laurent Bercot2017-03-152-2/+2
|
* Better pipe2 detection on BSD systemsLaurent Bercot2017-03-152-10/+15
|
* Fix trydevurandom testLaurent Bercot2017-03-151-1/+1
|