aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_variables.c
Commit message (Expand)AuthorAge
* change ngx_http_variable_value_node_t to more generic ngx_str_node_tIgor Sysoev2010-06-23
* ngx_str_set() and ngx_str_null()Igor Sysoev2010-05-14
* change processing variables accessed by SSI and perl module:Igor Sysoev2010-04-22
* make $arg_ variables non-cacheableIgor Sysoev2010-04-22
* make $request_method non-cacheableIgor Sysoev2010-03-03
* fix $upstream_http_ variable prefix lengthIgor Sysoev2010-02-15
* named captures worked for two names onlyIgor Sysoev2010-01-11
* fix building without PCRE, the bug had been introduced in r3326Igor Sysoev2009-11-23
* evaluate maximum captures size on configuration phaseIgor Sysoev2009-11-16
* fix captures in "rewrite", the bug had been introduced in r3326Igor Sysoev2009-11-16
* regex named capturesIgor Sysoev2009-11-16
* fix segfault if $limit_rate was loggedIgor Sysoev2009-11-03
* use sin6_addr.s6_addr instead of "(u_char *) & .sin6_addr"Igor Sysoev2009-11-02
* allow to log invalid $request in access_log always,Igor Sysoev2009-09-21
* fix segfault introduced in r2845Igor Sysoev2009-05-22
* use ngx_connection_local_sockaddr() instead of ngx_http_server_addr()Igor Sysoev2009-05-18
* $request_body variableIgor Sysoev2009-05-14
* fix segfault introduced in r2486 in $sent_http_location processingIgor Sysoev2009-02-24
* small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev2009-02-24
* axe r->port_textIgor Sysoev2009-02-24
* a prelimiary IPv6 support, HTTP listenIgor Sysoev2009-02-21
* fix $sent_http_location for local redirectsIgor Sysoev2009-01-30
* ngx_http_arg()Igor Sysoev2008-12-22
* $cookie_... variable did not for SSI and perlIgor Sysoev2008-12-01
* variable value rbtree supportIgor Sysoev2008-11-22
* $cookie_... variableIgor Sysoev2008-11-12
* $realpath_rootIgor Sysoev2008-09-27
* $pidIgor Sysoev2008-09-15
* remove unused #include'sIgor Sysoev2008-09-05
* *) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()Igor Sysoev2008-08-21
* $arg_... variableIgor Sysoev2008-08-04
* ngx_strlow()Igor Sysoev2008-08-04
* *) back out r2040Igor Sysoev2008-06-17
* $hostname variableIgor Sysoev2008-05-16
* *) host in request line has priorityIgor Sysoev2008-05-15
* axe useless r->server_nameIgor Sysoev2007-12-30
* use ngx_http_server_addr()Igor Sysoev2007-12-29
* fix English grammarIgor Sysoev2007-10-14
* --sysconfdir=DIRIgor Sysoev2007-07-29
* $is_argsIgor Sysoev2007-07-29
* allow to set $argsIgor Sysoev2007-07-29
* $nginx_versionIgor Sysoev2007-07-22
* Sun Studio on sparc uses different bit orderIgor Sysoev2007-07-17
* fix segfault introduced in r1190Igor Sysoev2007-05-02
* $upstream_http_... should be uncacheableIgor Sysoev2007-04-19
* $upstream_http_... variablesIgor Sysoev2007-04-10
* style fixIgor Sysoev2007-03-29
* optimize $http_x_forwarded_forIgor Sysoev2007-02-15
* ngx_http_variable_binary_remote_addr()Igor Sysoev2007-01-07
* $binary_remote_addrIgor Sysoev2007-01-07