| 2007-08-28 |
Igor Sysoev | nginx-0.6.9-RELEASE release-0.6.9 |
commit | commitdiff | tree | snapshot |
| 2007-08-27 |
Igor Sysoev | return 400 response |
commit | commitdiff | tree | snapshot |
| 2007-08-27 |
Igor Sysoev | do not set read->eof, ready, and error prematurely |
commit | commitdiff | tree | snapshot |
| 2007-08-27 |
Igor Sysoev | cancel dynamic weights, |
commit | commitdiff | tree | snapshot |
| 2007-08-27 |
Igor Sysoev | optimize r->connection in ngx_http_finalize_request() |
commit | commitdiff | tree | snapshot |
| 2007-08-27 |
Igor Sysoev | cancel keep-alive and lingering close on EOF |
commit | commitdiff | tree | snapshot |
| 2007-08-27 |
Igor Sysoev | cancel discarding body on EOF |
commit | commitdiff | tree | snapshot |
| 2007-08-27 |
Igor Sysoev | mark connection as not ready, this fixes endless loop... |
commit | commitdiff | tree | snapshot |
| 2007-08-24 |
Igor Sysoev | add guard code to prevent endless loop |
commit | commitdiff | tree | snapshot |
| 2007-08-24 |
Igor Sysoev | update ip_hash to "backup" option |
commit | commitdiff | tree | snapshot |
| 2007-08-24 |
Igor Sysoev | set current peer to use it in ngx_http_upstream_free_ro... |
commit | commitdiff | tree | snapshot |
| 2007-08-24 |
Igor Sysoev | fix ip_hash on 64-bit platform |
commit | commitdiff | tree | snapshot |
| 2007-08-24 |
Igor Sysoev | fix trailing wildcard when two or more listen used... |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Igor Sysoev | add svg mime type |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Igor Sysoev | fix build on amd64 |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Igor Sysoev | release-0.6.8 tag |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Igor Sysoev | nginx-0.6.8-RELEASE release-0.6.8 |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Igor Sysoev | set delay only when almost whole sendfile_max_chunk... |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Igor Sysoev | test relative nginx.conf, this is compatible with old... |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Igor Sysoev | use %v for ngx_variable_value_t in ngx_sprintf(), |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Igor Sysoev | escape " ", "%", and %00-%1F in login and password |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Igor Sysoev | set worker_priority, worker_rlimit_nofile, worker_rlimi... |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Igor Sysoev | auto redirect lost arguments |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Igor Sysoev | release-0.6.7 tag |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Igor Sysoev | nginx-0.6.7-RELEASE release-0.6.7 |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Igor Sysoev | upstream sendfile bit was overridden by r->connection... |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Igor Sysoev | axe --sysconfdir=PATH |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Igor Sysoev | rename upgrade to upgrade1 |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Igor Sysoev | test http_auth absence |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Igor Sysoev | allow "http://" in auth_http URL |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Igor Sysoev | stop configuration on error |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Igor Sysoev | fix long loop |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Igor Sysoev | regex in valid_referers |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Igor Sysoev | regex in server_name |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Igor Sysoev | fix building by bcc without PCRE |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Igor Sysoev | style fix |
commit | commitdiff | tree | snapshot |
| 2007-08-10 |
Igor Sysoev | ignore meaningless bits in CIDR and warn about them |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Igor Sysoev | sort upstream weights |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Igor Sysoev | backup upstream servers |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Igor Sysoev | set default listen() backlog to 511 on all platforms... |
commit | commitdiff | tree | snapshot |
| 2007-08-07 |
Igor Sysoev | "down" server caused endless loop |
commit | commitdiff | tree | snapshot |
| 2007-08-07 |
Igor Sysoev | add debug info for Sun Studio |
commit | commitdiff | tree | snapshot |
| 2007-08-07 |
Igor Sysoev | omit unnecessary conditions |
commit | commitdiff | tree | snapshot |
| 2007-08-07 |
Igor Sysoev | discard request body before going to keep-alive state... |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Igor Sysoev | omit unnecessary XSRETURN_EMPTY |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Igor Sysoev | $r->discard_request_body |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Igor Sysoev | rename ngx_http_discard_body() to ngx_http_discard_requ... |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Igor Sysoev | block reading for level events |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Igor Sysoev | rename ngx_http_block_read() and ngx_http_test_read... |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Igor Sysoev | discard request body in cycle |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Igor Sysoev | move "Expires" header code to a separate function |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Igor Sysoev | move "Cache-Control" header code to specific handler |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Igor Sysoev | style fix |
commit | commitdiff | tree | snapshot |
| 2007-08-01 |
Igor Sysoev | use header specific handler in add_handler, |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Igor Sysoev | fix r1353 |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Igor Sysoev | release-0.6.6 tag |
commit | commitdiff | tree | snapshot |
| 2007-07-30 |
Igor Sysoev | nginx-0.6.6-RELEASE release-0.6.6 |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Igor Sysoev | make 64-bit ngx_int_t on 64-bit platforms |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Igor Sysoev | named location |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Igor Sysoev | --sysconfdir=DIR |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Igor Sysoev | $is_args |
commit | commitdiff | tree | snapshot |
| 2007-07-29 |
Igor Sysoev | allow to set $args |
commit | commitdiff | tree | snapshot |
| 2007-07-28 |
Igor Sysoev | fair upstream weight balancer |
commit | commitdiff | tree | snapshot |
| 2007-07-28 |
Igor Sysoev | fix building on amd64 by Sun Studio 11 and more early... |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Igor Sysoev | fix case when client has closed connection but upstream... |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Igor Sysoev | fix case when two directives |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Igor Sysoev | style fix |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Igor Sysoev | release-0.6.5 tag |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Igor Sysoev | nginx-0.6.5-RELEASE release-0.6.5 |
commit | commitdiff | tree | snapshot |
| 2007-07-22 |
Igor Sysoev | escape space, etc in $memcached_key |
commit | commitdiff | tree | snapshot |
| 2007-07-22 |
Igor Sysoev | omit unnecessary code |
commit | commitdiff | tree | snapshot |
| 2007-07-22 |
Igor Sysoev | add $nginx_version |
commit | commitdiff | tree | snapshot |
| 2007-07-22 |
Igor Sysoev | $nginx_version |
commit | commitdiff | tree | snapshot |
| 2007-07-21 |
Igor Sysoev | fix building on amd64 and add -xipo to the link stage |
commit | commitdiff | tree | snapshot |
| 2007-07-20 |
Igor Sysoev | IMAP AUTHENTICATE |
commit | commitdiff | tree | snapshot |
| 2007-07-20 |
Igor Sysoev | SMTP STARTTLS |
commit | commitdiff | tree | snapshot |
| 2007-07-20 |
Igor Sysoev | fix bug introduced by r1306 |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Igor Sysoev | exit cycle early, |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Igor Sysoev | fix potential double free(), |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Igor Sysoev | fix potential segfault, |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Igor Sysoev | fix memory leak, |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Igor Sysoev | release-0.6.4 tag |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Igor Sysoev | nginx-0.6.4-RELEASE release-0.6.4 |
commit | commitdiff | tree | snapshot |
| 2007-07-17 |
Igor Sysoev | Sun Studio on sparc uses different bit order |
commit | commitdiff | tree | snapshot |
| 2007-07-16 |
Igor Sysoev | Sun Studio 12 compatibility |
commit | commitdiff | tree | snapshot |
| 2007-07-15 |
Igor Sysoev | --with-cpu-opt=sparc32 and --with-cpu-opt=sparc64 |
commit | commitdiff | tree | snapshot |
| 2007-07-15 |
Igor Sysoev | fix building PCRE by SunStudio |
commit | commitdiff | tree | snapshot |
| 2007-07-15 |
Igor Sysoev | Solaris compatibility |
commit | commitdiff | tree | snapshot |
| 2007-07-15 |
Igor Sysoev | icc/sunc and PCRE-7.1+ compatibility |
commit | commitdiff | tree | snapshot |
| 2007-07-13 |
Igor Sysoev | msie_refresh should escape at least '"' to prevent XSS |
commit | commitdiff | tree | snapshot |
| 2007-07-13 |
Igor Sysoev | "?" should not be escaped |
commit | commitdiff | tree | snapshot |
| 2007-07-13 |
Igor Sysoev | dav_access uses ngx_conf_set_access_slot() |
commit | commitdiff | tree | snapshot |
| 2007-07-13 |
Igor Sysoev | proxy_store and fastcgi_store were changed, |
commit | commitdiff | tree | snapshot |
| 2007-07-12 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2007-07-12 |
Igor Sysoev | release-0.6.3 tag |
commit | commitdiff | tree | snapshot |
| next |