Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-12 | Java: upgrading third-party components. | Max Romanov | 1 | -2/+2 | |
2021-08-09 | Java: upgrading third-party components. | Max Romanov | 1 | -4/+4 | |
2021-03-22 | Java: upgrading third-party components. | Sergey A. Osokin | 1 | -4/+4 | |
2020-11-10 | Java: fixing isolation mounts for Alpine musl. | Max Romanov | 1 | -1/+1 | |
Thanks to @wujjpp. This closes #490 PR on GitHub. | |||||
2020-11-02 | Java: upgrading 3rd-party components. | Max Romanov | 1 | -4/+4 | |
2020-10-29 | Isolation: mounting of procfs by default when using "rootfs". | Tiago Natel de Moura | 1 | -3/+2 | |
2020-10-26 | Configure: using comma instead of space for passing -rpath value. | Valentin Bartenev | 1 | -1/+1 | |
This variant will be more interoperable across various systems and it's already used in Ruby module. Otherwise, configure tests fail on NetBSD with: gcc: Missing argument for -Wl,-rpath | |||||
2020-08-25 | Isolation: added "automount" option. | Tiago Natel de Moura | 1 | -3/+3 | |
Now it's possible to disable default bind mounts of languages by setting: { "isolation": { "automount": { "language_deps": false } } } In this case, the user is responsible to provide a "rootfs" containing the language libraries and required files for the application. | |||||
2020-07-31 | Isolation: fixed the generation of mounts table. | Tiago Natel de Moura | 1 | -3/+6 | |
Since the introduction of rootfs feature, some language modules can't be configured multiple times. Now the configure generates a separate nxt_<module>_mounts.h for each module compiled. | |||||
2020-05-28 | Packages: fixed java configure script.1.18.0 | Tiago Natel de Moura | 1 | -2/+2 | |
Now the configure script appends /server to --lib-path argument. | |||||
2020-05-28 | Added "rootfs" feature. | Tiago Natel de Moura | 1 | -2/+29 | |
2020-01-28 | Java: fixing configure errors reporting. | Max Romanov | 1 | -3/+7 | |
2020-01-28 | Java: introducing SHA512 sum validation for external JARs. | Max Romanov | 1 | -0/+2 | |
2020-01-28 | Java: fixing maven repository URL. | Max Romanov | 1 | -1/+1 | |
It is required to use https scheme and different host to download packages from maven repository. | |||||
2019-10-02 | Fixed "make tests" build without preceding "make". | Max Romanov | 1 | -1/+1 | |
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. | |||||
2019-09-05 | Java: introducing websocket support. | Max Romanov | 1 | -9/+157 | |
2019-02-28 | Introducing Java Servlet Container beta. | Max Romanov | 1 | -0/+458 | |