/
zOMGdev
/
nginx
ОбзорДокументацияВойти
/
zOMGdev
/
nginx
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
nginx/
src/core/
..
nginx.c

Core: fixed environment variables on exit.

3 года назад
nginx.h

Version bump.

2 года назад
ngx_array.c

Simplified ngx_array_create().

13 лет назад
ngx_array.h

Moved ngx_array_t definition from ngx_core.h to ngx_array.h.

13 лет назад
ngx_bpf.c

Core: fixed build with BPF on non-64bit platforms (ticket #2152).

5 лет назад
ngx_bpf.h

Core: added interface to linux bpf() system call.

6 лет назад
ngx_buf.c

Changed ngx_chain_update_chains() to test tag first (ticket #2248).

5 лет назад
ngx_buf.h

Simplified sendfile(SF_NODISKIO) usage.

5 лет назад
ngx_conf_file.c

Style.

4 года назад
ngx_conf_file.h

Core: enabled "include" in any context (ticket #1615).

7 лет назад
ngx_config.h

Introduced the NGX_COMPAT macro.

10 лет назад
ngx_connection.c

QUIC: path MTU discovery.

3 года назад
ngx_connection.h

QUIC: path MTU discovery.

3 года назад
ngx_core.h

Removed NGX_OPENSSL_QUIC macro, NGX_QUIC is enough.

5 лет назад
ngx_cpuinfo.c

Copyright updated.

15 лет назад
ngx_crc.h

Copyright updated.

15 лет назад
ngx_crc32.c

Copyright updated.

15 лет назад
ngx_crc32.h

Copyright updated.

15 лет назад
ngx_crypt.c

An internal SHA1 implementation.

10 лет назад
ngx_crypt.h

Copyright updated.

15 лет назад
ngx_cycle.c

Core: "-e" command line option.

6 лет назад
ngx_cycle.h

Core: "-e" command line option.

6 лет назад
ngx_file.c

Win32: removed NGX_DIR_MASK concept.

8 лет назад
ngx_file.h

Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.

10 лет назад
ngx_hash.c

Core: removed unnecessary restriction in hash initialization.

5 лет назад
ngx_hash.h

FastCGI: combining headers with identical names (ticket #1724).

4 года назад
ngx_inet.c

Fixed undefined behaviour with IPv4-mapped IPv6 addresses.

2 года назад
ngx_inet.h

Multiple addresses in "listen".

7 лет назад
ngx_list.c

Simplified ngx_list_create().

13 лет назад
ngx_list.h

Copyright updated.

15 лет назад
ngx_log.c

Core: "-e" command line option.

6 лет назад
ngx_log.h

Core: "-e" command line option.

6 лет назад
ngx_md5.c

Internal md5 and sha1 implementations are now always used.

10 лет назад
ngx_md5.h

Internal md5 and sha1 implementations are now always used.

10 лет назад
ngx_module.c

Fixed compilation with -Wmissing-prototypes.

10 лет назад
ngx_module.h

Modules compatibility: added QUIC to signature (ticket #2539).

3 года назад
ngx_murmurhash.c

Added missing "fall through" comments (ticket #1259).

9 лет назад
ngx_murmurhash.h

Comment fixed.

14 лет назад
ngx_open_file_cache.c

Fixed logging in close error handling.

10 лет назад
ngx_open_file_cache.h

Disable symlinks: added the "from" parameter support to the open file cache.

14 лет назад
ngx_output_chain.c

Optimized chain link usage (ticket #2614).

2 года назад
ngx_palloc.c

Core: introduced the NGX_DEBUG_PALLOC macro.

10 лет назад
ngx_palloc.h

Core: removed extra ngx_alloc() and ngx_calloc() prototypes.

9 лет назад
ngx_parse.c

Fixed ngx_parse_size() / ngx_parse_offset() with 0-length strings.

9 лет назад
ngx_parse.h

Time parsing cleanup.

14 лет назад
ngx_parse_time.c

Style.

9 лет назад
ngx_parse_time.h

Moved ngx_http_parse_time() to core, renamed accordingly.

11 лет назад
ngx_proxy_protocol.c

Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp().

4 года назад
ngx_proxy_protocol.h

Increased maximum read PROXY protocol header size.

4 года назад
ngx_queue.c

Core: changed ngx_queue_sort() to use merge sort.

3 года назад
ngx_queue.h

Core: changed ngx_queue_sort() to use merge sort.

3 года назад
ngx_radix_tree.c

Geo: IPv6 support.

14 лет назад
ngx_radix_tree.h

Geo: IPv6 support.

14 лет назад
ngx_rbtree.c

Core: removed dead code in ngx_rbtree_delete().

7 лет назад
ngx_rbtree.h

Core: added the ngx_rbtree_data() macro.

5 лет назад
ngx_regex.c

Core: fixed memory leak on configuration reload with PCRE2.

3 года назад
ngx_regex.h

Core: added NGX_REGEX_MULTILINE for 3rd party modules.

5 лет назад
ngx_resolver.c

Resolver: fixed memory leak for the "ipv4=off" case.

4 года назад
ngx_resolver.h

The "ipv4=" parameter of the "resolver" directive.

4 года назад
ngx_rwlock.c

Core: simplify reader lock release.

5 лет назад
ngx_rwlock.h

Introduced ngx_rwlock_downgrade().

9 лет назад
ngx_sha1.c

Internal md5 and sha1 implementations are now always used.

10 лет назад
ngx_sha1.h

Internal md5 and sha1 implementations are now always used.

10 лет назад
ngx_shmtx.c

Core: fixed build on Tru64 UNIX.

12 лет назад
ngx_shmtx.h

Fixed typo in a function name.

14 лет назад
ngx_slab.c

Slab: removed redundant page calculation (ticket #1721).

7 лет назад
ngx_slab.h

Slab: fixed initialization on win32.

9 лет назад
ngx_spinlock.c

Core: guard against spinlock usage without atomic ops.

11 лет назад
ngx_string.c

Core: stricter UTF-8 handling in ngx_utf8_decode().

3 года назад
ngx_string.h

Removed casts from ngx_memcmp() macro.

4 года назад
ngx_syslog.c

Syslog: introduced error log handler.

3 года назад
ngx_syslog.h

Syslog: introduced error log handler.

3 года назад
ngx_thread_pool.c

Thread pools: create threads in detached state.

10 лет назад
ngx_thread_pool.h

Thread pools implementation.

11 лет назад
ngx_times.c

Removed CLOCK_MONOTONIC_COARSE support.

5 лет назад
ngx_times.h

Core: fixed comment about ngx_current_msec after 81fae70d6cb8.

8 лет назад