Skip to content

Commit

Permalink
TS-95: More RAT fixes and additions to the exclude file.
Browse files Browse the repository at this point in the history
  • Loading branch information
zwoop committed Feb 9, 2010
1 parent deddaa6 commit 8f6359f
Show file tree
Hide file tree
Showing 19 changed files with 335 additions and 11 deletions.
44 changes: 35 additions & 9 deletions ci/rat-excludes.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
ci/
proxy/config/
example/README.internal
example/blacklist-1/blacklist.txt
example/thread-pool/TESTPLAN.txt
example/thread-pool/test/SDKTest/SDKtest_server.config
example/thread-pool/test/SynTest/system.cfg
example/thread-pool/test/SynTest/tests_psi.cfg
example/thread-pool/test/SynTest/Tests/PsiPlugin/
iocore/fastio/inkfio/inkfio.conf
**/*.a
**/*.so
Expand All @@ -26,6 +19,39 @@ libtool
config.log
config.status
configure
configure.ac
TS_version
README.via
proxy/README-stats.otl
proxy/http2/README.via
example/README.internal
example/blacklist-1/blacklist.txt
example/thread-pool/TESTPLAN.txt
example/thread-pool/test/SDKTest/SDKtest_server.config
example/thread-pool/test/SynTest/system.cfg
example/thread-pool/test/SynTest/tests_psi.cfg
example/thread-pool/test/SynTest/Tests/PsiPlugin/
test/SDKtest/client/SDKtest_client.config
test/SDKtest/client/api/host.allow
test/SDKtest/client/api/host.forbid
test/SDKtest/client/benchmark-o-matic
test/SDKtest/client/byterate.3000
test/SDKtest/client/byterate.fast
test/SDKtest/client/byterate.modem
test/SDKtest/client/docsize.10000
test/SDKtest/client/docsize.isp
test/SDKtest/client/docsize.real
test/SDKtest/client/docsize.specweb
test/SDKtest/client/gnuplot-docsize
test/SDKtest/client/histogram.awk
test/SDKtest/client/make-server-content
test/SDKtest/client/package
test/SDKtest/client/summarize.awk
test/SDKtest/client/thinktime.0
test/SDKtest/client/thinktime.1sec
test/SDKtest/client/thinktime.slow
doc/dot/
doc/Doxyfile
doc/Doxyfile.in
libinktomi++/ParseRulesCType
libinktomi++/ParseRulesCTypeToLower
libinktomi++/ParseRulesCTypeToUpper
iocore/aio/sample.cfg
16 changes: 16 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Process this file with `autoreconf -i` to create a 'configure' file.

# 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.

# Table of Contents
# 1. INITIALIZATION
# 2. SITE CONFIGURATION
Expand Down
16 changes: 16 additions & 0 deletions emacs-style
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
;; M-x load-file <this file>
;; or emacs -l <this file>
;; to use this style: C-c . apache
;; 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.
;;
(c-add-style "trafficserver"
'((inclass . ++)
(defun-block-intro . ++)
Expand Down
16 changes: 15 additions & 1 deletion install/start_traffic_shell
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
#!/bin/sh
#
#
# 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.
#
PATH=/usr/bin:/bin:/sbin:/usr/sbin:/etc:/usr/ucb:/usr/bsd:/usr/etc:/usr/local/bin; export PATH

Expand Down
17 changes: 16 additions & 1 deletion proxy/mgmt2/html2/agent-installer/ftp.exp
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
#!/usr/sww/bin/expect
#!/usr/local/bin/expect

# 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.

#--------------------------------------------------------------------------
# ftp.exp
#
Expand Down
16 changes: 16 additions & 0 deletions proxy/mgmt2/html2/agent-installer/installer.cgi
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
#!/bin/sh

# 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.

#--------------------------------------------------------------------------
# installer.cgi
#
Expand Down
17 changes: 17 additions & 0 deletions proxy/mgmt2/html2/agent-installer/installer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<!-------------------------------------------------------------------------
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.
------------------------------------------------------------------------->
<html>
<head>
<title>Configure: Download & Install </title>
Expand Down
17 changes: 17 additions & 0 deletions proxy/mgmt2/html2/charting/Bandwidth_Savings.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<!-------------------------------------------------------------------------
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.
------------------------------------------------------------------------->
<html>
<title>Bandwidth Savings Snapshot</title>
<body>
Expand Down
17 changes: 17 additions & 0 deletions proxy/mgmt2/html2/charting/Cache_Percent_Free.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<!-------------------------------------------------------------------------
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.
------------------------------------------------------------------------->
<html>
<title>Cache Percent Free Snapshot</title>
<body>
Expand Down
17 changes: 17 additions & 0 deletions proxy/mgmt2/html2/charting/Cache_Transfers_In_Progress.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<!-------------------------------------------------------------------------
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.
------------------------------------------------------------------------->
<html>
<title>Cache Transfers In Progress Snapshot</title>
<body>
Expand Down
17 changes: 17 additions & 0 deletions proxy/mgmt2/html2/charting/Client_Throughput.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<!-------------------------------------------------------------------------
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.
------------------------------------------------------------------------->
<html>
<title>Client Throughput (MBit/Sec) Snapshot</title>
<body>
Expand Down
17 changes: 17 additions & 0 deletions proxy/mgmt2/html2/charting/DNS_Lookups_Per_Second.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<!-------------------------------------------------------------------------
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.
------------------------------------------------------------------------->
<html>
<title>DNS Lookups Per Second Snapshot</title>
<body>
Expand Down
17 changes: 17 additions & 0 deletions proxy/mgmt2/html2/charting/Document_Hit_Rate.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<!-------------------------------------------------------------------------
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.
------------------------------------------------------------------------->
<html>
<title>Document Hit Rate Snapshot</title>
<body>
Expand Down
17 changes: 17 additions & 0 deletions proxy/mgmt2/html2/charting/Host_Database_Hit_Rate.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<!-------------------------------------------------------------------------
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.
------------------------------------------------------------------------->
<html>
<title>Host Database Hit Rate Snapshot</title>
<body>
Expand Down
17 changes: 17 additions & 0 deletions proxy/mgmt2/html2/charting/Multiple_Graph_View.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<!-------------------------------------------------------------------------
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.
------------------------------------------------------------------------->
<html>
<title>Multi-Stat Snapshot</title>
<body>
Expand Down
17 changes: 17 additions & 0 deletions proxy/mgmt2/html2/charting/Open_Client_Connections.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<!-------------------------------------------------------------------------
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.
------------------------------------------------------------------------->
<html>
<title>Open Client Connections Snapshot</title>
<body>
Expand Down
17 changes: 17 additions & 0 deletions proxy/mgmt2/html2/charting/Open_Server_Connections.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<!-------------------------------------------------------------------------
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.
------------------------------------------------------------------------->
<html>
<title>Open Server Connections Snapshot</title>
<body>
Expand Down
Loading

0 comments on commit 8f6359f

Please sign in to comment.