Commit Graph

  • 433b17fcdb libevent is no longer optional tedbullock 2008-07-11 17:10:29 +0000
  • cf9913be53 Don't commit anjuta personal project folder into cvs tedbullock 2008-07-10 22:33:57 +0000
  • 97b89b1b51 Prep for 0.9.1 tedbullock 2008-04-16 17:18:42 +0000
  • 1b28d912fc Back out libevent additions to main httperf program for now tedbullock 2008-04-12 03:07:05 +0000
  • 8e848b169b idleconn is now built optionally with --enable-idleconn tedbullock 2008-04-12 02:09:37 +0000
  • 1d807cfabc Remove libevent calls just for the time being tedbullock 2008-04-11 23:18:02 +0000
  • 35db797843 fix typo tedbullock 2008-04-11 21:55:56 +0000
  • 53ede4942f Remove spurious CRLFs from nohost blocks; fixes bug 1903551. mnot 2008-03-18 00:31:33 +0000
  • 988fc8046b Add Ted Bullock as an Author tedbullock 2008-02-05 05:56:43 +0000
  • d02e72c6f1 Add some function declaration comments to explain usage tedbullock 2008-02-05 05:55:38 +0000
  • 1bb7c50699 Adjust copyright year for Ted Bullock (2007-2008) now tedbullock 2008-02-02 07:26:44 +0000
  • 985ab67255 Turn on libevents evdns tedbullock 2008-02-02 07:25:48 +0000
  • 23bc53c3c5 Source formatting tedbullock 2008-02-02 07:23:18 +0000
  • 25f3a11a25 Fix printf formating tag %d -> %s tedbullock 2008-02-02 05:02:34 +0000
  • f9afb51816 Fix minor grammatical weirdness tedbullock 2008-01-31 19:07:45 +0000
  • 7748d1e6e3 Rewrote idleconn program to use libevent notification system. tedbullock 2008-01-31 09:42:31 +0000
  • 2b34faf907 Statically link to library files tedbullock 2007-12-10 03:46:40 +0000
  • c56788ae9e Initial re-write of idleconn program to use libevent library tedbullock 2007-12-10 03:46:03 +0000
  • c43251e5fe Fix segmentation fault introduced in September 23, 2007 commit tedbullock 2007-12-04 05:15:36 +0000
  • 07ff4bbac9 Print libevent version with -V option tedbullock 2007-11-17 00:50:56 +0000
  • 4115dd2a14 Add stub for 1.0.0 news tedbullock 2007-11-17 00:29:22 +0000
  • 692251a46d Source formatting with gnu indent (approximating KNF) tedbullock 2007-11-17 00:25:51 +0000
  • 1f5e6cf79d Enable dependancy on libevent. tedbullock 2007-11-17 00:22:56 +0000
  • e90feed76b Adjust license layout (no contextual changes) and explicitly list HP and Ted Bullock as copyright holders tedbullock 2007-11-17 00:19:34 +0000
  • dc3a14fa15 Remove unused checks tedbullock 2007-11-16 04:43:01 +0000
  • 1c01d87277 Enum data type adjustment tedbullock 2007-11-16 04:31:38 +0000
  • f4ee42c9b6 Fix compile warning in regards to inet_aton implicit declaration tedbullock 2007-11-16 04:01:59 +0000
  • 2923d314ca Fix extraneous cast tedbullock 2007-11-16 03:52:29 +0000
  • cb71ec84ea c99 bool adjustment to protoype tedbullock 2007-11-16 03:42:14 +0000
  • a850060335 Remove unnecessary include search path tedbullock 2007-11-16 03:41:47 +0000
  • ea6dea4f37 More c99 bool declarations and a couple comments tedbullock 2007-11-16 03:40:19 +0000
  • b7df81aecc Remove my name from the news tedbullock 2007-11-16 01:50:23 +0000
  • 8971aa62ba Removed because autoreconf -i is better tedbullock 2007-11-16 01:14:27 +0000
  • ed783bb068 Removed autogen.sh. Use autoreconf -i instead tedbullock 2007-11-16 01:11:52 +0000
  • bcaf1d0eec Use bool rather than int and _Bool tedbullock 2007-11-16 01:05:55 +0000
  • 447ad7b739 Fixed a couple compiler warnings with icc tedbullock 2007-10-22 04:34:45 +0000
  • 295e96ce14 Remove useless portability checks for realloc and malloc. If the system doesn't support these functions in a useful way then, I don't care... tedbullock 2007-10-22 04:33:23 +0000
  • 0b07dcbb4f Removed silly realloc portability stuff tedbullock 2007-10-22 04:29:28 +0000
  • 9368c8cbd4 Changed _Bool to bool tedbullock 2007-09-25 02:02:45 +0000
  • c5e7d8b6c3 Remove unnecessary #include <queue.h> tedbullock 2007-09-24 03:18:52 +0000
  • 5738c825de Remove some extraneous debug print statements tedbullock 2007-09-23 23:08:13 +0000
  • e9d31bb053 Re-implemented timer code to fix memory leaks and use generic linked list tedbullock 2007-09-23 21:29:52 +0000
  • f23333a597 Reformatted the source somewhat and removed preproccessor #include statements to the respective header files since those are only needed externally tedbullock 2007-09-18 04:48:11 +0000
  • 86d75c8bed Removed timer interval from public timer.h header and duplicated Timer_Callback to allow timer.c to build without needing #include <timer.h> tedbullock 2007-09-17 21:16:25 +0000
  • 70c255dc95 timer.c and timer.h: Use new heap and queue data structures to re-implement timers to use memory caching and try to fix memory leak associated with timers not being freed tedbullock 2007-09-12 04:47:27 +0000
  • 04caf4ff61 lib/heap.c, lib/heap.h: New generic priority queue data structure tedbullock 2007-09-12 04:32:00 +0000
  • 056cafdee1 May as well zero out queue data before free() just in case of illegal access afterwards tedbullock 2007-07-16 05:09:54 +0000
  • 938c4ed349 * lib/queue.c, lib/queue.h: New generic queue data structure tedbullock 2007-07-16 04:57:21 +0000
  • 658e4d646f Fix minor oops (removed #include<sys/time.h> erroneously) tedbullock 2007-07-16 04:48:42 +0000
  • dda988d887 Fix minor oops (removed #include<string.h> erroneously) tedbullock 2007-07-16 04:44:47 +0000
  • a3d4939c5e Cleaned many (not all) duplicate and hidden implicit #include directives from header and source files. Header files should generally not include other header files tedbullock 2007-07-16 00:59:58 +0000
  • cd9dd57c13 Source formatting with indent and removed duplicate #include calls to sys/types.h tedbullock 2007-07-15 21:57:55 +0000
  • 2660f78477 lib/generic_types.h: New File - Migrate various generic types out of httperf.h in preparation for a generic queue data structure and other code cleanups tedbullock 2007-07-15 21:14:22 +0000
  • 1a02b3d2e6 Fixed memory leak associated with timers not being freed tedbullock 2007-07-15 19:54:39 +0000
  • 991cc96c68 Updated confusing and jumbled source formatting to something approximating OpenBSD's Kernel Normal Form tedbullock 2007-07-13 04:20:48 +0000
  • debafb721b Moved --enable-debug option code to near end of file to allow AC_PROG_CC to still update CFLAGS with -g -02 tedbullock 2007-07-13 01:43:54 +0000
  • c0699e9c03 Remove unnecessary openssl configuration checks tbbulloc 2007-06-04 01:37:18 +0000
  • 8436266098 * event.c and event.h: Moved to localevent.c and localevent.h for integration with libevent (which has a default header of event.h) tbbulloc 2007-06-04 00:45:29 +0000
  • f1a1b8125b * event.c and event.h: Moved to localevent.c and localevent.h for integration with libevent (which has a default header of event.h) tbbulloc 2007-06-04 00:44:30 +0000
  • 5bbd09889b *** empty log message *** tbbulloc 2007-06-04 00:41:22 +0000
  • deda4ab702 configure.ac: Add configuration to use libevent tbbulloc 2007-06-04 00:32:20 +0000
  • 88e1668735 configure.ac: Remove uneccessary configuration cruft and configure httperf to be built in c99 mode tbbulloc 2007-06-03 22:22:23 +0000
  • 05f225d006 Back out experimental pkg-config code for openssl tbbulloc 2007-05-29 05:14:18 +0000
  • 1fd12df06f Updated NEWS and TODO tbbulloc 2007-05-29 04:36:13 +0000
  • e2e49befb9 * man/httperf.1: Fixed man page typo for --wset option (needed --uri, not --wset) tbbulloc 2007-05-27 20:45:25 +0000
  • d74b31931c * man/httperf.1: New documentation regarding the variable periodic rates * src/httperf.c: New functionality for variable periodic rates * src/httperf.h: ditto * src/timer.c: ditto tbbulloc 2007-05-27 20:21:09 +0000
  • e6d4c7167a Automatically attempt to update config.guess and config.sub if wget is installed tbbulloc 2007-05-27 20:03:23 +0000
  • 09f55d8fef Adjusted README to reflect platform compatibilty tbbulloc 2007-04-26 06:12:55 +0000
  • 9203c713f4 Version 0.9.99 preparing for 1.0.0 tbbulloc 2007-04-07 07:02:11 +0000
  • 8fc20c3eb5 Adjusted Free Software Foundation address to 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA tbbulloc 2007-04-07 06:55:33 +0000
  • f9498483d3 * *.c and *.h: Adjusted license to explicitly list HP copyright as Copyright 2000-2007 Hewlett-Packard Company tbbulloc 2007-03-31 21:53:01 +0000
  • ca08cfbadd * AUTHORS: wsseslog crash fix was actually written by David Mosberger tbbulloc 2007-02-08 00:53:26 +0000
  • 09c2d64e3a AUTHORS: Removed Durval Menezes from AUTHORS file since his fix has been re-written by Theodore Bullock tbbulloc 2007-02-08 00:32:43 +0000
  • 8db4fdea4d * *.c and *.h: Slightly adjusted license to explicitly point out AUTHORS file as official list of authors tbbulloc 2007-02-08 00:30:28 +0000
  • 2bd3e8bccf Small update to fix color layout tbbulloc 2007-02-08 00:29:12 +0000
  • 578250e3fe httperf.1 Added correction to man page to include a missing --wsess identification tbbulloc 2007-02-07 23:15:07 +0000
  • 0b1310494b Re-Added the getopt.c and getopt1.c to the build process httperf now compiles on Linux, OpenBSD, FreeBSD, Solaris (with cc and gcc) and HP-UX 11i (with cc and gcc) tbbulloc 2007-01-27 02:09:55 +0000
  • 5fd630229b Revised Makefile.am for src directories to explicitly include the .h files to allow make distcheck to pass tbbulloc 2007-01-26 19:27:12 +0000
  • 00cdca0425 Adjust subdirs to only include *man* and *src* tbbulloc 2007-01-26 19:24:39 +0000
  • 6665bf3fdc Fix build target for make distcheck tbbulloc 2007-01-26 19:22:57 +0000
  • cde40372ca Removed getopt.c and getopt1.c from build process tbbulloc 2007-01-26 07:59:04 +0000
  • 059b4ae440 getopt.c changed a sprintf call to the more secure snprintf tbbulloc 2007-01-26 06:58:44 +0000
  • e15ed4c7b9 changed a sprintf call to the more secure snprintf tbbulloc 2007-01-26 06:54:37 +0000
  • d31379ae2e * wsesslog.c changed a sprintf call to the more secure snprintf tbbulloc 2007-01-26 06:54:01 +0000
  • 01edf02077 * Included the shell script autogen.sh to compile the necessary autotool components. tbbulloc 2007-01-21 00:38:06 +0000
  • 2cc109ebfd Removed ttest.c since the ttest program is not usable and we have agreed to remove it tbbulloc 2007-01-21 00:33:22 +0000
  • cf051ad290 Another libtool adjustment tbbulloc 2007-01-21 00:27:34 +0000
  • 8a454579d2 Adjusted libtool.m4 inclusion tbbulloc 2007-01-21 00:19:00 +0000
  • f4831160ba Add libtool.m4 as per recommendation from libtoolize tbbulloc 2007-01-20 23:59:00 +0000
  • 0056abf9c9 Produced by autogen.sh so these aren't needed tbbulloc 2007-01-20 23:50:49 +0000
  • f1da3d556e Remove this configure file because it is auto generated by the autotools. tbbulloc 2007-01-20 23:43:22 +0000
  • 14439a4ca1 Remove from CVS because these files are autogenerated by the autogen.sh build script tbbulloc 2007-01-20 23:24:29 +0000
  • 26e637b34a autogen script to run the appropriate build environment autotools tbbulloc 2007-01-20 23:23:00 +0000
  • 5302404890 Using AC_PROG_RANLIB' is rendered obsolete by AC_PROG_LIBTOOL' tbbulloc 2007-01-20 23:21:57 +0000
  • 426e843a63 Added third version level 0.9.0 from 0.9 tbbulloc 2007-01-17 04:39:06 +0000
  • b785396a89 idleconn: Now installed along with the httperf executable ttest: Remove program from build tbbulloc 2007-01-17 04:32:36 +0000
  • afc1008ef1 Updated License with linking exception for the openssl project tbbulloc 2007-01-17 04:24:25 +0000
  • 5b96692192 autoscan.log does not need to be in CVS tbbulloc 2007-01-17 04:20:02 +0000
  • 615adf5a0b Updated License with linking exception for the openssl project tbbulloc 2007-01-17 04:04:02 +0000
  • 8efc14d252 tbbulloc 2006-12-17 21:37:08 +0000