Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-03 | Made rpm specs in line with the default branch.1.12.0-1 | Andrei Belov | 1 | -4/+0 | |
Corresponding bits have been reverted in 159b672b12ce. | |||||
2019-05-30 | Merged with the default branch.1.9.0-1 | Andrei Belov | 1 | -1/+1 | |
2019-03-26 | Packages: added RHEL 8 support. | Andrei Belov | 1 | -1/+1 | |
2019-03-01 | Merged with the default branch. | Andrei Belov | 1 | -0/+17 | |
2019-02-28 | Packages: added unit-jsc (Java Servlet Container) family. | Andrei Belov | 1 | -0/+6 | |
2019-02-26 | Fixed violation of the strict aliasing rules in 5d0edd35c4ce. | Valentin Bartenev | 1 | -4/+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-14 | Packages: added "-fno-strict-aliasing" flag on CentOS 6 x86_64. | Andrei Belov | 1 | -0/+4 | |
Closes #221 on GitHub. | |||||
2019-02-14 | Packages: added "-fno-strict-aliasing" flag on CentOS 6 x86_64.1.7.1-1 | Andrei Belov | 1 | -0/+4 | |
Closes #221 on GitHub. | |||||
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 | 1 | -0/+11 | |
In particular, this fixes unit-go package building on Fedora >= 29. | |||||
2018-12-20 | Packages: fixed unit-go build broken in ed8b1aaefdd1.1.7-1 | Andrei Belov | 1 | -0/+2 | |
2018-01-26 | Packages: "test" and "test-debug" targets for rpm. | Andrei Belov | 1 | -2/+4 | |
2018-01-22 | Packages: added support for Amazon Linux. | Andrei Belov | 1 | -1/+1 | |
2017-12-28 | Packages: hardening flags for rpm. | Andrei Belov | 1 | -1/+5 | |
2017-10-19 | Introduced rpm packages building tools. | Andrei Belov | 1 | -0/+90 | |