unit/src
Andrew Clayton 9cd11133f9 Remove support for Sun's Sun Studio/SunPro C compiler
We really only support building Unit with GCC and Clang.

Cc: Dan Callahan <d.callahan@f5.com>
Reviewed-by: Alejandro Colomar <alx@kernel.org>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-03-09 00:42:27 +00:00
..
java White space formatting fixes 2024-01-16 15:37:07 +00:00
nodejs/unit-http Add additional replace rules for node:* modules 2024-02-20 12:35:07 +00:00
perl Perl: Fix a crash in the language module. 2023-03-10 21:40:28 +00:00
python Python: bytearray body support for ASGI module. 2024-02-21 14:06:43 +00:00
ruby Ruby: Prevent a possible integer underflow 2023-12-13 03:20:25 +00:00
test Updated copyright notice. 2024-02-20 16:08:36 +00:00
wasm Wasm: Re-add a removed 'const' qualifier in nxt_rt_wasmtime.c. 2023-10-10 20:44:07 +01:00
wasm-wasi-component Wasm-wc: Add Cargo.lock 2024-02-21 16:20:32 +00:00
nxt_aix_send_file.c I/O operations refactoring. 2017-02-22 15:09:59 +03:00
nxt_app_log.c Disabled logging alerts to syslog. 2021-03-24 08:05:07 +03:00
nxt_app_nncq.h Introducing application and port shared memory queues. 2020-08-11 19:20:34 +03:00
nxt_app_queue.h Limiting app queue notifications count in socket. 2020-12-18 00:25:27 +03:00
nxt_application.c Wasm-wc: Wire up the language module to the config system 2024-02-21 16:20:32 +00:00
nxt_application.h Wasm-wc: Add core configuration data structure 2024-02-21 16:20:32 +00:00
nxt_array.c Basic variables support. 2020-08-13 02:46:54 +03:00
nxt_array.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_atomic.h Remove support for Sun's Sun Studio/SunPro C compiler 2024-03-09 00:42:27 +00:00
nxt_buf.c Fixed dead assignments. 2021-08-03 13:59:27 +03:00
nxt_buf.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_buf_pool.c Storing pointer to next buffer in chain before free the buffer. 2020-02-03 11:14:14 +03:00
nxt_buf_pool.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_capability.c Fixed some function definitions. 2022-10-28 03:18:33 +01:00
nxt_capability.h Added "rootfs" feature. 2020-05-28 14:57:41 +01:00
nxt_cert.c Certificates: fixed crash when reallocating chain. 2022-02-14 20:14:03 +08:00
nxt_cert.h Refactor of process management. 2020-03-09 16:28:25 +00:00
nxt_cgroup.c Isolation: added core cgroup infrastructure. 2022-12-10 14:00:20 +00:00
nxt_cgroup.h Isolation: added core cgroup infrastructure. 2022-12-10 14:00:20 +00:00
nxt_clang.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_clone.c Isolation: Use an appropriate type for storing uid/gids 2024-01-30 01:27:25 +00:00
nxt_clone.h Isolation: Use an appropriate type for storing uid/gids 2024-01-30 01:27:25 +00:00
nxt_conf.c Configuration: Fix check in nxt_conf_json_parse_value() 2024-02-29 13:05:16 +00:00
nxt_conf.h Configuration: Add nxt_conf_get_string_dup() 2024-02-05 18:37:21 +01:00
nxt_conf_validation.c Wasm-wc: Wire up the language module to the config system 2024-02-21 16:20:32 +00:00
nxt_conn.c Added SSL/TLS support on connection level. 2018-09-20 15:05:37 +03:00
nxt_conn.h Status: fixed error in connection statistics. 2022-09-22 01:01:18 +08:00
nxt_conn_accept.c Implemented basic statistics API. 2022-08-29 14:27:09 +08:00
nxt_conn_close.c Status: fixed error in connection statistics. 2022-09-22 01:01:18 +08:00
nxt_conn_connect.c Removed unused code related to testing of address binding. 2020-04-08 15:15:24 +03:00
nxt_conn_proxy.c Applied nxt_pointer_to() and nxt_value_at() where possible. 2017-06-27 17:27:18 +03:00
nxt_conn_read.c Using event engine memory buffers in HTTP/1 layer. 2019-11-14 16:39:48 +03:00
nxt_conn_write.c Avoid a segfault in nxt_conn_io_sendbuf() 2024-02-19 22:02:49 +00:00
nxt_controller.c Added routes array to the default configuration. 2023-10-02 09:43:57 +01:00
nxt_credential.c Removed trailing 0 from debug message in nxt_credential_get(). 2023-11-02 17:07:34 +08:00
nxt_credential.h Isolation: allowed the use of credentials with unpriv userns. 2019-12-06 16:52:50 +00:00
nxt_cyassl.c Reduced number of critical log levels. 2018-03-05 17:32:50 +03:00
nxt_devpoll_engine.c Reduced number of critical log levels. 2018-03-05 17:32:50 +03:00
nxt_djb_hash.c Initial version. 2017-01-17 20:00:00 +03:00
nxt_djb_hash.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_dyld.c Initial version. 2017-01-17 20:00:00 +03:00
nxt_dyld.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_epoll_engine.c Disabled epoll error processing when socket events are inactive. 2020-04-15 14:54:09 +03:00
nxt_errno.c Removed the unsafe nxt_memcmp() wrapper for memcmp(3). 2022-11-04 00:30:27 +01:00
nxt_errno.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_event_conn_job_sendfile.c Fixed timer and event race condition. 2019-02-28 18:04:11 +03:00
nxt_event_engine.c Fixed dead assignments. 2021-08-03 13:59:27 +03:00
nxt_event_engine.h Status: added requests count. 2022-08-29 14:32:20 +08:00
nxt_eventport_engine.c Reduced number of critical log levels. 2018-03-05 17:32:50 +03:00
nxt_external.c Sending shared port to application prototype. 2021-11-24 13:11:47 +03:00
nxt_fd_event.c Using nxt_lvlhsh_peek() and nxt_lvlhsh_retrieve(). 2018-03-29 16:35:36 +03:00
nxt_fd_event.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_fiber.c Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_fiber.h nxt_event_timer has been renamed to nxt_timer. 2017-01-30 16:47:50 +03:00
nxt_file.c Add nxt_file_chown() 2024-02-19 12:59:29 +00:00
nxt_file.h Add nxt_file_chown() 2024-02-19 12:59:29 +00:00
nxt_file_event.h nxt_event_conn_... functions and structures have been renamed 2017-06-14 15:18:52 +03:00
nxt_file_name.c Using new memory pool implementation. 2017-06-20 19:49:17 +03:00
nxt_file_name.h Using new memory pool implementation. 2017-06-20 19:49:17 +03:00
nxt_freebsd_sendfile.c I/O operations refactoring. 2017-02-22 15:09:59 +03:00
nxt_fs.c Remove a useless assignment in nxt_fs_mkdir_all(). 2023-04-03 14:53:04 +01:00
nxt_fs.h Fixed the build on MacOS (and others). 2022-10-14 12:25:47 +01:00
nxt_fs_mount.c Fixed the build on MacOS (and others). 2022-10-14 12:25:47 +01:00
nxt_fs_mount.h Fixed the build on MacOS (and others). 2022-10-14 12:25:47 +01:00
nxt_gmtime.c Initial version. 2017-01-17 20:00:00 +03:00
nxt_gnutls.c Fixed indentation. 2022-04-26 12:38:48 +02:00
nxt_h1proto.c Var: supported HTTP response header variables. 2023-07-01 12:18:22 +08:00
nxt_h1proto.h Var: supported HTTP response header variables. 2023-07-01 12:18:22 +08:00
nxt_h1proto_websocket.c Fixed WebSocket connection hang issue after listener reconfigure. 2021-09-20 09:01:08 +03:00
nxt_hash.h Initial version. 2017-01-17 20:00:00 +03:00
nxt_hpux_sendfile.c Style. 2019-03-11 17:31:59 +03:00
nxt_http.h HTTP: controlling response headers support. 2023-08-09 14:37:16 +08:00
nxt_http_chunk_parse.c Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_http_error.c Initial proxy support. 2019-11-14 16:39:54 +03:00
nxt_http_js.c NJS: variable access support 2024-02-20 06:09:23 +08:00
nxt_http_parse.c HTTP: added basic URI rewrite. 2023-04-20 23:20:41 +08:00
nxt_http_parse.h HTTP: added basic URI rewrite. 2023-04-20 23:20:41 +08:00
nxt_http_proxy.c Router: renamed nxt_http_proxy_create() as nxt_http_proxy_init(). 2021-07-26 15:00:46 +08:00
nxt_http_request.c HTTP: enhanced access log with conditional filtering. 2024-01-29 13:48:53 +08:00
nxt_http_response.c Using malloc/free for the http fields hash. 2020-04-16 17:09:23 +03:00
nxt_http_return.c Basic njs support. 2022-11-20 23:16:51 +08:00
nxt_http_rewrite.c HTTP: Fix URL with query string rewrite. 2023-10-05 13:38:15 +01:00
nxt_http_route.c HTTP: controlling response headers support. 2023-08-09 14:37:16 +08:00
nxt_http_route_addr.c Removed the unsafe nxt_memchr() wrapper for memchr(3). 2022-11-04 00:30:50 +01:00
nxt_http_route_addr.h Supporting UNIX sockets in address matching. 2022-07-26 16:24:33 +02:00
nxt_http_set_headers.c HTTP: controlling response headers support. 2023-08-09 14:37:16 +08:00
nxt_http_static.c Simplify, by calling nxt_conf_get_string_dup() 2024-02-05 18:37:32 +01:00
nxt_http_variables.c Var: Refactored nxt_http_unknown_var_ref() 2024-02-20 06:09:23 +08:00
nxt_http_websocket.c Introducing application and port shared memory queues. 2020-08-11 19:20:34 +03:00
nxt_isolation.c Isolation: Use an appropriate type for storing uid/gids 2024-01-30 01:27:25 +00:00
nxt_isolation.h Fixed include guard. 2022-08-18 15:43:03 +02:00
nxt_java.c Moving request limit control to libunit. 2021-10-28 17:46:54 +03:00
nxt_job.c Prevent a possible NULL de-reference in nxt_job_create(). 2023-04-03 14:53:04 +01:00
nxt_job.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_job_cache_file.c Using new memory pool implementation. 2017-06-20 19:49:17 +03:00
nxt_js.c NJS: variable access support 2024-02-20 06:09:23 +08:00
nxt_js.h NJS: supported loadable modules. 2023-05-08 16:00:25 +08:00
nxt_kqueue_engine.c Don't conflate the error variable in nxt_kqueue_poll(). 2023-04-24 19:40:16 +01:00
nxt_lib.c Fixing uninitialized ncpu value on unsupported platforms. 2020-10-14 18:41:31 +03:00
nxt_linux_sendfile.c Fixed formatting in nxt_sprintf() and logging. 2018-01-24 15:16:33 +03:00
nxt_list.c Fixed building on Solaris broken in changeset 4077decf847b. 2017-06-28 23:52:07 +03:00
nxt_list.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_listen_socket.c Allow to set the permissions of the Unix domain control socket 2024-02-19 12:59:58 +00:00
nxt_listen_socket.h Controller: improved handling of unix domain control socket. 2020-04-08 15:15:24 +03:00
nxt_log.c Disabled logging alerts to syslog. 2021-03-24 08:05:07 +03:00
nxt_log.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_log_moderation.c Fixed crash that occurs when idle connections are closed forcibly. 2020-04-15 14:54:09 +03:00
nxt_log_moderation.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_lvlhsh.c Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_lvlhsh.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_macosx_sendfile.c nxt_event_conn_... functions and structures have been renamed 2017-06-14 15:18:52 +03:00
nxt_main.c Logging of the daemon version on startup. 2021-12-01 17:09:02 +03:00
nxt_main.h Remove unused nxt_vector_t API 2024-03-05 23:05:52 +00:00
nxt_main_process.c Wasm-wc: Wire up the language module to the config system 2024-02-21 16:20:32 +00:00
nxt_main_process.h Introducing application prototype processes. 2021-11-09 15:48:44 +03:00
nxt_malloc.c Workaround for the warning in nxt_realloc() on GCC 12. 2022-02-22 19:18:18 +08:00
nxt_malloc.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_mem_map.c Initial version. 2017-01-17 20:00:00 +03:00
nxt_mem_map.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_mem_zone.c Remove a useless assignment in nxt_mem_zone_alloc_pages(). 2023-04-03 14:53:04 +01:00
nxt_mem_zone.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_mp.c Constified numerous function parameters. 2022-06-22 00:30:44 +02:00
nxt_mp.h Basic variables support. 2020-08-13 02:46:54 +03:00
nxt_murmur_hash.c Style: capitalized letters in hexadecimal literals. 2018-04-04 18:13:05 +03:00
nxt_murmur_hash.h Initial version. 2017-01-17 20:00:00 +03:00
nxt_nncq.h Added missing inline keyword. 2022-07-18 19:09:30 +02:00
nxt_nvbcq.h Added missing inline keyword. 2022-07-18 19:09:30 +02:00
nxt_openssl.c White space formatting fixes 2024-01-16 15:37:07 +00:00
nxt_parse.c Fixed overflow detection in number parsing functions. 2017-04-10 03:43:00 +03:00
nxt_parse.h Initial version. 2017-01-17 20:00:00 +03:00
nxt_pcre.c Router: matching regular expressions support. 2020-11-17 15:03:30 +00:00
nxt_pcre2.c Fixed format and arguments mismatches in error log messages. 2021-05-05 17:23:33 +08:00
nxt_php_sapi.c PHP: Fix a possible file-pointer leak. 2023-11-15 03:34:49 +00:00
nxt_polarssl.c Reduced number of critical log levels. 2018-03-05 17:32:50 +03:00
nxt_poll_engine.c Style. 2019-03-11 17:31:59 +03:00
nxt_pollset_engine.c Reduced number of critical log levels. 2018-03-05 17:32:50 +03:00
nxt_port.c Fixed some function definitions. 2022-10-28 03:18:33 +01:00
nxt_port.h NJS: supported loadable modules. 2023-05-08 16:00:25 +08:00
nxt_port_hash.c Using nxt_lvlhsh_peek() for port hashes. 2018-03-29 16:35:38 +03:00
nxt_port_hash.h Using nxt_lvlhsh_peek() for port hashes. 2018-03-29 16:35:38 +03:00
nxt_port_memory.c Removing unused tracking fields and functions. 2022-06-07 13:59:45 +08:00
nxt_port_memory.h Removing unused tracking fields and functions. 2022-06-07 13:59:45 +08:00
nxt_port_memory_int.h Constified numerous function parameters. 2022-06-22 00:30:44 +02:00
nxt_port_queue.h Introducing application and port shared memory queues. 2020-08-11 19:20:34 +03:00
nxt_port_rpc.c Removing unused tracking fields and functions. 2022-06-07 13:59:45 +08:00
nxt_port_rpc.h Moving nxt_stream_ident to shared memory. 2020-05-28 12:41:00 +03:00
nxt_port_socket.c Constified numerous function parameters. 2022-06-22 00:30:44 +02:00
nxt_process.c Add per-application logging. 2023-04-11 19:08:32 +01:00
nxt_process.h NJS: supported loadable modules. 2023-05-08 16:00:25 +08:00
nxt_process_title.c Fixed building on FreeBSD. 2017-03-14 19:03:49 +03:00
nxt_process_type.h Introducing application prototype processes. 2021-11-09 15:48:44 +03:00
nxt_queue.c Initial version. 2017-01-17 20:00:00 +03:00
nxt_queue.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_random.c Removed implicit call of nxt_thread() in nxt_thread_tid(). 2018-07-27 17:52:21 +03:00
nxt_random.h Lib unit tests have been renamed to tests. 2017-08-30 00:31:02 +03:00
nxt_rbtree.c A small rbtree delete fixup optimization. 2017-05-29 10:17:36 +03:00
nxt_rbtree.h Importing memory cache pool changes from nJScript. 2017-03-14 19:02:30 +03:00
nxt_recvbuf.c Initial version. 2017-01-17 20:00:00 +03:00
nxt_recvbuf.h Initial version. 2017-01-17 20:00:00 +03:00
nxt_regex.h Router: matching regular expressions support. 2020-11-17 15:03:30 +00:00
nxt_router.c Avoid potential NULL pointer dereference in nxt_router_temp_conf() 2024-03-05 23:09:35 +00:00
nxt_router.h HTTP: enhanced access log with conditional filtering. 2024-01-29 13:48:53 +08:00
nxt_router_access_log.c HTTP: enhanced access log with conditional filtering. 2024-01-29 13:48:53 +08:00
nxt_router_request.h Releasing shm buffers for large body requests. 2021-03-25 14:16:30 +03:00
nxt_runtime.c Allow to set the permissions of the Unix domain control socket 2024-02-19 12:59:58 +00:00
nxt_runtime.h Allow to set the permissions of the Unix domain control socket 2024-02-19 12:59:58 +00:00
nxt_script.c NJS: supported loadable modules. 2023-05-08 16:00:25 +08:00
nxt_script.h NJS: supported loadable modules. 2023-05-08 16:00:25 +08:00
nxt_select_engine.c nxt_event_conn_... functions and structures have been renamed 2017-06-14 15:18:52 +03:00
nxt_semaphore.c Initial version. 2017-01-17 20:00:00 +03:00
nxt_semaphore.h Initial version. 2017-01-17 20:00:00 +03:00
nxt_sendbuf.c Introduced chained buffer completion handlers. 2019-11-14 16:39:48 +03:00
nxt_sendbuf.h Added SSL/TLS support on connection level. 2018-09-20 15:05:37 +03:00
nxt_service.c Reduced number of critical log levels. 2018-03-05 17:32:50 +03:00
nxt_service.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_sha1.c Introducing websocket support in router and libunit. 2019-08-20 16:31:53 +03:00
nxt_sha1.h Introducing websocket support in router and libunit. 2019-08-20 16:31:53 +03:00
nxt_signal.c Removed configure option --no-threads. 2017-08-24 17:43:32 +03:00
nxt_signal.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_signal_handlers.c Log: fixed typo. 2023-09-07 23:13:34 +01:00
nxt_sockaddr.c Removed the unsafe nxt_memchr() wrapper for memchr(3). 2022-11-04 00:30:50 +01:00
nxt_sockaddr.h Removed dead code. 2022-08-11 18:43:12 +02:00
nxt_socket.c White space formatting fixes 2024-01-16 15:37:07 +00:00
nxt_socket.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_socket_msg.c Introduced SCM_CREDENTIALS / SCM_CREDS in the socket control msgs. 2021-11-09 15:48:44 +03:00
nxt_socket_msg.h Fix build on musl libc with clang. 2023-09-11 16:59:27 +01:00
nxt_socketpair.c Introduced SCM_CREDENTIALS / SCM_CREDS in the socket control msgs. 2021-11-09 15:48:44 +03:00
nxt_solaris_sendfilev.c I/O operations refactoring. 2017-02-22 15:09:59 +03:00
nxt_sort.h Initial version. 2017-01-17 20:00:00 +03:00
nxt_source.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_spinlock.c Removed deprecated MacOSX OSSpinLockLock(). 2018-09-17 16:37:17 +03:00
nxt_spinlock.h Removed deprecated MacOSX OSSpinLockLock(). 2018-09-17 16:37:17 +03:00
nxt_sprintf.c Refactored nxt_vsprintf(). 2023-10-10 14:30:02 +08:00
nxt_sprintf.h Initial version. 2017-01-17 20:00:00 +03:00
nxt_status.c Status: fixed incorrect pointer in test operation. 2022-09-06 09:40:54 +08:00
nxt_status.h Status: added requests count. 2022-08-29 14:32:20 +08:00
nxt_string.c Removed the unsafe nxt_memcmp() wrapper for memcmp(3). 2022-11-04 00:30:27 +01:00
nxt_string.h Removed the unsafe nxt_memchr() wrapper for memchr(3). 2022-11-04 00:30:50 +01:00
nxt_test_build.c Initial version. 2017-01-17 20:00:00 +03:00
nxt_test_build.h Initial version. 2017-01-17 20:00:00 +03:00
nxt_thread.c Removed implicit call of nxt_thread() in nxt_thread_tid(). 2018-07-27 17:52:21 +03:00
nxt_thread.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_thread_cond.c Reduced number of critical log levels. 2018-03-05 17:32:50 +03:00
nxt_thread_id.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_thread_log.h Reduced number of critical log levels. 2018-03-05 17:32:50 +03:00
nxt_thread_mutex.c Reduced number of critical log levels. 2018-03-05 17:32:50 +03:00
nxt_thread_pool.c Fixed formatting in nxt_sprintf() and logging. 2018-01-24 15:16:33 +03:00
nxt_thread_pool.h Work queues refactoring. 2017-01-27 11:35:11 +03:00
nxt_thread_time.c Removed configure option --no-threads. 2017-08-24 17:43:32 +03:00
nxt_thread_time.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_time.c Initial version. 2017-01-17 20:00:00 +03:00
nxt_time.h Fixed #define style. 2022-05-03 12:11:14 +02:00
nxt_time_parse.c Marked a couple of variables 'const'. 2022-06-22 00:30:44 +02:00
nxt_timer.c Fixed violation of the strict aliasing rules in 5d0edd35c4ce. 2019-02-26 17:42:20 +03:00
nxt_timer.h Style. 2019-03-11 17:31:59 +03:00
nxt_tls.h Custom implementation of Base64 decoding function. 2021-10-26 15:43:44 +03:00
nxt_tstr.c Fixed indentation. 2023-06-30 14:38:34 +02:00
nxt_tstr.h Variables refactoring. 2023-06-19 16:29:22 +08:00
nxt_types.h Remove support for Microsoft's Visual C++ compiler 2024-03-09 00:42:27 +00:00
nxt_unicode_lowcase.h Style: capitalized letters in hexadecimal literals. 2018-04-04 18:13:05 +03:00
nxt_unicode_lowcase.pl Style. 2019-03-11 17:31:59 +03:00
nxt_unicode_macosx_lowcase.h Style: capitalized letters in hexadecimal literals. 2018-04-04 18:13:05 +03:00
nxt_unit.c Java: fixed the calculation related to the response buffer. 2023-09-28 15:21:16 +01:00
nxt_unit.h Fix comments for src/nxt_unit.h. 2023-11-14 16:48:16 +00:00
nxt_unit_field.h Initial proxy support. 2019-11-14 16:39:54 +03:00
nxt_unit_request.h PHP: allowed to specify URLs without a trailing '/'. 2022-11-02 14:22:39 +00:00
nxt_unit_response.h Unit application library. 2018-08-06 17:27:33 +03:00
nxt_unit_sptr.h Unit application library. 2018-08-06 17:27:33 +03:00
nxt_unit_typedefs.h Introducing websocket support in router and libunit. 2019-08-20 16:31:53 +03:00
nxt_unit_websocket.h Introducing websocket support in router and libunit. 2019-08-20 16:31:53 +03:00
nxt_unix.h Removed code used when NXT_HAVE_POSIX_SPAWN is false. 2022-07-18 19:09:30 +02:00
nxt_upstream.c Router: refactored variable pass. 2021-09-07 21:13:44 +08:00
nxt_upstream.h Round robin upstream added. 2020-03-06 18:28:54 +03:00
nxt_upstream_round_robin.c Rational number support in upstream server weight. 2020-03-30 19:47:01 +03:00
nxt_utf8.c Style: capitalized letters in hexadecimal literals. 2018-04-04 18:13:05 +03:00
nxt_utf8.h Style: capitalized letters in hexadecimal literals. 2018-04-04 18:13:05 +03:00
nxt_var.c Var: Fix cacheable issue for njs variable access 2024-03-08 17:47:11 +08:00
nxt_var.h Var: Introduced nxt_var_get() 2024-02-20 06:09:23 +08:00
nxt_websocket.c Style fixes. 2019-10-10 19:42:41 +03:00
nxt_websocket.h Introducing websocket support in router and libunit. 2019-08-20 16:31:53 +03:00
nxt_websocket_accept.c Marked a couple of variables 'const'. 2022-06-22 00:30:44 +02:00
nxt_websocket_header.h Fix endianness detection in nxt_websocket_header_t. 2023-01-12 17:56:00 +00:00
nxt_work_queue.c Style fixes. 2018-02-07 15:34:42 +03:00
nxt_work_queue.h Fixed #define style. 2022-05-03 12:11:14 +02:00
unit.pc.in Added unit pkg-config file. 2023-08-01 10:16:17 -07:00