| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-08-01 | always set timer in discard body handler, this fixes the cases | Igor Sysoev | 1 | -1/+1 | |
| when request for static file is redirected by error_page to an SSI page patch by Maxim Dounin | |||||
| 2011-08-01 | lingering_close "off|on|always" | Igor Sysoev | 3 | -4/+30 | |
| patch by Maxim Dounin | |||||
| 2011-08-01 | do not send RST on normal lingering close read timeout, | Igor Sysoev | 1 | -1/+0 | |
| if reset_timedout_connection is on patch by Maxim Dounin | |||||
| 2011-08-01 | fix r3981 for case "Accept-Encoding: gzip" | Igor Sysoev | 1 | -1/+1 | |
| 2011-08-01 | enable lingering close for pipelined requests | Igor Sysoev | 1 | -1/+5 | |
| patch by Maxim Dounin | |||||
| 2011-08-01 | Accept-Encoding refactoring: "gzip; q=0" support | Igor Sysoev | 1 | -15/+136 | |
| 2011-07-30 | Accept-Encoding refactoring: test first the most common case "gzip," | Igor Sysoev | 1 | -7/+27 | |
| 2011-07-30 | Accept-Encoding refactoring: remove ancient MSIE 4.x test for gzip | Igor Sysoev | 3 | -13/+1 | |
| 2011-07-30 | test length of proxy_pass with variables | Igor Sysoev | 1 | -4/+6 | |
| patch by Lanshun Zhou | |||||
| 2011-07-29 | update r3945 with more descriptive error message | Igor Sysoev | 6 | -3/+14 | |
| 2011-07-29 | loader_files, loader_sleep, and loader_threshold | Igor Sysoev | 2 | -12/+71 | |
| 2011-07-25 | set correct configuration file values while adding path | Igor Sysoev | 1 | -0/+2 | |
| patch by Maxim Dounin | |||||
| 2011-07-25 | rename ngx_http_file_cache_manager_sleep() to ngx_http_file_cache_loader_sleep() | Igor Sysoev | 1 | -4/+4 | |
| and do not use it all in cache manager: this is a vestige of the times when cache manager loaded cache | |||||
| 2011-07-24 | do not close connection if cache file is too small: replace it with valid one | Igor Sysoev | 1 | -1/+1 | |
| 2011-07-24 | elimination of reading cache files by cache loader | Igor Sysoev | 5 | -42/+13 | |
| 2011-07-24 | fix r3968 | Igor Sysoev | 1 | -1/+1 | |
| 2011-07-24 | update the previous commit: | Igor Sysoev | 1 | -2/+1 | |
| removing dependencies on file uniq since WIN32_FIND_DATA has no such field | |||||
| 2011-07-24 | The cache loader performs two tasks: inserting cache objects in inactivity | Igor Sysoev | 1 | -11/+6 | |
| list and evaluating total cache size. Reading just directory is enough for this purpose. Elimination of reading cache files saves at least one disk I/O operation per file. Preparation for elimination of reading cache files by cache loader: removing dependencies on the reading: *) cache node valid_sec and valid_msec are used only for caching errors; *) upstream buffer size can be used instead of cache node body_start. | |||||
| 2011-07-24 | fuse two if's in one condition | Igor Sysoev | 1 | -11/+2 | |
| 2011-07-24 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2011-07-22 | do not try to reuse and save a SSL session for a peer created on the fly | Igor Sysoev | 1 | -4/+25 | |
| by ngx_http_upstream_create_round_robin_peer(), since the peer lives only during request so the saved SSL session will never be used again and just causes memory leak patch by Maxim Dounin | |||||
| 2011-07-22 | finalizing with rc == 0 in unbuffered proxy mode caused nginx to wait | Igor Sysoev | 1 | -1/+2 | |
| for another send_timeout before actually closing client's connection if client timed out while still talking to upstream server patch by Maxim Dounin | |||||
| 2011-07-22 | fix SSL connection issues on platforms with 32-bit off_t | Igor Sysoev | 2 | -3/+5 | |
| patch by Maxim Dounin | |||||
| 2011-07-22 | fix build by gcc46 with -Wunused-value option | Igor Sysoev | 1 | -3/+7 | |
| patch by Maxim Dounin | |||||
| 2011-07-20 | ECDHE support | Igor Sysoev | 6 | -2/+72 | |
| patch by Adrian Kotelba | |||||
| 2011-07-20 | MSIE export versions are rare now, so RSA 512 key is generated on demand | Igor Sysoev | 4 | -25/+11 | |
| and is shared among all hosts instead of pregenerating for every HTTPS host on configuraiton phase. This decreases start time for configuration with large number of HTTPS hosts. | |||||
| 2011-07-20 | bump version: 1.1.0 development version | Igor Sysoev | 2 | -3/+3 | |
| 2011-07-19 | fix segfault if cache key is larger than upstream buffer size | Igor Sysoev | 1 | -0/+9 | |
| patch by Lanshun Zhou | |||||
| 2011-07-19 | $uid_reset | Igor Sysoev | 1 | -18/+63 | |
| 2011-07-19 | fix r3756: release lock to allow other process to delete cache node | Igor Sysoev | 1 | -1/+2 | |
| patch by Maxim Dounin | |||||
| 2011-07-18 | fix building by MSVC | Igor Sysoev | 1 | -26/+26 | |
| 2011-06-28 | revert r3935 and fix "stalled cache updating" alert | Igor Sysoev | 1 | -16/+10 | |
| by freeing cache at upstream finalize phase patch by Maxim Dounin | |||||
| 2011-06-28 | referer_hash_max_size and referer_hash_bucket_size directives | Igor Sysoev | 1 | -2/+32 | |
| patch by Witold Filipczyk | |||||
| 2011-06-27 | use !aNULL to disable all anonymous cipher suites | Igor Sysoev | 2 | -2/+2 | |
| patch by Rob Stradling | |||||
| 2011-06-27 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2011-06-01 | fix "stalled cache updating" alert, | Igor Sysoev | 1 | -0/+9 | |
| when non-cachable HEAD response did not not free an expired cache node | |||||
| 2011-05-30 | revert r3875 since now map uses case sensetive regexes by default | Igor Sysoev | 1 | -0/+6 | |
| 2011-05-30 | change ngx_http_map_find(): use case sensitive regexes | Igor Sysoev | 3 | -11/+24 | |
| 2011-05-27 | fix building on FreeBSD 6 or earlier against system md5 | Igor Sysoev | 1 | -1/+1 | |
| 2011-05-27 | make built-in ngx_md5_update() interface consistent with other implemenations | Igor Sysoev | 2 | -4/+3 | |
| 2011-05-26 | fix building --without-http_auth_basic_module, | Igor Sysoev | 1 | -0/+4 | |
| the bug has been introduced in r3923 | |||||
| 2011-05-26 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2011-05-16 | "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module | Igor Sysoev | 7 | -5/+259 | |
| patch by Maxim Dounin | |||||
| 2011-05-16 | fix testing IPv4 address mapped to IPv6, when only IPv6 access rules are defined | Igor Sysoev | 1 | -12/+19 | |
| 2011-05-16 | support IPv4 mapped to IPv6 in geo module | Igor Sysoev | 1 | -4/+28 | |
| 2011-05-16 | support IPv4 mapped to IPv6 in geoip module | Igor Sysoev | 1 | -28/+42 | |
| 2011-05-13 | fix debug logging | Igor Sysoev | 1 | -1/+1 | |
| 2011-05-13 | fix a broken cached response if bypass/no_cache directive values are different, | Igor Sysoev | 2 | -28/+14 | |
| the bug has been introduced in r3700 | |||||
| 2011-05-11 | geoip_org | Igor Sysoev | 1 | -0/+118 | |
| patch by Alexander Uskov | |||||
| 2011-05-11 | fix typo | Igor Sysoev | 1 | -2/+2 | |
