Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-03 | Merged with the default branch. | Andrei Belov | 15 | -14/+18 | |
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-20 | Packaging: bump packages DEFAULT_RELEASE. | Konstantin Pavlov | 1 | -1/+1 | |
I overlooked that 7d54dfd17098 is partial, and didnt revert MODULE_RELEASE_* for the modules. However, Debian builds succeeded since MODULE_RELEASE_* are not used to generate versions in debian/changelog, resulting in broken dependencies between modules (jsc_common and jsc*). The easiest fix is to bump DEFAULT_RELEASE again. | |||||
2019-09-19 | Packaging: revert DEFAULT_RELEASE back to 1.1.11.0-1 | Konstantin Pavlov | 1 | -1/+1 | |
2019-09-19 | Merged with the default branch. | Konstantin Pavlov | 3 | -3/+9 | |
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-08-23 | Packages: bump release for 1.10.0-2.1.10.0-2 | Andrei Belov | 14 | -14/+14 | |
2019-08-22 | Merged with the default branch.1.10.0-1 | Andrei Belov | 2 | -4/+4 | |
2019-07-04 | Packages: log and pid paths made consistent. | Andrei Belov | 2 | -4/+4 | |
2019-05-30 | Merged with the default branch.1.9.0-1 | Andrei Belov | 17 | -19/+32 | |
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 | Merged with the default branch.1.8.0-1 | Andrei Belov | 1 | -1/+1 | |
2019-03-01 | Packages: fixed building of unit-jsc11 rpm. | Andrei Belov | 1 | -1/+1 | |
2019-03-01 | Merged with the default branch. | Andrei Belov | 27 | -37/+1373 | |
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: added "-fno-strict-aliasing" flag on CentOS 6 x86_64.1.7.1-1 | 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-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-28 | Packages: reverted abb8cfb421f6 as it is no longer needed. | Andrei Belov | 1 | -2/+0 | |
The fix has arrived in 1e802c31bbd9. | |||||
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. | |||||
2019-01-24 | Packages: Fedora >= 29 have python 3.7. | Remi Collet | 3 | -0/+78 | |
Closes #211. | |||||
2018-12-27 | Packages: URL fixed in examples to work with latest curl. | Andrei Belov | 9 | -9/+9 | |
2018-12-27 | Packages: URL fixed in examples to work with latest curl. | Andrei Belov | 9 | -9/+9 | |
2018-12-20 | Packages: fixed unit-go build broken in ed8b1aaefdd1.1.7-1 | Andrei Belov | 1 | -0/+2 | |
2018-11-29 | Packages: made unit-go architecture-dependent. | Andrei Belov | 1 | -2/+0 | |
This closes #172 issue on GitHub. | |||||
2018-11-26 | Packages: added strict version dependency for unit-dev/unit-devel. | Andrei Belov | 1 | -0/+1 | |
2018-10-25 | Packages: updated to 1.5-1. | Valentin Bartenev | 10 | -10/+10 | |
2018-10-23 | Packages: introduced unit-dev/unit-devel package. | Andrei Belov | 1 | -1/+19 | |
2018-10-09 | Renamed "go" application type to "external". | Valentin Bartenev | 2 | -2/+2 | |
There's nothing specific to Go language. This type of application object can be used to run any external application that utilizes libunit API. | |||||
2018-09-27 | Packages: updated to 1.4-2. | Andrei Belov | 10 | -10/+10 | |
2018-09-27 | Packages: adjusted post-install banners. | Andrei Belov | 9 | -9/+18 | |
2018-09-26 | Packages: removed "loadconfig" and "saveconfig" actions. | Andrei Belov | 4 | -89/+3 | |
2018-09-20 | Packages: enabled OpenSSL support. | Andrei Belov | 2 | -4/+8 | |
2018-05-14 | Packages: fixed log and pid paths on CentOS 7. | Andrei Belov | 1 | -1/+1 | |
This closes #120 issue on GitHub. | |||||
2018-04-24 | Fixed typo in RPM packages. | Nick Shadrin | 1 | -1/+1 | |
2018-04-02 | Added Ruby packaging support. | Andrei Belov | 4 | -0/+91 | |
2018-02-28 | Packages: added Fedora support. | Andrei Belov | 3 | -1/+13 | |
Tested on currently supported releases: Fedora 26, Fedora 27. | |||||
2018-03-01 | Packages: added openSUSE Leap, openSUSE Tumbleweed, SLES support. | Andrei Belov | 8 | -9/+83 | |
2018-03-01 | Packages: fixed changelog generation for rpms. | Andrei Belov | 9 | -2/+10 | |
2018-03-01 | Packages: include unit.spec under specs target. | Andrei Belov | 1 | -1/+1 | |
2018-03-01 | Packages: unified check-build-depends target. | Andrei Belov | 1 | -24/+11 | |