Browse Source

Adjusted Free Software Foundation address to 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA

ahc_fix_select
tbbulloc 17 years ago
parent
commit
8fc20c3eb5
38 changed files with 76 additions and 76 deletions
  1. +2
    -2
      httperf/src/call.c
  2. +2
    -2
      httperf/src/call.h
  3. +2
    -2
      httperf/src/conn.c
  4. +2
    -2
      httperf/src/conn.h
  5. +2
    -2
      httperf/src/core.c
  6. +2
    -2
      httperf/src/core.h
  7. +2
    -2
      httperf/src/event.c
  8. +2
    -2
      httperf/src/event.h
  9. +2
    -2
      httperf/src/gen/call_seq.c
  10. +2
    -2
      httperf/src/gen/conn_rate.c
  11. +2
    -2
      httperf/src/gen/misc.c
  12. +2
    -2
      httperf/src/gen/rate.c
  13. +2
    -2
      httperf/src/gen/rate.h
  14. +2
    -2
      httperf/src/gen/sess_cookie.c
  15. +2
    -2
      httperf/src/gen/session.c
  16. +2
    -2
      httperf/src/gen/session.h
  17. +2
    -2
      httperf/src/gen/uri_fixed.c
  18. +2
    -2
      httperf/src/gen/uri_wlog.c
  19. +2
    -2
      httperf/src/gen/uri_wset.c
  20. +2
    -2
      httperf/src/gen/wsess.c
  21. +2
    -2
      httperf/src/gen/wsesslog.c
  22. +2
    -2
      httperf/src/gen/wsesspage.c
  23. +2
    -2
      httperf/src/http.c
  24. +2
    -2
      httperf/src/http.h
  25. +2
    -2
      httperf/src/httperf.c
  26. +2
    -2
      httperf/src/httperf.h
  27. +2
    -2
      httperf/src/idleconn.c
  28. +2
    -2
      httperf/src/lib/ssl_writev.c
  29. +2
    -2
      httperf/src/object.c
  30. +2
    -2
      httperf/src/object.h
  31. +2
    -2
      httperf/src/sess.c
  32. +2
    -2
      httperf/src/sess.h
  33. +2
    -2
      httperf/src/stat/basic.c
  34. +2
    -2
      httperf/src/stat/print_reply.c
  35. +2
    -2
      httperf/src/stat/sess_stat.c
  36. +2
    -2
      httperf/src/stat/stats.h
  37. +2
    -2
      httperf/src/timer.c
  38. +2
    -2
      httperf/src/timer.h

+ 2
- 2
httperf/src/call.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

#include <stdio.h>


+ 2
- 2
httperf/src/call.h View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/
#ifndef call_h
#define call_h


+ 2
- 2
httperf/src/conn.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

#include "config.h"


+ 2
- 2
httperf/src/conn.h View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/
#ifndef conn_h
#define conn_h


+ 2
- 2
httperf/src/core.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

#include "config.h"


+ 2
- 2
httperf/src/core.h View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/
#ifndef core_h
#define core_h


+ 2
- 2
httperf/src/event.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

#include <assert.h>


+ 2
- 2
httperf/src/event.h View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

#ifndef event_h


+ 2
- 2
httperf/src/gen/call_seq.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

/* Issue a sequence of calls on a connection. */


+ 2
- 2
httperf/src/gen/conn_rate.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

/* Creates connections at the fixed rate PARAM.RATE or sequentially if


+ 2
- 2
httperf/src/gen/misc.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

/* Implements miscellaneous command-line specified operations. So


+ 2
- 2
httperf/src/gen/rate.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

#include <math.h>


+ 2
- 2
httperf/src/gen/rate.h View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

#ifndef rate_h


+ 2
- 2
httperf/src/gen/sess_cookie.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

/* This module intercepts `Set-Cookie:' headers on a per-session basis


+ 2
- 2
httperf/src/gen/session.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

/* A session consists of a number of calls. Workload generators such


+ 2
- 2
httperf/src/gen/session.h View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

#ifndef session_h


+ 2
- 2
httperf/src/gen/uri_fixed.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

/* Causes calls to make a request to the fixed URI specified by


+ 2
- 2
httperf/src/gen/uri_wlog.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

/* This load generator can be used to recreate a workload based on a


+ 2
- 2
httperf/src/gen/uri_wset.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

/* Causes accesses to a fixed set of files (working set) in such a way


+ 2
- 2
httperf/src/gen/wsess.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

/* Creates sessions at the fixed rate PARAM.RATE. */


+ 2
- 2
httperf/src/gen/wsesslog.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

/* Creates sessions at the fixed rate PARAM.RATE. The session descriptions


+ 2
- 2
httperf/src/gen/wsesspage.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

/* Similar to wsess but instead of generating fixed bursts, each


+ 2
- 2
httperf/src/http.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

#include <assert.h>


+ 2
- 2
httperf/src/http.h View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

#ifndef http_h


+ 2
- 2
httperf/src/httperf.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

/*


+ 2
- 2
httperf/src/httperf.h View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

#ifndef httperf_h


+ 2
- 2
httperf/src/idleconn.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

#include <errno.h>


+ 2
- 2
httperf/src/lib/ssl_writev.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

/* This code is based on the generic writev() implementation of GNU


+ 2
- 2
httperf/src/object.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

#include <assert.h>


+ 2
- 2
httperf/src/object.h View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/
#ifndef object_h
#define object_h


+ 2
- 2
httperf/src/sess.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/
#include <httperf.h>
#include <event.h>


+ 2
- 2
httperf/src/sess.h View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

#ifndef sess_h


+ 2
- 2
httperf/src/stat/basic.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

/* Basic statistics collector. */


+ 2
- 2
httperf/src/stat/print_reply.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

/* This statistics collector simply prints the replies received from


+ 2
- 2
httperf/src/stat/sess_stat.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

/* Session statistics collector. */


+ 2
- 2
httperf/src/stat/stats.h View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

#ifndef stats_h


+ 2
- 2
httperf/src/timer.c View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

#include <assert.h>


+ 2
- 2
httperf/src/timer.h View File

@@ -28,8 +28,8 @@

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*/

#ifndef timer_h


Loading…
Cancel
Save