Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ Copyright (C) 2014 LinkedIn

~~~

stale_while_revalidate Plugin developed by OmniTI on behalf of Oregon Health & Science University
Copyright (C) 2012 Oregon Health & Science University

~~~

cache-key-genid Plugin developed by GoDaddy
Copyright (C) 2013 GoDaddy Operating Company, LLC

Expand Down
1 change: 0 additions & 1 deletion ci/rat-regex.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ README.*$
^hashtable\.cc$
^logstats\.summary$
^test_AIO.sample$
^stale_while_revalidate.conf$
^stats\.memo$
port\.h
^diags.log^
Expand Down
6 changes: 0 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -509,12 +509,6 @@ AC_ARG_ENABLE([experimental-plugins],
AC_MSG_RESULT([$enable_experimental_plugins])
AM_CONDITIONAL([BUILD_EXPERIMENTAL_PLUGINS], [ test "x${enable_experimental_plugins}" = "xyes" ])

#
# Enable experimental/memcached_remap plugin
#
PKG_CHECK_MODULES([LIBMEMCACHED], [libmemcached >= 1.0], [have_libmemcached=yes], [have_libmemcached=no])
AM_CONDITIONAL([BUILD_MEMCACHED_REMAP_PLUGIN], [test "x${have_libmemcached}" = "xyes"])

#
# Check Magick++ is available. Enable experimental/webp_transform plugin
#
Expand Down
87 changes: 0 additions & 87 deletions doc/admin-guide/plugins/balancer.en.rst

This file was deleted.

82 changes: 0 additions & 82 deletions doc/admin-guide/plugins/buffer_upload.en.rst

This file was deleted.

126 changes: 0 additions & 126 deletions doc/admin-guide/plugins/hipes.en.rst

This file was deleted.

12 changes: 0 additions & 12 deletions doc/admin-guide/plugins/index.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,12 @@ directory of the |TS| source tree. Experimental plugins can be compiled by passi
:hidden:

Access Control <access_control.en>
Balancer <balancer.en>
Buffer Upload <buffer_upload.en>
Certifier <certifier.en>
Cert Reporting Tool <cert_reporting_tool.en>
Collapsed-Forwarding <collapsed_forwarding.en>
GeoIP ACL <geoip_acl.en>
FQ Pacing <fq_pacing.en>
Header Frequency <header_freq.en>
HIPES <hipes.en>
Hook Trace <hook-trace.en>
JA3 Fingerprint <ja3_fingerprint.en>
Memcache <memcache.en>
Expand All @@ -173,12 +170,6 @@ directory of the |TS| source tree. Experimental plugins can be compiled by passi
:doc:`Access Control <access_control.en>`
Access control plugin that handles various access control use-cases.

:doc:`Balancer <balancer.en>`
Balances requests across multiple origin servers.

:doc:`Buffer Upload <buffer_upload.en>`
Buffers POST data before connecting to the Origin server.

:doc:`Certifier <certifier.en>`
Manages and/or generates certificates for incoming HTTPS requests.

Expand All @@ -198,9 +189,6 @@ directory of the |TS| source tree. Experimental plugins can be compiled by passi
:doc:`Header Frequency <header_freq.en>`
Count the frequency of headers.

:doc:`HIPES <hipes.en>`
Adds support for HTTP Pipes.

:doc:`JA3 Fingerprint <ja3_fingerprint.en>`
Calculates JA3 Fingerprints for incoming SSL traffic.

Expand Down
6 changes: 6 additions & 0 deletions doc/admin-guide/plugins/mysql_remap.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ MySQL Remap Plugin
specific language governing permissions and limitations
under the License.

.. Note::

This plugin is *deprecated* as of v9.0.0, and should not be used! The issue
is around the blocking APIs used here; If this functionality is needed, you
will need to implement it using something non-blocking, such as REDIS.


This is a basic plugin for doing dynamic "remaps" from a database. It
essentially rewrites the incoming request's Host header / origin server
Expand Down
9 changes: 0 additions & 9 deletions doc/locale/ja/LC_MESSAGES/admin-guide/introduction.en.po
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,6 @@ msgstr ""
"場合 Traffic Server の内部的な API やアーキテクチャ的な制限が実装を難しくし"
"ていることもあります。"

#: ../../../admin-guide/introduction.en.rst:106
#, fuzzy
msgid ""
"Load Balancing - note that there is an experimental plugin for this, :ref:"
"`admin-plugins-balancer`."
msgstr ""
"ロードバランシング - このための実験的なプラクインがあることに注意してくださ"
"い。 :ref:`balancer-plugin`"

#: ../../../admin-guide/introduction.en.rst:112
msgid "Traffic Server Components"
msgstr "Traffic Server Components"
Expand Down
Loading