| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-07-29 | make 64-bit ngx_int_t on 64-bit platforms | Igor Sysoev | 22 | -167/+180 | |
| 2007-07-29 | named location | Igor Sysoev | 5 | -17/+124 | |
| 2007-07-29 | --sysconfdir=DIR | Igor Sysoev | 13 | -25/+38 | |
| 2007-07-29 | $is_args | Igor Sysoev | 1 | -0/+26 | |
| 2007-07-29 | allow to set $args | Igor Sysoev | 1 | -2/+19 | |
| 2007-07-28 | fair upstream weight balancer | Igor Sysoev | 2 | -36/+80 | |
| 2007-07-24 | fix case when client has closed connection but upstream buffer is not empty | Igor Sysoev | 1 | -3/+5 | |
| 2007-07-23 | fix case when two directives | Igor Sysoev | 1 | -0/+6 | |
| proxy_pass http://backend; proxy_pass https://backend; both use one port - 80 or 443, that was defined first. | |||||
| 2007-07-23 | style fix | Igor Sysoev | 1 | -0/+1 | |
| 2007-07-23 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-07-22 | escape space, etc in $memcached_key | Igor Sysoev | 3 | -11/+41 | |
| 2007-07-22 | omit unnecessary code | Igor Sysoev | 1 | -3/+0 | |
| 2007-07-22 | $nginx_version | Igor Sysoev | 1 | -0/+20 | |
| 2007-07-20 | IMAP AUTHENTICATE | Igor Sysoev | 4 | -112/+435 | |
| patch by Maxim Dounin | |||||
| 2007-07-20 | SMTP STARTTLS | Igor Sysoev | 4 | -1/+149 | |
| patch by Maxim Dounin | |||||
| 2007-07-19 | exit cycle early, | Igor Sysoev | 1 | -0/+2 | |
| found by Coverity's Scan | |||||
| 2007-07-19 | fix potential double free(), | Igor Sysoev | 1 | -2/+5 | |
| found by Coverity's Scan | |||||
| 2007-07-19 | fix potential segfault, | Igor Sysoev | 1 | -0/+3 | |
| found by Coverity's Scan | |||||
| 2007-07-19 | fix memory leak, | Igor Sysoev | 1 | -0/+1 | |
| found by Coverity's Scan | |||||
| 2007-07-17 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-07-17 | Sun Studio on sparc uses different bit order | Igor Sysoev | 6 | -41/+56 | |
| 2007-07-16 | Sun Studio 12 compatibility | Igor Sysoev | 3 | -2/+30 | |
| 2007-07-15 | --with-cpu-opt=sparc32 and --with-cpu-opt=sparc64 | Igor Sysoev | 1 | -1/+1 | |
| 2007-07-13 | msie_refresh should escape at least '"' to prevent XSS | Igor Sysoev | 3 | -16/+43 | |
| 2007-07-13 | "?" should not be escaped | Igor Sysoev | 1 | -1/+1 | |
| 2007-07-13 | dav_access uses ngx_conf_set_access_slot() | Igor Sysoev | 1 | -64/+2 | |
| 2007-07-13 | proxy_store and fastcgi_store were changed, | Igor Sysoev | 5 | -22/+171 | |
| proxy_store_access and fastcgi_store_access were added | |||||
| 2007-07-12 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-07-12 | proxy_store and fastcgi_store | Igor Sysoev | 6 | -4/+254 | |
| 2007-07-11 | style fix | Igor Sysoev | 1 | -0/+1 | |
| 2007-07-11 | style fix | Igor Sysoev | 1 | -3/+1 | |
| 2007-07-11 | reset errno | Igor Sysoev | 1 | -0/+4 | |
| 2007-07-11 | fix segfault when event port returns POLLERR without POLLIN or POLLOUT | Igor Sysoev | 1 | -0/+4 | |
| 2007-07-11 | fix segfault when CRAM-MD5 is not enabled but client tries it | Igor Sysoev | 1 | -2/+11 | |
| 2007-07-10 | fix memory allocation for auth_http_header | Igor Sysoev | 1 | -0/+1 | |
| 2007-07-10 | fix segfault when session was freed twice | Igor Sysoev | 5 | -35/+84 | |
| 2007-07-10 | proxy_ignore_client_abort, fastcgi_ignore_client_abort, and so on were | Igor Sysoev | 1 | -2/+23 | |
| broken by r1111 | |||||
| 2007-07-09 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-07-09 | fix headers split in FastCGI records | Igor Sysoev | 1 | -19/+92 | |
| 2007-07-08 | omit unnecessary conditions | Igor Sysoev | 1 | -6/+6 | |
| 2007-07-08 | when the FastCGI header was split in records, | Igor Sysoev | 1 | -1/+1 | |
| nginx passed garbage in the header to a client | |||||
| 2007-07-06 | add comment | Igor Sysoev | 1 | -0/+5 | |
| 2007-06-17 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-06-17 | if a subrequest was finished and SSI was in middle of SSI command parsing | Igor Sysoev | 1 | -2/+8 | |
| and the command was a fast subrequest then the second subrequest output was just after first subrequest output and response part of main request between the subrequests went after the second subrequest. | |||||
| 2007-06-17 | if "<!--" was on edge of buf, then ssi_sharp_state was saved in ctx->saved | Igor Sysoev | 1 | -0/+1 | |
| and if it was not reset, then any '#' was treated as SSI command start | |||||
| 2007-06-17 | if subrequest response was buffered in file, then subrequest was finalized | Igor Sysoev | 2 | -2/+15 | |
| with 0 code, ngx_http_writer() was not set, and response part in file was lost | |||||
| 2007-06-16 | fix building on threaded or multiplicity interpreter perl, | Igor Sysoev | 1 | -0/+11 | |
| the bug was introduced by previous commit | |||||
| 2007-06-15 | set worker's perl $$ | Igor Sysoev | 1 | -1/+12 | |
| 2007-06-14 | bump version | Igor Sysoev | 2 | -2/+2 | |
| 2007-06-11 | the "www.example.*" wildcard hash support | Igor Sysoev | 9 | -278/+451 | |
