Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Bugfix: open_file_cache lost is_directio flag. | Maxim Dounin | 2011-09-05 | |
| | | | | | | On file retest open_file_cache lost is_directio if file wasn't changed. This caused unaligned operations under Linux to fail with EINVAL. It wasn't noticeable with AIO though, as errors wasn't properly logged. | |||
* | Version bump. | Igor Sysoev | 2011-09-05 | |
| | ||||
* | Version bump. | Igor Sysoev | 2011-08-23 | |
| | ||||
* | Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure. | Maxim Dounin | 2011-08-21 | |
| | | | | | | | NetBSD 5.0+ has SO_ACCEPTFILTER support merged from FreeBSD, and having accept filter check in FreeBSD-specific ngx_freebsd_config.h prevents it from being used on NetBSD. Therefore move the check into configure (and do the same for Linux-specific TCP_DEFER_ACCEPT, just to be in line). | |||
* | Complain on invalid log levels. | Maxim Dounin | 2011-08-18 | |
| | | | | | | | | | | | | | Previously only first log level was required to be correct, while error_log directive in fact accepts list of levels (e.g. one may specify "error_log ... debug_core debug_http;"). This resulted in (avoidable) wierd behaviour on missing semicolon after error_log directive, e.g. error_log /path/to/log info index index.php; silently skipped index directive and it's arguments (trying to interpret them as log levels without checking to be correct). | |||
* | A new fix for the case when ssl_session_cache defined, but ssl is not | Igor Sysoev | 2011-08-04 | |
| | | | | | | | | enabled in any server. The previous r1033 does not help when unused zone becomes used after reconfiguration, so it is backed out. The initial thought was to make SSL modules independed from SSL implementation and to keep OpenSSL code dependance as much as in separate files. | |||
* | bump version | Igor Sysoev | 2011-08-02 | |
| | ||||
* | elimination of reading cache files by cache loader | Igor Sysoev | 2011-07-24 | |
| | ||||
* | fix SSL connection issues on platforms with 32-bit off_t | Igor Sysoev | 2011-07-22 | |
| | | | | patch by Maxim Dounin | |||
* | bump version: 1.1.0 development version | Igor Sysoev | 2011-07-20 | |
| | ||||
* | fix building by MSVC | Igor Sysoev | 2011-07-18 | |
| | ||||
* | bump version | Igor Sysoev | 2011-06-27 | |
| | ||||
* | fix building on FreeBSD 6 or earlier against system md5 | Igor Sysoev | 2011-05-27 | |
| | ||||
* | make built-in ngx_md5_update() interface consistent with other implemenations | Igor Sysoev | 2011-05-27 | |
| | ||||
* | fix building --without-http_auth_basic_module, | Igor Sysoev | 2011-05-26 | |
| | | | | the bug has been introduced in r3923 | |||
* | bump version | Igor Sysoev | 2011-05-26 | |
| | ||||
* | "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module | Igor Sysoev | 2011-05-16 | |
| | | | | patch by Maxim Dounin | |||
* | bump version | Igor Sysoev | 2011-05-11 | |
| | ||||
* | use POSIX semaphores in shmtx instead of sched_yield() | Igor Sysoev | 2011-05-10 | |
| | | | | number of spinlock spins are increased twice | |||
* | bump version | Igor Sysoev | 2011-05-04 | |
| | ||||
* | fix building by gcc 4.6 without --with-debug | Igor Sysoev | 2011-04-23 | |
| | ||||
* | style fix: remove trailing spaces | Igor Sysoev | 2011-04-23 | |
| | ||||
* | Use more precise stat.st_blocks to account cache size on Unix | Igor Sysoev | 2011-04-22 | |
| | | | | | instead of file length rounded to a file system block size. There is no similar way on Windows, so rounding to a cache->bsize is kept. | |||
* | an internal MD5 implemenation | Igor Sysoev | 2011-04-15 | |
| | | | | patch by Maxim Dounin | |||
* | fix segfault in IPv6 parsing while processing invalid IPv4 address X.YYYY.Z | Igor Sysoev | 2011-04-15 | |
| | | | | patch by Maxim Dounin | |||
* | ngx_murmur_hash2() | Igor Sysoev | 2011-04-15 | |
| | ||||
* | bump version | Igor Sysoev | 2011-04-15 | |
| | ||||
* | use memmove() in appropriate places | Igor Sysoev | 2011-04-12 | |
| | ||||
* | bump version | Igor Sysoev | 2011-04-07 | |
| | ||||
* | reuse keepalive connections if there are no free worker connections | Igor Sysoev | 2011-04-04 | |
| | | | | patch by Maxim Dounin | |||
* | bump version | Igor Sysoev | 2011-04-04 | |
| | ||||
* | $time_iso8601 log variable | Igor Sysoev | 2011-03-16 | |
| | | | | patch by Michael Lustfield | |||
* | remove semicolon, because it is already in "nginx: " prefix | Igor Sysoev | 2011-02-21 | |
| | ||||
* | bump version | Igor Sysoev | 2011-02-21 | |
| | ||||
* | fix u->one_addr handling in ngx_inet_resolve_host() | Igor Sysoev | 2011-02-17 | |
| | | | | patch by Maxim Dounin | |||
* | bump version | Igor Sysoev | 2011-01-27 | |
| | ||||
* | bump version | Igor Sysoev | 2010-12-14 | |
| | ||||
* | remove semicolon, because it is already in "nginx: " prefix | Igor Sysoev | 2010-12-11 | |
| | ||||
* | bump version | Igor Sysoev | 2010-12-06 | |
| | ||||
* | bump version | Igor Sysoev | 2010-11-30 | |
| | ||||
* | bump version | Igor Sysoev | 2010-11-29 | |
| | ||||
* | add "nginx: " prefix when logging to the stderr | Igor Sysoev | 2010-11-29 | |
| | ||||
* | move ngx_strerror_init() at the very start | Igor Sysoev | 2010-11-29 | |
| | ||||
* | use copied strerror() messages and autoconfigured sys_nerr value | Igor Sysoev | 2010-11-25 | |
| | ||||
* | bump version | Igor Sysoev | 2010-11-24 | |
| | ||||
* | file AIO read may be posted inside loop | Igor Sysoev | 2010-10-12 | |
| | ||||
* | bump version | Igor Sysoev | 2010-10-04 | |
| | ||||
* | bump version | Igor Sysoev | 2010-09-28 | |
| | ||||
* | decrease resolver errors level to error | Igor Sysoev | 2010-09-27 | |
| | ||||
* | worker_rlimit_core should be off_t | Igor Sysoev | 2010-09-15 | |
| |