Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
move OpenAL helper functions to AL object
|
|
SDL_PumpEvents work; fixes #1419
|
|
Use perforamnce timers for usleep if available
|
|
fix bug in alcDestroyContext
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FS-related module reorganization
|
|
more websocket test updates
|
|
|
|
|
|
Errno changes
|
|
- split off fs, memfs, sockfs and tty libraries
|
|
- added new echo client / server test
- updated websock harness and added new CompiledServerHarness to help run tests on multiple backends
|
|
|
|
- removed test_sockets_bi_*
- removed soon to be redundant test_sockets_select_server_closes_connection
|
|
|
|
- added force_c option to btest
|
|
This is a follow up to the previous commit that removed them from
src/library.js.
|
|
|
|
|
|
- added support for SOCKK define to override ports when compiling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it; fixes #1492
|
|
|
|
|
|
|
|
exit status fixes
|
|
|
|
|
|
- remove default exit status prints
- added EXITSTATUS global to enable exit callbacks to determine the status
|