Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Merge unit test executables into one | Tavian Barnes | 2024-01-12 | 1 | -10/+17 |
| | |||||
* | build: Link with -lsocket -lnsl on illumos | Tavian Barnes | 2024-01-09 | 1 | -0/+4 |
| | | | | Link: https://illumos.org/man/3SOCKET/bind | ||||
* | build: Define _POSIX_PTHREAD_SEMANTICS for illumos | Tavian Barnes | 2024-01-09 | 1 | -0/+1 |
| | | | | | | Needed for the POSIX-compliant version of some interfaces. Link: https://illumos.org/man/3C/getpwnam | ||||
* | fsade: Fix ACL checks on DragonFly BSD | Tavian Barnes | 2024-01-03 | 1 | -0/+4 |
| | |||||
* | expr: Move some implementation into expr.c | Tavian Barnes | 2023-12-20 | 1 | -0/+1 |
| | |||||
* | darray: Remove | Tavian Barnes | 2023-11-23 | 1 | -1/+0 |
| | | | | | The new RESERVE() macro from alloc.h is nicer, and handles alignment properly. | ||||
* | thread: Move thread wrapper functions out of line | Tavian Barnes | 2023-10-27 | 1 | -0/+1 |
| | |||||
* | tests: Run test cases in parallel | Tavian Barnes | 2023-10-23 | 1 | -1/+6 |
| | |||||
* | Merge tag '3.0.4' | Tavian Barnes | 2023-10-12 | 1 | -1/+1 |
|\ | |||||
| * | Release 3.0.43.0.4 | Tavian Barnes | 2023-10-12 | 1 | -1/+1 |
| | | |||||
* | | build: Re-enable liburing | Tavian Barnes | 2023-10-12 | 1 | -1/+1 |
|/ | | | | This reverts commit 735a2979a37251dc447274aa888ad77ded126457. | ||||
* | Release 3.0.33.0.3 | Tavian Barnes | 2023-10-12 | 1 | -1/+1 |
| | |||||
* | build: Disable liburing for now | Tavian Barnes | 2023-10-12 | 1 | -1/+1 |
| | | | | liburing will be enabled for the next feature release. | ||||
* | build: New lint flag | Tavian Barnes | 2023-10-04 | 1 | -1/+8 |
| | |||||
* | build: Add liburing on Linux | Tavian Barnes | 2023-10-02 | 1 | -1/+7 |
| | |||||
* | Release 3.0.23.0.2 | Tavian Barnes | 2023-09-06 | 1 | -1/+1 |
| | |||||
* | Rename Makefile to GNUmakefile | Raf Czlonka | 2023-07-20 | 1 | -0/+331 |