Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-20 | Fixed building perl on Alpine Linux. | Sergey Kandaurov | 1 | -0/+2 | |
_GNU_SOURCE is required there to expose off64_t and other types. | |||||
2018-09-20 | Controller: certificates storage interface. | Valentin Bartenev | 1 | -1/+1 | |
2018-09-20 | Added SSL/TLS support on connection level. | Igor Sysoev | 4 | -12/+11 | |
2018-09-17 | Removed deprecated MacOSX OSSpinLockLock(). | Igor Sysoev | 1 | -23/+0 | |
2018-09-10 | Fixed spelling in a comment. | Valentin Bartenev | 1 | -1/+1 | |
This closes #161 issue on GitHub. Thanks to 洪志道 (Hong Zhi Dao). | |||||
2018-08-08 | Returning error for "make tests" when "--tests" wasn't configured. | Valentin Bartenev | 1 | -13/+29 | |
2018-08-06 | Unit application library. | Max Romanov | 8 | -6/+56 | |
Library now used in all language modules. Old 'nxt_app_*' code removed. See src/test/nxt_unit_app_test.c for usage sample. | |||||
2018-07-27 | Refactored thread ID functions. | Igor Sysoev | 1 | -1/+0 | |
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-16 | Added getentropy() support. | Sergey Kandaurov | 1 | -0/+43 | |
Prodded by David Carlier. | |||||
2018-07-16 | Supplied getrandom() test with commentary about supported OSes. | Sergey Kandaurov | 1 | -1/+1 | |
2018-06-28 | Removed -mmacosx-version-min option. | Igor Sysoev | 4 | -17/+1 | |
2018-06-28 | Added check of "make install" ability. | Igor Sysoev | 5 | -6/+15 | |
This closes #136 issue on GitHub. | |||||
2018-06-27 | Packages: tar building functionality moved into pkg/Makefile. | Valentin Bartenev | 1 | -12/+0 | |
2018-06-20 | Using own popcount where the compiler builtin is not available. | Sergey Kandaurov | 1 | -0/+13 | |
2018-06-20 | Using portable grep features. | Sergey Kandaurov | 1 | -1/+2 | |
2018-06-19 | Using 'all' as default target in Makefile. | Max Romanov | 1 | -2/+2 | |
2018-05-30 | PHP: fixed building on MacOSX with --ld-opt= option. | Igor Sysoev | 2 | -3/+5 | |
2018-05-30 | PHP: using generated dependencies in makefile. | Max Romanov | 1 | -0/+3 | |
2018-05-24 | Using getrandom() libc interface, SYS_getrandom fixes. | Sergey Kandaurov | 1 | -4/+30 | |
The interface is available since Glibc 2.25, and FreeBSD 12.0. | |||||
2018-05-21 | Added SERVER_SOFTWARE request meta-variable. | Valentin Bartenev | 1 | -1/+1 | |
2018-04-15 | Enabled exporting symbols for OpenBSD. | Sergey Kandaurov | 1 | -1/+2 | |
2018-04-11 | Configure scripts cleanup. | Valentin Bartenev | 2 | -8/+7 | |
Thanks to 洪志道 (Hong Zhi Dao). | |||||
2018-04-04 | Changed version processing for modules. | Alexander Borisov | 4 | -6/+52 | |
2018-04-02 | Ruby: correctly getting version from RbConfig::CONFIG. | sshaw | 1 | -1/+1 | |
This closes #90 PR on GitHub. | |||||
2018-03-28 | Aligned macosx-version-min flag for test and build environments. | Igor Sysoev | 1 | -1/+1 | |
The flag has been misaligned in the changeset 4979fe09d9cd. | |||||
2018-03-21 | Added Ruby support. | Alexander Borisov | 3 | -0/+178 | |
2018-03-06 | Added support for shm_open(SHM_ANON) extension. | Sergey Kandaurov | 1 | -0/+23 | |
2018-02-07 | Perl: use ExtUtils::Embed in configure. | Andrei Belov | 2 | -13/+15 | |
2018-01-31 | Added Perl support. | Alexander Borisov | 4 | -1/+209 | |
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 | |