Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-03-30fix FreeBSD before 7 building, broken in r2616Igor Sysoev
2009-03-30bump versionIgor Sysoev
2009-03-30bump versionIgor Sysoev
2009-03-30nginx_versionIgor Sysoev
2009-03-30introduce cache manager instead of cache cleanerIgor Sysoev
2009-03-30ngx_fs_bsize()Igor Sysoev
2009-03-29fix ngx_wsasend_chain()Igor Sysoev
2009-03-28update cpuid for Core 2 and AtomIgor Sysoev
2009-03-27delete duplicate error loggingIgor Sysoev
2009-03-27improve ngx_slab_alloc() error loggingIgor Sysoev
2009-03-27delete old debugging and infoIgor Sysoev
2009-03-27rename ngx_http_scrip_flush_complex_value()Igor Sysoev
2009-03-27fix plain text values using relative path in ngx_http_complex_value(),Igor Sysoev
2009-03-26fix alias with variables, but without captures,Igor Sysoev
2009-03-26delete unneeded conditionIgor Sysoev
2009-03-26fix add_header Last-Modified "", broken in r2589Igor Sysoev
2009-03-26fix logged long locked cache entry name and add countIgor Sysoev
2009-03-24fix segfault if ngx_read_file() will failIgor Sysoev
2009-03-24fastcgi cacheIgor Sysoev
2009-03-24unlink proxy_cache and proxy_cache_validIgor Sysoev
2009-03-24do not clean cache if memory cache keys zone is coldIgor Sysoev
2009-03-23fix the previous commitIgor Sysoev
2009-03-23axe old definition fieldsIgor Sysoev
2009-03-23bump versionIgor Sysoev
2009-03-23a prelimiary proxy cache supportIgor Sysoev
2009-03-22style fix: remove tabsIgor Sysoev
2009-03-22style fix: remove tabsIgor Sysoev
2009-03-22use complex value in error_pageIgor Sysoev
2009-03-22use complex values in add_header, auth_basic_user_file,Igor Sysoev
2009-03-22ngx_http_script_flush_complex_value()Igor Sysoev
2009-03-20add full path debug log in try_filesIgor Sysoev
2009-03-20allow try_files in server contextIgor Sysoev
2009-03-20fix directory test in try_filesIgor Sysoev
2009-03-19always run regex in server_name to get capturesIgor Sysoev
2009-03-19test wildcard tail hash existanceIgor Sysoev
2009-03-19split args in a try_files fallbackIgor Sysoev
2009-03-19ngx_http_split_args()Igor Sysoev
2009-03-18split ngx_http_script_compile()Igor Sysoev
2009-03-18bump versionIgor Sysoev
2009-03-18fix $server_addr for wildcard listen, the has been introduced in r2513Igor Sysoev
2009-03-18reserve space for r->uri, the bug has been introduced in r2566Igor Sysoev
2009-03-16delete unneeded variableIgor Sysoev
2009-03-16bump versionIgor Sysoev
2009-03-16auth_basic_user_file supports variablesIgor Sysoev
2009-03-14fix case when regex locaiton runs the second time via internal redirectIgor Sysoev
2009-03-14fix reserved mapped uri length if alias has capturesIgor Sysoev
2009-03-14remove unneeded incrementIgor Sysoev
2009-03-13compatibility with Tru64 UNIX: fcntl(F_SETLK, F_WRLCK) returns EINVAL if busyIgor Sysoev
2009-03-13ipv6onlyIgor Sysoev
2009-03-12fix building without PCRE, introduced in r2553Igor Sysoev