| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | version: 2.11.1.0v2.11.1.0 | Laurent Bercot | 2021-12-21 | 1 | -0/+1 |
| * | Add gccattr_nonstring, modernize gccattributes.h | Laurent Bercot | 2021-12-19 | 1 | -12/+14 |
| * | configure: add var control tweak | Laurent Bercot | 2021-12-05 | 1 | -1/+1 |
| * | Add opendir_at, prepare for 2.11.1.0 | Laurent Bercot | 2021-12-04 | 8 | -5/+46 |
| * | Don't return void | Laurent Bercot | 2021-10-30 | 1 | -1/+1 |
| * | Doc fixes | Laurent Bercot | 2021-09-29 | 2 | -23/+122 |
| * | version: 2.11.0.0v2.11.0.0 | Laurent Bercot | 2021-09-26 | 1 | -1/+1 |
| * | Fix fd_cat/n doc | Laurent Bercot | 2021-09-26 | 1 | -2/+2 |
| * | Axe iobuffer | Laurent Bercot | 2021-09-25 | 25 | -689/+33 |
| * | Don't forget child_spawn either | Laurent Bercot | 2021-09-02 | 5 | -22/+22 |
| * | Don't forget textclient_commandv | Laurent Bercot | 2021-09-02 | 1 | -1/+1 |
| * | Make textclient_command work with errno > 127 | Laurent Bercot | 2021-09-02 | 1 | -1/+1 |
| * | Infinite recursion my ass cheeks | Laurent Bercot | 2021-09-02 | 1 | -1/+1 |
| * | fix selfpipe_tophalf type | Laurent Bercot | 2021-08-26 | 1 | -1/+1 |
| * | Add ipc_bind_reuse_perms | Laurent Bercot | 2021-08-22 | 4 | -4/+24 |
| * | Add tain_infinite | Laurent Bercot | 2021-08-18 | 3 | -0/+7 |
| * | Add some ip46 macros | Laurent Bercot | 2021-08-18 | 2 | -0/+26 |
| * | Add sig_altignore()2.11.0.0 | Laurent Bercot | 2021-07-29 | 3 | -0/+17 |
| * | Huge incompatible changes. | Laurent Bercot | 2021-07-28 | 367 | -1726/+1091 |
| * | Don't use dirfd as an identifier | Laurent Bercot | 2021-07-24 | 1 | -2/+2 |
| * | Hide cdb_find_state in the common case | Laurent Bercot | 2021-07-24 | 4 | -53/+64 |
| * | Add cdb_init_at and cdb_init_fromfd, rename cdb_reader | Laurent Bercot | 2021-07-24 | 7 | -33/+57 |
| * | New 2.11.0.0 branch with several modifications | Laurent Bercot | 2021-07-23 | 58 | -1171/+285 |
| * | Save errno when freeing a cdb | Laurent Bercot | 2021-07-21 | 1 | -1/+8 |
| * | bugfix: offset in cdb mmap | Laurent Bercot | 2021-06-30 | 2 | -3/+3 |
| * | cdb always mmaps | Laurent Bercot | 2021-06-29 | 5 | -46/+31 |
| * | gccattributes.h: define gccattr_returns_twice | Laurent Bercot | 2021-06-14 | 1 | -0/+3 |
| * | doc: allreadwrite: document scatter/gatter functions | Laurent Bercot | 2021-06-14 | 2 | -3/+55 |
| * | doc: reconcile openwrite{,v}nclose_suffix{,_devino}{,_sync} with djbunix.h | Laurent Bercot | 2021-06-14 | 1 | -6/+6 |
| * | Fix ML URL | Laurent Bercot | 2021-06-14 | 1 | -1/+1 |
| * | Add CONTRIBUTING and DCO files | Laurent Bercot | 2021-06-14 | 2 | -0/+42 |
| * | Cosmetic fixes | Laurent Bercot | 2021-05-14 | 3 | -10/+9 |
| * | version: 2.10.0.3v2.10.0.3 | Laurent Bercot | 2021-04-15 | 1 | -3/+3 |
| * | Prepare for 2.10.0.3 | Laurent Bercot | 2021-04-13 | 6 | -3/+16 |
| * | Do not ld into /dev/null | Laurent Bercot | 2021-04-11 | 1 | -13/+12 |
| * | No need for noexecstack, but the strip is too greedy | Laurent Bercot | 2021-04-09 | 2 | -3/+4 |
| * | version: 2.10.0.2v2.10.0.2 | Laurent Bercot | 2021-02-15 | 1 | -1/+2 |
| * | bugfix: ipc_bind_reuse_lock must ignore umask | Laurent Bercot | 2021-02-13 | 1 | -1/+2 |
| * | Prepare for 2.10.0.2 | Laurent Bercot | 2021-02-11 | 5 | -3/+15 |
| * | Solaris: get endianness info wherever we can | Laurent Bercot | 2021-02-05 | 1 | -1/+1 |
| * | Work around broken shells, including bash and dash. Yeah. | Laurent Bercot | 2021-02-01 | 1 | -1/+1 |
| * | Align infinity on 2^61 | Laurent Bercot | 2021-01-27 | 1 | -1/+1 |
| * | version: 2.10.0.1v2.10.0.1 | Laurent Bercot | 2021-01-19 | 1 | -1/+1 |
| * | Better deps.mak | Laurent Bercot | 2021-01-19 | 1 | -0/+1 |
| * | Don't touch /dev/urandom when getrandom() exists | Laurent Bercot | 2021-01-15 | 1 | -9/+8 |
| * | Prepare for 2.10.0.1 | Laurent Bercot | 2021-01-14 | 5 | -3/+15 |
| * | Undocument pathexec functions (replaced with exec.h stuff) | Laurent Bercot | 2021-01-14 | 1 | -121/+0 |
| * | bugfix: genqdyn_n() definition | Laurent Bercot | 2021-01-12 | 2 | -4/+4 |
| * | version: 2.10.0.0v2.10.0.0 | Laurent Bercot | 2021-01-10 | 1 | -1/+1 |
| * | INSTALL clarification about sysdeps | Laurent Bercot | 2021-01-02 | 1 | -2/+3 |
