summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* remove viterfunc_t, add non-documentation for libposixplzLaurent Bercot2018-01-043-3/+43
* Add viterfunc_t to functypes.hLaurent Bercot2018-01-031-0/+3
* Doc updateLaurent Bercot2018-01-033-3/+3
* Add child_spawn3, make textclient_startf use itLaurent Bercot2018-01-036-7/+183
* Add genqdynLaurent Bercot2017-12-2910-1/+114
* Deprecate env_getLaurent Bercot2017-12-229-35/+33
* Add missing textclient_zeroLaurent Bercot2017-12-222-0/+6
* Add textclient, fix some textmessage issuesLaurent Bercot2017-12-2216-11/+464
* GNU manages to botch dirfd() too. POSIX is hard!Laurent Bercot2017-12-213-1/+5
* Add dirfd sysdep, because Solaris sucksLaurent Bercot2017-12-215-1/+47
* Undeprecate mininetstringLaurent Bercot2017-12-213-5/+2
* Big 2.6.3.0 reorganizationLaurent Bercot2017-12-2155-61/+888
* Finally implement sarealpath() over realpath(). Prettier atomic_symlink().Laurent Bercot2017-12-076-80/+49
* Add atomic_symlink(), prepare for 2.6.3.0Laurent Bercot2017-12-038-3/+58
* version: 2.6.2.0 v2.6.2.0Laurent Bercot2017-11-273-3/+3
* 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-273-0/+55
* Prepare for 2.6.2.0Laurent Bercot2017-11-276-5/+20
* Add skaclient_timed_aflush()Laurent Bercot2017-11-251-0/+2
* Add O_DIRECTORY sysdepLaurent Bercot2017-11-223-1/+7
* 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
* version: 2.6.1.0 v2.6.1.0Laurent Bercot2017-10-301-10/+10
* Prepare for 2.6.1.0Laurent Bercot2017-10-305-3/+15
* Add lock_unx()Laurent Bercot2017-10-304-0/+19
* Make all-pic a user optionLaurent Bercot2017-10-302-13/+22
* Shut up, grepLaurent Bercot2017-10-291-1/+1
* Add pie test, don't double build on pieLaurent Bercot2017-10-292-1/+19
* version: 2.6.0.2 v2.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.1 v2.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.0 v2.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