Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-05 | Perl: request processing in multiple threads. | Max Romanov | 1 | -3/+3 | |
This closes #486 issue on GitHub. | |||||
2019-07-17 | Perl: propagated compile options from perl build. | Valentin Bartenev | 1 | -1/+0 | |
Some Perl compile options affects ABI and not using them while compiling our module resulted in non-working build. Notably on 32-bit Debian 10, Perl is built with -D_FILE_OFFSET_BITS=64 and our module after being compiled without this option caused segmentation faults in unexpected places. | |||||
2018-09-20 | Fixed building perl on Alpine Linux. | Sergey Kandaurov | 1 | -0/+1 | |
_GNU_SOURCE is required there to expose off64_t and other types. | |||||
2018-01-31 | Added Perl support. | Alexander Borisov | 1 | -0/+48 | |