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
AgeCommit message (Expand)Author
2009-10-21add listen address in error messageIgor Sysoev
2009-10-21rename core_srv_conf fields to more understandable default_server and serverIgor Sysoev
2009-10-21*) move sockaddr to the listen optionsIgor Sysoev
2009-10-21fix r3218:Igor Sysoev
2009-10-21refactor http listen code: remove duplicate options fieldsIgor Sysoev
2009-10-21refactor http listen code:Igor Sysoev
2009-09-12If .domain.com, .sub.domain.com, and .domain-some.com were defined,Igor Sysoev
2009-05-18update comments missed in r2513Igor Sysoev
2009-05-17update variable name missed in r2513Igor Sysoev
2009-05-05ngx_create_listening()Igor Sysoev
2009-04-30*) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev
2009-04-09backout r2535: virtual names is a property of address:port pair,Igor Sysoev
2009-04-08style fixIgor Sysoev
2009-03-19always run regex in server_name to get capturesIgor Sysoev
2009-03-19test wildcard tail hash existanceIgor Sysoev
2009-03-13ipv6onlyIgor Sysoev
2009-02-24move r->virtual_names to ngx_http_core_srv_conf_tIgor Sysoev
2009-02-24axe r->port_textIgor Sysoev
2009-02-24axe unneeded port fieldIgor Sysoev
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev
2009-02-18split ports, addresses, and server names preparation and optimizationIgor Sysoev
2008-12-15try_filesIgor Sysoev
2008-09-05remove unused #include'sIgor Sysoev
2008-09-01*) listen sslIgor Sysoev
2008-09-01style fix: remove tabs and trailing spacesIgor Sysoev
2008-08-29set listen configuration to default server,Igor Sysoev
2008-08-27remove unused debug logIgor Sysoev
2008-08-13*) fix segfaults in types hashIgor Sysoev
2008-08-12use hash in gzip_types, ssi_types, and sub_filter_typesIgor Sysoev
2008-08-04test Content-Type via hash:Igor Sysoev
2008-08-04ngx_strlow()Igor Sysoev
2008-06-17*) back out r2040Igor Sysoev
2008-06-07fix building without PCRE introduced in r2023Igor Sysoev
2008-05-27*) add ngx_palloc_aligned() to allocate explicitlty aligned memoryIgor Sysoev
2008-05-24*) remove optimize_host_namesIgor Sysoev
2008-05-24locations treeIgor Sysoev
2008-05-22delete useless linesIgor Sysoev
2008-05-22axe never used variablesIgor Sysoev
2008-05-22split ngx_http_block() furtherIgor Sysoev
2008-05-22split ngx_http_block()Igor Sysoev
2008-05-22delete outdated debug logging that only causes segfault if enabledIgor Sysoev
2008-03-24use ngx_int_t in ngx_sort() callbackIgor Sysoev
2008-03-03fix r1490Igor Sysoev
2007-12-10move condition declarations inside blocks where they are usedIgor Sysoev
2007-09-15u_char* is enough to keep file nameIgor Sysoev
2007-08-12regex in server_nameIgor Sysoev
2007-08-12style fixIgor Sysoev
2007-07-29named locationIgor Sysoev
2007-06-11the "www.example.*" wildcard hash supportIgor Sysoev
2007-06-05use pointer to an array instead of array for inclusive locations inside locationIgor Sysoev