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-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
2009-03-12ignore EINVAL from setsockopt() on SolarisIgor Sysoev
2009-03-12bump versionIgor Sysoev
2009-03-11fix segfaults introduced in r2549 and r2550Igor Sysoev
2009-03-11bump versionIgor Sysoev
2009-03-09fix segfaults introduced in r2550Igor Sysoev
2009-03-06style fix: remove tabsIgor Sysoev
2009-03-06XFS on Linux does not set dirent.d_type,Igor Sysoev
2009-03-06captures support in server_nameIgor Sysoev
2009-03-06captures support in location and aliasIgor Sysoev
2009-03-06now regex captures are per-request entitiesIgor Sysoev
2009-03-05pclcf->regex_locations are used with PCRE onlyIgor Sysoev
2009-03-05bump versionIgor Sysoev
2009-03-01fix postponed zlib memory allocation, introduced in r2411Igor Sysoev
2009-03-01fix case when the first try is shorter then URIIgor Sysoev
2009-02-25lower ECONNRESET levelIgor Sysoev
2009-02-25fix segfault introduced in r2486 in $sent_http_location processingIgor Sysoev
2009-02-24fix the previous commitIgor Sysoev
2009-02-24prepare ngx_ptocidr() for IPv6Igor Sysoev
2009-02-24small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev
2009-02-24use variable for often used fieldIgor Sysoev
2009-02-24move r->virtual_names to ngx_http_core_srv_conf_tIgor Sysoev
2009-02-24axe r->port_textIgor Sysoev
2009-02-24remove seldom used variableIgor Sysoev
2009-02-24fix r2530Igor Sysoev
2009-02-24axe unneeded port fieldIgor Sysoev
2009-02-24axe r->portIgor Sysoev
2009-02-24axe r->in_addrIgor Sysoev
2009-02-24bump versionIgor Sysoev
2009-02-23name/password were ignored after odd empty linesIgor Sysoev
2009-02-23add auth basic failure loggingIgor Sysoev
2009-02-23fix messageIgor Sysoev
2009-02-21fix NGX_SOCKADDRLEN, introduced in r2513Igor Sysoev
2009-02-21bump versionIgor Sysoev
2009-02-21fix upstream port, introduced in r2513Igor Sysoev
2009-02-21fix implicit listen, introduced in r2513Igor Sysoev
2009-02-21bump versionIgor Sysoev
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev
2009-02-18split ports, addresses, and server names preparation and optimizationIgor Sysoev
2009-02-18add debug loggingIgor Sysoev