..
nginx.c
Fixed the -p parameter handling.
2012-08-03 12:52:32 +00:00
nginx.h
Version bump.
2012-07-31 21:47:56 +00:00
ngx_array.c
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_array.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_buf.c
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_buf.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_conf_file.c
Improved diagnostics when a directive is specified in the wrong context.
2012-07-29 19:59:06 +00:00
ngx_conf_file.h
Improved diagnostics when a directive is specified in the wrong context.
2012-07-29 19:59:06 +00:00
ngx_config.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_connection.c
Core: ipv6only is now on by default.
2012-07-30 12:27:06 +00:00
ngx_connection.h
Core: ipv6only is now on by default.
2012-07-30 12:27:06 +00:00
ngx_core.h
Added disable_symlinks directive.
2012-02-13 16:29:04 +00:00
ngx_cpuinfo.c
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_crc.h
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_crypt.c
Crypt: fixed handling of corrupted SSHA entries in password file.
2012-08-16 12:05:58 +00:00
ngx_crypt.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_cycle.c
Reorder checks in ngx_shared_memory_add() for more consistent error messages.
2012-08-01 14:37:08 +00:00
ngx_cycle.h
worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
2012-03-21 13:58:51 +00:00
ngx_file.c
Fixed spelling in multiline C comments.
2012-04-03 07:37:31 +00:00
ngx_file.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_hash.c
Fixed handling of conflicting wildcard server names.
2012-06-18 14:06:00 +00:00
ngx_hash.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_inet.c
Support for IPv6 literals in proxy_pass and so on.
2012-06-04 14:07:34 +00:00
ngx_inet.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_list.c
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_list.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_log.c
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_log.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_md5.c
Reverted incorrect change in internal md5 (part of r3928).
2011-11-14 13:38:02 +00:00
ngx_md5.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_murmurhash.c
ngx_murmur_hash2()
2011-04-15 10:59:24 +00:00
ngx_murmurhash.h
Comment fixed.
2012-04-05 19:49:34 +00:00
ngx_open_file_cache.c
Fix of rbtree lookup on hash collisions.
2012-02-27 22:15:39 +00: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
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_palloc.c
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_palloc.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_parse.c
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_parse.h
Time parsing cleanup.
2012-02-13 15:41:11 +00: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
Radix tree preallocation fix.
2012-08-18 23:17:58 +00:00
ngx_radix_tree.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_rbtree.c
Fixed signed integer overflows in timer code (ticket #145 ).
2012-04-06 23:46:09 +00:00
ngx_rbtree.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_regex.c
Fixed the ngx_regex.h header file compatibility with C++.
2012-05-17 13:47:04 +00: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 memory leak in ngx_resolver_create().
2012-08-06 10:48:09 +00:00
ngx_resolver.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_sha1.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_shmtx.c
Fixed typo in a function name.
2012-07-03 13:06:40 +00:00
ngx_shmtx.h
Fixed typo in a function name.
2012-07-03 13:06:40 +00:00
ngx_slab.c
Reduced the number of preprocessor directives.
2012-07-26 14:47:42 +00:00
ngx_slab.h
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_spinlock.c
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_string.c
Added "const" to ngx_memcpy() with NGX_MEMCPY_LIMIT defined.
2012-08-03 09:07:30 +00:00
ngx_string.h
Added "const" to ngx_memcpy() with NGX_MEMCPY_LIMIT defined.
2012-08-03 09:07:30 +00:00
ngx_times.c
Fixed possible use of old cached times if runtime went backwards.
2012-08-03 09:10:39 +00:00
ngx_times.h
Copyright updated.
2012-01-18 15:07:43 +00:00