f9afb51816Fix minor grammatical weirdness
tedbullock
2008-01-31 19:07:45 +0000
7748d1e6e3Rewrote idleconn program to use libevent notification system.
tedbullock
2008-01-31 09:42:31 +0000
2b34faf907Statically link to library files
tedbullock
2007-12-10 03:46:40 +0000
c56788ae9eInitial re-write of idleconn program to use libevent library
tedbullock
2007-12-10 03:46:03 +0000
c43251e5feFix segmentation fault introduced in September 23, 2007 commit
tedbullock
2007-12-04 05:15:36 +0000
07ff4bbac9Print libevent version with -V option
tedbullock
2007-11-17 00:50:56 +0000
4115dd2a14Add stub for 1.0.0 news
tedbullock
2007-11-17 00:29:22 +0000
692251a46dSource formatting with gnu indent (approximating KNF)
tedbullock
2007-11-17 00:25:51 +0000
1f5e6cf79dEnable dependancy on libevent.
tedbullock
2007-11-17 00:22:56 +0000
e90feed76bAdjust license layout (no contextual changes) and explicitly list HP and Ted Bullock as copyright holders
tedbullock
2007-11-17 00:19:34 +0000
cb71ec84eac99 bool adjustment to protoype
tedbullock
2007-11-16 03:42:14 +0000
a850060335Remove unnecessary include search path
tedbullock
2007-11-16 03:41:47 +0000
ea6dea4f37More c99 bool declarations and a couple comments
tedbullock
2007-11-16 03:40:19 +0000
b7df81aeccRemove my name from the news
tedbullock
2007-11-16 01:50:23 +0000
8971aa62baRemoved because autoreconf -i is better
tedbullock
2007-11-16 01:14:27 +0000
ed783bb068Removed autogen.sh. Use autoreconf -i instead
tedbullock
2007-11-16 01:11:52 +0000
bcaf1d0eecUse bool rather than int and _Bool
tedbullock
2007-11-16 01:05:55 +0000
447ad7b739Fixed a couple compiler warnings with icc
tedbullock
2007-10-22 04:34:45 +0000
295e96ce14Remove 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
5738c825deRemove some extraneous debug print statements
tedbullock
2007-09-23 23:08:13 +0000
e9d31bb053Re-implemented timer code to fix memory leaks and use generic linked list
tedbullock
2007-09-23 21:29:52 +0000
f23333a597Reformatted 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
86d75c8bedRemoved 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
70c255dc95timer.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
04caf4ff61lib/heap.c, lib/heap.h: New generic priority queue data structure
tedbullock
2007-09-12 04:32:00 +0000
056cafdee1May 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
658e4d646fFix minor oops (removed #include<sys/time.h> erroneously)
tedbullock
2007-07-16 04:48:42 +0000
dda988d887Fix minor oops (removed #include<string.h> erroneously)
tedbullock
2007-07-16 04:44:47 +0000
a3d4939c5eCleaned 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
cd9dd57c13Source formatting with indent and removed duplicate #include calls to sys/types.h
tedbullock
2007-07-15 21:57:55 +0000
2660f78477lib/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
1a02b3d2e6Fixed memory leak associated with timers not being freed
tedbullock
2007-07-15 19:54:39 +0000
991cc96c68Updated confusing and jumbled source formatting to something approximating OpenBSD's Kernel Normal Form
tedbullock
2007-07-13 04:20:48 +0000
debafb721bMoved --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
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
deda4ab702configure.ac: Add configuration to use libevent
tbbulloc
2007-06-04 00:32:20 +0000
88e1668735configure.ac: Remove uneccessary configuration cruft and configure httperf to be built in c99 mode
tbbulloc
2007-06-03 22:22:23 +0000
05f225d006Back out experimental pkg-config code for openssl
tbbulloc
2007-05-29 05:14:18 +0000
1fd12df06fUpdated 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
e6d4c7167aAutomatically attempt to update config.guess and config.sub if wget is installed
tbbulloc
2007-05-27 20:03:23 +0000
09f55d8fefAdjusted README to reflect platform compatibilty
tbbulloc
2007-04-26 06:12:55 +0000
9203c713f4Version 0.9.99 preparing for 1.0.0
tbbulloc
2007-04-07 07:02:11 +0000
8fc20c3eb5Adjusted 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
09c2d64e3aAUTHORS: 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
2bd3e8bccfSmall update to fix color layout
tbbulloc
2007-02-08 00:29:12 +0000
578250e3fehttperf.1 Added correction to man page to include a missing --wsess identification
tbbulloc
2007-02-07 23:15:07 +0000
0b1310494bRe-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
5fd630229bRevised 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
00cdca0425Adjust subdirs to only include *man* and *src*
tbbulloc
2007-01-26 19:24:39 +0000
6665bf3fdcFix build target for make distcheck
tbbulloc
2007-01-26 19:22:57 +0000
cde40372caRemoved getopt.c and getopt1.c from build process
tbbulloc
2007-01-26 07:59:04 +0000
059b4ae440getopt.c changed a sprintf call to the more secure snprintf
tbbulloc
2007-01-26 06:58:44 +0000
e15ed4c7b9changed 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
2cc109ebfdRemoved ttest.c since the ttest program is not usable and we have agreed to remove it
tbbulloc
2007-01-21 00:33:22 +0000