#
2060:a1991578c62e |
| 27-Dec-2021 |
Max Romanov |
Perl: creating input and error streams if closed.
Application handler can do anything with a stream object (including close it). Once the stream is closed, Unit creates a new stream.
This closes #6
Perl: creating input and error streams if closed.
Application handler can do anything with a stream object (including close it). Once the stream is closed, Unit creates a new stream.
This closes #616 issue on GitHub.
show more ...
|
Revision tags: 1.26.1-1, 1.26.1, 1.26.0-1, 1.26.0, 1.25.0-1, 1.25.0, 1.24.0-1, 1.24.0, 1.23.0-1, 1.23.0, 1.22.0-1, 1.22.0, 1.21.0-1, 1.21.0 |
|
#
1689:e0d01647db76 |
| 05-Nov-2020 |
Max Romanov |
Perl: request processing in multiple threads.
This closes #486 issue on GitHub.
|
Revision tags: 1.20.0-1, 1.20.0, 1.19.0-1, 1.19.0, 1.18.0-1, 1.18.0, 1.17.0-1, 1.17.0, 1.16.0-1, 1.16.0, 1.15.0-1, 1.15.0, 1.14.0-1, 1.14.0, 1.13.0-1, 1.13.0, 1.12.0-1, 1.12.0, 1.11.0-2, 1.11.0-1, 1.11.0, 1.10.0-2, 1.10.0-1, 1.10.0 |
|
#
1108:8788f96701d5 |
| 17-Jul-2019 |
Valentin Bartenev |
Perl: propagated compile options from perl build.
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, Per
Perl: propagated compile options from perl build.
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.
show more ...
|
Revision tags: 1.9.0-1, 1.9.0, 1.8.0-1, 1.8.0, 1.7.1-1, 1.7.1, 1.7-1, 1.7, 1.6-1, 1.6, 1.5-1, 1.5, 1.4-2, 1.4 |
|
#
780:0de745fae82c |
| 20-Sep-2018 |
Sergey Kandaurov |
Fixed building perl on Alpine Linux.
_GNU_SOURCE is required there to expose off64_t and other types.
|
Revision tags: 1.3, 1.2, 1.1, 1.0, 0.7, 0.6, 0.5 |
|
#
510:4979fe09d9cd |
| 31-Jan-2018 |
Alexander Borisov |
Added Perl support.
|