summaryrefslogtreecommitdiffhomepage
path: root/auto (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-04-15Enabled exporting symbols for OpenBSD.Sergey Kandaurov1-1/+2
2018-04-11Configure scripts cleanup.Valentin Bartenev2-8/+7
Thanks to 洪志道 (Hong Zhi Dao).
2018-04-04Changed version processing for modules.Alexander Borisov4-6/+52
2018-04-02Ruby: correctly getting version from RbConfig::CONFIG.sshaw1-1/+1
This closes #90 PR on GitHub.
2018-03-28Aligned macosx-version-min flag for test and build environments.Igor Sysoev1-1/+1
The flag has been misaligned in the changeset 4979fe09d9cd.
2018-03-21Added Ruby support.Alexander Borisov3-0/+178
2018-03-06Added support for shm_open(SHM_ANON) extension.Sergey Kandaurov1-0/+23
2018-02-07Perl: use ExtUtils::Embed in configure.Andrei Belov2-13/+15
2018-01-31Added Perl support.Alexander Borisov4-1/+209
2018-01-15PHP: "--lib-static" option uses "--lib-path" option.Igor Sysoev1-6/+18
2018-01-12PHP: added "--lib-static" configure option.Igor Sysoev1-0/+7
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-11Fixed DragonFly BSD shared memory implementation.Igor Sysoev3-2/+69
2018-01-11Using hg archive instead of copying to make distribution tarball.Igor Sysoev1-6/+3
2017-12-28HTTP keep-alive connections support.Igor Sysoev1-0/+4
2017-12-26Enabled exporting symbols for NetBSD.Sergey Kandaurov1-1/+2
2017-12-15Introducing --lib-path options for Python module linkage.Max Romanov1-7/+17
This option is useful when python-config does not setup path to libpython, which is non standard.
2017-12-01Making Go package source distributable and renaming to 'nginx/unit'.Max Romanov1-22/+18
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-01Using compiler capability to generate dependencies.Max Romanov7-119/+78
This closes #58 issue on GitHub.
2017-11-29Using --ld-opt when linking modules.Max Romanov3-5/+5
2017-11-21Tests: move existing tests to "src" folder.Andrey Zelenkov2-19/+19
2017-10-20Using the single source of Unit version.Igor Sysoev1-1/+2
2017-10-20Version bump.Igor Sysoev1-1/+1
2017-10-05Improved applications versions handling.Valentin Bartenev1-0/+1
2017-09-27Supported linking with -lrt on BSD systems.Sergey Kandaurov1-2/+2
OpenBSD lacks support of librt.
2017-09-27Better checking for shm_open() during configure.Sergey Kandaurov2-9/+15
2017-09-27Fixed "make dist" broken in changeset b18c0fb60032.Igor Sysoev1-1/+1
2017-09-26Changed "path" to "directory" in configure summary.Valentin Bartenev1-4/+5
The "directory" is more specific term, similar to "file".
2017-09-25Added state directory creation in install procedure.Igor Sysoev1-0/+1
2017-09-25Added --bindir and --sbindir options to the summary page.Igor Sysoev1-2/+4
2017-09-25Style fixes.Igor Sysoev1-5/+5
2017-09-25Checking mallopt() during configure.Max Romanov1-0/+16
mallopt() is absent on Alpine musl.
2017-09-22Fixed displaying "echo" program building failure.Igor Sysoev1-1/+2
2017-09-22Removed fibers from compilation.Valentin Bartenev1-2/+0
It's not used anyway, but breaks building with musl. This closes issue #5 on GitHub.
2017-09-10Configuration persistence.Valentin Bartenev3-0/+8
Now configuration survives server reloads.
2017-09-07Decalring clean and dist targets as .PHONY.Max Romanov1-0/+2
2017-09-06Added the dist target in Makefile.Igor Sysoev1-0/+11
2017-09-06Style fixes.Igor Sysoev1-1/+1
2017-09-04Fixed permissions for Go sources.Andrei Belov1-1/+1
In particular, it resolves a number of errors and warnings reported by rpmlint(1).
2017-08-31Setting build directory with variable instead of configure option.Igor Sysoev1-3/+0
2017-08-31Introducing install & uninstall Makefile targets.Max Romanov7-23/+107
2017-08-31Go: fixed splitting recipe line with newer gmake.Sergey Kandaurov1-2/+2
Use double quotes to quote a string with the backslash/newline pair. Newer gmake versions, such as GNU Make 4.1, do not remove the backslash from a string quoted with single quotes, which results in an extraneous backslash passed to the shell and, eventually, to the Go compiler.
2017-08-31Changed modules names format.Igor Sysoev2-8/+8
2017-08-31nginext has been renamed to unit.Igor Sysoev6-24/+23
2017-08-31Moving generating CGO header file to the make stage.Igor Sysoev1-12/+13
2017-08-30Lib unit tests have been renamed to tests.Igor Sysoev3-39/+34
2017-08-29The process type enum exposed to go module.Max Romanov2-1/+2
2017-08-29Using NXT_GO variable instead of explicit go.Max Romanov1-4/+4
2017-08-29Store and use NXT_LIBRT for go module.Max Romanov3-1/+4
2017-08-29Separation of module prerequisites for 'all' target in Makefile.Max Romanov3-6/+6
To avoid using sed -i.
2017-08-29The master process has been renamed to the main process.Igor Sysoev1-2/+2