104 Revize (97b89b1b510bb844b8c94ba39f91570ffc9238e9)
 

Autor SHA1 Zpráva Datum
  tedbullock 97b89b1b51 Prep for 0.9.1 před 16 roky
  tedbullock 1b28d912fc Back out libevent additions to main httperf program for now před 16 roky
  tedbullock 8e848b169b idleconn is now built optionally with --enable-idleconn před 16 roky
  tedbullock 1d807cfabc Remove libevent calls just for the time being před 16 roky
  tedbullock 35db797843 fix typo před 16 roky
  mnot 53ede4942f Remove spurious CRLFs from nohost blocks; fixes bug 1903551. před 16 roky
  tedbullock 988fc8046b Add Ted Bullock as an Author před 16 roky
  tedbullock d02e72c6f1 Add some function declaration comments to explain usage před 16 roky
  tedbullock 1bb7c50699 Adjust copyright year for Ted Bullock (2007-2008) now před 16 roky
  tedbullock 985ab67255 Turn on libevents evdns před 16 roky
  tedbullock 23bc53c3c5 Source formatting před 16 roky
  tedbullock 25f3a11a25 Fix printf formating tag %d -> %s před 16 roky
  tedbullock f9afb51816 Fix minor grammatical weirdness před 16 roky
  tedbullock 7748d1e6e3 Rewrote idleconn program to use libevent notification system. před 16 roky
  tedbullock 2b34faf907 Statically link to library files před 17 roky
  tedbullock c56788ae9e Initial re-write of idleconn program to use libevent library před 17 roky
  tedbullock c43251e5fe Fix segmentation fault introduced in September 23, 2007 commit před 17 roky
  tedbullock 07ff4bbac9 Print libevent version with -V option před 17 roky
  tedbullock 4115dd2a14 Add stub for 1.0.0 news před 17 roky
  tedbullock 692251a46d Source formatting with gnu indent (approximating KNF) před 17 roky
  tedbullock 1f5e6cf79d Enable dependancy on libevent. před 17 roky
  tedbullock e90feed76b Adjust license layout (no contextual changes) and explicitly list HP and před 17 roky
  tedbullock dc3a14fa15 Remove unused checks před 17 roky
  tedbullock 1c01d87277 Enum data type adjustment před 17 roky
  tedbullock f4ee42c9b6 Fix compile warning in regards to inet_aton implicit declaration před 17 roky
  tedbullock 2923d314ca Fix extraneous cast před 17 roky
  tedbullock cb71ec84ea c99 bool adjustment to protoype před 17 roky
  tedbullock a850060335 Remove unnecessary include search path před 17 roky
  tedbullock ea6dea4f37 More c99 bool declarations and a couple comments před 17 roky
  tedbullock b7df81aecc Remove my name from the news před 17 roky
  tedbullock 8971aa62ba Removed because autoreconf -i is better před 17 roky
  tedbullock ed783bb068 Removed autogen.sh. Use autoreconf -i instead před 17 roky
  tedbullock bcaf1d0eec Use bool rather than int and _Bool před 17 roky
  tedbullock 447ad7b739 Fixed a couple compiler warnings with icc před 17 roky
  tedbullock 295e96ce14 Remove useless portability checks for realloc and malloc. If the system před 17 roky
  tedbullock 0b07dcbb4f Removed silly realloc portability stuff před 17 roky
  tedbullock 9368c8cbd4 Changed _Bool to bool před 17 roky
  tedbullock c5e7d8b6c3 Remove unnecessary #include <queue.h> před 17 roky
  tedbullock 5738c825de Remove some extraneous debug print statements před 17 roky
  tedbullock e9d31bb053 Re-implemented timer code to fix memory leaks and use generic linked list před 17 roky
  tedbullock f23333a597 Reformatted the source somewhat and removed preproccessor #include statements to the respective header files since those are only needed externally před 17 roky
  tedbullock 86d75c8bed Removed timer interval from public timer.h header and duplicated Timer_Callback to allow timer.c to build without needing #include <timer.h> před 17 roky
  tedbullock 70c255dc95 timer.c and timer.h: Use new heap and queue data před 17 roky
  tedbullock 04caf4ff61 lib/heap.c, lib/heap.h: New generic priority queue data structure před 17 roky
  tedbullock 056cafdee1 May as well zero out queue data before free() just in case of illegal access afterwards před 17 roky
  tedbullock 938c4ed349 * lib/queue.c, lib/queue.h: New generic queue data structure před 17 roky
  tedbullock 658e4d646f Fix minor oops (removed #include<sys/time.h> erroneously) před 17 roky
  tedbullock dda988d887 Fix minor oops (removed #include<string.h> erroneously) před 17 roky
  tedbullock 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 před 17 roky
  tedbullock cd9dd57c13 Source formatting with indent and removed duplicate #include calls to sys/types.h před 17 roky