| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-07-05 | listen setfib=X | Igor Sysoev | 5 | -0/+65 | |
| 2010-07-05 | fix case of partially matched patterns on buffer border in sub_filter | Igor Sysoev | 1 | -17/+36 | |
| 2010-07-05 | fix recognition of SSLv2 Client Hello Packet large than 255 bytes | Igor Sysoev | 1 | -1/+1 | |
| 2010-07-05 | try to use C99 variadic macros first: | Igor Sysoev | 1 | -10/+10 | |
| AIX 5.3's XL C has problems with GCC style variadic macros | |||||
| 2010-07-05 | fix building by owc12: GetLongPathName() is available since Win2K only | Igor Sysoev | 1 | -1/+1 | |
| 2010-07-03 | HP/UX uses EWOULDBLOCK instead of EAGAIN | Igor Sysoev | 1 | -1/+5 | |
| 2010-07-02 | do not use a cache headers set to hide | Igor Sysoev | 4 | -101/+4 | |
| 2010-07-02 | treat Set-Cookie as a header that forbids caching | Igor Sysoev | 2 | -1/+23 | |
| 2010-07-02 | update the previous commit | Igor Sysoev | 1 | -9/+0 | |
| 2010-07-02 | use shared ngx_http_upstream_ignore_headers_masks[] | Igor Sysoev | 6 | -31/+14 | |
| 2010-07-01 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-06-30 | remove r->zero_body unused since the previous commit | Igor Sysoev | 2 | -23/+15 | |
| 2010-06-30 | Fix processing | Igor Sysoev | 2 | -0/+5 | |
| error_page 502 504 /zero; location = /zero { return 204; } The bug has been introduced in r3634. The fix also allow to use: error_page 502 504 = /zero; location = /zero { return 200; } This case still does not work: error_page 502 504 /zero; location = /zero { return 200; } | |||||
| 2010-06-30 | change logic introduced in r3649: | Igor Sysoev | 1 | -37/+34 | |
| *) now $uid_set is cacheable again *) allow to see at any processing stage that uid cookie is remarked | |||||
| 2010-06-30 | style fix: remove tabs | Igor Sysoev | 1 | -10/+10 | |
| 2010-06-30 | set uid values for main request only | Igor Sysoev | 1 | -6/+6 | |
| 2010-06-30 | fix IPv6 listen socket handling while reconfiguring | Igor Sysoev | 1 | -1/+1 | |
| 2010-06-30 | fix ngx_write_file() buf | Igor Sysoev | 1 | -2/+2 | |
| 2010-06-30 | test binary geo range base size | Igor Sysoev | 1 | -1/+1 | |
| 2010-06-30 | test the second binary geo range base existence | Igor Sysoev | 1 | -0/+8 | |
| 2010-06-30 | test binary geo ranges base only for ranges | Igor Sysoev | 1 | -9/+11 | |
| 2010-06-30 | test binary gep range base mtime | Igor Sysoev | 1 | -1/+20 | |
| 2010-06-29 | binary geo ranges base cache | Igor Sysoev | 1 | -52/+407 | |
| 2010-06-29 | ngx_create_file_mapping() | Igor Sysoev | 4 | -0/+172 | |
| 2010-06-29 | change duplicate default geo range processing | Igor Sysoev | 1 | -12/+9 | |
| 2010-06-25 | fix building without IPv6 after the previous commit | Igor Sysoev | 1 | -1/+1 | |
| 2010-06-25 | Now $uid_set may be used at any time, r2013 states the same is wrong. | Igor Sysoev | 1 | -76/+110 | |
| Besides, now $uid_set is not cacheable and may have two values: before and after header filter processing. This allows to log case, when uid cookie is remarked. | |||||
| 2010-06-25 | make logic more clear | Igor Sysoev | 1 | -1/+1 | |
| 2010-06-25 | delete stale comments | Igor Sysoev | 1 | -4/+0 | |
| 2010-06-24 | eliminate a number of ranges: about 18,000 /16 networks are empty, | Igor Sysoev | 1 | -27/+22 | |
| this change saves about 70K/140K on 32/64-bit platforms | |||||
| 2010-06-24 | fix a bug when ngx_cpymem() returns a cast type: | Igor Sysoev | 1 | -2/+2 | |
| p = (type *) ngx_cpymem(...) | |||||
| 2010-06-24 | break cycle early | Igor Sysoev | 1 | -2/+2 | |
| 2010-06-23 | style fix | Igor Sysoev | 13 | -21/+22 | |
| 2010-06-23 | change ngx_http_variable_value_node_t to more generic ngx_str_node_t | Igor Sysoev | 5 | -111/+116 | |
| 2010-06-23 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-06-18 | ngx_http_scgi_module | Igor Sysoev | 1 | -0/+1674 | |
| 2010-06-18 | Test regex location if URI matches exactly to non-exact location. | Igor Sysoev | 1 | -3/+8 | |
| Revert a feature introduced in r2028. The feature confuses mostly, the only gain was not to test regex for a frequent request such as "/" in "locaiton /". | |||||
| 2010-06-18 | use ngx_http_send_response() in empty_gif | Igor Sysoev | 1 | -35/+9 | |
| 2010-06-18 | add files missed in the previuos commit | Igor Sysoev | 2 | -1/+26 | |
| 2010-06-18 | return code text | Igor Sysoev | 4 | -14/+53 | |
| 2010-06-18 | ngx_http_send_response() | Igor Sysoev | 2 | -0/+75 | |
| 2010-06-18 | 303 See Other | Igor Sysoev | 3 | -2/+11 | |
| 2010-06-15 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2010-06-15 | fix r3628 | Igor Sysoev | 2 | -25/+11 | |
| 2010-06-15 | make code more obviuos | Igor Sysoev | 2 | -10/+12 | |
| 2010-06-15 | use ngx_http_parse_status_line() | Igor Sysoev | 2 | -449/+24 | |
| 2010-06-15 | ngx_http_parse_status_line() | Igor Sysoev | 2 | -0/+215 | |
| 2010-06-15 | update the previous commit | Igor Sysoev | 1 | -4/+0 | |
| 2010-06-15 | support CGI-style response | Igor Sysoev | 1 | -4/+45 | |
| 2010-06-15 | style fix | Igor Sysoev | 1 | -1/+2 | |
