nginx/src/core
2011-02-21 11:47:28 +00:00
..
nginx.c move ngx_strerror_init() at the very start 2010-11-29 15:00:02 +00:00
nginx.h bump version 2011-02-21 10:03:28 +00:00
ngx_array.c *) back out r2040 2008-06-17 15:00:30 +00:00
ngx_array.h nginx-0.1.29-RELEASE import 2005-05-12 14:58:06 +00:00
ngx_buf.c remove never used zero copy stuff 2008-12-17 20:47:18 +00:00
ngx_buf.h fix case when the output filter should add incoming buffers 2009-09-13 06:28:17 +00:00
ngx_conf_file.c style fix 2010-06-23 16:34:54 +00:00
ngx_conf_file.h const char *fmt in ngx_conf_log_error() 2010-02-12 09:45:05 +00:00
ngx_config.h dynamic accept threshold 2008-09-19 12:47:13 +00:00
ngx_connection.c listen setfib=X 2010-07-05 13:49:16 +00:00
ngx_connection.h listen setfib=X 2010-07-05 13:49:16 +00:00
ngx_core.h ngx_min() 2009-11-16 12:48:41 +00:00
ngx_cpuinfo.c update cpuid for Core 2 and Atom 2009-03-28 12:43:41 +00:00
ngx_crc32.c rename ngx_crc32_init() to ngx_crc32_table_init() 2007-12-07 20:19:41 +00:00
ngx_crc32.h fix r1695 2007-12-08 22:12:37 +00:00
ngx_crc.h add includes 2006-10-19 08:16:29 +00:00
ngx_cycle.c the -q switch 2010-09-02 13:43:02 +00:00
ngx_cycle.h worker_rlimit_core should be off_t 2010-09-15 15:24:21 +00:00
ngx_file.c ngx_str_set() and ngx_str_null() 2010-05-14 09:56:37 +00:00
ngx_file.h FreeBSD and Linux AIO support 2009-08-28 08:12:35 +00:00
ngx_hash.c allow hash key values more than 255 bytes, it does not actually increase mean 2010-05-13 12:52:45 +00:00
ngx_hash.h allow hash key values more than 255 bytes, it does not actually increase mean 2010-05-13 12:52:45 +00:00
ngx_inet.c fix u->one_addr handling in ngx_inet_resolve_host() 2011-02-17 15:01:16 +00:00
ngx_inet.h make ngx_inet6_ntop() non-static 2009-11-03 12:44:55 +00:00
ngx_list.c ngx_list_create() 2006-10-11 12:47:11 +00:00
ngx_list.h ngx_list_create() 2006-10-11 12:47:11 +00:00
ngx_log.c remove semicolon, because it is already in "nginx: " prefix 2011-02-21 11:47:28 +00:00
ngx_log.h try to use C99 variadic macros first: 2010-07-05 13:02:25 +00:00
ngx_md5.h style fix 2007-10-22 15:22:08 +00:00
ngx_open_file_cache.c use non-blocking open() not to hang on FIFO files, etc. 2010-04-21 15:59:36 +00:00
ngx_open_file_cache.h read_ahead 2009-09-30 13:21:52 +00:00
ngx_output_chain.c file AIO read may be posted inside loop 2010-10-12 12:06:52 +00:00
ngx_palloc.c fix r3331: 2009-12-17 12:25:46 +00:00
ngx_palloc.h fix r3331: 2009-12-17 12:25:46 +00:00
ngx_parse.c allow time without spaces in ngx_parse_time() 2008-04-17 14:23:20 +00:00
ngx_parse.h allow time without spaces in ngx_parse_time() 2008-04-17 14:23:20 +00:00
ngx_queue.c new ngx_queue functions 2008-05-24 14:10:01 +00:00
ngx_queue.h new ngx_queue functions 2008-05-24 14:10:01 +00:00
ngx_radix_tree.c fix comment 2008-12-02 16:50:56 +00:00
ngx_radix_tree.h nginx-0.1.19-RELEASE import 2005-02-16 13:40:36 +00:00
ngx_rbtree.c clean rbtree node for all removals 2007-12-21 15:32:51 +00:00
ngx_rbtree.h ngx_rbtree_init() 2007-12-03 12:17:15 +00:00
ngx_regex.c fix pcre allocation on Win32, the bug had been introduced in r3326 2009-11-17 10:24:45 +00:00
ngx_regex.h regex named captures 2009-11-16 12:19:02 +00:00
ngx_resolver.c decrease resolver errors level to error 2010-09-27 11:23:45 +00:00
ngx_resolver.h add context to a resolver log 2010-01-11 11:01:02 +00:00
ngx_sha1.h style fix 2007-10-22 15:22:08 +00:00
ngx_shmtx.c fix building on platforms with non-supported atomic operations 2007-02-11 07:49:12 +00:00
ngx_shmtx.h compatibility with Tru64 UNIX: fcntl(F_SETLK, F_WRLCK) returns EINVAL if busy 2009-03-13 14:53:30 +00:00
ngx_slab.c fix building by BCC without NGX_DEBUG_MALLOC 2009-04-15 19:44:41 +00:00
ngx_slab.h test that zone has the same addresses in different processes 2009-06-02 13:57:59 +00:00
ngx_spinlock.c nginx-0.3.27-RELEASE import 2006-02-08 15:33:12 +00:00
ngx_string.c new ngx_http_secure_link_module with secure_link, secure_link_md5, and 2010-09-02 14:37:16 +00:00
ngx_string.h new ngx_http_secure_link_module with secure_link, secure_link_md5, and 2010-09-02 14:37:16 +00:00
ngx_times.c fix building by ICC8, the bug had been introduced in r3476 2010-05-31 14:44:17 +00:00
ngx_times.h *) introduce ngx_time_sigsafe_update() to update the error log time only 2010-03-25 09:10:10 +00:00