| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | version: 2.6.2.0v2.6.2.0 | Laurent Bercot | 2017-11-27 | 3 | -3/+3 |
| | | |||||
| * | Add _PACK and pack/unpack functions for signed types | Laurent Bercot | 2017-11-27 | 1 | -1/+6 |
| | | |||||
| * | Guard faccessat with HASLINKAT, because Solaris | Laurent Bercot | 2017-11-27 | 1 | -1/+1 |
| | | |||||
| * | Add access_at, because MacOS | Laurent Bercot | 2017-11-27 | 3 | -0/+55 |
| | | |||||
| * | Prepare for 2.6.2.0 | Laurent Bercot | 2017-11-27 | 6 | -5/+20 |
| | | |||||
| * | Add skaclient_timed_aflush() | Laurent Bercot | 2017-11-25 | 1 | -0/+2 |
| | | |||||
| * | Add O_DIRECTORY sysdep | Laurent Bercot | 2017-11-22 | 3 | -1/+7 |
| | | |||||
| * | buffer_rpeek declaration clarification | Laurent Bercot | 2017-11-21 | 1 | -1/+1 |
| | | |||||
| * | Make stralloc.h and tai.h suitable for inclusion in C++-compatible headers | Laurent Bercot | 2017-11-20 | 2 | -11/+10 |
| | | |||||
| * | version: 2.6.1.0v2.6.1.0 | Laurent Bercot | 2017-10-30 | 1 | -10/+10 |
| | | |||||
| * | Prepare for 2.6.1.0 | Laurent Bercot | 2017-10-30 | 5 | -3/+15 |
| | | |||||
| * | Add lock_unx() | Laurent Bercot | 2017-10-30 | 4 | -0/+19 |
| | | |||||
| * | Make all-pic a user option | Laurent Bercot | 2017-10-30 | 2 | -13/+22 |
| | | |||||
| * | Shut up, grep | Laurent Bercot | 2017-10-29 | 1 | -1/+1 |
| | | |||||
| * | Add pie test, don't double build on pie | Laurent Bercot | 2017-10-29 | 2 | -1/+19 |
| | | |||||
| * | version: 2.6.0.2v2.6.0.2 | Laurent Bercot | 2017-10-22 | 5 | -5/+17 |
| | | |||||
| * | Bugfix: getlnmax(sep) needs to include the terminating byte when found | Laurent Bercot | 2017-10-21 | 2 | -4/+4 |
| | | |||||
| * | Better packing / unpacking code | Laurent Bercot | 2017-10-18 | 22 | -99/+121 |
| | | | | | Godbolted for x86_64 with gcc and clang. | ||||
| * | version: 2.6.0.1v2.6.0.1 | Laurent Bercot | 2017-10-09 | 1 | -0/+1 |
| | | |||||
| * | Fix double close in openwrite* | Laurent Bercot | 2017-10-08 | 2 | -2/+0 |
| | | |||||
| * | Better *FLAGS management; prepare for 2.6.0.1 | Laurent Bercot | 2017-10-05 | 9 | -34/+59 |
| | | |||||
| * | Rewrite openwrite(v)nclose using mkstemp | Laurent Bercot | 2017-09-27 | 13 | -102/+156 |
| | | |||||
| * | Comment fix (writing to /dev/urandom doesn't speed it up) | Laurent Bercot | 2017-09-27 | 2 | -3/+3 |
| | | |||||
| * | version: 2.6.0.0v2.6.0.0 | Laurent Bercot | 2017-08-28 | 1 | -1/+1 |
| | | |||||
| * | Add nsgetparent sysdep | Laurent Bercot | 2017-08-28 | 2 | -0/+13 |
| | | |||||
| * | Catch signals with SA_RESTART unless iopause is select() | Laurent Bercot | 2017-08-28 | 2 | -1/+5 |
| | | |||||
| * | Change xexecvep exit codes ; add namespaces sysdep | Laurent Bercot | 2017-08-23 | 3 | -1/+15 |
| | | |||||
| * | Prepare for 2.6.0.0 release | Laurent Bercot | 2017-08-22 | 4 | -4/+15 |
| | | |||||
| * | Make skaclient's fd coe | Laurent Bercot | 2017-08-16 | 1 | -1/+3 |
| | | |||||
| * | Revert initializer optimization (buggy when first realloc'ing!) | Laurent Bercot | 2017-08-14 | 3 | -6/+7 |
| | | |||||
| * | Doc typo fix | Laurent Bercot | 2017-08-10 | 1 | -1/+1 |
| | | |||||
| * | Make cbuffer_?peek take a const; make *_init not leak when misused | Laurent Bercot | 2017-07-31 | 6 | -11/+10 |
| | | |||||
| * | Fix a case where socket_deadlineconnstamp* could modify errno on success ↵ | Laurent Bercot | 2017-07-30 | 3 | -0/+6 |
| | | | | | (thanks jlyo) | ||||
| * | Prepare for 2.6.0.0 | Laurent Bercot | 2017-07-28 | 5 | -3/+23 |
| | | |||||
| * | Add unixmessage_receiver_hasmsginbuf, fix unixmessage_handle | Laurent Bercot | 2017-07-27 | 4 | -3/+26 |
| | | |||||
| * | Typo fix in touch.c | Laurent Bercot | 2017-07-16 | 1 | -1/+1 |
| | | |||||
| * | More secure setgroups functions. (thanks muh) | Laurent Bercot | 2017-07-16 | 5 | -5/+21 |
| | | |||||
| * | Include grp.h for setgroups definition | Laurent Bercot | 2017-07-16 | 1 | -0/+1 |
| | | |||||
| * | git unignore setgroups.h ... | Laurent Bercot | 2017-07-16 | 2 | -1/+24 |
| | | |||||
| * | Change setgroups() management, in particular add skalibs_setgroups() | Laurent Bercot | 2017-07-16 | 10 | -61/+58 |
| | | |||||
| * | Add egidingroups sysdeps, change fd_close() to void and saving errno, ↵ | Laurent Bercot | 2017-07-16 | 41 | -167/+92 |
| | | | | | propagate changes | ||||
| * | Add egidingroups sysdeps, because FreeBSD | Laurent Bercot | 2017-07-15 | 1 | -0/+1 |
| | | |||||
| * | mitigation: bump UNIXMESSAGE_MAXREADS to something that will never be ↵ | Laurent Bercot | 2017-07-15 | 1 | -1/+1 |
| | | | | | reached. Real fix coming later. | ||||
| * | Add the generated files to .gitignore | 7heo | 2017-06-07 | 1 | -0/+11 |
| | | | | | | The files generated by make should be ignored, in order to all users to clone the repository as a submodule. | ||||
| * | More schemeless URLs | Laurent Bercot | 2017-05-24 | 4 | -7/+7 |
| | | |||||
| * | More schemeless URLs | Laurent Bercot | 2017-05-24 | 1 | -1/+1 |
| | | |||||
| * | Switch doc to schemeless URLs | Laurent Bercot | 2017-05-23 | 56 | -174/+174 |
| | | |||||
| * | version: 2.5.1.1v2.5.1.1 | Laurent Bercot | 2017-05-22 | 5 | -3/+14 |
| | | |||||
| * | Fix openreadnclose failing if errno was nonzero before (thanks jjk) | Laurent Bercot | 2017-05-22 | 1 | -1/+3 |
| | | |||||
| * | version: 2.5.1.0v2.5.1.0 | Laurent Bercot | 2017-05-21 | 1 | -1/+1 |
| | | |||||
