#
1996:35873fa78fed |
| 09-Nov-2021 |
Tiago Natel de Moura |
Introduced SCM_CREDENTIALS / SCM_CREDS in the socket control msgs.
|
Revision tags: 1.25.0-1, 1.25.0, 1.24.0-1, 1.24.0 |
|
#
1840:a6a5f01d5011 |
| 26-Mar-2021 |
Andrei Belov |
Corrected man page permissions in manpage-install.
Found by rpmlint.
|
Revision tags: 1.23.0-1, 1.23.0 |
|
#
1825:8d0b26746b02 |
| 24-Mar-2021 |
Konstantin Pavlov |
Added build system support for a man page.
|
Revision tags: 1.22.0-1, 1.22.0, 1.21.0-1, 1.21.0 |
|
#
1710:e598cd15bd91 |
| 18-Nov-2020 |
Max Romanov |
Libunit: improving logging consistency.
Debug logging depends on macros defined in nxt_auto_config.h.
|
Revision tags: 1.20.0-1, 1.20.0, 1.19.0-1, 1.19.0 |
|
#
1554:8f22edff911d |
| 11-Aug-2020 |
Max Romanov |
Circular queues implementations and a test.
- naive circular queue, described in the article "A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue" by Ruslan Nikolaev: https://drops.dags
Circular queues implementations and a test.
- naive circular queue, described in the article "A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue" by Ruslan Nikolaev: https://drops.dagstuhl.de/opus/volltexte/2019/11335/pdf/LIPIcs-DISC-2019-28.pdf - circular queue, proposed by Valentin Bartenev in the "Unit router application IPC" design draft
show more ...
|
Revision tags: 1.18.0-1, 1.18.0, 1.17.0-1, 1.17.0, 1.16.0-1, 1.16.0, 1.15.0-1, 1.15.0, 1.14.0-1, 1.14.0, 1.13.0-1, 1.13.0 |
|
#
1255:944efece387a |
| 07-Nov-2019 |
Valentin Bartenev |
Respecting AR environment variable to configure ar binary.
|
Revision tags: 1.12.0-1, 1.12.0 |
|
#
1217:ed8c4e263152 |
| 02-Oct-2019 |
Max Romanov |
Fixed "make tests" build without preceding "make".
Currently almost all Unit object files depends on generated nxt_version.h. This patch adds missing dependence and fixes running make with multiple
Fixed "make tests" build without preceding "make".
Currently almost all Unit object files depends on generated nxt_version.h. This patch adds missing dependence and fixes running make with multiple jobs.
This closes #318 issue on GitHub.
show more ...
|
Revision tags: 1.11.0-2, 1.11.0-1, 1.11.0, 1.10.0-2 |
|
#
1141:5300f9657c30 |
| 22-Aug-2019 |
Max Romanov |
Installing libunit files for websocket support.
|
Revision tags: 1.10.0-1, 1.10.0 |
|
#
1131:ec7d924d8dfb |
| 20-Aug-2019 |
Max Romanov |
Introducing websocket support in router and libunit.
|
Revision tags: 1.9.0-1, 1.9.0, 1.8.0-1, 1.8.0 |
|
#
953:00d8049418cf |
| 22-Feb-2019 |
Alexander Borisov |
Improvement and unification of version processing in build scripts.
This also eliminates expressions that incompatible with BSD make, thus fixing installation of Node.js module on FreeBSD (broken by
Improvement and unification of version processing in build scripts.
This also eliminates expressions that incompatible with BSD make, thus fixing installation of Node.js module on FreeBSD (broken by dace60fc4926).
show more ...
|
Revision tags: 1.7.1-1, 1.7.1, 1.7-1, 1.7 |
|
#
877:ed8b1aaefdd1 |
| 19-Dec-2018 |
Alexander Borisov |
libunit: added generation of version header file.
|
Revision tags: 1.6-1, 1.6, 1.5-1, 1.5 |
|
#
805:9d08482cca9c |
| 17-Oct-2018 |
Max Romanov |
Installing libunit headers and static library.
|
Revision tags: 1.4-2, 1.4 |
|
#
771:f349b2d68e75 |
| 20-Sep-2018 |
Igor Sysoev |
Added SSL/TLS support on connection level.
|
#
762:3e6bbdba86e7 |
| 10-Sep-2018 |
Valentin Bartenev |
Fixed spelling in a comment.
This closes #161 issue on GitHub. Thanks to 洪志道 (Hong Zhi Dao).
|
#
752:9f6fb7c0c8bc |
| 08-Aug-2018 |
Valentin Bartenev |
Returning error for "make tests" when "--tests" wasn't configured.
|
#
743:e0f0cd7d244a |
| 06-Aug-2018 |
Max Romanov |
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.
|
Revision tags: 1.3 |
|
#
706:9b7baae18541 |
| 28-Jun-2018 |
Igor Sysoev |
Added check of "make install" ability.
This closes #136 issue on GitHub.
|
#
705:ec52a313e885 |
| 27-Jun-2018 |
Valentin Bartenev |
Packages: tar building functionality moved into pkg/Makefile.
|
#
700:069b3b56cbca |
| 20-Jun-2018 |
Sergey Kandaurov |
Using portable grep features.
|
#
698:73bfe43b09d5 |
| 19-Jun-2018 |
Max Romanov |
Using 'all' as default target in Makefile.
|
Revision tags: 1.2 |
|
#
673:9fa79c719a17 |
| 21-May-2018 |
Valentin Bartenev |
Added SERVER_SOFTWARE request meta-variable.
|
Revision tags: 1.1, 1.0, 0.7, 0.6, 0.5, 0.4 |
|
#
460:a0e02a322b52 |
| 11-Jan-2018 |
Igor Sysoev |
Using hg archive instead of copying to make distribution tarball.
|
Revision tags: 0.3 |
|
#
396:3ed1efa34ac2 |
| 01-Dec-2017 |
Max Romanov |
Using compiler capability to generate dependencies.
This closes #58 issue on GitHub.
|
#
395:4b85dc010702 |
| 29-Nov-2017 |
Max Romanov |
Using --ld-opt when linking modules.
|
#
384:8f86d3ff3e29 |
| 21-Nov-2017 |
Andrey Zelenkov |
Tests: move existing tests to "src" folder.
|