..
nginx.c
Fixed removing of listening UNIX sockets when "changing binary".
2020-06-01 20:19:27 +03:00
nginx.h
Version bump.
2020-05-26 22:03:00 +03:00
ngx_array.c
Simplified ngx_array_create().
2013-03-21 15:52:52 +00:00
ngx_array.h
Moved ngx_array_t definition from ngx_core.h to ngx_array.h.
2013-03-21 16:04:09 +00:00
ngx_buf.c
Leave chain in ngx_chain_add_copy() in consistent state on errors.
2018-06-04 18:47:54 +03:00
ngx_buf.h
Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.
2016-10-10 18:44:17 +03:00
ngx_conf_file.c
Use %s for errors returned from configuration parsing handlers.
2018-12-25 15:26:58 +03:00
ngx_conf_file.h
Core: enabled "include" in any context (ticket #1615 ).
2019-04-09 11:40:20 +03:00
ngx_config.h
Introduced the NGX_COMPAT macro.
2016-09-29 15:28:24 +03:00
ngx_connection.c
Fixed removing of listening UNIX sockets when "changing binary".
2020-06-01 20:19:27 +03:00
ngx_connection.h
Core: moved PROXY protocol fields out of ngx_connection_t.
2019-10-21 18:06:19 +03:00
ngx_core.h
Core: moved PROXY protocol fields out of ngx_connection_t.
2019-10-21 18:06:19 +03:00
ngx_cpuinfo.c
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_crc32.c
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_crc32.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_crc.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_crypt.c
An internal SHA1 implementation.
2016-06-09 16:55:38 +03:00
ngx_crypt.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_cycle.c
Fixed removing of listening UNIX sockets when "changing binary".
2020-06-01 20:19:27 +03:00
ngx_cycle.h
Core: added a stub for additional zone configuration.
2018-02-15 16:08:05 +03:00
ngx_file.c
Win32: removed NGX_DIR_MASK concept.
2018-12-24 21:07:05 +03:00
ngx_file.h
Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.
2016-10-10 18:44:17 +03:00
ngx_hash.c
Core: fixed memory leak on error, missed in c3f60d618c17.
2019-07-19 17:50:00 +03:00
ngx_hash.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_inet.c
Removed sorting of getaddrinfo() results.
2019-03-20 20:31:59 +03:00
ngx_inet.h
Multiple addresses in "listen".
2019-03-15 15:45:56 +03:00
ngx_list.c
Simplified ngx_list_create().
2013-06-19 08:55:08 +04:00
ngx_list.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_log.c
Removed the prototype mysql module.
2016-03-31 22:33:26 +03:00
ngx_log.h
Removed the prototype mysql module.
2016-03-31 22:33:26 +03:00
ngx_md5.c
Internal md5 and sha1 implementations are now always used.
2016-06-30 18:57:39 +03:00
ngx_md5.h
Internal md5 and sha1 implementations are now always used.
2016-06-30 18:57:39 +03:00
ngx_module.c
Fixed compilation with -Wmissing-prototypes.
2016-03-14 19:23:23 +03:00
ngx_module.h
Modules compatibility: compatibility with NGX_HTTP_SSL.
2016-10-10 18:44:17 +03:00
ngx_murmurhash.c
Added missing "fall through" comments (ticket #1259 ).
2017-04-27 16:57:18 +03:00
ngx_murmurhash.h
Comment fixed.
2012-04-05 19:49:34 +00:00
ngx_open_file_cache.c
Fixed logging in close error handling.
2016-03-31 02:33:50 +03:00
ngx_open_file_cache.h
Disable symlinks: added the "from" parameter support to the open file cache.
2012-02-27 16:46:57 +00:00
ngx_output_chain.c
Negative size buffers detection.
2018-11-26 18:29:56 +03:00
ngx_palloc.c
Core: introduced the NGX_DEBUG_PALLOC macro.
2016-03-23 17:44:04 +03:00
ngx_palloc.h
Core: removed extra ngx_alloc() and ngx_calloc() prototypes.
2017-04-18 13:01:19 +03:00
ngx_parse_time.c
Style.
2017-09-13 15:51:52 +03:00
ngx_parse_time.h
Moved ngx_http_parse_time() to core, renamed accordingly.
2015-06-11 20:42:31 +03:00
ngx_parse.c
Fixed ngx_parse_size() / ngx_parse_offset() with 0-length strings.
2017-02-17 17:01:27 +03:00
ngx_parse.h
Time parsing cleanup.
2012-02-13 15:41:11 +00:00
ngx_proxy_protocol.c
Parsing server PROXY protocol address and port (ticket #1206 ).
2019-10-21 20:22:30 +03:00
ngx_proxy_protocol.h
Parsing server PROXY protocol address and port (ticket #1206 ).
2019-10-21 20:22:30 +03:00
ngx_queue.c
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_queue.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_radix_tree.c
Geo: IPv6 support.
2012-12-25 08:21:56 +00:00
ngx_radix_tree.h
Geo: IPv6 support.
2012-12-25 08:21:56 +00:00
ngx_rbtree.c
Core: removed dead code in ngx_rbtree_delete().
2019-09-30 16:39:20 +03:00
ngx_rbtree.h
Core: introduced ngx_rbtree_next().
2017-03-07 18:51:13 +03:00
ngx_regex.c
Style.
2017-08-10 22:21:20 +03:00
ngx_regex.h
Fixed the ngx_regex.h header file compatibility with C++.
2012-05-17 13:47:04 +00:00
ngx_resolver.c
Resolver: fixed possible use-after-free while resolving PTR.
2019-09-10 15:42:34 +03:00
ngx_resolver.h
Resolver: cancelable resend timer event.
2017-07-04 18:50:41 +03:00
ngx_rwlock.c
Introduced ngx_rwlock_downgrade().
2017-06-16 18:15:58 +03:00
ngx_rwlock.h
Introduced ngx_rwlock_downgrade().
2017-06-16 18:15:58 +03:00
ngx_sha1.c
Internal md5 and sha1 implementations are now always used.
2016-06-30 18:57:39 +03:00
ngx_sha1.h
Internal md5 and sha1 implementations are now always used.
2016-06-30 18:57:39 +03:00
ngx_shmtx.c
Core: fixed build on Tru64 UNIX.
2015-02-10 01:51:08 +03:00
ngx_shmtx.h
Fixed typo in a function name.
2012-07-03 13:06:40 +00:00
ngx_slab.c
Slab: removed redundant page calculation (ticket #1721 ).
2019-02-12 21:51:15 +03:00
ngx_slab.h
Slab: fixed initialization on win32.
2017-08-08 15:16:01 +03:00
ngx_spinlock.c
Core: guard against spinlock usage without atomic ops.
2015-03-26 14:15:06 +03:00
ngx_string.c
Fixed incorrect length handling in ngx_utf8_length().
2019-04-15 20:14:07 +03:00
ngx_string.h
Core: ngx_explicit_memzero().
2018-11-15 21:28:02 +03:00
ngx_syslog.c
Syslog: install cleanup handler only once.
2018-05-14 22:50:57 +03:00
ngx_syslog.h
Syslog: install cleanup handler only once.
2018-05-14 22:50:57 +03:00
ngx_thread_pool.c
Thread pools: create threads in detached state.
2016-08-15 05:52:04 -07:00
ngx_thread_pool.h
Thread pools implementation.
2015-03-14 17:37:07 +03:00
ngx_times.c
Core: ngx_current_msec now uses monotonic time if available.
2018-03-01 20:25:50 +03:00
ngx_times.h
Core: fixed comment about ngx_current_msec after 81fae70d6cb8.
2018-05-29 16:15:19 +03:00