| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-05-14 | use ngx_min() and ngx_max() | Igor Sysoev | 1 | -8/+3 | |
| 2010-05-14 | ngx_atofp() | Igor Sysoev | 1 | -0/+50 | |
| 2010-05-12 | fix rounding issues in %f format | Igor Sysoev | 1 | -1/+1 | |
| 2010-05-12 | use double in %f format to allow %.15f precision | Igor Sysoev | 1 | -3/+3 | |
| 2010-04-01 | escape ampersand in argument while rewrite | Igor Sysoev | 1 | -2/+2 | |
| 2010-01-11 | fix ngx_utf8_cpystrn(): it did not fully copy utf-8 string | Igor Sysoev | 1 | -3/+1 | |
| 2009-11-02 | optimize some cycles: | Igor Sysoev | 1 | -9/+14 | |
| *) delete surplus variable; *) on i386/amd64 "while (n) / n--" is smaller than "while (n--)", because the platforms have no postfix operations | |||||
| 2009-09-12 | If .domain.com, .sub.domain.com, and .domain-some.com were defined, | Igor Sysoev | 1 | -0/+31 | |
| then .sub.domain.com was matched by .domain.com: wildcard names hash was built incorrectly due to sorting order issue of "." vs "-". They were sorted as com.domain com.domain-some com.domain.sub while they should be sorted as com.domain com.domain.sub com.domain-some for correct hash building | |||||
| 2009-09-11 | style fix | Igor Sysoev | 1 | -9/+9 | |
| 2009-08-26 | fix typo | Igor Sysoev | 1 | -1/+1 | |
| 2009-06-05 | change surplus for() to while() | Igor Sysoev | 1 | -1/+4 | |
| 2009-04-27 | ngx_vslprintf(), ngx_slprintf() | Igor Sysoev | 1 | -10/+18 | |
| 2009-04-06 | backout r2677 and fix ngx_strlcasestrn() again | Igor Sysoev | 1 | -5/+1 | |
| 2009-04-06 | fix ngx_strlcasestrn() | Igor Sysoev | 1 | -0/+4 | |
| 2009-04-04 | ngx_strlcasestrn() | Igor Sysoev | 1 | -0/+33 | |
| 2008-11-10 | %f format | Igor Sysoev | 1 | -63/+137 | |
| 2008-08-04 | ngx_strlow() | Igor Sysoev | 1 | -0/+11 | |
| 2008-07-29 | rename ngx_utf_...() to ngx_utf8_...() | Igor Sysoev | 1 | -8/+8 | |
| 2008-07-25 | fix utf-8 names in autoindex | Igor Sysoev | 1 | -26/+30 | |
| 2008-06-17 | *) back out r2040 | Igor Sysoev | 1 | -1/+1 | |
| *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header | |||||
| 2008-03-24 | use ngx_int_t in ngx_sort() callback | Igor Sysoev | 1 | -1/+1 | |
| 2008-03-23 | use dynamically allocated buffer in ngx_sort() | Igor Sysoev | 1 | -5/+11 | |
| 2008-01-24 | limit string length | Igor Sysoev | 1 | -1/+3 | |
| 2008-01-24 | use correct type cast | Igor Sysoev | 1 | -1/+1 | |
| 2008-01-22 | allow zero length in %*s | Igor Sysoev | 1 | -2/+2 | |
| 2007-12-24 | %*s format | Igor Sysoev | 1 | -3/+16 | |
| 2007-12-17 | replace ngx_md5_text() with ngx_hex_dump() | Igor Sysoev | 1 | -7/+6 | |
| 2007-11-09 | do not encode already encoded characters in msie_refresh | Igor Sysoev | 1 | -1/+1 | |
| 2007-10-22 | unescape SSI include | Igor Sysoev | 1 | -3/+15 | |
| 2007-10-09 | style fix: remove trailing spaces | Igor Sysoev | 1 | -3/+3 | |
| 2007-10-01 | ngx_strnstr() | Igor Sysoev | 1 | -0/+34 | |
| 2007-10-01 | add comment | Igor Sysoev | 1 | -0/+6 | |
| 2007-09-27 | ngx_escape_html() | Igor Sysoev | 1 | -0/+61 | |
| 2007-09-26 | ngx_strstrn() and ngx_strcasestrn() | Igor Sysoev | 1 | -0/+49 | |
| 2007-09-26 | fix comment | Igor Sysoev | 1 | -1/+1 | |
| 2007-08-20 | use %v for ngx_variable_value_t in ngx_sprintf(), | Igor Sysoev | 1 | -4/+17 | |
| this fixes nginx on FreeBSD/sparc64 | |||||
| 2007-08-20 | escape " ", "%", and %00-%1F in login and password | Igor Sysoev | 1 | -6/+9 | |
| 2007-07-22 | escape space, etc in $memcached_key | Igor Sysoev | 1 | -1/+21 | |
| 2007-07-17 | Sun Studio on sparc uses different bit order | Igor Sysoev | 1 | -14/+14 | |
| 2007-07-13 | msie_refresh should escape at least '"' to prevent XSS | Igor Sysoev | 1 | -11/+23 | |
| 2007-07-13 | "?" should not be escaped | Igor Sysoev | 1 | -1/+1 | |
| 2007-05-21 | ngx_sort | Igor Sysoev | 1 | -0/+27 | |
| 2007-02-14 | ngx_strcasecmp()/ngx_strncasecmp() | Igor Sysoev | 1 | -0/+62 | |
| 2007-01-12 | ngx_strn2cmp() > ngx_memn2cmp() | Igor Sysoev | 1 | -2/+2 | |
| 2007-01-12 | ngx_strn2cmp() | Igor Sysoev | 1 | -0/+25 | |
| 2006-10-28 | style fix | Igor Sysoev | 1 | -60/+64 | |
| 2006-10-28 | undo the previous wrong commit | Igor Sysoev | 1 | -64/+60 | |
| 2006-10-28 | bad commit | Igor Sysoev | 1 | -60/+64 | |
| 2006-10-16 | decrease number of branches | Igor Sysoev | 1 | -7/+4 | |
| 2006-06-28 | nginx-0.3.50-RELEASE importrelease-0.3.50 | Igor Sysoev | 1 | -4/+70 | |
| *) Change: the "proxy_redirect_errors" and "fastcgi_redirect_errors" directives was renamed to the "proxy_intercept_errors" and "fastcgi_intercept_errors" directives. *) Feature: the ngx_http_charset_module supports the recoding from the single byte encodings to the UTF-8 encoding and back. *) Feature: the "X-Accel-Charset" response header line is supported in proxy and FastCGI mode. *) Bugfix: the "\" escape symbol in the "\"" and "\'" pairs in the SSI command was removed only if the command also has the "$" symbol. *) Bugfix: the "<!--" string might be added on some conditions in the SSI after inclusion. *) Bugfix: if the "Content-Length: 0" header line was in response, then in nonbuffered proxying mode the client connection was not closed. | |||||
