| 2010-05-14 |
Igor Sysoev | ngx_str_set() and ngx_str_null() |
commit | commitdiff | tree | snapshot |
| 2010-05-14 |
Igor Sysoev | use ngx_min() and ngx_max() |
commit | commitdiff | tree | snapshot |
| 2010-05-14 |
Igor Sysoev | fix segfault: ngx_http_upstream_cleanup() cleans r... |
commit | commitdiff | tree | snapshot |
| 2010-05-14 |
Igor Sysoev | ngx_http_split_clients_module |
commit | commitdiff | tree | snapshot |
| 2010-05-14 |
Igor Sysoev | ngx_atofp() |
commit | commitdiff | tree | snapshot |
| 2010-05-13 |
Igor Sysoev | remove unused ./configure define's |
commit | commitdiff | tree | snapshot |
| 2010-05-13 |
Igor Sysoev | allow hash key values more than 255 bytes, it does... |
commit | commitdiff | tree | snapshot |
| 2010-05-13 |
Igor Sysoev | style fix: remove blank line |
commit | commitdiff | tree | snapshot |
| 2010-05-12 |
Igor Sysoev | style fix: remove blank line |
commit | commitdiff | tree | snapshot |
| 2010-05-12 |
Igor Sysoev | fix rounding issues in %f format |
commit | commitdiff | tree | snapshot |
| 2010-05-12 |
Igor Sysoev | use double in %f format to allow %.15f precision |
commit | commitdiff | tree | snapshot |
| 2010-04-23 |
Igor Sysoev | Zimbra IMAP server may return only 4 bytes: "+ \r\n" |
commit | commitdiff | tree | snapshot |
| 2010-04-23 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2010-04-22 |
Igor Sysoev | release-0.8.36 tag |
commit | commitdiff | tree | snapshot |
| 2010-04-22 |
Igor Sysoev | nginx-0.8.36-RELEASE release-0.8.36 |
commit | commitdiff | tree | snapshot |
| 2010-04-22 |
Igor Sysoev | use lstat() for WebDAV DELETE, COPY, and MOVE to handle... |
commit | commitdiff | tree | snapshot |
| 2010-04-22 |
Igor Sysoev | change processing variables accessed by SSI and perl... |
commit | commitdiff | tree | snapshot |
| 2010-04-22 |
Igor Sysoev | make $arg_ variables non-cacheable |
commit | commitdiff | tree | snapshot |
| 2010-04-21 |
Igor Sysoev | do not log misleading errno in "not a regular file... |
commit | commitdiff | tree | snapshot |
| 2010-04-21 |
Igor Sysoev | use non-blocking open() not to hang on FIFO files,... |
commit | commitdiff | tree | snapshot |
| 2010-04-21 |
Igor Sysoev | build nginx/Windows against OpenSSL-0.9.8n, since nginx... |
commit | commitdiff | tree | snapshot |
| 2010-04-21 |
Igor Sysoev | do not store an encoded variable value as a new cached... |
commit | commitdiff | tree | snapshot |
| 2010-04-06 |
Igor Sysoev | fix building without HTTP cache, the bug had been intro... |
commit | commitdiff | tree | snapshot |
| 2010-04-02 |
Igor Sysoev | copy OpenSSL-1.0.0 LICENSE for nginx/Windows zip |
commit | commitdiff | tree | snapshot |
| 2010-04-02 |
Igor Sysoev | fix building OpenSSL-1.0.0 on 64-bit Linux: |
commit | commitdiff | tree | snapshot |
| 2010-04-02 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2010-04-01 |
Igor Sysoev | release-0.8.35 tag |
commit | commitdiff | tree | snapshot |
| 2010-04-01 |
Igor Sysoev | nginx-0.8.35-RELEASE release-0.8.35 |
commit | commitdiff | tree | snapshot |
| 2010-04-01 |
Igor Sysoev | MSVC8 compatibility with OpenSSL 1.0.0 |
commit | commitdiff | tree | snapshot |
| 2010-04-01 |
Igor Sysoev | revert partially r1555 and fix the error "memcached... |
commit | commitdiff | tree | snapshot |
| 2010-04-01 |
Igor Sysoev | escape ampersand in argument while rewrite |
commit | commitdiff | tree | snapshot |
| 2010-04-01 |
Igor Sysoev | change ngx_http_ssi_filter and ngx_http_charset_filter... |
commit | commitdiff | tree | snapshot |
| 2010-04-01 |
Igor Sysoev | chunked_transfer_encoding |
commit | commitdiff | tree | snapshot |
| 2010-03-31 |
Igor Sysoev | do not add a port in redirect if we listen on unix... |
commit | commitdiff | tree | snapshot |
| 2010-03-30 |
Igor Sysoev | fix typo |
commit | commitdiff | tree | snapshot |
| 2010-03-30 |
Igor Sysoev | do not set file time in ngx_copy_file() if the time... |
commit | commitdiff | tree | snapshot |
| 2010-03-26 |
Igor Sysoev | fix comments |
commit | commitdiff | tree | snapshot |
| 2010-03-26 |
Igor Sysoev | use "rep; nop" instead of "pause" on Solaris/amd64 |
commit | commitdiff | tree | snapshot |
| 2010-03-26 |
Igor Sysoev | fix a comment and a style fix |
commit | commitdiff | tree | snapshot |
| 2010-03-25 |
Igor Sysoev | reset a parsing state to parse correctly an upstream... |
commit | commitdiff | tree | snapshot |
| 2010-03-25 |
Igor Sysoev | zlib 1.2.4 compatibility |
commit | commitdiff | tree | snapshot |
| 2010-03-25 |
Igor Sysoev | *) introduce ngx_time_sigsafe_update() to update the... |
commit | commitdiff | tree | snapshot |
| 2010-03-13 |
Igor Sysoev | *) use previously cached GMT offset value to update... |
commit | commitdiff | tree | snapshot |
| 2010-03-12 |
Igor Sysoev | do not update time in the timer signal handler, |
commit | commitdiff | tree | snapshot |
| 2010-03-12 |
Igor Sysoev | use sys_errlist[] in signal handler instead |
commit | commitdiff | tree | snapshot |
| 2010-03-10 |
Igor Sysoev | "proxy_redirect default" may not be used if a proxy_pas... |
commit | commitdiff | tree | snapshot |
| 2010-03-10 |
Igor Sysoev | fix proxy_redirect name in error message |
commit | commitdiff | tree | snapshot |
| 2010-03-10 |
Igor Sysoev | fix segfault if there was non cached large FastCGI... |
commit | commitdiff | tree | snapshot |
| 2010-03-10 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Igor Sysoev | release-0.8.34 tag |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Igor Sysoev | nginx-0.8.34-RELEASE release-0.8.34 |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Igor Sysoev | add 7z MIME type |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Igor Sysoev | add OpenSSL_add_all_algorithms(), this fixes the error |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Igor Sysoev | make $request_method non-cacheable |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Igor Sysoev | remove code disabled since 0.1.29 version |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Igor Sysoev | use a right "Location" header name, however, it did... |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Igor Sysoev | fix cached FastCGI response with large stderr output... |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Igor Sysoev | allow HTTPS referers |
commit | commitdiff | tree | snapshot |
| 2010-03-03 |
Igor Sysoev | compare long file names in case-insensitive mode, |
commit | commitdiff | tree | snapshot |
| 2010-03-02 |
Igor Sysoev | Set SSL session context for "ssl_session_cache none". |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Igor Sysoev | fix a geo range if the range includes two or more ... |
commit | commitdiff | tree | snapshot |
| 2010-02-19 |
Igor Sysoev | decrease SSL handshake error level to info |
commit | commitdiff | tree | snapshot |
| 2010-02-19 |
Igor Sysoev | SSI %s timefmt has no timezone offset |
commit | commitdiff | tree | snapshot |
| 2010-02-19 |
Igor Sysoev | use content type of the parent request in SSI stub... |
commit | commitdiff | tree | snapshot |
| 2010-02-18 |
Igor Sysoev | style fix: remove tabs |
commit | commitdiff | tree | snapshot |
| 2010-02-15 |
Igor Sysoev | fix $upstream_http_ variable prefix length |
commit | commitdiff | tree | snapshot |
| 2010-02-12 |
Igor Sysoev | delete surplus code |
commit | commitdiff | tree | snapshot |
| 2010-02-12 |
Igor Sysoev | const char *fmt in ngx_conf_log_error() |
commit | commitdiff | tree | snapshot |
| 2010-02-12 |
Igor Sysoev | delete ngx_http_perl_cleanup_t unused since r909 |
commit | commitdiff | tree | snapshot |
| 2010-02-12 |
Igor Sysoev | fix request counter for $r->sleep(), the bug was introd... |
commit | commitdiff | tree | snapshot |
| 2010-02-12 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2010-02-01 |
Igor Sysoev | release-0.8.33 tag |
commit | commitdiff | tree | snapshot |
| 2010-02-01 |
Igor Sysoev | nginx-0.8.33-RELEASE release-0.8.33 |
commit | commitdiff | tree | snapshot |
| 2010-02-01 |
Igor Sysoev | do not disable keepalive after POST requests for MSIE 7+ |
commit | commitdiff | tree | snapshot |
| 2010-02-01 |
Igor Sysoev | disable keepalive for Safari: |
commit | commitdiff | tree | snapshot |
| 2010-01-29 |
Igor Sysoev | delete u->cleanup mark, this fixes large values in... |
commit | commitdiff | tree | snapshot |
| 2010-01-28 |
Igor Sysoev | disable Win32 short file names |
commit | commitdiff | tree | snapshot |
| 2010-01-28 |
Igor Sysoev | skip URI trailing spaces under Win32 |
commit | commitdiff | tree | snapshot |
| 2010-01-28 |
Igor Sysoev | Fix segfault when while discarding body a write event... |
commit | commitdiff | tree | snapshot |
| 2010-01-28 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2010-01-11 |
Igor Sysoev | release-0.8.32 tag |
commit | commitdiff | tree | snapshot |
| 2010-01-11 |
Igor Sysoev | nginx-0.8.32-RELEASE release-0.8.32 |
commit | commitdiff | tree | snapshot |
| 2010-01-11 |
Igor Sysoev | allow a chunked body for 201 responses |
commit | commitdiff | tree | snapshot |
| 2010-01-11 |
Igor Sysoev | fix ngx_utf8_cpystrn(): it did not fully copy utf-8... |
commit | commitdiff | tree | snapshot |
| 2010-01-11 |
Igor Sysoev | named captures worked for two names only |
commit | commitdiff | tree | snapshot |
| 2010-01-11 |
Igor Sysoev | add context to a resolver log |
commit | commitdiff | tree | snapshot |
| 2010-01-01 |
Igor Sysoev | 2010 year |
commit | commitdiff | tree | snapshot |
| 2009-12-25 |
Igor Sysoev | use "localhost" in "Host" header line, if unix socket... |
commit | commitdiff | tree | snapshot |
| 2009-12-25 |
Igor Sysoev | fix negative time in "Cache-Control" if "expires modifi... |
commit | commitdiff | tree | snapshot |
| 2009-12-25 |
Igor Sysoev | bump version |
commit | commitdiff | tree | snapshot |
| 2009-12-23 |
Igor Sysoev | release-0.8.31 tag |
commit | commitdiff | tree | snapshot |
| 2009-12-23 |
Igor Sysoev | nginx-0.8.31-RELEASE release-0.8.31 |
commit | commitdiff | tree | snapshot |
| 2009-12-23 |
Igor Sysoev | allow to handle 301/302 in error_page |
commit | commitdiff | tree | snapshot |
| 2009-12-23 |
Igor Sysoev | fix a cached zero-length body case |
commit | commitdiff | tree | snapshot |
| 2009-12-23 |
Igor Sysoev | fix typo |
commit | commitdiff | tree | snapshot |
| 2009-12-22 |
Igor Sysoev | $geoip_city_continent_code, $geoip_latitude, $geoip_lon... |
commit | commitdiff | tree | snapshot |
| 2009-12-22 |
Igor Sysoev | fix the "If-None-Match" header name |
commit | commitdiff | tree | snapshot |
| 2009-12-22 |
Igor Sysoev | fix building by gcc 4.x with -O2/3/s in some Linux... |
commit | commitdiff | tree | snapshot |
| 2009-12-22 |
Igor Sysoev | fix building by gcc 4.4 with -O2/3/s: |
commit | commitdiff | tree | snapshot |
| 2009-12-22 |
Igor Sysoev | force image filter conversion if JPEG application data... |
commit | commitdiff | tree | snapshot |
| next |