..
nginx.c
move ngx_strerror_init() at the very start
2010-11-29 15:00:02 +00:00
nginx.h
bump version
2011-08-02 12:39:38 +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
use memmove() in appropriate places
2011-04-12 08:02:46 +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
fix SSL connection issues on platforms with 32-bit off_t
2011-07-22 12:53:04 +00:00
ngx_connection.c
reuse keepalive connections if there are no free worker connections
2011-04-04 12:26:53 +00:00
ngx_connection.h
reuse keepalive connections if there are no free worker connections
2011-04-04 12:26:53 +00:00
ngx_core.h
ngx_murmur_hash2()
2011-04-15 10:59:24 +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_crypt.c
fix building on FreeBSD 6 or earlier against system md5
2011-05-27 13:30:53 +00:00
ngx_crypt.h
"$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module
2011-05-16 14:54:50 +00:00
ngx_cycle.c
A new fix for the case when ssl_session_cache defined, but ssl is not
2011-08-04 11:12:30 +00:00
ngx_cycle.h
reuse keepalive connections if there are no free worker connections
2011-04-04 12:26:53 +00:00
ngx_file.c
elimination of reading cache files by cache loader
2011-07-24 19:46:53 +00:00
ngx_file.h
elimination of reading cache files by cache loader
2011-07-24 19:46:53 +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 segfault in IPv6 parsing while processing invalid IPv4 address X.YYYY.Z
2011-04-15 13:50:27 +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
Complain on invalid log levels.
2011-08-18 21:48:13 +00:00
ngx_log.h
try to use C99 variadic macros first:
2010-07-05 13:02:25 +00:00
ngx_md5.c
fix building by MSVC
2011-07-18 15:00:05 +00:00
ngx_md5.h
make built-in ngx_md5_update() interface consistent with other implemenations
2011-05-27 10:00:46 +00:00
ngx_murmurhash.c
ngx_murmur_hash2()
2011-04-15 10:59:24 +00:00
ngx_murmurhash.h
ngx_murmur_hash2()
2011-04-15 10:59:24 +00:00
ngx_open_file_cache.c
Use more precise stat.st_blocks to account cache size on Unix
2011-04-22 10:06:43 +00:00
ngx_open_file_cache.h
Use more precise stat.st_blocks to account cache size on Unix
2011-04-22 10:06:43 +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
fix building by gcc 4.6 without --with-debug
2011-04-23 17:25:06 +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
use POSIX semaphores in shmtx instead of sched_yield()
2011-05-10 11:39:13 +00:00
ngx_shmtx.h
use POSIX semaphores in shmtx instead of sched_yield()
2011-05-10 11:39:13 +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
use memmove() in appropriate places
2011-04-12 08:02:46 +00:00
ngx_times.c
$time_iso8601 log variable
2011-03-16 15:46:57 +00:00
ngx_times.h
$time_iso8601 log variable
2011-03-16 15:46:57 +00:00