aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_memcached_module.c
Commit message (Expand)AuthorAge
* All known output headers can be linked lists now.Maxim Dounin2022-05-30
* Memcached: protect from too long responses.Maxim Dounin2020-07-06
* Upstream: proxy_socket_keepalive and friends.Vladimir Homutov2018-10-03
* Fixed invalid access to location defined as an empty string.Ruslan Ermilov2018-07-17
* Upstream: fixed comments after 13f8dec720b5.Ruslan Ermilov2018-03-19
* Upstream: the "transparent" parameter of proxy_bind and friends.Roman Arutyunyan2015-12-18
* Fixed logging.Sergey Kandaurov2016-03-31
* Memcached: enabled ranges.Martin Mlynář2015-04-21
* Upstream: limited next_upstream time and tries (ticket #544).Roman Arutyunyan2014-09-12
* Style: use specified macro instead of magic-number.Tatsuhiko Kubo2014-08-06
* Style: use ngx_str_set().Tatsuhiko Kubo2014-07-09
* Win32: Borland C compatibility fixes.Maxim Dounin2013-09-04
* Upstream: u->length now defaults to -1 (API change).Maxim Dounin2013-07-25
* Memcached: stricten header validation.Ruslan Ermilov2013-05-23
* Fixed and improved the "*_bind" directives of proxying modules.Ruslan Ermilov2013-01-16
* Memcached: memcached_gzip_flag directive.Maxim Dounin2012-09-10
* Fixed spelling in single-line comments.Ruslan Ermilov2012-02-28
* Copyright updated.Maxim Konovalov2012-01-18
* Keepalive support in memcached.Maxim Dounin2011-09-15
* Upstream: r->upstream->length type change to off_t.Maxim Dounin2011-09-15
* Upstream: content_length_n API change.Maxim Dounin2011-09-15
* delete warnings of proxy_upstream_max_fails, proxy_upstream_fail_timeout,Igor Sysoev2010-05-20
* ngx_str_set() and ngx_str_null()Igor Sysoev2010-05-14
* revert partially r1555 and fix the error "memcached sent invalid trailer"Igor Sysoev2010-04-01
* fix typoIgor Sysoev2009-12-23
* proxy_bind, fastcgi_bind, and memcached_bindIgor Sysoev2009-11-02
* fix request counter for memcached, introduced in r3050Igor Sysoev2009-08-29
* ngx_http_upstream_create() to cleanup the previous upstream afterIgor Sysoev2009-07-27
* return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev2009-06-02
* change variable nameIgor Sysoev2008-12-10
* delete surplus upstream.schema fieldIgor Sysoev2008-12-10
* remove unused #include'sIgor Sysoev2008-09-05
* fix memory leak in long-lived non buffered connectionsIgor Sysoev2008-03-03
* allow memached_pass inside "if" blockIgor Sysoev2007-12-27
* inherit $memached_key index and memcached_pass upstream inside "if" blockIgor Sysoev2007-12-27
* proxy_pass variables supportIgor Sysoev2007-11-27
* memcached did not set $upstream_response_timeIgor Sysoev2007-10-15
* two commits those go together by mistakeIgor Sysoev2007-10-01
* style fixIgor Sysoev2007-09-29
* omit unnecessary conditionsIgor Sysoev2007-08-07
* rename ngx_http_discard_body() to ngx_http_discard_request_body()Igor Sysoev2007-08-06
* escape space, etc in $memcached_keyIgor Sysoev2007-07-22
* omit unnecessary codeIgor Sysoev2007-07-22
* namespace may be set via $memcached_keyIgor Sysoev2007-06-07
* eliminate the useless space symbolIgor Sysoev2007-01-29
* $memcached_keyIgor Sysoev2007-01-25
* rewritten upstreamIgor Sysoev2006-12-12
* fix fastcgi and memcached upstreamsIgor Sysoev2006-12-11
* upstream choice modulesIgor Sysoev2006-12-04
* style fix: remove trailing spacesIgor Sysoev2006-10-25