summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_variables.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2009-11-16evaluate maximum captures size on configuration phaseIgor Sysoev1-1/+1
2009-11-16fix captures in "rewrite", the bug had been introduced in r3326Igor Sysoev1-1/+1
2009-11-16regex named capturesIgor Sysoev1-0/+151
2009-11-03fix segfault if $limit_rate was loggedIgor Sysoev1-1/+25
2009-11-02use sin6_addr.s6_addr instead of "(u_char *) & .sin6_addr"Igor Sysoev1-1/+1
2009-09-21allow to log invalid $request in access_log always,Igor Sysoev1-2/+39
before it was logged only if error_log was set to info or debug level
2009-05-22fix segfault introduced in r2845Igor Sysoev1-1/+4
2009-05-18use ngx_connection_local_sockaddr() instead of ngx_http_server_addr()Igor Sysoev1-2/+2
2009-05-14$request_body variableIgor Sysoev1-0/+56
2009-02-24fix segfault introduced in r2486 in $sent_http_location processingIgor Sysoev1-1/+6
2009-02-24small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev1-7/+4
2009-02-24axe r->port_textIgor Sysoev1-2/+35
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev1-19/+55
2009-01-30fix $sent_http_location for local redirectsIgor Sysoev1-0/+25
2008-12-22ngx_http_arg()Igor Sysoev1-40/+12
2008-12-01$cookie_... variable did not for SSI and perlIgor Sysoev1-1/+3
2008-11-22variable value rbtree supportIgor Sysoev1-0/+84
2008-11-12$cookie_... variableIgor Sysoev1-0/+44
2008-09-27$realpath_rootIgor Sysoev1-0/+60
2008-09-15$pidIgor Sysoev1-0/+26
2008-09-05remove unused #include'sIgor Sysoev1-1/+0
2008-08-21*) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()Igor Sysoev1-1/+1
*) use ngx_snprintf() in ngx_inet_ntop() and ngx_sock_ntop() as they are called just once per connection *) NGX_INET_ADDRSTRLEN
2008-08-04$arg_... variableIgor Sysoev1-0/+74
2008-08-04ngx_strlow()Igor Sysoev1-6/+2
2008-06-17*) back out r2040Igor Sysoev1-9/+9
*) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header
2008-05-16$hostname variableIgor Sysoev1-0/+19
2008-05-15*) host in request line has priorityIgor Sysoev1-18/+7
*) allow several Host headers *) validate host
2007-12-30axe useless r->server_nameIgor Sysoev1-4/+27
2007-12-29use ngx_http_server_addr()Igor Sysoev1-17/+7
2007-10-14fix English grammarIgor Sysoev1-44/+44
2007-07-29--sysconfdir=DIRIgor Sysoev1-1/+3
2007-07-29$is_argsIgor Sysoev1-0/+26
2007-07-29allow to set $argsIgor Sysoev1-2/+19
2007-07-22$nginx_versionIgor Sysoev1-0/+20
2007-07-17Sun Studio on sparc uses different bit orderIgor Sysoev1-1/+1
2007-05-02fix segfault introduced in r1190Igor Sysoev1-3/+4
2007-04-19$upstream_http_... should be uncacheableIgor Sysoev1-0/+1
2007-04-10$upstream_http_... variablesIgor Sysoev1-3/+19
2007-03-29style fixIgor Sysoev1-1/+1
2007-02-15optimize $http_x_forwarded_forIgor Sysoev1-1/+1
2007-01-07ngx_http_variable_binary_remote_addr()Igor Sysoev1-17/+23
2007-01-07$binary_remote_addrIgor Sysoev1-5/+24
2006-12-15fix segfault when $host is used andIgor Sysoev1-1/+5
*) request is "GET http://host" without CR or LF, or timed out *) request is "GET http://host" with a large blank space
2006-11-23use host part in URLIgor Sysoev1-5/+12
2006-10-20NULL is short wayIgor Sysoev1-1/+1
2006-10-20fix segfault if $server_addr failedIgor Sysoev1-1/+1
2006-10-18downgrade gravity of getsockname() errorsIgor Sysoev1-2/+1
2006-10-12remove r->root_lengthIgor Sysoev1-1/+2
2006-10-11variable should not be found if no request body fileIgor Sysoev1-5/+1
2006-10-10$request_body_fileIgor Sysoev1-0/+30