summaryrefslogtreecommitdiffhomepage
path: root/src/perl (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-17perl: Remove unused module constructorAndrew Clayton1-3/+0
2024-06-24perl: Constify some local static variablesAndrew Clayton1-2/+2
2023-03-10Perl: Fix a crash in the language module.Andrew Clayton1-3/+4
2022-11-04Removed the unsafe nxt_memchr() wrapper for memchr(3).Alejandro Colomar1-1/+1
2022-10-03Renamed a couple of members of nxt_unit_request_t.Andrew Clayton1-1/+1
2022-04-26Fixed indentation.Alejandro Colomar1-1/+1
2021-12-27Perl: creating input and error streams if closed.Max Romanov3-167/+113
2021-10-28Moving request limit control to libunit.Max Romanov1-7/+1
2020-11-05Perl: request processing in multiple threads.Max Romanov2-148/+352
2020-06-23Isolation: fixed build when features aren't detected.Tiago Natel de Moura1-4/+0
2020-05-28Added "rootfs" feature.Tiago Natel de Moura1-0/+6
2020-03-09Refactor of process management.Tiago Natel de Moura1-4/+7
2020-03-30Attributing libunit logging function for arguments validation.Max Romanov1-1/+1
2019-12-24Adding "limits/shm" configuration validation and parsing.Max Romanov1-0/+1
2019-07-17Perl: propagated compile options from perl build.Valentin Bartenev1-1/+0
2019-03-21Adjusting request schema value according to connection tls state.Max Romanov1-1/+4
2019-03-01Perl: added implementation delayed response and streaming body.Alexander Borisov1-16/+176
2019-02-28Made QUERY_STRING mandatory.Valentin Bartenev1-4/+2
2019-02-28Introducing Java Servlet Container beta.Max Romanov1-0/+1
2019-02-27Perl: added processing for IO:Handle-like object.Alexander Borisov1-3/+109
2019-02-27Fixed processing of SERVER_NAME after 77aad2c142a0.Valentin Bartenev1-23/+7
2018-09-20Fixed building perl on Alpine Linux.Sergey Kandaurov1-0/+1
2018-08-08Perl: use of portable macro instead of an explicit declaration.Alexander Borisov1-2/+2
2018-08-06Unit application library.Max Romanov1-470/+324
2018-06-25Introduced nxt_length() macro.Valentin Bartenev1-10/+8
2018-05-21Added SERVER_SOFTWARE request meta-variable.Valentin Bartenev1-0/+3
2018-04-04Changed version processing for modules.Alexander Borisov1-1/+1
2018-03-19Perl: improvements to support PSGI specification.Alexander Borisov1-16/+15
2018-03-05Reduced number of critical log levels.Valentin Bartenev1-12/+7
2018-02-08Perl: fixed IO-Object duplication bug.Alexander Borisov1-26/+2
2018-02-07Style fixes.Andrey Zelenkov1-2/+2
2018-02-06Perl: added more checks for 'body' variableAlexander Borisov1-1/+6
2018-01-31Added Perl support.Alexander Borisov3-0/+1632