/unit/src/java/nginx/unit/websocket/ |
H A D | LocalStrings.properties | 1 # Licensed to the Apache Software Foundation (ASF) under one or more 4 # The ASF licenses this file to You under the Apache License, Version 2.0 10 # Unless required by applicable law or agreed to in writing, software 18 asyncChannelWrapperSecure.closeFail=Failed to close channel cleanly 30 …ag that indicates a read is in progress was found to be false (it should have been true) when tryi… 48 util.invalidType=Unable to coerce value [{0}] to type [{1}]. That type is not supported. 114 wsSession.sendCloseFail=Failed to send close message for session [{0}] to remote endpoint 133 wsWebSocketContainer.asynchronousSocketChannelFail=Unable to open a connection to the server 136 wsWebSocketContainer.invalidHeader=Unable to parse HTTP header as no colon is present to delimit he… 141 wsWebSocketContainer.proxyConnectFail=Failed to connect to the configured Proxy [{0}]. The HTTP res… [all …]
|
/unit/src/java/nginx/unit/websocket/server/ |
H A D | LocalStrings.properties | 1 # Licensed to the Apache Software Foundation (ASF) under one or more 4 # The ASF licenses this file to You under the Apache License, Version 2.0 10 # Unless required by applicable law or agreed to in writing, software 17 serverContainer.configuratorFail=Failed to create configurator of type [{0}] for POJO of type [{1}] 19 serverContainer.encoderFail=Unable to create encoder of type [{0}] 20 serverContainer.endpointDeploy=Endpoint class [{0}] deploying to path [{1}] in ServletContext [{2}] 23 serverContainer.pojoDeploy=POJO class [{0}] deploying to path [{1}] in ServletContext [{2}] 24 …to register a POJO annotated for WebSocket at path [{0}] in the ServletContext with context path [… 38 wsHttpUpgradeHandler.closeOnError=Closing WebSocket connection due to an error 39 wsHttpUpgradeHandler.destroyFailed=Failed to close WebConnection while destroying the WebSocket Htt… [all …]
|
/unit/ |
H A D | LICENSE | 19 "control" means (i) the power, direct or indirect, to cause the 28 including but not limited to software source code, documentation 33 not limited to compiled object code, generated documentation, 34 and conversions to other media types. 38 copyright notice that is included in or attached to the work 51 to that Work or Derivative Works thereof, that is intentionally 56 to the Licensor or its representatives, including but not limited to 70 copyright license to reproduce, prepare Derivative Works of, 74 3. Grant of Patent License. Subject to the terms and conditions of 104 excluding those notices that do not pertain to any part of [all …]
|
H A D | CONTRIBUTING.md | 3 The following is a set of guidelines for contributing to NGINX Unit. We do 17 [Howto](https://unit.nginx.org/howto/) guides to get NGINX Unit up and running. 41 `bug`. Be sure to include a title and clear description, as much relevant 50 `enhancement`. Please do this before implementing a new feature to discuss the 56 Before submitting a PR, please read the NGINX Unit code guidelines to know more 59 like to implement a new feature, please consider creating a feature request 60 issue first to start a discussion about the feature. 68 - For any user-visible changes, updates, and bugfixes, add a note to 74 also, use past tense to describe past scenarios, and present tense for 77 - Limit the subject line to 67 characters, and the rest of the commit message [all …]
|
H A D | CHANGES | 4 *) Feature: ability to specify a custom index file name when serving 25 *) Bugfix: some Perl applications failed to process the request body, 59 it serves, rather than a document root directory to be prepended to 127 *) Change: PHP added to the default MIME type list. 286 *) Change: functional tests migrated to the pytest framework. 348 failed to start; the bug had appeared in 1.18.0. 409 to disk. 429 restricted to ".php". 541 *) Feature: POST operation for appending elements to arrays in 623 application attempted to send header twice. [all …]
|
H A D | README.md | 17 architecture regardless of its complexity, from enterprise-scale deployments to 22 scales to production-grade workloads. We achieve that with a complex, 23 asynchronous, multithreading architecture comprising multiple processes to 99 /path/to/control.unit.sock http://localhost/config/applications 114 --unix-socket /path/to/control.unit.sock http://localhost/config/listeners 122 Now Unit accepts requests at the specified IP and port, passing them to the 134 # curl --unix-socket /path/to/control.unit.sock http://localhost/config/ 162 - The go-to place to start asking questions and share your thoughts is 177 - To reach the team directly, subscribe to the
|
/unit/pkg/deb/debian.module/ |
H A D | copyright.unit-jsc-common | 49 copies of the Software, and to permit persons to whom the Software is 50 furnished to do so, subject to the following conditions: 116 Licensed Patents to make, use, sell, offer to sell, import and otherwise 134 allow Recipient to distribute the Program, it is Recipient's responsibility to 341 to the Licensor or its representatives, including but not limited to 464 APPENDIX: How to apply the Apache License to your work. 522 1.8. "Licensable" means having the right to grant, to the maximum 674 choose to offer, and to charge a fee for, warranty, support, 763 automatically if You fail to comply with terms herein and fail to 853 and You agree to work with Initial Developer and Contributors to [all …]
|
/unit/pkg/rpm/rpmbuild/SOURCES/ |
H A D | COPYRIGHT.unit-jsc-common | 49 copies of the Software, and to permit persons to whom the Software is 50 furnished to do so, subject to the following conditions: 116 Licensed Patents to make, use, sell, offer to sell, import and otherwise 134 allow Recipient to distribute the Program, it is Recipient's responsibility to 341 to the Licensor or its representatives, including but not limited to 464 APPENDIX: How to apply the Apache License to your work. 522 1.8. "Licensable" means having the right to grant, to the maximum 674 choose to offer, and to charge a fee for, warranty, support, 763 automatically if You fail to comply with terms herein and fail to 853 and You agree to work with Initial Developer and Contributors to [all …]
|
H A D | unit.service | 3 # behaviour, run "systemctl edit unit" to create an override unit. 5 # For example, to change options given to the unitd binary at startup,
|
H A D | unit-debug.service | 3 # behaviour, run "systemctl edit unit-debug" to create an override unit. 5 # For example, to change options given to the unitd binary at startup,
|
/unit/auto/ |
H A D | help | 32 --user=USER set non-privileged processes to run as specified user 34 --group=GROUP set non-privileged processes to run as specified group 48 run "./configure python --help" to see available options 51 run "./configure php --help" to see available options 54 run "./configure go --help" to see available options 57 run "./configure perl --help" to see available options 60 run "./configure ruby --help" to see available options 63 run "./configure nodejs --help" to see available options 66 run "./configure java --help" to see available options
|
H A D | unix | 118 # and requires _XOPEN_SOURCE to be defined. 144 # MacOSX libdl.dylib is a symlink to libSystem.dylib. 168 # Linux and Solaris prior to 10 require libdl. 169 # Solaris 10 libdl.so.1 is a filter to /usr/lib/ld.so.1.
|
H A D | feature | 42 # /bin/sh -c "(...)" is to intercept "Killed", "Abort trap", 44 # "|| true" is to bypass "set -e" setting.
|
H A D | types | 9 # to use "%zu" format to printf() result of sizeof(). But "%zu" may
|
/unit/src/java/nginx/unit/websocket/pojo/ |
H A D | LocalStrings.properties | 1 # Licensed to the Apache Software Foundation (ASF) under one or more 4 # The ASF licenses this file to You under the Apache License, Version 2.0 10 # Unless required by applicable law or agreed to in writing, software 16 pojoEndpointBase.closeSessionFail=Failed to close WebSocket session during error handling 17 pojoEndpointBase.onCloseFail=Failed to call onClose method of POJO end point for POJO of type [{0}] 19 pojoEndpointBase.onErrorFail=Failed to call onError method of POJO end point for POJO of type [{0}] 20 pojoEndpointBase.onOpenFail=Failed to call onOpen method of POJO end point for POJO of type [{0}] 21 pojoEndpointServer.getPojoInstanceFail=Failed to create instance of POJO of type [{0}] 22 pojoMethodMapping.decodePathParamFail=Failed to decode path parameter value [{0}] to expected type …
|
/unit/src/java/ |
H A D | README.JSR-340 | 7 write to this code. You should instead deploy and write production 9 to meet the JSR-340 compatibility requirements such as certified binaries
|
/unit/src/ |
H A D | nxt_application.c | 338 nxt_fs_mount_t *to; in nxt_discovery_module() local 428 to = nxt_array_zero_add(mounts); in nxt_discovery_module() 429 if (nxt_slow_path(to == NULL)) { in nxt_discovery_module() 433 to->src = nxt_cstr_dup(mp, to->src, from->src); in nxt_discovery_module() 434 if (nxt_slow_path(to->src == NULL)) { in nxt_discovery_module() 438 to->dst = nxt_cstr_dup(mp, to->dst, from->dst); in nxt_discovery_module() 439 if (nxt_slow_path(to->dst == NULL)) { in nxt_discovery_module() 443 to->name = nxt_cstr_dup(mp, to->name, from->name); in nxt_discovery_module() 448 to->type = from->type; in nxt_discovery_module() 451 to->data = nxt_cstr_dup(mp, to->data, from->data); in nxt_discovery_module() [all …]
|
/unit/auto/echo/ |
H A D | build | 13 # "|| true" is to bypass "set -e" setting.
|
/unit/auto/modules/ |
H A D | python | 27 --lib-path=DIRECTORY set directory path to libpython.so library 75 # "python-config --ldflags" may not contain path to libpython. 149 raise Exception("failed to compute sys.path mount points")
|
/unit/pkg/deb/ |
H A D | Makefile.jsc8 | 57 write to this code. You should instead deploy and write production 59 to meet the JSR-340 compatibility requirements such as certified binaries
|
H A D | Makefile.jsc10 | 57 write to this code. You should instead deploy and write production 59 to meet the JSR-340 compatibility requirements such as certified binaries
|
H A D | Makefile.jsc11 | 57 write to this code. You should instead deploy and write production 59 to meet the JSR-340 compatibility requirements such as certified binaries
|
H A D | Makefile.jsc16 | 57 write to this code. You should instead deploy and write production 59 to meet the JSR-340 compatibility requirements such as certified binaries
|
H A D | Makefile.jsc17 | 57 write to this code. You should instead deploy and write production 59 to meet the JSR-340 compatibility requirements such as certified binaries
|
H A D | Makefile.jsc18 | 57 write to this code. You should instead deploy and write production 59 to meet the JSR-340 compatibility requirements such as certified binaries
|