Commit Graph

123 Commits

Author SHA1 Message Date
tbullock@comlore.com
2b3cc9833a Mention that httperf has been pulled for the time being 2009-12-16 11:03:00 +00:00
tbullock@comlore.com
e44b1981bd Remove libevent port (for now) 2009-12-16 10:16:35 +00:00
tbullock@comlore.com
d7f82a4fe8 Note Adrian Chadd as libevent port author 2009-12-15 21:19:26 +00:00
tbullock@comlore.com
a4427bbef7 Remove CVS associated files 2009-12-15 18:58:15 +00:00
tedbullock
e6a5c2ca16 New build instructions regarding the construction of 0.9.1 2008-10-04 00:31:00 +00:00
tedbullock
297492792b Fix build on opensolaris with Sun Studio compiler 2008-10-03 23:18:08 +00:00
tedbullock
50a30da590 Source formatting in preparation for additional data printing formats 2008-09-18 06:56:35 +00:00
tedbullock
29518656e1 Make sure libevent check is properly quoted 2008-07-30 20:11:06 +00:00
tedbullock
4f7a044fec Using libevent for communications backend now (thanks to Adrian Chadd) 2008-07-30 19:54:53 +00:00
tedbullock
8f28c000d7 Added segfault at high request rate bug to todo list 2008-07-17 17:02:29 +00:00
tedbullock
c337ff0dd6 The sys/types.h header is brought in via the generic_types.h header. Adjust accordingly. 2008-07-15 20:52:11 +00:00
adri
d481f12107 Remove unused variable 'next_tick' 2008-07-14 12:44:47 +00:00
adri
7daafb999e Remove unused variable "parent" 2008-07-14 10:00:52 +00:00
adri
f0b11c6a06 Remove unused variables. 2008-07-14 10:00:10 +00:00
adri
dcadd58828 Add in required include for fpsetmask() for FreeBSD 2008-07-14 09:59:40 +00:00
adri
e1ac49d220 Remove unused variables in core_loop() 2008-07-14 09:55:52 +00:00
adri
ddb1f738d4 Bring over my initial libevent work into CVS.
Tidyups of this stuff will follow.
2008-07-14 09:53:24 +00:00
tedbullock
433b17fcdb libevent is no longer optional 2008-07-11 17:10:29 +00:00
tedbullock
cf9913be53 Don't commit anjuta personal project folder into cvs 2008-07-10 22:33:57 +00:00
tedbullock
97b89b1b51 Prep for 0.9.1 2008-04-16 17:18:42 +00:00
tedbullock
1b28d912fc Back out libevent additions to main httperf program for now 2008-04-12 03:07:05 +00:00
tedbullock
8e848b169b idleconn is now built optionally with --enable-idleconn 2008-04-12 02:09:37 +00:00
tedbullock
1d807cfabc Remove libevent calls just for the time being 2008-04-11 23:18:02 +00:00
tedbullock
35db797843 fix typo 2008-04-11 21:55:56 +00:00
mnot
53ede4942f Remove spurious CRLFs from nohost blocks; fixes bug 1903551. 2008-03-18 00:31:33 +00:00
tedbullock
988fc8046b Add Ted Bullock as an Author 2008-02-05 05:56:43 +00:00
tedbullock
d02e72c6f1 Add some function declaration comments to explain usage 2008-02-05 05:55:38 +00:00
tedbullock
1bb7c50699 Adjust copyright year for Ted Bullock (2007-2008) now 2008-02-02 07:26:44 +00:00
tedbullock
985ab67255 Turn on libevents evdns 2008-02-02 07:25:48 +00:00
tedbullock
23bc53c3c5 Source formatting 2008-02-02 07:23:18 +00:00
tedbullock
25f3a11a25 Fix printf formating tag %d -> %s 2008-02-02 05:02:34 +00:00
tedbullock
f9afb51816 Fix minor grammatical weirdness 2008-01-31 19:07:45 +00:00
tedbullock
7748d1e6e3 Rewrote idleconn program to use libevent notification system. 2008-01-31 09:42:31 +00:00
tedbullock
2b34faf907 Statically link to library files 2007-12-10 03:46:40 +00:00
tedbullock
c56788ae9e Initial re-write of idleconn program to use libevent library 2007-12-10 03:46:03 +00:00
tedbullock
c43251e5fe Fix segmentation fault introduced in September 23, 2007 commit 2007-12-04 05:15:36 +00:00
tedbullock
07ff4bbac9 Print libevent version with -V option 2007-11-17 00:50:56 +00:00
tedbullock
4115dd2a14 Add stub for 1.0.0 news 2007-11-17 00:29:22 +00:00
tedbullock
692251a46d Source formatting with gnu indent (approximating KNF) 2007-11-17 00:25:51 +00:00
tedbullock
1f5e6cf79d Enable dependancy on libevent.
This will become the central event management tool in httperf
2007-11-17 00:22:56 +00:00
tedbullock
e90feed76b Adjust license layout (no contextual changes) and explicitly list HP and
Ted Bullock as copyright holders
2007-11-17 00:19:34 +00:00
tedbullock
dc3a14fa15 Remove unused checks 2007-11-16 04:43:01 +00:00
tedbullock
1c01d87277 Enum data type adjustment 2007-11-16 04:31:38 +00:00
tedbullock
f4ee42c9b6 Fix compile warning in regards to inet_aton implicit declaration 2007-11-16 04:01:59 +00:00
tedbullock
2923d314ca Fix extraneous cast 2007-11-16 03:52:29 +00:00
tedbullock
cb71ec84ea c99 bool adjustment to protoype 2007-11-16 03:42:14 +00:00
tedbullock
a850060335 Remove unnecessary include search path 2007-11-16 03:41:47 +00:00
tedbullock
ea6dea4f37 More c99 bool declarations and a couple comments 2007-11-16 03:40:19 +00:00
tedbullock
b7df81aecc Remove my name from the news 2007-11-16 01:50:23 +00:00
tedbullock
8971aa62ba Removed because autoreconf -i is better 2007-11-16 01:14:27 +00:00