index
:
re3.git
lcs
master
miami
GTA III and Vice City reverse engineered source code
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
CdStreamPosix.cpp
Age
Commit message (
Collapse
)
Author
2021-07-05
fix: add missing limits.h includes to enable bulding on musl.
mssx86
2021-02-16
Fix buffer overflow on re3_sem_open/close
Adrian Graber
2021-02-16
Only include sys/syscall.h when __linux__ is defined
Adrian Graber
2021-02-16
Add unnamed semaphore define toggle for CdStreamPosix
Adrian Graber
2021-01-29
CdStreamPosix fixes
erorcun
2021-01-27
Clean up POSIX streaming code
erorcun
2020-11-28
moved some stuff to MemoryMgr
aap
2020-11-06
Allow to handle larger files via 64bit variables
Filip Gawin
2020-10-24
Join CdStream threads to wait for them to exit
Adrian Graber
2020-10-12
Streaming and cross-platform fixes
eray orçunus
2020-10-09
Fix POSIX streaming
eray orçunus
2020-10-04
Fix some sanitizer errors, improve POSIX streamer
eray orçunus
2020-10-01
CdStreamPosix: fix type issues
Andrew Udvare
2020-10-01
core/CdStreamPosix: switch to named semaphores to support macOS
Andrew Udvare
macOS does not support unnamed semaphores. The functions return ENOSYS.
2020-09-30
macOS support; thanks to @MrYadro
Andrew Udvare
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.
2020-08-07
Update CdStreamPosix.cpp
blingu
2020-08-05
added FreeBSD support
blingu
2020-07-28
Fix casepath chaos
eray orçunus
2020-07-26
Provide more memory for casepath's arg
Filip Gawin
2020-05-13
Fix calloc in CdStreamPosix
shfil
2020-05-11
Linux build support
eray orçunus