Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |