aboutsummaryrefslogtreecommitdiff
path: root/src/core
Commit message (Collapse)AuthorAge
...
* Bugfix: open_file_cache lost is_directio flag.Maxim Dounin2011-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 Sysoev2011-09-05
|
* Version bump.Igor Sysoev2011-08-23
|
* Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure.Maxim Dounin2011-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 Dounin2011-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 notIgor Sysoev2011-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 versionIgor Sysoev2011-08-02
|
* elimination of reading cache files by cache loaderIgor Sysoev2011-07-24
|
* fix SSL connection issues on platforms with 32-bit off_tIgor Sysoev2011-07-22
| | | | patch by Maxim Dounin
* bump version: 1.1.0 development versionIgor Sysoev2011-07-20
|
* fix building by MSVCIgor Sysoev2011-07-18
|
* bump versionIgor Sysoev2011-06-27
|
* fix building on FreeBSD 6 or earlier against system md5Igor Sysoev2011-05-27
|
* make built-in ngx_md5_update() interface consistent with other implemenationsIgor Sysoev2011-05-27
|
* fix building --without-http_auth_basic_module,Igor Sysoev2011-05-26
| | | | the bug has been introduced in r3923
* bump versionIgor Sysoev2011-05-26
|
* "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic moduleIgor Sysoev2011-05-16
| | | | patch by Maxim Dounin
* bump versionIgor Sysoev2011-05-11
|
* use POSIX semaphores in shmtx instead of sched_yield()Igor Sysoev2011-05-10
| | | | number of spinlock spins are increased twice
* bump versionIgor Sysoev2011-05-04
|
* fix building by gcc 4.6 without --with-debugIgor Sysoev2011-04-23
|
* style fix: remove trailing spacesIgor Sysoev2011-04-23
|
* Use more precise stat.st_blocks to account cache size on UnixIgor Sysoev2011-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 implemenationIgor Sysoev2011-04-15
| | | | patch by Maxim Dounin
* fix segfault in IPv6 parsing while processing invalid IPv4 address X.YYYY.ZIgor Sysoev2011-04-15
| | | | patch by Maxim Dounin
* ngx_murmur_hash2()Igor Sysoev2011-04-15
|
* bump versionIgor Sysoev2011-04-15
|
* use memmove() in appropriate placesIgor Sysoev2011-04-12
|
* bump versionIgor Sysoev2011-04-07
|
* reuse keepalive connections if there are no free worker connectionsIgor Sysoev2011-04-04
| | | | patch by Maxim Dounin
* bump versionIgor Sysoev2011-04-04
|
* $time_iso8601 log variableIgor Sysoev2011-03-16
| | | | patch by Michael Lustfield
* remove semicolon, because it is already in "nginx: " prefixIgor Sysoev2011-02-21
|
* bump versionIgor Sysoev2011-02-21
|
* fix u->one_addr handling in ngx_inet_resolve_host()Igor Sysoev2011-02-17
| | | | patch by Maxim Dounin
* bump versionIgor Sysoev2011-01-27
|
* bump versionIgor Sysoev2010-12-14
|
* remove semicolon, because it is already in "nginx: " prefixIgor Sysoev2010-12-11
|
* bump versionIgor Sysoev2010-12-06
|
* bump versionIgor Sysoev2010-11-30
|
* bump versionIgor Sysoev2010-11-29
|
* add "nginx: " prefix when logging to the stderrIgor Sysoev2010-11-29
|
* move ngx_strerror_init() at the very startIgor Sysoev2010-11-29
|
* use copied strerror() messages and autoconfigured sys_nerr valueIgor Sysoev2010-11-25
|
* bump versionIgor Sysoev2010-11-24
|
* file AIO read may be posted inside loopIgor Sysoev2010-10-12
|
* bump versionIgor Sysoev2010-10-04
|
* bump versionIgor Sysoev2010-09-28
|
* decrease resolver errors level to errorIgor Sysoev2010-09-27
|
* worker_rlimit_core should be off_tIgor Sysoev2010-09-15
|