You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/02/07 00:08:01 UTC

cvs commit: httpd-2.0/test check_chunked cls.c test-writev.c test_find.c test_parser.c test_select.c time-sem.c

nd          2004/02/06 15:08:01

  Modified:    modules  README
               test     check_chunked cls.c test-writev.c test_find.c
                        test_parser.c test_select.c time-sem.c
  Log:
  apply Apache License, Version 2.0
  
  Revision  Changes    Path
  1.4       +1 -2      httpd-2.0/modules/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/README,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- README	25 Apr 2001 13:05:45 -0000	1.3
  +++ README	6 Feb 2004 23:08:00 -0000	1.4
  @@ -45,11 +45,10 @@
     This houses the code for the proxy module for Apache.
   
   ssl/
  +  This directory houses code for OpenSSL functionality.
   
   test/
     This directory houses modules which test various components 
     of Apache.  You should not compile these into a production
     server.  
   
  -tls/
  -  This directory houses code for OpenSSL functionality.
  
  
  
  1.2       +16 -1     httpd-2.0/test/check_chunked
  
  Index: check_chunked
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/test/check_chunked,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- check_chunked	24 Aug 1999 06:46:01 -0000	1.1
  +++ check_chunked	6 Feb 2004 23:08:00 -0000	1.2
  @@ -1,5 +1,20 @@
   #!/usr/bin/perl -w
  -
  +#
  +# Copyright 2000-2004 Apache Software Foundation
  +#
  +# 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.
  +#
  +#
   # This is meant to be used on the raw output of an HTTP/1.1 connection
   # to check that the chunks are all correctly laid out.  It's easiest
   # to use a tool like netcat to generate the output.  This script
  
  
  
  1.4       +15 -0     httpd-2.0/test/cls.c
  
  Index: cls.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/test/cls.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- cls.c	23 Jun 2002 06:17:28 -0000	1.3
  +++ cls.c	6 Feb 2004 23:08:00 -0000	1.4
  @@ -1,3 +1,18 @@
  +/* Copyright 2000-2004 Apache Software Foundation
  + *
  + * 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.
  + */
  +
   #include <ctype.h>
   #include <dirent.h>
   #include <stdio.h>
  
  
  
  1.2       +15 -0     httpd-2.0/test/test-writev.c
  
  Index: test-writev.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/test/test-writev.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- test-writev.c	24 Aug 1999 06:46:01 -0000	1.1
  +++ test-writev.c	6 Feb 2004 23:08:00 -0000	1.2
  @@ -1,3 +1,18 @@
  +/* Copyright 2000-2004 Apache Software Foundation
  + *
  + * 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.
  + */
  +
   /*
       test-writev: use this to figure out if your writev() does intelligent
       things on the network.  Some writev()s when given multiple buffers
  
  
  
  1.7       +15 -0     httpd-2.0/test/test_find.c
  
  Index: test_find.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/test/test_find.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -u -r1.6 -r1.7
  --- test_find.c	8 Feb 2001 07:45:33 -0000	1.6
  +++ test_find.c	6 Feb 2004 23:08:00 -0000	1.7
  @@ -1,3 +1,18 @@
  +/* Copyright 2000-2004 Apache Software Foundation
  + *
  + * 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.
  + */
  +
   /* This program tests the ap_find_list_item routine in ../main/util.c.
    *
    * The defines in this sample compile line are specific to Roy's system.
  
  
  
  1.7       +15 -0     httpd-2.0/test/test_parser.c
  
  Index: test_parser.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/test/test_parser.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -u -r1.6 -r1.7
  --- test_parser.c	8 Feb 2001 07:45:33 -0000	1.6
  +++ test_parser.c	6 Feb 2004 23:08:00 -0000	1.7
  @@ -1,3 +1,18 @@
  +/* Copyright 2000-2004 Apache Software Foundation
  + *
  + * 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.
  + */
  +
   /* This program tests the ap_get_list_item routine in ../main/util.c.
    *
    * The defines in this sample compile line are specific to Roy's system.
  
  
  
  1.2       +15 -0     httpd-2.0/test/test_select.c
  
  Index: test_select.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/test/test_select.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- test_select.c	24 Aug 1999 06:46:03 -0000	1.1
  +++ test_select.c	6 Feb 2004 23:08:00 -0000	1.2
  @@ -1,3 +1,18 @@
  +/* Copyright 2000-2004 Apache Software Foundation
  + *
  + * 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.
  + */
  +
   /* This is just a quick test program to see how long a wait is
    * produced by a select loop with an exponential backoff.
    *
  
  
  
  1.6       +15 -0     httpd-2.0/test/time-sem.c
  
  Index: time-sem.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/test/time-sem.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- time-sem.c	28 May 2003 14:11:38 -0000	1.5
  +++ time-sem.c	6 Feb 2004 23:08:00 -0000	1.6
  @@ -1,3 +1,18 @@
  +/* Copyright 2000-2004 Apache Software Foundation
  + *
  + * 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.
  + */
  +
   /*
   time-sem.c has the basics of the semaphores we use in http_main.c.  It's
   intended for timing differences between various methods on an