.. |
nginx.c
|
fix r3211
|
2009-10-26 12:00:37 +00:00 |
nginx.h
|
bump version
|
2009-11-11 12:30:36 +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
|
cf->conf_file->file.name.data may be uninitialized, if an allocation failed;
|
2009-11-05 17:10:48 +00:00 |
ngx_conf_file.h
|
*) increase ngx_conf_log_error() buffer
|
2008-11-25 13:00:53 +00:00 |
ngx_config.h
|
dynamic accept threshold
|
2008-09-19 12:47:13 +00:00 |
ngx_connection.c
|
allow to inherit unix domain sockets while online upgrade
|
2009-11-04 18:36:43 +00:00 |
ngx_connection.h
|
delete unused field c->local_socklen
|
2009-11-01 19:29:49 +00:00 |
ngx_core.h
|
FreeBSD and Linux AIO support
|
2009-08-28 08:12:35 +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
|
use lowcase only hostname
|
2009-10-21 17:04:13 +00:00 |
ngx_cycle.h
|
*) refactor error_log processing: listen socket log might inherit built-in
|
2009-04-30 13:53:42 +00:00 |
ngx_file.c
|
ignore EACCES errors for top level directories in ngx_create_full_path()
|
2009-10-14 11:46:09 +00:00 |
ngx_file.h
|
FreeBSD and Linux AIO support
|
2009-08-28 08:12:35 +00:00 |
ngx_hash.c
|
style fix
|
2009-09-13 06:25:54 +00:00 |
ngx_hash.h
|
ngx_hash_strlow()
|
2008-08-04 10:18:36 +00:00 |
ngx_inet.c
|
ngx_ptocidr() supports IPv6
|
2009-11-03 13:42:25 +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
|
*) refactor error_log processing: listen socket log might inherit built-in
|
2009-04-30 13:53:42 +00:00 |
ngx_log.h
|
*) refactor error_log processing: listen socket log might inherit built-in
|
2009-04-30 13:53:42 +00:00 |
ngx_md5.h
|
style fix
|
2007-10-22 15:22:08 +00:00 |
ngx_open_file_cache.c
|
read_ahead
|
2009-09-30 13:21:52 +00:00 |
ngx_open_file_cache.h
|
read_ahead
|
2009-09-30 13:21:52 +00:00 |
ngx_output_chain.c
|
uniform ngx_directio_on/off() interface with other file functions
|
2009-09-25 14:17:28 +00:00 |
ngx_palloc.c
|
Linux/SPARC malloc() returns an address aligned to 8. This conflicts with
|
2009-09-30 12:56:44 +00:00 |
ngx_palloc.h
|
do not test a pool block space if we can not allocated from the block 4 times
|
2009-06-05 13:27:12 +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
|
*) back out r2040
|
2008-06-17 15:00:30 +00:00 |
ngx_regex.h
|
ngx_regex_exec_array()
|
2007-12-27 13:15:08 +00:00 |
ngx_resolver.c
|
use ngx_resolver_alloc() instead of ngx_resolver_calloc()
|
2009-11-11 14:29:20 +00:00 |
ngx_resolver.h
|
rename ngx_peer_addr_t to ngx_addr_t
|
2009-11-02 15:14:17 +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
|
optimize some cycles:
|
2009-11-02 17:12:09 +00:00 |
ngx_string.h
|
If .domain.com, .sub.domain.com, and .domain-some.com were defined,
|
2009-09-12 09:28:37 +00:00 |
ngx_times.c
|
ngx_timezone_update()
|
2008-08-30 19:52:07 +00:00 |
ngx_times.h
|
ngx_next_time()
|
2008-08-11 15:28:15 +00:00 |