/[Apache-SVN]/httpd/flood/trunk/Makefile.in
ViewVC logotype

Log of /httpd/flood/trunk/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 653656 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 6 00:42:11 2008 UTC (16 years, 3 months ago) by fielding
File length: 946 byte(s)
Diff to previous 647749 (colored)
promote flood to released products

Revision 647749 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 14 12:16:14 2008 UTC (16 years, 4 months ago) by wrowe
Original Path: httpd/test/flood/trunk/Makefile.in
File length: 946 byte(s)
Diff to previous 647747 (colored)
flood is independent of framework, mod_specweb etc


Revision 647747 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 14 12:14:03 2008 UTC (16 years, 4 months ago) by wrowe
Original Path: httpd/test/trunk/flood/Makefile.in
File length: 946 byte(s)
Diff to previous 106525 (colored)
  Implement a random substitution feature; requires a requesttemplate, 
  one or more substitution variables of the form ${varname) in the 
  requesttemplate and a substitution file formatted with one value 
  per newline delimited line (more than one variable per URL permitted).  
  The variables and files are referred to as subst variables and subst 
  files.  Each time the URL is sent the subst variable is replaced with 
  one line randomly selected from the subst file.  Any part of the 
  requesttemplate can be randomly substituted, protocol, host, port, etc.  
  
  The algorithm tries to make the creation time of the substitution 
  independent of the size of the subst file.  The randomness of the 
  selection can be adversely impacted if the sizes of the different 
  entries in the subst file vary considerably.

Submitted by: Guy Ferraiolo <guyf cnet.com>



Revision 106525 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 25 00:36:41 2004 UTC (19 years, 8 months ago) by nd
Original Path: httpd/test/trunk/flood/Makefile.in
File length: 926 byte(s)
Diff to previous 104456 (colored)
property cleanup


Revision 104456 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 2 23:55:38 2004 UTC (20 years ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/Makefile.in
File length: 926 byte(s)
Diff to previous 96767 (colored)
Allow VPATH builds; also use APR's bundled mkdir.sh instead of one we bundle.


Revision 96767 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 11 14:45:23 2002 UTC (21 years, 11 months ago) by jacekp
Original Path: httpd/test/trunk/flood/Makefile.in
File length: 910 byte(s)
Diff to previous 96140 (colored)
fixed install target + prefix defaults to /usr/local/flood


Revision 96140 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 22 05:48:02 2002 UTC (22 years ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/Makefile.in
File length: 832 byte(s)
Diff to previous 92877 (colored)
Add support for autoconf-2.5+ which overrides top_builddir with a bogus
value


Revision 92877 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 17 01:06:27 2002 UTC (22 years, 6 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/Makefile.in
File length: 832 byte(s)
Diff to previous 92303 (colored)
New build system that allows complete separation from httpd-2.0 tree.

Use the find_apr.m4 and find_apu.m4 macros to find and link against
APR/apr-util.

This provides --with-apr= and --with-apr-util= to use an installed
version.  Or, if you place apr and apr-util under the flood tree,
configure will use/build them automatically.  (This is SVN's method
and I rather like it for distribution.)

The compilation system (spec. rules.mk.in) is from httpd-2.0.

There may be some kinks, but it builds here, so let's checkpoint.


Revision 92303 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 3 21:58:43 2001 UTC (22 years, 8 months ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/Makefile.in
File length: 1198 byte(s)
Diff to previous 92065 (colored)
Fix to source in the apr-util variables.  (The DBM changes force us to do
this in order to link apr-util.)

FWIW, I think export_vars.sh is completely bogus right now.  It contains
the full source path to the expat library.  Bad, bad, bad, bad.  It needs
to be relativized somehow.


Revision 92065 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 20 23:08:07 2001 UTC (22 years, 8 months ago) by aaron
Original Path: httpd/test/trunk/flood/Makefile.in
File length: 1237 byte(s)
Diff to previous 90494 (colored)
We're not longer putting these together in configure, so I'm putting this
back in. It should solve the linker problems reported on the list recently,
as well as keep this a little more consistent with the other flags.


Revision 90494 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 22 16:11:19 2001 UTC (22 years, 11 months ago) by martin
Original Path: httpd/test/trunk/flood/Makefile.in
File length: 1224 byte(s)
Diff to previous 90493 (colored)
Oops.


Revision 90493 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 22 16:10:13 2001 UTC (22 years, 11 months ago) by martin
Original Path: httpd/test/trunk/flood/Makefile.in
File length: 1212 byte(s)
Diff to previous 89999 (colored)
Workaround to get dummy dependencies.
(build/rules.mk needs them)


Revision 89999 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 7 18:55:51 2001 UTC (23 years ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/Makefile.in
File length: 1104 byte(s)
Diff to previous 89952 (colored)
We're already grabbing the EXTRA_LIBS in our configure script, so don't
duplicate.


Revision 89952 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 6 19:44:12 2001 UTC (23 years ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/Makefile.in
File length: 1117 byte(s)
Diff to previous 89914 (colored)
Merge SSL socket code in with the normal socket calls.  Now determined
based on the scheme.

Note that the flood_net.c code may return APR_EGENERAL (there really is
no way to map to APR_EOF or APR_ETIMEUP with OpenSSL's API), so that
must also be checked and treated as an error.

Remove the flood_socket_ssl.c code.  We were doing the abstraction twice.
Once at the flood_socket level and the flood_net level, this is cleaner.


Revision 89914 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 4 01:23:45 2001 UTC (23 years ago) by aaron
Original Path: httpd/test/trunk/flood/Makefile.in
File length: 1137 byte(s)
Diff to previous 89848 (colored)
Adds a new reporting mechanism where elapsed times during
each request/response test cycle are printed as opposed
to the absolute time samples reported in the "easy"
reports scheme. The new scheme is called "relative_reports".
I've included a new sample file that exemplifies this.


Revision 89848 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 1 03:10:37 2001 UTC (23 years ago) by aaron
Original Path: httpd/test/trunk/flood/Makefile.in
File length: 1103 byte(s)
Diff to previous 89674 (colored)
This is an atypically large patch. I got half way into fixing
the profile_events API to work with keepalive when I realized
that these event "groups" should be off in their own files.
So:

- Updated the profile_events_t struct to handle sockets
  in an abstractable way. They now have a lifetime and
  their behaviour can be overriden in this manner.

- Regrouped the events in the profile_events to make
  more sense. This stuff should probable be split up
  into the groups (where a "group" is a bunch of
  event functions that need to all be overriden at
  once to provide some new functionality). Currently
  the groups are: profile, sockets, reporting, verification.

- Moved the three implementations that we currently have
  for the socket events group each into their own files.
  The current flavors are: generic, ssl, and keepalive.

- Updated the various examples to work with the new
  events.


Revision 89674 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 24 06:43:48 2001 UTC (23 years ago) by aaron
Original Path: httpd/test/trunk/flood/Makefile.in
File length: 1023 byte(s)
Diff to previous 89576 (colored)
Flood binary depends on the APR libs.


Revision 89576 - (view) (download) (annotate) - [select for diffs]
Added Wed Jul 18 03:33:35 2001 UTC (23 years, 1 month ago) by jerenkrantz
Original Path: httpd/test/trunk/flood/Makefile.in
File length: 999 byte(s)
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.


infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26