/unit/src/ |
H A D | nxt_sha1.c | 21 ctx->a = 0x67452301; in nxt_sha1_init() 94 result[0] = (u_char) (ctx->a >> 24); in nxt_sha1_final() 95 result[1] = (u_char) (ctx->a >> 16); in nxt_sha1_final() 96 result[2] = (u_char) (ctx->a >> 8); in nxt_sha1_final() 97 result[3] = (u_char) ctx->a; in nxt_sha1_final() 135 (a) = temp; 158 uint32_t a, b, c, d, e, temp; in nxt_sha1_body() local 166 a = ctx->a; in nxt_sha1_body() 173 saved_a = a; in nxt_sha1_body() 278 a += saved_a; in nxt_sha1_body() [all …]
|
H A D | nxt_clang.h | 69 #define nxt_prefetch(a) \ argument 70 __builtin_prefetch(a) 74 #define nxt_prefetch(a) argument 242 #define nxt_align_size(d, a) \ argument 243 (((d) + ((size_t) (a) - 1)) & ~((size_t) (a) - 1)) 246 #define nxt_align_ptr(p, a) \ argument 247 (u_char *) (((uintptr_t) (p) + ((uintptr_t) (a) - 1)) \ 248 & ~((uintptr_t) (a) - 1)) 250 #define nxt_trunc_ptr(p, a) \ argument 251 (u_char *) ((uintptr_t) (p) & ~((uintptr_t) (a) - 1))
|
H A D | nxt_unicode_lowcase.pl | 31 for my $block (sort { $a <=> $b } keys %blocks) { 52 for my $block (sort { $a <=> $b } keys %blocks) {
|
/unit/ |
H A D | CONTRIBUTING.md | 3 The following is a set of guidelines for contributing to NGINX Unit. We do 9 - [Ask a Question](#ask-a-question) 20 ## Ask a Question 23 the label `question`. You can also ask a question on 31 ### Report a Bug 39 To report a non-security bug, open an 54 ### Open a Pull Request 59 like to implement a new feature, please consider creating a feature request 60 issue first to start a discussion about the feature. 66 rebasing locally and squashing before submitting a PR [all …]
|
H A D | README.md | 7 NGINX Unit is a lightweight and versatile open-source server that has 11 - a web server for static media assets, 14 We are building a universal tool that compresses several layers of the modern 15 application stack into a potent, coherent solution with a focus on performance, 16 low latency, and scalability. It is intended as a building block for any web 22 scales to production-grade workloads. We achieve that with a complex, 46 For a description of image tags, see the 72 ## Running a Hello World App 74 Suppose you saved a PHP script as `/www/helloworld/index.php`: 95 usually available by default via a Unix domain socket: [all …]
|
H A D | CHANGES | 4 *) Feature: ability to specify a custom index file name when serving 13 *) Feature: added a new variable, $request_uri, that includes both the 116 configuration contained a full-form IPv6 in a listener address. 145 *) Bugfix: the router process could crash while closing a TLS 180 information about a certificate with a non-DNS SAN entry. 405 *) Feature: a "fallback" option that performs an alternative action if a 532 *) Bugfix: applying a large configuration might have failed. 551 *) Bugfix: applying a large configuration might have failed. 598 in a segmentation fault or other unspecified behavior 703 *) Bugfix: a segmentation fault might have occurred after [all …]
|
H A D | LICENSE | 32 transformation or translation of a Source form, including but 37 Object form, made available under the License, as indicated by a 68 this License, each Contributor hereby grants to You a perpetual, 75 this License, each Contributor hereby grants to You a perpetual, 83 institute patent litigation against any entity (including a 84 cross-claim or counterclaim in a lawsuit) alleging that the Work 95 (a) You must give any other recipients of the Work or 96 Derivative Works a copy of this License; and 107 (d) If the Work includes a "NOTICE" text file as part of its 115 within a display generated by the Derivative Works, if and [all …]
|
/unit/auto/os/ |
H A D | conf | 34 NXT_LIB_STATIC="libnxt.a" 58 NXT_LIB_STATIC="libnxt.a" 89 NXT_LIB_STATIC="libnxt.a" 118 NXT_LIB_STATIC="libnxt.a" 142 NXT_LIB_STATIC="libnxt.a" 164 NXT_LIB_STATIC="libnxt.a" 186 NXT_LIB_STATIC="libnxt.a" 207 NXT_LIB_STATIC="libnxt.a" 228 NXT_LIB_STATIC="libnxt.a" 249 NXT_LIB_STATIC="libnxt.a" [all …]
|
/unit/test/node/write_callback/ |
H A D | app.js | 6 var a = 'world'; 8 a = 'blah'; 11 res.end(a);
|
/unit/test/ |
H A D | test_configuration.py | 295 + str(a): { 301 for a in range(apps) 304 "*:" + str(7000 + a): {"pass": "applications/app-" + str(a)} 305 for a in range(apps) 315 + str(a): { 323 for a in range(100)
|
/unit/src/java/nginx/unit/websocket/ |
H A D | LocalStrings.properties | 6 # the License. You may obtain a copy of the License at 30 …ateRead=Flag that indicates a read is in progress was found to be false (it should have been true)… 31 …teWrite=Flag that indicates a write is in progress was found to be false (it should have been true… 39 perMessageDeflate.deflateFailed=Failed to decompress a compressed WebSocket frame 53 # Messages are encoded using UTF-8 where a single character may be encoded in 59 wsFrame.closed=New frame received after a close control frame 71 wsFrame.oneByteCloseCode=The client sent a close frame with a single byte payload which is not valid 99 # Note the following message is used as a close reason in a WebSocket control 101 # Messages are encoded using UTF-8 where a single character may be encoded in 121 # Note the following message is used as a close reason in a WebSocket control [all …]
|
/unit/pkg/deb/debian.module/ |
H A D | copyright.unit-jsc-common | 5 Java is a registered trademark of Oracle and/or its affiliates. 153 and fitness for a particular purpose; 164 or through a medium customarily used for software exchange. 168 a) it must be made available under this Agreement; and 184 includes the Program in a commercial product offering should do so in a manner 186 if a Contributor includes the Program in a commercial product offering, such 201 For example, a Contributor might include the Program in a commercial product 381 Derivative Works a copy of this License; and 479 You may obtain a copy of the License at 649 form in a reasonable manner on or through a medium customarily [all …]
|
H A D | copyright.unit-jsc11 | 19 You may obtain a copy of the License at 33 Java is a registered trademark of Oracle and/or its affiliates.
|
H A D | copyright.unit-jsc8 | 19 You may obtain a copy of the License at 33 Java is a registered trademark of Oracle and/or its affiliates.
|
/unit/pkg/rpm/rpmbuild/SOURCES/ |
H A D | COPYRIGHT.unit-jsc-common | 5 Java is a registered trademark of Oracle and/or its affiliates. 153 and fitness for a particular purpose; 164 or through a medium customarily used for software exchange. 168 a) it must be made available under this Agreement; and 184 includes the Program in a commercial product offering should do so in a manner 186 if a Contributor includes the Program in a commercial product offering, such 201 For example, a Contributor might include the Program in a commercial product 381 Derivative Works a copy of this License; and 479 You may obtain a copy of the License at 649 form in a reasonable manner on or through a medium customarily [all …]
|
H A D | COPYRIGHT.unit-jsc8 | 19 You may obtain a copy of the License at 32 Java is a registered trademark of Oracle and/or its affiliates.
|
H A D | COPYRIGHT.unit-jsc11 | 19 You may obtain a copy of the License at 32 Java is a registered trademark of Oracle and/or its affiliates.
|
/unit/test/java/welcome_files/dir2/ |
H A D | default.jsp | 2 <html><body><p>You should see this on <a href="/dir2/">/dir2/</a> URL.</p></body></html>
|
/unit/src/test/ |
H A D | nxt_malloc_test.c | 25 size_t a, s, alignment; in nxt_malloc_run_test() local 41 a = 0; in nxt_malloc_run_test() 44 a++; in nxt_malloc_run_test() 48 alignment = nxt_min(alignment, a); in nxt_malloc_run_test()
|
H A D | nxt_cq_test.c | 342 char *a; in main() local 356 a = argv[i]; in main() 358 if (strcmp(a, "-v") == 0) { in main() 363 if (strcmp(a, "-n") == 0 && (i + 1) < argc) { in main() 368 if (strcmp(a, "--enq") == 0 && (i + 1) < argc) { in main() 373 if (strcmp(a, "--deq") == 0 && (i + 1) < argc) { in main() 388 if (strcmp(a, "--ed") == 0 && (i + 1) < argc) { in main() 393 if (strcmp(a, "--cas") == 0 && (i + 1) < argc) { in main() 398 if (strcmp(a, "--faa") == 0 && (i + 1) < argc) { in main() 403 if (strcmp(a, "--obj") == 0 && (i + 1) < argc) { in main() [all …]
|
/unit/pkg/docker/ |
H A D | Dockerfile.node16 | 49 COPY --from=BUILDER /usr/lib/*-linux-gnu/libunit.a /tmp/ 53 && if [ -f "/tmp/libunit.a" ]; then \ 54 mv /tmp/libunit.a /usr/lib/$(dpkg-architecture -q DEB_HOST_MULTIARCH)/libunit.a; \ 55 rm -f /tmp/libunit.a; \
|
H A D | Dockerfile.go1.18 | 49 COPY --from=BUILDER /usr/lib/*-linux-gnu/libunit.a /tmp/ 53 && if [ -f "/tmp/libunit.a" ]; then \ 54 mv /tmp/libunit.a /usr/lib/$(dpkg-architecture -q DEB_HOST_MULTIARCH)/libunit.a; \ 55 rm -f /tmp/libunit.a; \
|
H A D | template.Dockerfile | 51 && if [ -f "/tmp/libunit.a" ]; then \ 52 mv /tmp/libunit.a /usr/lib/$(dpkg-architecture -q DEB_HOST_MULTIARCH)/libunit.a; \ 53 rm -f /tmp/libunit.a; \
|
H A D | Dockerfile.perl5.34 | 51 && if [ -f "/tmp/libunit.a" ]; then \ 52 mv /tmp/libunit.a /usr/lib/$(dpkg-architecture -q DEB_HOST_MULTIARCH)/libunit.a; \ 53 rm -f /tmp/libunit.a; \
|
H A D | Dockerfile.minimal | 51 && if [ -f "/tmp/libunit.a" ]; then \ 52 mv /tmp/libunit.a /usr/lib/$(dpkg-architecture -q DEB_HOST_MULTIARCH)/libunit.a; \ 53 rm -f /tmp/libunit.a; \
|