| 2009-09-14 |
Igor Sysoev | nginx-0.8.15-RELEASE release-0.8.15 |
commit | commitdiff | tree | snapshot |
| 2009-09-14 |
Igor Sysoev | test space between "~" and regex in server_name and... |
commit | commitdiff | tree | snapshot |
| 2009-09-14 |
Igor Sysoev | handle "/../" case more reliably |
commit | commitdiff | tree | snapshot |
| 2009-09-13 |
Igor Sysoev | fix request counter for X-Accel-Redirect, the bug was... |
commit | commitdiff | tree | snapshot |
| 2009-09-13 |
Igor Sysoev | fix case when the output filter should add incoming... |
commit | commitdiff | tree | snapshot |
| 2009-09-13 |
Igor Sysoev | style fix |
commit | commitdiff | tree | snapshot |
| 2009-09-12 |
Igor Sysoev | fix transparency in GIF |
commit | commitdiff | tree | snapshot |
| 2009-09-12 |
Igor Sysoev | If .domain.com, .sub.domain.com, and .domain-some.com... |
commit | commitdiff | tree | snapshot |
| 2009-09-11 |
Igor Sysoev | style fix |
commit | commitdiff | tree | snapshot |
| 2009-09-10 |
Igor Sysoev | fix request counter for rewrite or internal redirection... |
commit | commitdiff | tree | snapshot |
| 2009-09-10 |
Igor Sysoev | fail if no file aio was found |
commit | commitdiff | tree | snapshot |
| 2009-09-08 |
Igor Sysoev | increase request counter before an upstream cleanup... |
commit | commitdiff | tree | snapshot |
| 2009-09-08 |
Igor Sysoev | fix request counter handling in perl module for $r... |
commit | commitdiff | tree | snapshot |
| 2009-09-07 |
Igor Sysoev | do not pass incoming buf chain twice if data are ready, |
commit | commitdiff | tree | snapshot |
| 2009-09-07 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2009-09-07 |
Igor Sysoev | release-0.8.14 tag |
commit | commitdiff | tree | snapshot |
| 2009-09-07 |
Igor Sysoev | nginx-0.8.14-RELEASE release-0.8.14 |
commit | commitdiff | tree | snapshot |
| 2009-09-04 |
Igor Sysoev | fix the previous commit |
commit | commitdiff | tree | snapshot |
| 2009-09-04 |
Igor Sysoev | preload just a single byte to avoid testing file overrun |
commit | commitdiff | tree | snapshot |
| 2009-09-04 |
Igor Sysoev | clean cache updating state if a response has uncacheabl... |
commit | commitdiff | tree | snapshot |
| 2009-09-04 |
Igor Sysoev | fix request counter handling for perl handler, introduc... |
commit | commitdiff | tree | snapshot |
| 2009-09-04 |
Igor Sysoev | log offset passed to sendfile() |
commit | commitdiff | tree | snapshot |
| 2009-09-04 |
Igor Sysoev | small optimization |
commit | commitdiff | tree | snapshot |
| 2009-09-02 |
Igor Sysoev | discrease slightly ngx_http_parse_header_line() size: |
commit | commitdiff | tree | snapshot |
| 2009-09-01 |
Igor Sysoev | discard request body before returning 413 error, |
commit | commitdiff | tree | snapshot |
| 2009-09-01 |
Igor Sysoev | fix request counter handling while discarding body... |
commit | commitdiff | tree | snapshot |
| 2009-09-01 |
Igor Sysoev | use %*s instead of %V |
commit | commitdiff | tree | snapshot |
| 2009-09-01 |
Igor Sysoev | fix segfault when a header starts with "\rX" |
commit | commitdiff | tree | snapshot |
| 2009-09-01 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Igor Sysoev | release-0.8.13 tag |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Igor Sysoev | nginx-0.8.13-RELEASE release-0.8.13 |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Igor Sysoev | retry aio sendfile if data are ready |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Igor Sysoev | fix building on FreeBSD without --with-file-aio |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Igor Sysoev | release-0.8.12 tag |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Igor Sysoev | nginx-0.8.12-RELEASE release-0.8.12 |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Igor Sysoev | fix request counter handling for try_files, introduced... |
commit | commitdiff | tree | snapshot |
| 2009-08-30 |
Igor Sysoev | aio sendfile |
commit | commitdiff | tree | snapshot |
| 2009-08-30 |
Igor Sysoev | *) ngx_http_ephemeral |
commit | commitdiff | tree | snapshot |
| 2009-08-30 |
Igor Sysoev | refactor EAGAIN/EINTR processing |
commit | commitdiff | tree | snapshot |
| 2009-08-29 |
Igor Sysoev | use local variable and fix debug log message |
commit | commitdiff | tree | snapshot |
| 2009-08-29 |
Igor Sysoev | fix request counter for memcached, introduced in r3050 |
commit | commitdiff | tree | snapshot |
| 2009-08-29 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2009-08-28 |
Igor Sysoev | release-0.8.11 tag |
commit | commitdiff | tree | snapshot |
| 2009-08-28 |
Igor Sysoev | nginx-0.8.11-RELEASE release-0.8.11 |
commit | commitdiff | tree | snapshot |
| 2009-08-28 |
Igor Sysoev | fix build by msvc, introduced in r3054 |
commit | commitdiff | tree | snapshot |
| 2009-08-28 |
Igor Sysoev | do not create cache key in AIO invocation |
commit | commitdiff | tree | snapshot |
| 2009-08-28 |
Igor Sysoev | fix sending a cached file using AIO |
commit | commitdiff | tree | snapshot |
| 2009-08-28 |
Igor Sysoev | do not disable gzip for MSIE 6.0 SV1 in "gzip_disable... |
commit | commitdiff | tree | snapshot |
| 2009-08-28 |
Igor Sysoev | directio_alignment |
commit | commitdiff | tree | snapshot |
| 2009-08-28 |
Igor Sysoev | FreeBSD and Linux AIO support |
commit | commitdiff | tree | snapshot |
| 2009-08-28 |
Igor Sysoev | style fix |
commit | commitdiff | tree | snapshot |
| 2009-08-26 |
Igor Sysoev | axe r->connection->destroyed testing |
commit | commitdiff | tree | snapshot |
| 2009-08-26 |
Igor Sysoev | request reference counter |
commit | commitdiff | tree | snapshot |
| 2009-08-26 |
Igor Sysoev | twice termination delay only after SIGALRM, otherwise... |
commit | commitdiff | tree | snapshot |
| 2009-08-26 |
Igor Sysoev | style fix |
commit | commitdiff | tree | snapshot |
| 2009-08-26 |
Igor Sysoev | fix typo |
commit | commitdiff | tree | snapshot |
| 2009-08-26 |
Igor Sysoev | ignore SIGSYS |
commit | commitdiff | tree | snapshot |
| 2009-08-25 |
Igor Sysoev | *) move small declarations in appropriate places and... |
commit | commitdiff | tree | snapshot |
| 2009-08-25 |
Igor Sysoev | style fix |
commit | commitdiff | tree | snapshot |
| 2009-08-25 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2009-08-24 |
Igor Sysoev | release-0.8.10 tag |
commit | commitdiff | tree | snapshot |
| 2009-08-24 |
Igor Sysoev | nginx-0.8.10-RELEASE release-0.8.10 |
commit | commitdiff | tree | snapshot |
| 2009-08-24 |
Igor Sysoev | fix Linux "uname -r" version matching |
commit | commitdiff | tree | snapshot |
| 2009-08-23 |
Igor Sysoev | strict testing "access_log off" |
commit | commitdiff | tree | snapshot |
| 2009-08-23 |
Igor Sysoev | process upstream ETag header |
commit | commitdiff | tree | snapshot |
| 2009-08-23 |
Igor Sysoev | the flags should be bit-wide only |
commit | commitdiff | tree | snapshot |
| 2009-08-21 |
Igor Sysoev | *) share temporary number between workers |
commit | commitdiff | tree | snapshot |
| 2009-08-20 |
Igor Sysoev | test EXDEV after path creation |
commit | commitdiff | tree | snapshot |
| 2009-08-20 |
Igor Sysoev | fix copy failure logging and stale files removal, intro... |
commit | commitdiff | tree | snapshot |
| 2009-08-20 |
Igor Sysoev | fix copy destination name length, introduced in r3025 |
commit | commitdiff | tree | snapshot |
| 2009-08-19 |
Igor Sysoev | fix memory leak if GeoIP City database was used |
commit | commitdiff | tree | snapshot |
| 2009-08-19 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2009-08-17 |
Igor Sysoev | release-0.8.9 tag |
commit | commitdiff | tree | snapshot |
| 2009-08-17 |
Igor Sysoev | nginx-0.8.9-RELEASE release-0.8.9 |
commit | commitdiff | tree | snapshot |
| 2009-08-13 |
Igor Sysoev | fix building on 64-bit platforms, introduced in r3025 |
commit | commitdiff | tree | snapshot |
| 2009-08-13 |
Igor Sysoev | fix debug point for left open sockets |
commit | commitdiff | tree | snapshot |
| 2009-08-12 |
Igor Sysoev | refactor fastcgi stderr handling |
commit | commitdiff | tree | snapshot |
| 2009-08-12 |
Igor Sysoev | allow cross device temporary files atomic copying: |
commit | commitdiff | tree | snapshot |
| 2009-08-11 |
Igor Sysoev | NGX_ENOPATH |
commit | commitdiff | tree | snapshot |
| 2009-08-11 |
Igor Sysoev | win32 cache loader support |
commit | commitdiff | tree | snapshot |
| 2009-08-11 |
Igor Sysoev | style fix |
commit | commitdiff | tree | snapshot |
| 2009-08-10 |
Igor Sysoev | unlock incompletely loaded cache |
commit | commitdiff | tree | snapshot |
| 2009-08-10 |
Igor Sysoev | delete mistaken sleep in the previous commit |
commit | commitdiff | tree | snapshot |
| 2009-08-10 |
Igor Sysoev | cache loader process |
commit | commitdiff | tree | snapshot |
| 2009-08-10 |
Igor Sysoev | test cache path levels while reconfiguration |
commit | commitdiff | tree | snapshot |
| 2009-08-10 |
Igor Sysoev | introduce NGX_PROCESS_JUST_SPAWN and change field name... |
commit | commitdiff | tree | snapshot |
| 2009-08-10 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2009-08-10 |
Igor Sysoev | release-0.8.8 tag |
commit | commitdiff | tree | snapshot |
| 2009-08-10 |
Igor Sysoev | nginx-0.8.8-RELEASE release-0.8.8 |
commit | commitdiff | tree | snapshot |
| 2009-08-07 |
Igor Sysoev | fix segfault introduced in r3007 |
commit | commitdiff | tree | snapshot |
| 2009-08-04 |
Igor Sysoev | fix a garbage in a split fastcgi header |
commit | commitdiff | tree | snapshot |
| 2009-08-04 |
Igor Sysoev | continue to parse available fastcgi record after a... |
commit | commitdiff | tree | snapshot |
| 2009-07-31 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2009-07-27 |
Igor Sysoev | release-0.8.7 tag |
commit | commitdiff | tree | snapshot |
| 2009-07-27 |
Igor Sysoev | nginx-0.8.7-RELEASE release-0.8.7 |
commit | commitdiff | tree | snapshot |
| 2009-07-27 |
Igor Sysoev | ngx_http_upstream_create() to cleanup the previous... |
commit | commitdiff | tree | snapshot |
| 2009-07-27 |
Igor Sysoev | clear "Accept-Ranges" for SSI responses |
commit | commitdiff | tree | snapshot |
| 2009-07-27 |
Igor Sysoev | fix handling "Last-Modified" and "Accept-Ranges" for... |
commit | commitdiff | tree | snapshot |
| 2009-07-27 |
Igor Sysoev | allow to proxy_pass_header/fastcgi_pass_header "X-Accel... |
commit | commitdiff | tree | snapshot |
| next |