An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http:
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
nginx/src/core
Ruslan Ermilov 02cc52554f Simplified ngx_list_create(). 13 years ago
..
nginx.c Core: fixed handling of "stderr" in error_log. 13 years ago
nginx.h Version bump. 13 years ago
ngx_array.c Simplified ngx_array_create(). 13 years ago
ngx_array.h Moved ngx_array_t definition from ngx_core.h to ngx_array.h. 13 years ago
ngx_buf.c Copyright updated. 14 years ago
ngx_buf.h Copyright updated. 14 years ago
ngx_conf_file.c Core: strengthen configuration syntax checker. 13 years ago
ngx_conf_file.h Style: remove unnecessary references to HTTP from non-HTTP modules. 13 years ago
ngx_config.h Copyright updated. 14 years ago
ngx_connection.c Use NGX_FILE_ERROR for handling file operations errors. 13 years ago
ngx_connection.h Removed c->single_connection flag. 13 years ago
ngx_core.h Moved ngx_array_t definition from ngx_core.h to ngx_array.h. 13 years ago
ngx_cpuinfo.c Copyright updated. 14 years ago
ngx_crc.h Copyright updated. 14 years ago
ngx_crc32.c Copyright updated. 14 years ago
ngx_crc32.h Copyright updated. 14 years ago
ngx_crypt.c Added support for {SHA} passwords (ticket #50). 13 years ago
ngx_crypt.h Copyright updated. 14 years ago
ngx_cycle.c Core: moved initialization of log level. 13 years ago
ngx_cycle.h Core: fixed handling of "stderr" in error_log. 13 years ago
ngx_file.c Fixed handling of ngx_write_fd() and ngx_read_fd() errors. 13 years ago
ngx_file.h Correct plural form for "path" in the whole source base. 14 years ago
ngx_hash.c Fixed handling of conflicting wildcard server names. 14 years ago
ngx_hash.h Copyright updated. 14 years ago
ngx_inet.c Fixed "proxy_pass" with IP address and no port (ticket #276). 13 years ago
ngx_inet.h Implemented IPv6 support for URLs specified using domain names. 13 years ago
ngx_list.c Simplified ngx_list_create(). 13 years ago
ngx_list.h Copyright updated. 14 years ago
ngx_log.c Core: moved initialization of log level. 13 years ago
ngx_log.h Copyright updated. 14 years ago
ngx_md5.c Reverted incorrect change in internal md5 (part of r3928). 14 years ago
ngx_md5.h Copyright updated. 14 years ago
ngx_murmurhash.c ngx_murmur_hash2() 15 years ago
ngx_murmurhash.h Comment fixed. 14 years ago
ngx_open_file_cache.c Fix of rbtree lookup on hash collisions. 14 years ago
ngx_open_file_cache.h Disable symlinks: added the "from" parameter support to the open file cache. 14 years ago
ngx_output_chain.c Copyright updated. 14 years ago
ngx_palloc.c Copyright updated. 14 years ago
ngx_palloc.h Copyright updated. 14 years ago
ngx_parse.c Copyright updated. 14 years ago
ngx_parse.h Time parsing cleanup. 14 years ago
ngx_queue.c Copyright updated. 14 years ago
ngx_queue.h Copyright updated. 14 years ago
ngx_radix_tree.c Geo: IPv6 support. 13 years ago
ngx_radix_tree.h Geo: IPv6 support. 13 years ago
ngx_rbtree.c Fixed signed integer overflows in timer code (ticket #145). 14 years ago
ngx_rbtree.h Copyright updated. 14 years ago
ngx_regex.c Fixed the ngx_regex.h header file compatibility with C++. 14 years ago
ngx_regex.h Fixed the ngx_regex.h header file compatibility with C++. 14 years ago
ngx_resolver.c Resolver: added missing memory allocation error handling. 13 years ago
ngx_resolver.h Copyright updated. 14 years ago
ngx_sha1.h Copyright updated. 14 years ago
ngx_shmtx.c Fixed location of debug message in ngx_shmtx_lock(). 13 years ago
ngx_shmtx.h Fixed typo in a function name. 14 years ago
ngx_slab.c Fixed overflow if ngx_slab_alloc() is called with very big "size" argument. 14 years ago
ngx_slab.h Copyright updated. 14 years ago
ngx_spinlock.c Copyright updated. 14 years ago
ngx_string.c Added "const" to ngx_memcpy() with NGX_MEMCPY_LIMIT defined. 14 years ago
ngx_string.h Added "const" to ngx_memcpy() with NGX_MEMCPY_LIMIT defined. 14 years ago
ngx_times.c Fixed possible use of old cached times if runtime went backwards. 14 years ago
ngx_times.h Copyright updated. 14 years ago