/unit/ |
H A D | CHANGES | 100 appeared in 1.23.0. 169 appeared in 1.19.0. 316 appeared in 1.18.0. 353 appeared in 1.18.0. 384 *) Bugfix: memory leak in the router; the bug had appeared in 1.13.0. 414 *) Bugfix: negative address matching in router might work improperly in 418 in 1.10.0. 435 in 1.14.0. 680 unavailable" alerts in log; the bug had appeared in 1.4. 826 *) Bugfix: in reading client request body; the bug had appeared in 0.3. [all …]
|
H A D | LICENSE | 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work 39 (an example is provided in the Appendix below). 72 Work and such Derivative Works in Source or Object form. 84 cross-claim or counterclaim in a lawsuit) alleging that the Work 91 Work or Derivative Works thereof in any medium, with or without 92 modifications, and in Source or Object form, provided that You 101 (c) You must retain, in the Source form of any Derivative Works 129 the conditions stated in this License. 145 agreed to in writing, Licensor provides the Work (and each [all …]
|
H A D | NOTICE | 18 you may not use this file except in compliance with the License. 23 Unless required by applicable law or agreed to in writing, software
|
/unit/auto/ |
H A D | options | 47 case "$nxt_option" in 52 case "$nxt_option" in 123 case "$NXT_PREFIX" in 128 case "$NXT_BINDIR" in 138 case "$NXT_LIBDIR" in 143 case "$NXT_INCDIR" in 148 case "$NXT_MANDIR" in 158 case "$NXT_STATE" in 163 case "$NXT_TMP" in 168 case "$NXT_PID" in [all …]
|
H A D | time | 7 # Linux clock_gettime() is in librt. 68 # Linux and Solaris 10 clock_gettime() are in librt. 70 nxt_feature="clock_gettime(CLOCK_REALTIME) in librt" 81 # Linux clock_gettime() is in librt. 142 # Linux and Solaris 10 clock_gettime() are in librt. 144 nxt_feature="clock_gettime(CLOCK_MONOTONIC) in librt"
|
H A D | feature | 19 case "$nxt_feature_incs" in 25 for nxt_temp in $nxt_feature_incs; do 51 case "$nxt_feature_run" in
|
H A D | make | 38 for nxt_inc in src $NXT_BUILD_DIR 51 for nxt_src in $NXT_LIB_SRCS 65 for nxt_src in $NXT_LIB_UNIT_SRCS 111 for nxt_src in $NXT_LIB_SRCS $NXT_TEST_SRCS $NXT_LIB_UNIT_SRCS \ 180 for nxt_src in $NXT_TEST_SRCS 275 for nxt_inc in $NXT_MAKE_INCS 288 for nxt_src in $NXT_MAKE_SRCS 314 $NXT_BUILD_DIR/unitd.8: docs/man/unitd.8.in $NXT_BUILD_DIR/nxt_auto_config.h 318 < docs/man/unitd.8.in > \$@ 325 for nxt_src in $NXT_MAKE_SRCS
|
H A D | unix | 32 nxt_feature="SYS_getrandom in Linux" 76 nxt_feature="getentropy() in sys/random.h" 143 # FreeBSD dlopen() is in libc. 171 nxt_feature="dlopen() in libdl"
|
H A D | shmem | 42 # Linux and NetBSD 7.0 shm_open() are in librt. 44 nxt_feature="shm_open() in librt" 58 nxt_feature="shm_open() in /tmp directory"
|
/unit/src/ |
H A D | nxt_fastcgi_record_parse.c | 16 nxt_buf_t *in); 21 nxt_buf_t *in) in nxt_fastcgi_record_parse() argument 49 for (b = in; b != NULL; b = b->next) { in nxt_fastcgi_record_parse() 261 size = in->mem.free - p; in nxt_fastcgi_buffer() 268 in->mem.pos = p; in nxt_fastcgi_buffer() 269 **tail = in; in nxt_fastcgi_buffer() 270 *tail = &in->next; in nxt_fastcgi_buffer() 281 b->parent = in; in nxt_fastcgi_buffer() 282 in->retain++; in nxt_fastcgi_buffer() 296 b->mem.free = in->mem.free; in nxt_fastcgi_buffer() [all …]
|
H A D | nxt_http_chunk_parse.c | 20 nxt_buf_t ***tail, nxt_buf_t *in); 29 nxt_buf_t *in) in nxt_http_chunk_parse() argument 49 for (b = in; b != NULL; b = next) { in nxt_http_chunk_parse() 200 nxt_buf_t *in) in nxt_http_chunk_buffer() argument 207 size = in->mem.free - p; in nxt_http_chunk_buffer() 220 b->parent = in; in nxt_http_chunk_buffer() 221 in->retain++; in nxt_http_chunk_buffer() 235 b->mem.free = in->mem.free; in nxt_http_chunk_buffer() 236 b->mem.end = in->mem.free; in nxt_http_chunk_buffer()
|
H A D | nxt_stream_source.c | 307 in = c->read; in nxt_stream_source_process_buffers() 308 in->retain++; in nxt_stream_source_process_buffers() 309 b->parent = in; in nxt_stream_source_process_buffers() 311 b->mem.pos = in->mem.free; in nxt_stream_source_process_buffers() 312 b->mem.start = in->mem.free; in nxt_stream_source_process_buffers() 317 in->mem.free += nbytes; in nxt_stream_source_process_buffers() 325 in->mem.free = in->mem.end; in nxt_stream_source_process_buffers() 327 b->mem.free = in->mem.free; in nxt_stream_source_process_buffers() 328 b->mem.end = in->mem.free; in nxt_stream_source_process_buffers() 332 c->read = in->next; in nxt_stream_source_process_buffers() [all …]
|
H A D | nxt_h1proto.c | 708 nxt_buf_t *in, *b; in nxt_h1p_header_buffer_test() local 710 in = c->read; in nxt_h1p_header_buffer_test() 1404 in = c->read; in nxt_h1p_complete_buffers() 1409 in = b; in nxt_h1p_complete_buffers() 1429 if (in != NULL) { in nxt_h1p_complete_buffers() 1433 in->completion_handler(task, in, in->parent); in nxt_h1p_complete_buffers() 1797 in = c->read; in nxt_h1p_keepalive() 1806 if (in == NULL) { in nxt_h1p_keepalive() 1816 nxt_memmove(in->mem.start, in->mem.pos, size); in nxt_h1p_keepalive() 1818 in->mem.pos = in->mem.start; in nxt_h1p_keepalive() [all …]
|
/unit/pkg/deb/debian.module/ |
H A D | control-noarch.in | 18 applications. It runs the application code in multiple languages 20 in and out of the application. Take this application server and proxy 21 directly in the cloud / container environments and fully control your app
|
H A D | copyright.unit-jsc-common | 81 b) in the case of each subsequent Contributor: 139 set forth in this Agreement. 166 When the Program is made available in source code form: 184 includes the Program in a commercial product offering should do so in a manner 192 Contributor in connection with its distribution of the Program in a commercial 280 in any resulting litigation. 324 (an example is provided in the Appendix below). 414 the conditions stated in this License. 642 available in Executable form must also be made available in Source 835 in the jurisdiction and venue specified in a notice contained [all …]
|
H A D | control.in | 20 applications. It runs the application code in multiple languages 22 in and out of the application. Take this application server and proxy 23 directly in the cloud / container environments and fully control your app
|
H A D | unit.example-python-app | 10 for param in os.environ.keys(): 16 return [s.encode('utf8') for s in output]
|
/unit/src/java/nginx/unit/websocket/server/ |
H A D | LocalStrings.properties | 5 # (the "License"); you may not use this file except in compliance with 10 # Unless required by applicable law or agreed to in writing, software 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 …ismatch=Attempted to register a POJO annotated for WebSocket at path [{0}] in the ServletContext w… 29 uriTemplate.duplicateParameter=The parameter [{0}] appears more than once in the path which is not … 32 uriTemplate.invalidSegment=The segment [{0}] is not valid in the provided path [{1}]
|
/unit/pkg/rpm/rpmbuild/SOURCES/ |
H A D | COPYRIGHT.unit-jsc-common | 81 b) in the case of each subsequent Contributor: 139 set forth in this Agreement. 166 When the Program is made available in source code form: 184 includes the Program in a commercial product offering should do so in a manner 192 Contributor in connection with its distribution of the Program in a commercial 280 in any resulting litigation. 324 (an example is provided in the Appendix below). 414 the conditions stated in this License. 642 available in Executable form must also be made available in Source 835 in the jurisdiction and venue specified in a notice contained [all …]
|
/unit/src/java/nginx/unit/websocket/ |
H A D | LocalStrings.properties | 5 # (the "License"); you may not use this file except in compliance with 10 # Unless required by applicable law or agreed to in writing, software 51 # Note the wsFrame.* messages are used as close reasons in WebSocket control 52 # frames and therefore must be 123 bytes (not characters) or less in length. 53 # Messages are encoded using UTF-8 where a single character may be encoded in 99 # Note the following message is used as a close reason in a WebSocket control 100 # frame and therefore must be 123 bytes (not characters) or less in length. 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 122 # frame and therefore must be 123 bytes (not characters) or less in length. [all …]
|
/unit/pkg/deb/debian/ |
H A D | control.in | 19 applications. It runs the application code in multiple languages 21 in and out of the application. Take this application server and proxy 22 directly in the cloud / container environments and fully control your app
|
H A D | copyright | 18 you may not use this file except in compliance with the License. 24 Unless required by applicable law or agreed to in writing, software
|
/unit/auto/modules/ |
H A D | go | 12 case "$nxt_option" in 17 case "$nxt_option" in 90 for o in ${CFLAGS} ${NXT_CC_OPT}; do 91 case "$o" in
|
H A D | python | 11 case "$nxt_option" in 16 case "$nxt_option" in 143 for p in sys.path: 153 for p in sys.path: 183 for nxt_src in $NXT_PYTHON_MODULE_SRCS; do
|
/unit/test/ruby/errors_puts/ |
H A D | config.ru | 2 env['rack.errors'].puts('Error in application')
|