433b17f
libevent is no longer optional by
2008-07-11 17:10:29 +0000
cf9913b
Don't commit anjuta personal project folder into cvs by
2008-07-10 22:33:57 +0000
97b89b1
Prep for 0.9.1 by
2008-04-16 17:18:42 +0000
1b28d91
Back out libevent additions to main httperf program for now by
2008-04-12 03:07:05 +0000
8e848b1
idleconn is now built optionally with --enable-idleconn by
2008-04-12 02:09:37 +0000
1d807cf
Remove libevent calls just for the time being by
2008-04-11 23:18:02 +0000
35db797
fix typo by
2008-04-11 21:55:56 +0000
53ede49
Remove spurious CRLFs from nohost blocks; fixes bug 1903551. by
2008-03-18 00:31:33 +0000
988fc80
Add Ted Bullock as an Author by
2008-02-05 05:56:43 +0000
d02e72c
Add some function declaration comments to explain usage by
2008-02-05 05:55:38 +0000
1bb7c50
Adjust copyright year for Ted Bullock (2007-2008) now by
2008-02-02 07:26:44 +0000
985ab67
Turn on libevents evdns by
2008-02-02 07:25:48 +0000
23bc53c
Source formatting by
2008-02-02 07:23:18 +0000
25f3a11
Fix printf formating tag %d -> %s by
2008-02-02 05:02:34 +0000
f9afb51
Fix minor grammatical weirdness by
2008-01-31 19:07:45 +0000
7748d1e
Rewrote idleconn program to use libevent notification system. by
2008-01-31 09:42:31 +0000
2b34faf
Statically link to library files by
2007-12-10 03:46:40 +0000
c56788a
Initial re-write of idleconn program to use libevent library by
2007-12-10 03:46:03 +0000
c43251e
Fix segmentation fault introduced in September 23, 2007 commit by
2007-12-04 05:15:36 +0000
07ff4bb
Print libevent version with -V option by
2007-11-17 00:50:56 +0000
4115dd2
Add stub for 1.0.0 news by
2007-11-17 00:29:22 +0000
692251a
Source formatting with gnu indent (approximating KNF) by
2007-11-17 00:25:51 +0000
1f5e6cf
Enable dependancy on libevent. by
2007-11-17 00:22:56 +0000
e90feed
Adjust license layout (no contextual changes) and explicitly list HP and Ted Bullock as copyright holders by
2007-11-17 00:19:34 +0000
dc3a14f
Remove unused checks by
2007-11-16 04:43:01 +0000
1c01d87
Enum data type adjustment by
2007-11-16 04:31:38 +0000
f4ee42c
Fix compile warning in regards to inet_aton implicit declaration by
2007-11-16 04:01:59 +0000
2923d31
Fix extraneous cast by
2007-11-16 03:52:29 +0000
cb71ec8
c99 bool adjustment to protoype by
2007-11-16 03:42:14 +0000
a850060
Remove unnecessary include search path by
2007-11-16 03:41:47 +0000
ea6dea4
More c99 bool declarations and a couple comments by
2007-11-16 03:40:19 +0000
b7df81a
Remove my name from the news by
2007-11-16 01:50:23 +0000
8971aa6
Removed because autoreconf -i is better by
2007-11-16 01:14:27 +0000
ed783bb
Removed autogen.sh. Use autoreconf -i instead by
2007-11-16 01:11:52 +0000
bcaf1d0
Use bool rather than int and _Bool by
2007-11-16 01:05:55 +0000
447ad7b
Fixed a couple compiler warnings with icc by
2007-10-22 04:34:45 +0000
295e96c
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... by
2007-10-22 04:33:23 +0000
0b07dcb
Removed silly realloc portability stuff by
2007-10-22 04:29:28 +0000
9368c8c
Changed _Bool to bool by
2007-09-25 02:02:45 +0000
c5e7d8b
Remove unnecessary #include <queue.h> by
2007-09-24 03:18:52 +0000
5738c82
Remove some extraneous debug print statements by
2007-09-23 23:08:13 +0000
e9d31bb
Re-implemented timer code to fix memory leaks and use generic linked list by
2007-09-23 21:29:52 +0000
f23333a
Reformatted the source somewhat and removed preproccessor #include statements to the respective header files since those are only needed externally by
2007-09-18 04:48:11 +0000
86d75c8
Removed timer interval from public timer.h header and duplicated Timer_Callback to allow timer.c to build without needing #include <timer.h> by
2007-09-17 21:16:25 +0000
70c255d
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 by
2007-09-12 04:47:27 +0000
04caf4f
lib/heap.c, lib/heap.h: New generic priority queue data structure by
2007-09-12 04:32:00 +0000
056cafd
May as well zero out queue data before free() just in case of illegal access afterwards by
2007-07-16 05:09:54 +0000
938c4ed
* lib/queue.c, lib/queue.h: New generic queue data structure by
2007-07-16 04:57:21 +0000
658e4d6
Fix minor oops (removed #include<sys/time.h> erroneously) by
2007-07-16 04:48:42 +0000
dda988d
Fix minor oops (removed #include<string.h> erroneously) by
2007-07-16 04:44:47 +0000
a3d4939
Cleaned many (not all) duplicate and hidden implicit #include directives from header and source files. Header files should generally not include other header files by
2007-07-16 00:59:58 +0000
cd9dd57
Source formatting with indent and removed duplicate #include calls to sys/types.h by
2007-07-15 21:57:55 +0000
2660f78
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 by
2007-07-15 21:14:22 +0000
1a02b3d
Fixed memory leak associated with timers not being freed by
2007-07-15 19:54:39 +0000
991cc96
Updated confusing and jumbled source formatting to something approximating OpenBSD's Kernel Normal Form by
2007-07-13 04:20:48 +0000
debafb7
Moved --enable-debug option code to near end of file to allow AC_PROG_CC to still update CFLAGS with -g -02 by
2007-07-13 01:43:54 +0000
c0699e9
Remove unnecessary openssl configuration checks by
2007-06-04 01:37:18 +0000
8436266
* event.c and event.h: Moved to localevent.c and localevent.h for integration with libevent (which has a default header of event.h) by
2007-06-04 00:45:29 +0000
f1a1b81
* event.c and event.h: Moved to localevent.c and localevent.h for integration with libevent (which has a default header of event.h) by
2007-06-04 00:44:30 +0000
5bbd098
*** empty log message *** by
2007-06-04 00:41:22 +0000
deda4ab
configure.ac: Add configuration to use libevent by
2007-06-04 00:32:20 +0000
88e1668
configure.ac: Remove uneccessary configuration cruft and configure httperf to be built in c99 mode by
2007-06-03 22:22:23 +0000
05f225d
Back out experimental pkg-config code for openssl by
2007-05-29 05:14:18 +0000
1fd12df
Updated NEWS and TODO by
2007-05-29 04:36:13 +0000
e2e49be
* man/httperf.1: Fixed man page typo for --wset option (needed --uri, not --wset) by
2007-05-27 20:45:25 +0000
d74b319
* 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 by
2007-05-27 20:21:09 +0000
e6d4c71
Automatically attempt to update config.guess and config.sub if wget is installed by
2007-05-27 20:03:23 +0000
09f55d8
Adjusted README to reflect platform compatibilty by
2007-04-26 06:12:55 +0000
9203c71
Version 0.9.99 preparing for 1.0.0 by
2007-04-07 07:02:11 +0000
8fc20c3
Adjusted Free Software Foundation address to 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA by
2007-04-07 06:55:33 +0000
f949848
* *.c and *.h: Adjusted license to explicitly list HP copyright as Copyright 2000-2007 Hewlett-Packard Company by
2007-03-31 21:53:01 +0000
ca08cfb
* AUTHORS: wsseslog crash fix was actually written by David Mosberger by
2007-02-08 00:53:26 +0000
09c2d64
AUTHORS: Removed Durval Menezes from AUTHORS file since his fix has been re-written by Theodore Bullock by
2007-02-08 00:32:43 +0000
8db4fde
* *.c and *.h: Slightly adjusted license to explicitly point out AUTHORS file as official list of authors by
2007-02-08 00:30:28 +0000
2bd3e8b
Small update to fix color layout by
2007-02-08 00:29:12 +0000
578250e
httperf.1 Added correction to man page to include a missing --wsess identification by
2007-02-07 23:15:07 +0000
0b13104
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) by
2007-01-27 02:09:55 +0000
5fd6302
Revised Makefile.am for src directories to explicitly include the .h files to allow make distcheck to pass by
2007-01-26 19:27:12 +0000
00cdca0
Adjust subdirs to only include *man* and *src* by
2007-01-26 19:24:39 +0000
6665bf3
Fix build target for make distcheck by
2007-01-26 19:22:57 +0000
cde4037
Removed getopt.c and getopt1.c from build process by
2007-01-26 07:59:04 +0000
059b4ae
getopt.c changed a sprintf call to the more secure snprintf by
2007-01-26 06:58:44 +0000
e15ed4c
changed a sprintf call to the more secure snprintf by
2007-01-26 06:54:37 +0000
d31379a
* wsesslog.c changed a sprintf call to the more secure snprintf by
2007-01-26 06:54:01 +0000
01edf02
* Included the shell script autogen.sh to compile the necessary autotool components. by
2007-01-21 00:38:06 +0000
2cc109e
Removed ttest.c since the ttest program is not usable and we have agreed to remove it by
2007-01-21 00:33:22 +0000
cf051ad
Another libtool adjustment by
2007-01-21 00:27:34 +0000
8a45457
Adjusted libtool.m4 inclusion by
2007-01-21 00:19:00 +0000
f483116
Add libtool.m4 as per recommendation from libtoolize by
2007-01-20 23:59:00 +0000
0056abf
Produced by autogen.sh so these aren't needed by
2007-01-20 23:50:49 +0000
f1da3d5
Remove this configure file because it is auto generated by the autotools. by
2007-01-20 23:43:22 +0000
14439a4
Remove from CVS because these files are autogenerated by the autogen.sh build script by
2007-01-20 23:24:29 +0000
26e637b
autogen script to run the appropriate build environment autotools by
2007-01-20 23:23:00 +0000
5302404
Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL' by
2007-01-20 23:21:57 +0000
426e843
Added third version level 0.9.0 from 0.9 by
2007-01-17 04:39:06 +0000
b785396
idleconn: Now installed along with the httperf executable ttest: Remove program from build by
2007-01-17 04:32:36 +0000
afc1008
Updated License with linking exception for the openssl project by
2007-01-17 04:24:25 +0000
5b96692
autoscan.log does not need to be in CVS by
2007-01-17 04:20:02 +0000
615adf5
Updated License with linking exception for the openssl project by
2007-01-17 04:04:02 +0000
8efc14d
by
2006-12-17 21:37:08 +0000