Age | Commit message (Collapse) | Author |
|
Another signal.h fix
|
|
|
|
misc socket-related library fixes and updated websocket tests
|
|
This is needed to work with musl includes.
|
|
|
|
file preload path fixes
|
|
|
|
Wno warn absolute paths
|
|
|
|
|
|
- converted sdl_image_jpeg to using sdl_image.c
|
|
|
|
|
|
- recv should return 0 once the socket has disconnected
- send should set ENOTCONN once closed, and EAGAIN while connecting
- updated tests to use O_NONBLOCK and better conform to coding standards
|
|
|
|
Cvt functions
|
|
|
|
|
|
|
|
|
|
Previously, an exported function contained in a library would not be found by
the linker if the library did not contain symbols transitively reachable from
main.
|
|
|
|
-I/-L path warning for codebases that understand they are crosscompiling and aren't referring to native system headers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
avoid problems where depending on the order of tests results can be different
|
|
handle IPv6 addresses in inet_ntop and inet_pton
|
|
initial vfs work
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
same built libraries
|
|
|
|
consistent across machines
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|