Kaynağa Gözat

* event.c and event.h: Moved to localevent.c and localevent.h for integration with libevent (which has a default header of event.h)

ahc_fix_select
tbbulloc 17 yıl önce
ebeveyn
işleme
f1a1b8125b
22 değiştirilmiş dosya ile 28 ekleme ve 23 silme
  1. +6
    -1
      httperf/ChangeLog
  2. +2
    -2
      httperf/src/Makefile.am
  3. +1
    -1
      httperf/src/core.c
  4. +1
    -1
      httperf/src/gen/call_seq.c
  5. +1
    -1
      httperf/src/gen/conn_rate.c
  6. +1
    -1
      httperf/src/gen/misc.c
  7. +1
    -1
      httperf/src/gen/rate.c
  8. +1
    -1
      httperf/src/gen/sess_cookie.c
  9. +1
    -1
      httperf/src/gen/session.c
  10. +1
    -1
      httperf/src/gen/uri_fixed.c
  11. +1
    -1
      httperf/src/gen/uri_wlog.c
  12. +1
    -1
      httperf/src/gen/uri_wset.c
  13. +1
    -1
      httperf/src/gen/wsess.c
  14. +1
    -1
      httperf/src/gen/wsesslog.c
  15. +1
    -1
      httperf/src/gen/wsesspage.c
  16. +1
    -1
      httperf/src/http.c
  17. +1
    -1
      httperf/src/httperf.c
  18. +1
    -1
      httperf/src/object.c
  19. +1
    -1
      httperf/src/sess.c
  20. +1
    -1
      httperf/src/stat/basic.c
  21. +1
    -1
      httperf/src/stat/print_reply.c
  22. +1
    -1
      httperf/src/stat/sess_stat.c

+ 6
- 1
httperf/ChangeLog Dosyayı Görüntüle

@@ -1,10 +1,15 @@
2007-06-03 Ted Bullock <tbullock@canada.com>

* event.c and event.h: Moved to localevent.c and localevent.h for integration with
libevent (which has a default header of event.h)

2007-06-03 Ted Bullock <tbullock@canada.com>

* configure.ac: Add configuration to use libevent

2007-06-03 Ted Bullock <tbullock@canada.com>

* configure.ac: Remove unnecessary configuration cruft and configure httperf
* configure.ac: Remove unnecessary configuration cruft and configure httperf
to be built in c99 mode

2007-05-27 Ted Bullock <tbullock@canada.com>


+ 2
- 2
httperf/src/Makefile.am Dosyayı Görüntüle

@@ -5,8 +5,8 @@ AM_CFLAGS = -I$(srcdir) -I$(srcdir)/gen -I$(srcdir)/lib -I$(srcdir)/stat

bin_PROGRAMS = httperf idleconn
httperf_SOURCES = httperf.c httperf.h object.c object.h call.c call.h conn.c \
conn.h sess.c sess.h core.c core.h event.c event.h http.c http.h timer.c \
timer.h
conn.h sess.c sess.h core.c core.h localevent.c localevent.h http.c http.h \
timer.c timer.h
idleconn_SOURCES = idleconn.c

httperf_LDADD = gen/libgen.a lib/libutil.a stat/libstat.a

+ 1
- 1
httperf/src/core.c Dosyayı Görüntüle

@@ -61,7 +61,7 @@
#include <httperf.h>
#include <call.h>
#include <core.h>
#include <event.h>
#include <localevent.h>
#include <http.h>
#include <conn.h>



+ 1
- 1
httperf/src/gen/call_seq.c Dosyayı Görüntüle

@@ -39,7 +39,7 @@
#include <httperf.h>
#include <call.h>
#include <core.h>
#include <event.h>
#include <localevent.h>
#include <conn.h>

#define CONN_PRIVATE_DATA(c) \


+ 1
- 1
httperf/src/gen/conn_rate.c Dosyayı Görüntüle

@@ -40,7 +40,7 @@

#include <httperf.h>
#include <core.h>
#include <event.h>
#include <localevent.h>
#include <rate.h>
#include <conn.h>
#include <timer.h>


+ 1
- 1
httperf/src/gen/misc.c Dosyayı Görüntüle

@@ -50,7 +50,7 @@

#include <httperf.h>
#include <call.h>
#include <event.h>
#include <localevent.h>

static const char *extra;
static size_t extra_len;


+ 1
- 1
httperf/src/gen/rate.c Dosyayı Görüntüle

@@ -37,7 +37,7 @@
#include <stdlib.h>

#include <httperf.h>
#include <event.h>
#include <localevent.h>
#include <object.h>
#include <rate.h>
#include <timer.h>


+ 1
- 1
httperf/src/gen/sess_cookie.c Dosyayı Görüntüle

@@ -51,7 +51,7 @@
#include <call.h>
#include <conn.h>
#include <core.h>
#include <event.h>
#include <localevent.h>
#include <session.h>

#define MAX_COOKIE_LEN 256


+ 1
- 1
httperf/src/gen/session.c Dosyayı Görüntüle

@@ -69,7 +69,7 @@
#include <call.h>
#include <conn.h>
#include <core.h>
#include <event.h>
#include <localevent.h>
#include <sess.h>
#include <session.h>



+ 1
- 1
httperf/src/gen/uri_fixed.c Dosyayı Görüntüle

@@ -41,7 +41,7 @@

#include <httperf.h>
#include <call.h>
#include <event.h>
#include <localevent.h>

static size_t uri_len;



+ 1
- 1
httperf/src/gen/uri_wlog.c Dosyayı Görüntüle

@@ -80,7 +80,7 @@
#include <httperf.h>
#include <call.h>
#include <core.h>
#include <event.h>
#include <localevent.h>

static char *fbase, *fend, *fcurrent;



+ 1
- 1
httperf/src/gen/uri_wset.c Dosyayı Görüntüle

@@ -42,7 +42,7 @@

#include <httperf.h>
#include <call.h>
#include <event.h>
#include <localevent.h>

#define MAX_URI_LEN 128
#define CALL_PRIVATE_DATA(c) \


+ 1
- 1
httperf/src/gen/wsess.c Dosyayı Görüntüle

@@ -45,7 +45,7 @@
#include <call.h>
#include <conn.h>
#include <core.h>
#include <event.h>
#include <localevent.h>
#include <rate.h>
#include <session.h>
#include <timer.h>


+ 1
- 1
httperf/src/gen/wsesslog.c Dosyayı Görüntüle

@@ -83,7 +83,7 @@
#include <httperf.h>
#include <conn.h>
#include <core.h>
#include <event.h>
#include <localevent.h>
#include <rate.h>
#include <session.h>
#include <timer.h>


+ 1
- 1
httperf/src/gen/wsesspage.c Dosyayı Görüntüle

@@ -50,7 +50,7 @@
#include <call.h>
#include <conn.h>
#include <core.h>
#include <event.h>
#include <localevent.h>
#include <rate.h>
#include <session.h>
#include <timer.h>


+ 1
- 1
httperf/src/http.c Dosyayı Görüntüle

@@ -44,7 +44,7 @@
#include <httperf.h>
#include <http.h>
#include <call.h>
#include <event.h>
#include <localevent.h>
#include <conn.h>

/* Read a CRLF terminated line of characters into c->reply.line.


+ 1
- 1
httperf/src/httperf.c Dosyayı Görüntüle

@@ -73,7 +73,7 @@
#include <sys/resource.h>

#include <core.h>
#include <event.h>
#include <localevent.h>
#include <httperf.h>
#include <conn.h>
#include <timer.h>


+ 1
- 1
httperf/src/object.c Dosyayı Görüntüle

@@ -41,7 +41,7 @@
#include <httperf.h>
#include <call.h>
#include <conn.h>
#include <event.h>
#include <localevent.h>
#include <object.h>
#include <sess.h>



+ 1
- 1
httperf/src/sess.c Dosyayı Görüntüle

@@ -32,7 +32,7 @@
02110-1301, USA
*/
#include <httperf.h>
#include <event.h>
#include <localevent.h>
#include <sess.h>

void


+ 1
- 1
httperf/src/stat/basic.c Dosyayı Görüntüle

@@ -43,7 +43,7 @@

#include <httperf.h>
#include <call.h>
#include <event.h>
#include <localevent.h>
#include <stats.h>

/* Increase this if it does not cover at least 50% of all response


+ 1
- 1
httperf/src/stat/print_reply.c Dosyayı Görüntüle

@@ -43,7 +43,7 @@
#include <httperf.h>
#include <call.h>
#include <conn.h>
#include <event.h>
#include <localevent.h>

typedef struct Call_Private_Data
{


+ 1
- 1
httperf/src/stat/sess_stat.c Dosyayı Görüntüle

@@ -42,7 +42,7 @@

#include <httperf.h>
#include <call.h>
#include <event.h>
#include <localevent.h>
#include <session.h>
#include <stats.h>



Yükleniyor…
İptal
Kaydet