nginx/src/core
Sergey Kandaurov 11b890d66d Version bump.
2025-02-05 20:40:47 +04:00
..
nginx.c Core: fixed environment variables on exit. 2023-07-19 05:09:23 +03:00
nginx.h Version bump. 2025-02-05 20:40:47 +04:00
ngx_array.c
ngx_array.h
ngx_bpf.c Core: fixed build with BPF on non-64bit platforms (ticket #2152). 2021-03-23 10:58:18 +03:00
ngx_bpf.h Core: added interface to linux bpf() system call. 2020-12-15 15:23:07 +03:00
ngx_buf.c Changed ngx_chain_update_chains() to test tag first (ticket #2248). 2021-10-30 02:39:19 +03:00
ngx_buf.h Simplified sendfile(SF_NODISKIO) usage. 2021-12-27 19:48:33 +03:00
ngx_conf_file.c Style. 2022-12-16 01:15:15 +04:00
ngx_conf_file.h Core: enabled "include" in any context (ticket #1615). 2019-04-09 11:40:20 +03:00
ngx_config.h
ngx_connection.c QUIC: path MTU discovery. 2023-08-14 09:21:27 +04:00
ngx_connection.h QUIC: path MTU discovery. 2023-08-14 09:21:27 +04:00
ngx_core.h Removed NGX_OPENSSL_QUIC macro, NGX_QUIC is enough. 2021-09-14 12:09:13 +03:00
ngx_cpuinfo.c
ngx_crc.h
ngx_crc32.c
ngx_crc32.h
ngx_crypt.c
ngx_crypt.h
ngx_cycle.c Core: "-e" command line option. 2020-11-19 16:59:00 +00:00
ngx_cycle.h Core: "-e" command line option. 2020-11-19 16:59:00 +00:00
ngx_file.c
ngx_file.h
ngx_hash.c Core: removed unnecessary restriction in hash initialization. 2021-08-19 20:51:27 +03:00
ngx_hash.h FastCGI: combining headers with identical names (ticket #1724). 2022-05-30 21:25:27 +03:00
ngx_inet.c Fixed undefined behaviour with IPv4-mapped IPv6 addresses. 2024-03-18 17:14:30 +04:00
ngx_inet.h Multiple addresses in "listen". 2019-03-15 15:45:56 +03:00
ngx_list.c
ngx_list.h
ngx_log.c Core: "-e" command line option. 2020-11-19 16:59:00 +00:00
ngx_log.h Core: "-e" command line option. 2020-11-19 16:59:00 +00:00
ngx_md5.c
ngx_md5.h
ngx_module.c
ngx_module.h Modules compatibility: added QUIC to signature (ticket #2539). 2023-09-13 17:48:15 +04:00
ngx_murmurhash.c
ngx_murmurhash.h
ngx_open_file_cache.c
ngx_open_file_cache.h
ngx_output_chain.c Optimized chain link usage (ticket #2614). 2024-05-23 19:15:38 +04:00
ngx_palloc.c
ngx_palloc.h
ngx_parse.c
ngx_parse.h
ngx_parse_time.c
ngx_parse_time.h
ngx_proxy_protocol.c Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp(). 2022-11-08 12:48:21 +03:00
ngx_proxy_protocol.h Increased maximum read PROXY protocol header size. 2022-11-02 13:46:16 +04:00
ngx_queue.c Core: changed ngx_queue_sort() to use merge sort. 2023-10-18 04:30:11 +03:00
ngx_queue.h Core: changed ngx_queue_sort() to use merge sort. 2023-10-18 04:30:11 +03:00
ngx_radix_tree.c
ngx_radix_tree.h
ngx_rbtree.c Core: removed dead code in ngx_rbtree_delete(). 2019-09-30 16:39:20 +03:00
ngx_rbtree.h Core: added the ngx_rbtree_data() macro. 2021-06-21 09:42:43 +03:00
ngx_regex.c Core: fixed memory leak on configuration reload with PCRE2. 2023-10-17 02:39:38 +03:00
ngx_regex.h Core: added NGX_REGEX_MULTILINE for 3rd party modules. 2021-12-25 01:07:18 +03:00
ngx_resolver.c Resolver: fixed memory leak for the "ipv4=off" case. 2022-07-14 21:26:54 +04:00
ngx_resolver.h The "ipv4=" parameter of the "resolver" directive. 2022-07-12 21:44:02 +04:00
ngx_rwlock.c Core: simplify reader lock release. 2022-01-19 17:37:34 -08:00
ngx_rwlock.h
ngx_sha1.c
ngx_sha1.h
ngx_shmtx.c
ngx_shmtx.h
ngx_slab.c Slab: removed redundant page calculation (ticket #1721). 2019-02-12 21:51:15 +03:00
ngx_slab.h
ngx_spinlock.c
ngx_string.c Core: stricter UTF-8 handling in ngx_utf8_decode(). 2023-02-23 08:09:50 +09:00
ngx_string.h Removed casts from ngx_memcmp() macro. 2022-11-30 18:01:53 +03:00
ngx_syslog.c Syslog: introduced error log handler. 2023-03-10 07:43:50 +03:00
ngx_syslog.h Syslog: introduced error log handler. 2023-03-10 07:43:50 +03:00
ngx_thread_pool.c
ngx_thread_pool.h
ngx_times.c Removed CLOCK_MONOTONIC_COARSE support. 2021-10-21 18:38:38 +03:00
ngx_times.h