Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-21 | Packaging: removed support for SLES and derivatives. | Konstantin Pavlov | 13 | -144/+5 | |
The packages were never built for those OSes. | |||||
2022-06-20 | Packages: cleanup targets that are not supported anymore. | Konstantin Pavlov | 7 | -273/+2 | |
2022-06-20 | Packages: dropped /etc/unit directory. | Konstantin Pavlov | 1 | -2/+0 | |
It's never used. | |||||
2022-05-31 | Packaging: added support for RHEL 9. | Konstantin Pavlov | 2 | -1/+13 | |
2022-05-26 | Packaging: Go: use GO111MODULE=auto in build instructions. | Konstantin Pavlov | 1 | -1/+1 | |
2022-05-16 | Packages: ship README.md and CONTRIBUTING.md. | Konstantin Pavlov | 2 | -2/+4 | |
2022-02-15 | Updated copyright notice. | Valentin Bartenev | 3 | -12/+33 | |
2021-12-02 | Packages: added systemd service for debug binary. | Andrei Belov | 2 | -4/+34 | |
2021-11-12 | Packages: added support for Fedora 35. | Andrei Belov | 3 | -1/+76 | |
2021-10-19 | Packages: fixed dependency tracking for Go and Java modules on RHEL7. | Andrei Belov | 1 | -2/+2 | |
2021-04-21 | Packages: switched to common address for package maintainers. | Andrei Belov | 3 | -4/+6 | |
2021-04-12 | Packages: fixed Amazon Linux 2 module packages to use openssl 1.1 | Konstantin Pavlov | 1 | -0/+4 | |
2021-04-08 | Packages: moved Amazon Linux 2 packages to use openssl 1.1 | Konstantin Pavlov | 2 | -0/+8 | |
2021-03-26 | Packages: corrected permissions for /var/log/unit in rpm. | Andrei Belov | 1 | -1/+1 | |
Found by rpmlint. | |||||
2021-03-24 | Packages: added man page on rpm-based systems. | Konstantin Pavlov | 2 | -2/+3 | |
2021-01-26 | Packages: added Fedora 33 support. | Andrei Belov | 3 | -1/+76 | |
2020-12-24 | Packages: fixed an ability to override package version. | Andrei Belov | 1 | -1/+2 | |
This was broken since 00d8049418cf. | |||||
2020-12-23 | Packages: set the "--user" value to "nobody" for build-stage tests. | Andrei Belov | 1 | -2/+2 | |
This allows tests to pass well in cases when the default user specified in the ./configure parameters does not exist in the building environment. | |||||
2020-12-22 | Packages: check and create unit user on each post-script invocation. | Konstantin Pavlov | 1 | -4/+4 | |
2020-12-17 | Packages: run non-privileged processes under "unit" user. | Andrei Belov | 14 | -15/+21 | |
2020-11-24 | Packages: added pcre2 to build depends. | Konstantin Pavlov | 2 | -0/+13 | |
While at it, propagate unit build depends to modules. | |||||
2020-11-24 | Packages: dropped support for non-systemd distributions. | Konstantin Pavlov | 3 | -139/+8 | |
2020-12-16 | Packages: introduced PYTEST_ARGS env variable for test targets. | Andrei Belov | 1 | -2/+2 | |
This is useful for running particular tests, e.g.: PYTEST_ARGS='test/test_respawn.py::TestRespawn::test_respawn_router' make test | |||||
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 1 | -2/+2 | |
2020-06-16 | Packages: added Fedora 32 support. | Andrei Belov | 3 | -1/+79 | |
2020-05-28 | Packages: fixed java configure script.1.18.0 | Tiago Natel de Moura | 3 | -3/+3 | |
Now the configure script appends /server to --lib-path argument. | |||||
2020-03-12 | Using disk file to store large request body. | Max Romanov | 1 | -0/+1 | |
This closes #386 on GitHub. | |||||
2020-01-28 | Packages: added curl dependency to fetch Java archives. | Max Romanov | 1 | -1/+1 | |
2019-12-25 | Go: changing import name for "unit.nginx.org/go". | Max Romanov | 2 | -3/+3 | |
This patch includes packaging changes - update unit-go installation directory. | |||||
2019-12-24 | Go: moving source files to the root of the project. | Max Romanov | 1 | -1/+1 | |
This patch includes packaging changes related to files move. | |||||
2019-12-24 | Packages: making unit-go architecture independent. | Max Romanov | 1 | -1/+5 | |
To support Go modules, the unit-go module should be platform independent. All platform-dependent logic is moved to libunit, so the unit-dev package should be installed before building unit-go. | |||||
2019-12-10 | Packages: added Python 3 support on Amazon Linux 2 (LTS). | Andrei Belov | 3 | -4/+5 | |
2019-12-02 | Packages: added Python 3 support on RHEL/CentOS 7. | Andrei Belov | 3 | -2/+12 | |
2019-09-25 | Packages: added logrotate configuration for Debian packages. | Andrei Belov | 1 | -0/+4 | |
While here, made logrotate configuration consistent between rpm and deb. This closes #323 issue on GitHub. | |||||
2019-09-16 | Packages: added explicit library path for Java on RPM based distros. | Andrei Belov | 3 | -3/+9 | |
This helps to avoid using excessive strictness in RPATH of Java modules. | |||||
2019-07-04 | Packages: log and pid paths made consistent. | Andrei Belov | 2 | -4/+4 | |
2019-04-24 | Packages: using "pass" option in config examples. | Valentin Bartenev | 13 | -16/+16 | |
The "application" option has been deprecated since 1.8.0. | |||||
2019-03-26 | Packages: added RHEL 8 support. | Andrei Belov | 4 | -3/+16 | |
2019-03-01 | Packages: fixed building of unit-jsc11 rpm. | Andrei Belov | 1 | -1/+1 | |
2019-03-01 | Packages: added JSR-340 compatibility notice to unit-jsc packages. | Andrei Belov | 2 | -0/+8 | |
2019-03-01 | Packages: added Java trademark notice to corresponding packages. | Andrei Belov | 4 | -2/+81 | |
2019-02-28 | Packages: added unit-jsc (Java Servlet Container) family. | Andrei Belov | 9 | -8/+1118 | |
2019-02-26 | Fixed violation of the strict aliasing rules in 5d0edd35c4ce. | Valentin Bartenev | 2 | -9/+0 | |
In order to reduce number of operations over rb-tree and process them in batches simultaneously, all the timers changes are temporary stored in array. While processing of these changes, the same memory is also used for storing pointers to postpone timers adding. As the same block of memory has been referenced by two different types of pointers (nxt_timer_change_t * and nxt_timer_t **), some compilers may reorder operations with these pointers and produce broken code. See ticket #221 on GitHub for a particular case. Now the same "nxt_timer_change_t" structure is used in both cases. Also, reverted the -fno-strict-aliasing flag, which has been introduced in ef76227ec159 as a workaround for this issue. | |||||
2019-02-26 | Packages: fixed packages build, broken in 00d8049418cf. | Andrei Belov | 1 | -1/+1 | |
2019-02-22 | Improvement and unification of version processing in build scripts. | Alexander Borisov | 1 | -3/+2 | |
This also eliminates expressions that incompatible with BSD make, thus fixing installation of Node.js module on FreeBSD (broken by dace60fc4926). | |||||
2019-02-14 | Packages: added "-fno-strict-aliasing" flag on CentOS 6 x86_64. | Andrei Belov | 2 | -0/+9 | |
Closes #221 on GitHub. | |||||
2019-02-14 | Packages: removed unit-perl on CentOS 6. | Andrei Belov | 1 | -1/+7 | |
CentOS 6 has Perl version 5.10, which is unsupported by Unit. | |||||
2019-01-24 | Packages: disabled debugsource generation on relevant platforms. | Andrei Belov | 2 | -0/+22 | |
In particular, this fixes unit-go package building on Fedora >= 29. | |||||
2019-01-24 | Packages: fixed control socket path after 7012b4fd5113. | Andrei Belov | 10 | -10/+10 | |
2019-01-24 | Packages: systemd and other improvements. | Remi Collet | 5 | -16/+56 | |
See the following links for details: https://github.com/nginx/unit/pull/212 https://github.com/nginx/unit/issues/213 Closes #155, closes #212, closes #213. |