Valentin Bartenev
|
941616f893
|
Returning error for "make tests" when "--tests" wasn't configured.
|
2018-08-08 18:43:46 +03:00 |
|
Max Romanov
|
1bb22d1e92
|
Unit application library.
Library now used in all language modules.
Old 'nxt_app_*' code removed.
See src/test/nxt_unit_app_test.c for usage sample.
|
2018-08-06 17:27:33 +03:00 |
|
Igor Sysoev
|
7e41f9d108
|
Refactored thread ID functions.
nxt_thread_tid() was moved to src/nxt_thread.c
nxt_thread_get_tid() was moved to src/nxt_thread_id.h.
src/nxt_thread_id.c was removed.
|
2018-07-27 16:53:26 +03:00 |
|
Sergey Kandaurov
|
7c5a710c55
|
Added getentropy() support.
Prodded by David Carlier.
|
2018-07-16 13:30:11 +03:00 |
|
Sergey Kandaurov
|
bf1cb8f399
|
Supplied getrandom() test with commentary about supported OSes.
|
2018-07-16 13:17:49 +03:00 |
|
Igor Sysoev
|
313da403a5
|
Removed -mmacosx-version-min option.
|
2018-06-28 18:31:27 +03:00 |
|
Igor Sysoev
|
61df281464
|
Added check of "make install" ability.
This closes #136 issue on GitHub.
|
2018-06-28 17:36:42 +03:00 |
|
Valentin Bartenev
|
42e1d8e3b2
|
Packages: tar building functionality moved into pkg/Makefile.
|
2018-06-27 18:30:49 +03:00 |
|
Sergey Kandaurov
|
14bc401394
|
Using own popcount where the compiler builtin is not available.
|
2018-06-20 19:34:06 +03:00 |
|
Sergey Kandaurov
|
50d4587961
|
Using portable grep features.
|
2018-06-20 19:33:49 +03:00 |
|
Max Romanov
|
6157a599f2
|
Using 'all' as default target in Makefile.
|
2018-06-19 17:23:01 +03:00 |
|
Igor Sysoev
|
e54fb892a4
|
PHP: fixed building on MacOSX with --ld-opt= option.
|
2018-05-30 18:31:26 +03:00 |
|
Max Romanov
|
38e40fa857
|
PHP: using generated dependencies in makefile.
|
2018-05-30 18:19:39 +03:00 |
|
Sergey Kandaurov
|
a9ea218e7e
|
Using getrandom() libc interface, SYS_getrandom fixes.
The interface is available since Glibc 2.25, and FreeBSD 12.0.
|
2018-05-24 20:35:47 +03:00 |
|
Valentin Bartenev
|
3e8dbfe5ff
|
Added SERVER_SOFTWARE request meta-variable.
|
2018-05-21 16:14:24 +03:00 |
|
Sergey Kandaurov
|
7f79f2f105
|
Enabled exporting symbols for OpenBSD.
|
2018-04-15 19:44:38 +03:00 |
|
Valentin Bartenev
|
07b554c2b4
|
Configure scripts cleanup.
Thanks to 洪志道 (Hong Zhi Dao).
|
2018-04-11 18:29:48 +03:00 |
|
Alexander Borisov
|
49bd3a21e0
|
Changed version processing for modules.
|
2018-04-04 18:53:39 +03:00 |
|
sshaw
|
9cd4b2bff2
|
Ruby: correctly getting version from RbConfig::CONFIG.
This closes #90 PR on GitHub.
|
2018-04-02 18:05:34 +03:00 |
|
Igor Sysoev
|
baf63dfe74
|
Aligned macosx-version-min flag for test and build environments.
The flag has been misaligned in the changeset 4979fe09d9cd.
|
2018-03-28 19:07:32 +03:00 |
|
Alexander Borisov
|
37051b6c15
|
Added Ruby support.
|
2018-03-21 16:50:07 +03:00 |
|
Sergey Kandaurov
|
4f712e3fd0
|
Added support for shm_open(SHM_ANON) extension.
|
2018-03-06 13:55:51 +00:00 |
|
Andrei Belov
|
7830026368
|
Perl: use ExtUtils::Embed in configure.
|
2018-02-07 17:26:30 +03:00 |
|
Alexander Borisov
|
960962ddce
|
Added Perl support.
|
2018-01-31 15:47:00 +03:00 |
|
Igor Sysoev
|
a35732bf05
|
PHP: "--lib-static" option uses "--lib-path" option.
|
2018-01-15 15:05:22 +03:00 |
|
Igor Sysoev
|
c9ae198016
|
PHP: added "--lib-static" configure option.
The libraries returned by "php-config --libs" are required to link with
static libphp.a. Dynamic libphp.so contains the required libraries names.
|
2018-01-12 18:15:58 +03:00 |
|
Igor Sysoev
|
c105988e51
|
Fixed DragonFly BSD shared memory implementation.
|
2018-01-11 17:13:58 +03:00 |
|
Igor Sysoev
|
f7bc2e1560
|
Using hg archive instead of copying to make distribution tarball.
|
2018-01-11 09:54:35 +03:00 |
|
Igor Sysoev
|
9a6d3c5775
|
HTTP keep-alive connections support.
|
2017-12-28 16:01:06 +03:00 |
|
Sergey Kandaurov
|
cdfdbc43eb
|
Enabled exporting symbols for NetBSD.
|
2017-12-26 17:55:48 +03:00 |
|
Max Romanov
|
4e403c17da
|
Introducing --lib-path options for Python module linkage.
This option is useful when python-config does not setup path to libpython,
which is non standard.
|
2017-12-15 14:06:15 +03:00 |
|
Max Romanov
|
40eb1f8b9b
|
Making Go package source distributable and renaming to 'nginx/unit'.
All header files are copied to Go package sources. As the result,
package can be (re-)build when required.
This closes #23 issue on GitHub.
|
2017-12-01 16:57:30 +03:00 |
|
Max Romanov
|
630ec3f1ec
|
Using compiler capability to generate dependencies.
This closes #58 issue on GitHub.
|
2017-12-01 16:28:06 +03:00 |
|
Max Romanov
|
1add36a7ee
|
Using --ld-opt when linking modules.
|
2017-11-29 18:49:08 +03:00 |
|
Andrey Zelenkov
|
78a77c3e38
|
Tests: move existing tests to "src" folder.
|
2017-11-21 18:55:28 +03:00 |
|
Igor Sysoev
|
9f9a708ed1
|
Using the single source of Unit version.
|
2017-10-20 17:52:04 +03:00 |
|
Igor Sysoev
|
2837d520bb
|
Version bump.
|
2017-10-20 17:48:38 +03:00 |
|
Valentin Bartenev
|
096562c0b1
|
Improved applications versions handling.
|
2017-10-05 16:46:18 +03:00 |
|
Sergey Kandaurov
|
9213299d1f
|
Supported linking with -lrt on BSD systems.
OpenBSD lacks support of librt.
|
2017-09-27 18:34:23 +03:00 |
|
Sergey Kandaurov
|
aac0f06f3d
|
Better checking for shm_open() during configure.
|
2017-09-27 18:34:23 +03:00 |
|
Igor Sysoev
|
4f4647e187
|
Fixed "make dist" broken in changeset b18c0fb60032.
|
2017-09-27 18:34:15 +03:00 |
|
Valentin Bartenev
|
d18113ab66
|
Changed "path" to "directory" in configure summary.
The "directory" is more specific term, similar to "file".
|
2017-09-26 17:53:21 +03:00 |
|
Igor Sysoev
|
5635c259f9
|
Added state directory creation in install procedure.
|
2017-09-25 20:15:34 +03:00 |
|
Igor Sysoev
|
d04f030d1a
|
Added --bindir and --sbindir options to the summary page.
|
2017-09-25 20:15:33 +03:00 |
|
Igor Sysoev
|
6b0a3aed22
|
Style fixes.
|
2017-09-25 18:04:11 +03:00 |
|
Max Romanov
|
2ae0449262
|
Checking mallopt() during configure.
mallopt() is absent on Alpine musl.
|
2017-09-25 17:53:10 +03:00 |
|
Igor Sysoev
|
8e2fd89634
|
Fixed displaying "echo" program building failure.
|
2017-09-22 20:13:55 +03:00 |
|
Valentin Bartenev
|
45c1d41f34
|
Removed fibers from compilation.
It's not used anyway, but breaks building with musl.
This closes issue #5 on GitHub.
|
2017-09-22 16:42:42 +03:00 |
|
Valentin Bartenev
|
4953e5b5cb
|
Configuration persistence.
Now configuration survives server reloads.
|
2017-09-10 06:22:15 +03:00 |
|
Max Romanov
|
789a101e99
|
Decalring clean and dist targets as .PHONY.
|
2017-09-07 16:38:05 -07:00 |
|