You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2012/02/03 06:05:28 UTC

git commit: TS-821: memcached_remap plugin

Updated Branches:
  refs/heads/master ec2338552 -> cbcc55998


TS-821: memcached_remap plugin


Project: http://git-wip-us.apache.org/repos/asf/trafficserver-plugins/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver-plugins/commit/cbcc5599
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver-plugins/tree/cbcc5599
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver-plugins/diff/cbcc5599

Branch: refs/heads/master
Commit: cbcc55998aba7439d60c00b95de02918caef9c70
Parents: ec23385
Author: Opensource AT Navya Prabha <op...@navyaprabha.com>
Authored: Thu Feb 2 21:04:25 2012 -0800
Committer: James Peach <jp...@samba.org>
Committed: Thu Feb 2 21:04:25 2012 -0800

----------------------------------------------------------------------
 Makefile                           |    3 +-
 memcached_remap/AUTHORS            |    7 +
 memcached_remap/Changelog          |    2 +
 memcached_remap/LICENSE            |  427 +++++++++++++++++++++++++++++++
 memcached_remap/Makefile           |   32 +++
 memcached_remap/NOTICE             |    5 +
 memcached_remap/README             |  122 +++++++++
 memcached_remap/memcached_remap.cc |  244 ++++++++++++++++++
 memcached_remap/sample.py          |   18 ++
 9 files changed, 859 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver-plugins/blob/cbcc5599/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 1835ba5..386e6d3 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,8 @@ TAR  = tar chof - "$$tardir"
 
 SUBDIRS = balancer buffer_upload cacheurl combo_handler esi geoip_acl \
 		  header_filter hipes mysql_remap regex_remap \
-		  stale_while_revalidate stats_over_http
+		  stale_while_revalidate stats_over_http \
+		  memcached_remap
 
 all:
 	@for plugin in $(SUBDIRS); do \

http://git-wip-us.apache.org/repos/asf/trafficserver-plugins/blob/cbcc5599/memcached_remap/AUTHORS
----------------------------------------------------------------------
diff --git a/memcached_remap/AUTHORS b/memcached_remap/AUTHORS
new file mode 100644
index 0000000..945968f
--- /dev/null
+++ b/memcached_remap/AUTHORS
@@ -0,0 +1,7 @@
+Author: opensource@navyaprabha.com
+
+memcached_remap plugin
+
+========= CREDITS ===============
+Eric Balsa <er...@apache.org>
+Original concept via mysql_remap plugin

http://git-wip-us.apache.org/repos/asf/trafficserver-plugins/blob/cbcc5599/memcached_remap/Changelog
----------------------------------------------------------------------
diff --git a/memcached_remap/Changelog b/memcached_remap/Changelog
new file mode 100644
index 0000000..3d16c80
--- /dev/null
+++ b/memcached_remap/Changelog
@@ -0,0 +1,2 @@
+1.0.0 20-May-2011
+	* Initial Release for 2.1.8-unstable apache release

http://git-wip-us.apache.org/repos/asf/trafficserver-plugins/blob/cbcc5599/memcached_remap/LICENSE
----------------------------------------------------------------------
diff --git a/memcached_remap/LICENSE b/memcached_remap/LICENSE
new file mode 100644
index 0000000..ca4e0a3
--- /dev/null
+++ b/memcached_remap/LICENSE
@@ -0,0 +1,427 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+~~~
+
+Copyright (C) 2009 Yahoo! Inc.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+~~~
+
+Mersenne Twister License
+
+Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+
+ 3. The names of its contributors may not be used to endorse or promote
+    products derived from this software without specific prior written
+    permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Any feedback is very welcome.
+http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
+email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space)
+
+~~~
+
+TK 8.3 License
+
+This software is copyrighted by the Regents of the University of
+California, Sun Microsystems, Inc., and other parties.  The following
+terms apply to all files associated with the software unless explicitly
+disclaimed in individual files.
+
+The authors hereby grant permission to use, copy, modify, distribute,
+and license this software and its documentation for any purpose, provided
+that existing copyright notices are retained in all copies and that this
+notice is included verbatim in any distributions. No written agreement,
+license, or royalty fee is required for any of the authorized uses.
+Modifications to this software may be copyrighted by their authors
+and need not follow the licensing terms described here, provided that
+the new terms are clearly indicated on the first page of each file where
+they apply.
+
+IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
+FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
+DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
+IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
+NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
+MODIFICATIONS.
+
+GOVERNMENT USE: If you are acquiring this software on behalf of the
+U.S. government, the Government shall have only "Restricted Rights"
+in the software and related documentation as defined in the Federal
+Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
+are acquiring the software on behalf of the Department of Defense, the
+software shall be classified as "Commercial Computer Software" and the
+Government shall have only "Restricted Rights" as defined in Clause
+252.227-7013 (c) (1) of DFARs.  Notwithstanding the foregoing, the
+authors grant the U.S. Government and others acting in its behalf
+permission to use and distribute the software in accordance with the
+terms specified in this license.
+
+~~~
+
+BIND license
+
+Copyright (c) 1985, 1989, 1993
+   The Regents of the University of California.  All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. Neither the name of the University nor the names of its contributors
+   may be used to endorse or promote products derived from this software
+   without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
+
+
+Portions Copyright (c) 1993 by Digital Equipment Corporation.
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies, and that
+the name of Digital Equipment Corporation not be used in advertising or
+publicity pertaining to distribution of the document or software without
+specific, written prior permission.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
+WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
+CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
+ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+SOFTWARE.
+
+
+
+Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+Portions Copyright (c) 1996-1999 by Internet Software Consortium.
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+~~~
+
+Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)
+Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)
+Copyright (C) 2005 Ariya Hidayat (ariya@kde.org)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+
+For the strlcat, strlcpy in inktomi++/ink_string.cc:
+
+Copyright (c) 1998 Todd C. Miller <To...@courtesan.com>
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+
+INI parsing from
+
+Copyright (c) 2000-2007 by Nicolas Devillard.
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/trafficserver-plugins/blob/cbcc5599/memcached_remap/Makefile
----------------------------------------------------------------------
diff --git a/memcached_remap/Makefile b/memcached_remap/Makefile
new file mode 100644
index 0000000..3b220e5
--- /dev/null
+++ b/memcached_remap/Makefile
@@ -0,0 +1,32 @@
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#  http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+TSXS?=$(shell which tsxs)
+
+# you may need to change the path to memcached.h 
+export CPPFLAGS+=-Wall $(shell pkg-config --cflags libmemcached)
+
+# you may need to adjust the path
+export LDFLAGS += $(shell pkg-config --libs libmemcached)
+
+all:	memcached_remap.cc 
+	$(TSXS) -v -C $? -o memcached_remap.so
+
+install: all
+	$(TSXS) -i -o memcached_remap.so
+
+clean:
+	rm -f *.lo *.so src/*.lo src/*.so

http://git-wip-us.apache.org/repos/asf/trafficserver-plugins/blob/cbcc5599/memcached_remap/NOTICE
----------------------------------------------------------------------
diff --git a/memcached_remap/NOTICE b/memcached_remap/NOTICE
new file mode 100644
index 0000000..c19f064
--- /dev/null
+++ b/memcached_remap/NOTICE
@@ -0,0 +1,5 @@
+Apache Traffic Server
+Copyright 2010 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/trafficserver-plugins/blob/cbcc5599/memcached_remap/README
----------------------------------------------------------------------
diff --git a/memcached_remap/README b/memcached_remap/README
new file mode 100644
index 0000000..3ad0461
--- /dev/null
+++ b/memcached_remap/README
@@ -0,0 +1,122 @@
+Apache Traffic Server Memcached-based remap plugin
+==============================================
+
+This is a plugin which is based on the mysql_remap code (http://svn.apache.org/repos/asf/trafficserver/plugins/mysql_remap/)
+that allows us to do dynamic reverse proxy (dynamic remap) based on the
+information present in the memcached database.
+
+                                     (decision via memcached)
+[Browser] <----> [Apache Traffic Server] <----------> [Backend Servers]
+                                     (decision via memcached)
+
+NOTE: memcached is used only as decision making place. All communication
+happens via HTTP between above components
+
+##################
+#   QUICK HOWTO  #
+##################
+
+The following steps are for Fedora-14 System, same will apply to your
+server too (please change things accordingly, if any)
+
+1. Install memcached
+
+sudo yum install memcached python-memcached
+
+2. Compile and Install the memcached_remap plugin
+
+[user@ memcached_remap]$ gmake
+/usr/local/bin/tsxs -C memcached_remap.cc -o memcached_remap.so
+  compiling memcached_remap.cc -> memcached_remap.lo
+  linking -> memcached_remap.so
+
+[user@ memcached_remap]$ sudo gmake install
+/usr/local/bin/tsxs -C memcached_remap.cc -o memcached_remap.so
+  compiling memcached_remap.cc -> memcached_remap.lo
+  linking -> memcached_remap.so
+/usr/local/bin/tsxs -i -o memcached_remap.so
+  installing memcached_remap.so ->
+/usr/local/libexec/trafficserver/memcached_remap.so
+
+3. Start the Traffic Server in Plugin Mode (to debug any issues)
+
+/usr/local/bin/traffic_server -T "memcached_remap"
+
+3. Start the memcached
+
+sudo service memcached
+
+4. Start apache on port 8080 (change configs accordingly)
+
+sudo service httpd start
+
+5. Add some keys into the memcached for testing (via python shell)
+
+[user@ memcached_remap]$ python
+Python 2.7 (r27:82500, Sep 16 2010, 18:02:00) 
+[GCC 4.5.1 20100907 (Red Hat 4.5.1-3)] on linux2
+Type "help", "copyright", "credits" or "license" for more information.
+>>> import memcache
+>>> mc = memcache.Client(['127.0.0.1:11211'], debug=0)
+>>> print mc.get("http://localhost:80/")
+http://localhost:8080/
+>>> print mc.get("http://localhost:80/")
+http://localhost:8080/
+>>> mc.set("http://127.0.0.1:80/", "http://127.0.0.1:8080");
+True
+>>> print mc.get("http://127.0.0.1:80/")
+http://127.0.0.1:8080
+>>> 
+
+6. Do sample query on localhost port 80
+
+[user@ ~]$ curl -v http://127.0.0.1/ -s > /dev/null
+* About to connect() to 127.0.0.1 port 80 (#0)
+*   Trying 127.0.0.1... connected
+* Connected to 127.0.0.1 (127.0.0.1) port 80 (#0)
+> GET / HTTP/1.1
+> User-Agent: curl/7.21.0 (x86_64-redhat-linux-gnu) libcurl/7.21.0
+> NSS/3.12.8.0 zlib/1.2.5 libidn/1.18 libssh2/1.2.4
+> Host: 127.0.0.1
+> Accept: */*
+> 
+< HTTP/1.1 200 OK
+< Date: Wed, 09 Mar 2011 15:48:25 GMT
+< Server: ATS/2.1.6-unstable
+< Last-Modified: Sat, 05 Mar 2011 16:15:13 GMT
+< ETag: "618ef-38b-49dbe914322ed"
+< Accept-Ranges: bytes
+< Content-Length: 907
+< Content-Type: text/html; charset=UTF-8
+< Age: 0
+< Connection: keep-alive
+< 
+{ [data not shown]
+* Connection #0 to host 127.0.0.1 left intact
+* Closing connection #0
+
+7. Thats it !
+
+################################
+#  SUPPORTED KEYS IN MEMCACHED #
+################################
+
+The advantage of memcached is that, its a hash table.
+
+KEY FORMAT:    [PROTOCOL]://[SERVER]:[PORT]/
+--------------------------------------------
+(Even ending / is important!)
+
+PROTOCOL can be any word in a-z, A-Z chars
+SERVER   can be any string which isn't a colon character
+PORT     should be a number
+/        should end with a slash
+
+VALUE FORMAT:  [PROTOCOL]://[SERVER]:[PORT]/
+--------------------------------------------
+(Even ending / is important!)
+
+PROTOCOL can be any word created from a-z, A-Z chars
+SERVER   can be any string which isn't a colon character
+PORT     should be a number
+/        should end with a slash

http://git-wip-us.apache.org/repos/asf/trafficserver-plugins/blob/cbcc5599/memcached_remap/memcached_remap.cc
----------------------------------------------------------------------
diff --git a/memcached_remap/memcached_remap.cc b/memcached_remap/memcached_remap.cc
new file mode 100644
index 0000000..e4b16d8
--- /dev/null
+++ b/memcached_remap/memcached_remap.cc
@@ -0,0 +1,244 @@
+/*
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+*/
+
+#include <ts/ts.h>
+#include <ts/remap.h>
+#include <stdio.h>
+#include <string.h>
+#include <unistd.h>
+
+// change this on your box
+#include <libmemcached/memcached.h>
+
+// global settings
+static const char *PLUGIN_NAME = "memcached_remap";
+
+// memcached related global variables
+memcached_server_st *servers;
+memcached_st *memc;
+
+bool do_memcached_remap(TSCont contp, TSHttpTxn txnp)
+{
+    TSMBuffer reqp;
+    TSMLoc hdr_loc, url_loc, field_loc;
+    bool ret_val = false;
+
+    const char *request_host;
+    int request_host_length = 0;
+    const char *request_scheme;
+    int request_scheme_length = 0;
+    int request_port = 80;
+    char ikey[1024];
+    char *m_result = NULL;
+    size_t oval_length;
+    uint32_t flags;
+    memcached_return_t lrc;
+
+    if (TSHttpTxnClientReqGet((TSHttpTxn) txnp, &reqp, &hdr_loc) !=
+        TS_SUCCESS) {
+        TSDebug(PLUGIN_NAME, "could not get request data");
+        return false;
+    }
+
+    if (TSHttpHdrUrlGet(reqp, hdr_loc, &url_loc) != TS_SUCCESS) {
+        TSDebug(PLUGIN_NAME, "couldn't retrieve request url");
+        goto release_hdr;
+    }
+
+
+    field_loc =
+        TSMimeHdrFieldFind(reqp, hdr_loc, TS_MIME_FIELD_HOST,
+                           TS_MIME_LEN_HOST);
+
+    if (!field_loc) {
+        TSDebug(PLUGIN_NAME, "couldn't retrieve request HOST header");
+        goto release_url;
+    }
+
+    request_host =
+        TSMimeHdrFieldValueStringGet(reqp, hdr_loc, field_loc, 0,
+                                     &request_host_length);
+    if (request_host == NULL || strlen(request_host) < 1) {
+        TSDebug(PLUGIN_NAME, "couldn't find request HOST header");
+        goto release_field;
+    }
+
+    request_scheme = TSUrlSchemeGet(reqp, url_loc, &request_scheme_length);
+    request_port = TSUrlPortGet(reqp, url_loc);
+
+    TSDebug(PLUGIN_NAME, "      +++++MEMCACHED REMAP+++++      ");
+
+    TSDebug(PLUGIN_NAME,
+            "\nINCOMING REQUEST ->\n ::: from_scheme_desc: %.*s\n ::: from_hostname: %.*s\n ::: from_port: %d",
+            request_scheme_length, request_scheme, request_host_length,
+            request_host, request_port);
+
+    snprintf(ikey, 1024, "%.*s://%.*s:%d/", request_scheme_length,
+             request_scheme, request_host_length, request_host,
+             request_port);
+
+    TSDebug(PLUGIN_NAME, "querying for the key %s\n", ikey);
+    m_result =
+        memcached_get(memc, ikey, strlen(ikey), &oval_length, &flags,
+                      &lrc);
+
+    char oscheme[1024], ohost[1024];
+    int oport;
+
+    if (lrc == MEMCACHED_SUCCESS) {
+        TSDebug(PLUGIN_NAME, "got the response from server : %s\n",
+                m_result);
+        TSDebug(PLUGIN_NAME, "scanf result : %d\n",
+                sscanf(m_result, "%[a-zA-Z]://%[^:]:%d", oscheme, ohost,
+                       &oport));
+        if (sscanf
+            (m_result, "%[a-zA-Z]://%[^:]:%d", oscheme, ohost,
+             &oport) == 3) {
+            if (m_result)
+                free(m_result);
+            TSDebug(PLUGIN_NAME, "\nOUTGOING REQUEST ->\n ::: to_scheme_desc: %s\n ::: to_hostname: %s\n ::: to_port: %d", oscheme, ohost, oport);      //row[0],row[1],row[2]);
+            TSMimeHdrFieldValueStringSet(reqp, hdr_loc, field_loc, 0,
+                                         ohost, -1);
+            TSUrlHostSet(reqp, url_loc, ohost, -1);
+            TSUrlSchemeSet(reqp, url_loc, oscheme, -1);
+            TSUrlPortSet(reqp, url_loc, oport);
+            ret_val = true;
+        } else {
+            if (m_result)
+                free(m_result);
+            goto not_found;
+        }
+    } else {
+        TSDebug(PLUGIN_NAME,
+                "didn't get any response from the server %d, %d, %d\n",
+                lrc, flags, oval_length);
+        goto not_found;
+    }
+
+    goto free_stuff;            // free the result set after processed
+
+  not_found:
+    //lets build up a nice 404 message for someone
+    if (!ret_val) {
+        TSHttpHdrStatusSet(reqp, hdr_loc, TS_HTTP_STATUS_NOT_FOUND);
+        TSHttpTxnSetHttpRetStatus(txnp, TS_HTTP_STATUS_NOT_FOUND);
+    }
+  free_stuff:
+#if (TS_VERSION_NUMBER < 2001005)
+    if (request_host)
+        TSHandleStringRelease(reqp, hdr_loc, request_host);
+    if (request_scheme)
+        TSHandleStringRelease(reqp, hdr_loc, request_scheme);
+#endif
+  release_field:
+    if (field_loc)
+        TSHandleMLocRelease(reqp, hdr_loc, field_loc);
+  release_url:
+    if (url_loc)
+        TSHandleMLocRelease(reqp, hdr_loc, url_loc);
+  release_hdr:
+    if (hdr_loc)
+        TSHandleMLocRelease(reqp, TS_NULL_MLOC, hdr_loc);
+
+    return ret_val;
+}
+
+static int memcached_remap(TSCont contp, TSEvent event, void *edata)
+{
+    TSHttpTxn txnp = (TSHttpTxn) edata;
+    TSEvent reenable = TS_EVENT_HTTP_CONTINUE;
+
+    if (event == TS_EVENT_HTTP_READ_REQUEST_HDR) {
+        TSDebug(PLUGIN_NAME, "Reading Request");
+        TSSkipRemappingSet(txnp, 1);
+        if (!do_memcached_remap(contp, txnp)) {
+            reenable = TS_EVENT_HTTP_ERROR;
+        }
+    }
+
+    TSHttpTxnReenable(txnp, reenable);
+    return 1;
+}
+
+void TSPluginInit(int argc, const char *argv[])
+{
+    TSPluginRegistrationInfo info;
+    memcached_return_t rc;
+    //FILE *fp;
+    //char servers_string[8192];
+
+    info.plugin_name = const_cast < char *>(PLUGIN_NAME);
+    info.vendor_name = const_cast < char *>("Apache Software Foundation");
+    info.support_email = const_cast < char *>("eric@ericbalsa.com");
+
+    TSDebug(PLUGIN_NAME, "about to init memcached\n");
+    if (TSPluginRegister(TS_SDK_VERSION_2_0, &info) != TS_SUCCESS) {
+        TSError("memcached_remap: plugin registration failed.\n");
+        return;
+    }
+
+    // parse the configuration file
+    // TODO: this is still under testing 1.0.2 version should have this feature
+    /*
+    if(argc < 1) {
+        TSError("memcached_remap: you should pass a configuration file as argument to plugin with list of servers.\n");
+        return;
+    }
+
+    fp = fopen(argv[0], "r");
+    if(!fp) {
+        TSError("memcached_remap: Failed to open the configuration file %s\n", argv[0]);
+        return;
+    }
+
+    while(!feof(fp)) {
+        fscanf(fp,"servers=%[^\n] ", servers_string);
+    }
+
+    fclose(fp);
+    */
+
+    // initialize the memcache
+    //fp = NULL;
+    //snprintf(servers_string, 1,"%c",'h');
+    memc = memcached_create(NULL);
+
+    //servers = memcached_servers_parse(servers_string);
+
+    servers = memcached_server_list_append(NULL, "localhost", 11211, &rc);
+    if (rc != MEMCACHED_SUCCESS) {
+        TSError
+            ("memcached_remap: plugin registration failed while adding servers.\n");
+        return;
+    }
+
+    rc = memcached_server_push(memc, servers);
+    if (rc != MEMCACHED_SUCCESS) {
+        TSError
+            ("memcached_remap: plugin registration failed while adding to pool.\n");
+        return;
+    }
+
+    TSCont cont = TSContCreate(memcached_remap, TSMutexCreate());
+
+    TSHttpHookAdd(TS_HTTP_READ_REQUEST_HDR_HOOK, cont);
+
+    TSDebug(PLUGIN_NAME,
+            "plugin is succesfully initialized [plugin mode]");
+    return;
+}

http://git-wip-us.apache.org/repos/asf/trafficserver-plugins/blob/cbcc5599/memcached_remap/sample.py
----------------------------------------------------------------------
diff --git a/memcached_remap/sample.py b/memcached_remap/sample.py
new file mode 100755
index 0000000..555d9ed
--- /dev/null
+++ b/memcached_remap/sample.py
@@ -0,0 +1,18 @@
+#!/usr/bin/python
+
+# Author: opensource@navyaprabha.com
+# Description: Sample script to add keys to memcached for use with YTS/memcached_remap plugin
+
+import memcache
+
+# connect to local server
+mc = memcache.Client(['127.0.0.1:11211'], debug=0)
+
+# Add couple of keys
+mc.set("http://127.0.0.1:80/", "http://127.0.0.1:8080");
+mc.set("http://localhost:80/", "http://localhost:8080");
+
+# Print the keys that are saved
+print "response-1 is '%s'" %(mc.get("http://127.0.0.1:80/"))
+print "response-2 is '%s'" %(mc.get("http://localhost:80/"))
+