Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-15 | PHP: "--lib-static" option uses "--lib-path" option. | Igor Sysoev | 1 | -6/+18 | |
2018-01-12 | PHP: added "--lib-static" configure option. | Igor Sysoev | 1 | -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-11 | Fixed DragonFly BSD shared memory implementation. | Igor Sysoev | 3 | -2/+69 | |
2018-01-11 | Using hg archive instead of copying to make distribution tarball. | Igor Sysoev | 1 | -6/+3 | |
2017-12-28 | HTTP keep-alive connections support. | Igor Sysoev | 1 | -0/+4 | |
2017-12-26 | Enabled exporting symbols for NetBSD. | Sergey Kandaurov | 1 | -1/+2 | |
2017-12-15 | Introducing --lib-path options for Python module linkage. | Max Romanov | 1 | -7/+17 | |
This option is useful when python-config does not setup path to libpython, which is non standard. | |||||
2017-12-01 | Making Go package source distributable and renaming to 'nginx/unit'. | Max Romanov | 1 | -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-01 | Using compiler capability to generate dependencies. | Max Romanov | 7 | -119/+78 | |
This closes #58 issue on GitHub. | |||||
2017-11-29 | Using --ld-opt when linking modules. | Max Romanov | 3 | -5/+5 | |
2017-11-21 | Tests: move existing tests to "src" folder. | Andrey Zelenkov | 2 | -19/+19 | |
2017-10-20 | Using the single source of Unit version. | Igor Sysoev | 1 | -1/+2 | |
2017-10-20 | Version bump. | Igor Sysoev | 1 | -1/+1 | |
2017-10-05 | Improved applications versions handling. | Valentin Bartenev | 1 | -0/+1 | |
2017-09-27 | Supported linking with -lrt on BSD systems. | Sergey Kandaurov | 1 | -2/+2 | |
OpenBSD lacks support of librt. | |||||
2017-09-27 | Better checking for shm_open() during configure. | Sergey Kandaurov | 2 | -9/+15 | |
2017-09-27 | Fixed "make dist" broken in changeset b18c0fb60032. | Igor Sysoev | 1 | -1/+1 | |
2017-09-26 | Changed "path" to "directory" in configure summary. | Valentin Bartenev | 1 | -4/+5 | |
The "directory" is more specific term, similar to "file". | |||||
2017-09-25 | Added state directory creation in install procedure. | Igor Sysoev | 1 | -0/+1 | |
2017-09-25 | Added --bindir and --sbindir options to the summary page. | Igor Sysoev | 1 | -2/+4 | |
2017-09-25 | Style fixes. | Igor Sysoev | 1 | -5/+5 | |
2017-09-25 | Checking mallopt() during configure. | Max Romanov | 1 | -0/+16 | |
mallopt() is absent on Alpine musl. | |||||
2017-09-22 | Fixed displaying "echo" program building failure. | Igor Sysoev | 1 | -1/+2 | |
2017-09-22 | Removed fibers from compilation. | Valentin Bartenev | 1 | -2/+0 | |
It's not used anyway, but breaks building with musl. This closes issue #5 on GitHub. | |||||
2017-09-10 | Configuration persistence. | Valentin Bartenev | 3 | -0/+8 | |
Now configuration survives server reloads. | |||||
2017-09-07 | Decalring clean and dist targets as .PHONY. | Max Romanov | 1 | -0/+2 | |
2017-09-06 | Added the dist target in Makefile. | Igor Sysoev | 1 | -0/+11 | |
2017-09-06 | Style fixes. | Igor Sysoev | 1 | -1/+1 | |
2017-09-04 | Fixed permissions for Go sources. | Andrei Belov | 1 | -1/+1 | |
In particular, it resolves a number of errors and warnings reported by rpmlint(1). | |||||
2017-08-31 | Setting build directory with variable instead of configure option. | Igor Sysoev | 1 | -3/+0 | |
2017-08-31 | Introducing install & uninstall Makefile targets. | Max Romanov | 7 | -23/+107 | |
2017-08-31 | Go: fixed splitting recipe line with newer gmake. | Sergey Kandaurov | 1 | -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-31 | Changed modules names format. | Igor Sysoev | 2 | -8/+8 | |
2017-08-31 | nginext has been renamed to unit. | Igor Sysoev | 6 | -24/+23 | |
2017-08-31 | Moving generating CGO header file to the make stage. | Igor Sysoev | 1 | -12/+13 | |
2017-08-30 | Lib unit tests have been renamed to tests. | Igor Sysoev | 3 | -39/+34 | |
2017-08-29 | The process type enum exposed to go module. | Max Romanov | 2 | -1/+2 | |
2017-08-29 | Using NXT_GO variable instead of explicit go. | Max Romanov | 1 | -4/+4 | |
2017-08-29 | Store and use NXT_LIBRT for go module. | Max Romanov | 3 | -1/+4 | |
2017-08-29 | Separation of module prerequisites for 'all' target in Makefile. | Max Romanov | 3 | -6/+6 | |
To avoid using sed -i. | |||||
2017-08-29 | The master process has been renamed to the main process. | Igor Sysoev | 1 | -2/+2 | |
2017-08-29 | Improved English. | Igor Sysoev | 1 | -7/+7 | |
2017-08-26 | Added configuration summary. | Igor Sysoev | 1 | -0/+23 | |
2017-08-26 | Added configure and command line option --help. | Igor Sysoev | 6 | -40/+92 | |
2017-08-26 | Added configure and command line option --control. | Igor Sysoev | 1 | -0/+10 | |
2017-08-26 | Added configure and command line option --modules. | Igor Sysoev | 1 | -0/+12 | |
2017-08-26 | Added configure option --user=USER and --group=GROUP. | Igor Sysoev | 1 | -0/+6 | |
2017-08-26 | Added configure option --pid=FILE. | Igor Sysoev | 1 | -0/+7 | |
A pid file name can be relative. The default pid file name is "nginext.pid". | |||||
2017-08-26 | Added configure options --prefix=PATH and --log=FILE. | Igor Sysoev | 1 | -0/+17 | |
A prefix is prepended to all relative names at configure stage. There is no prefix by default. A log file name can be relative. The default log file name is "nginext.log". | |||||
2017-08-24 | Renamed configure option --no-unix-domain to --no-unix-sockets. | Igor Sysoev | 1 | -1/+1 | |