Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: add missing limits.h includes to enable bulding on musl. | mssx86 | 2021-07-01 | 1 | -0/+1 |
| | |||||
* | Fix buffer overflow on re3_sem_open/close | Adrian Graber | 2021-02-16 | 1 | -2/+2 |
| | |||||
* | Only include sys/syscall.h when __linux__ is defined | Adrian Graber | 2021-01-31 | 1 | -1/+4 |
| | |||||
* | Add unnamed semaphore define toggle for CdStreamPosix | Adrian Graber | 2021-01-31 | 1 | -17/+60 |
| | |||||
* | CdStreamPosix fixes | erorcun | 2021-01-29 | 1 | -3/+9 |
| | |||||
* | Clean up POSIX streaming code | erorcun | 2021-01-27 | 1 | -12/+17 |
| | |||||
* | moved some stuff to MemoryMgr | aap | 2020-11-28 | 1 | -1/+1 |
| | |||||
* | Allow to handle larger files via 64bit variables | Filip Gawin | 2020-11-06 | 1 | -1/+1 |
| | |||||
* | Join CdStream threads to wait for them to exit | Adrian Graber | 2020-10-24 | 1 | -0/+2 |
| | |||||
* | Streaming and cross-platform fixes | eray orçunus | 2020-10-12 | 1 | -9/+8 |
| | |||||
* | Fix POSIX streaming | eray orçunus | 2020-10-09 | 1 | -3/+7 |
| | |||||
* | Fix some sanitizer errors, improve POSIX streamer | eray orçunus | 2020-10-04 | 1 | -137/+151 |
| | |||||
* | CdStreamPosix: fix type issues | Andrew Udvare | 2020-10-02 | 1 | -2/+2 |
| | |||||
* | core/CdStreamPosix: switch to named semaphores to support macOS | Andrew Udvare | 2020-10-01 | 1 | -54/+33 |
| | | | | macOS does not support unnamed semaphores. The functions return ENOSYS. | ||||
* | macOS support; thanks to @MrYadro | Andrew Udvare | 2020-09-30 | 1 | -24/+49 |
| | | | | | | This should support ARM64 and x86-64. -target flag based on information from https://developer.apple.com/documentation/xcode/building_a_universal_macos_binary#3618377. | ||||
* | Update CdStreamPosix.cpp | blingu | 2020-08-07 | 1 | -1/+1 |
| | |||||
* | added FreeBSD support | blingu | 2020-08-05 | 1 | -3/+8 |
| | |||||
* | Fix casepath chaos | eray orçunus | 2020-07-28 | 1 | -7/+9 |
| | |||||
* | Provide more memory for casepath's arg | Filip Gawin | 2020-07-26 | 1 | -2/+2 |
| | |||||
* | Fix calloc in CdStreamPosix | shfil | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | Linux build support | eray orçunus | 2020-05-11 | 1 | -0/+516 |