89 Комити (c56788ae9e2c31a8b5325bf2cae255a49ba6d5e8)
 

Аутор SHA1 Порука Датум
  tedbullock c56788ae9e Initial re-write of idleconn program to use libevent library пре 17 година
  tedbullock c43251e5fe Fix segmentation fault introduced in September 23, 2007 commit пре 17 година
  tedbullock 07ff4bbac9 Print libevent version with -V option пре 17 година
  tedbullock 4115dd2a14 Add stub for 1.0.0 news пре 17 година
  tedbullock 692251a46d Source formatting with gnu indent (approximating KNF) пре 17 година
  tedbullock 1f5e6cf79d Enable dependancy on libevent. пре 17 година
  tedbullock e90feed76b Adjust license layout (no contextual changes) and explicitly list HP and пре 17 година
  tedbullock dc3a14fa15 Remove unused checks пре 17 година
  tedbullock 1c01d87277 Enum data type adjustment пре 17 година
  tedbullock f4ee42c9b6 Fix compile warning in regards to inet_aton implicit declaration пре 17 година
  tedbullock 2923d314ca Fix extraneous cast пре 17 година
  tedbullock cb71ec84ea c99 bool adjustment to protoype пре 17 година
  tedbullock a850060335 Remove unnecessary include search path пре 17 година
  tedbullock ea6dea4f37 More c99 bool declarations and a couple comments пре 17 година
  tedbullock b7df81aecc Remove my name from the news пре 17 година
  tedbullock 8971aa62ba Removed because autoreconf -i is better пре 17 година
  tedbullock ed783bb068 Removed autogen.sh. Use autoreconf -i instead пре 17 година
  tedbullock bcaf1d0eec Use bool rather than int and _Bool пре 17 година
  tedbullock 447ad7b739 Fixed a couple compiler warnings with icc пре 17 година
  tedbullock 295e96ce14 Remove useless portability checks for realloc and malloc. If the system пре 17 година
  tedbullock 0b07dcbb4f Removed silly realloc portability stuff пре 17 година
  tedbullock 9368c8cbd4 Changed _Bool to bool пре 17 година
  tedbullock c5e7d8b6c3 Remove unnecessary #include <queue.h> пре 17 година
  tedbullock 5738c825de Remove some extraneous debug print statements пре 17 година
  tedbullock e9d31bb053 Re-implemented timer code to fix memory leaks and use generic linked list пре 17 година
  tedbullock f23333a597 Reformatted the source somewhat and removed preproccessor #include statements to the respective header files since those are only needed externally пре 17 година
  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> пре 17 година
  tedbullock 70c255dc95 timer.c and timer.h: Use new heap and queue data пре 17 година
  tedbullock 04caf4ff61 lib/heap.c, lib/heap.h: New generic priority queue data structure пре 17 година
  tedbullock 056cafdee1 May as well zero out queue data before free() just in case of illegal access afterwards пре 17 година
  tedbullock 938c4ed349 * lib/queue.c, lib/queue.h: New generic queue data structure пре 17 година
  tedbullock 658e4d646f Fix minor oops (removed #include<sys/time.h> erroneously) пре 17 година
  tedbullock dda988d887 Fix minor oops (removed #include<string.h> erroneously) пре 17 година
  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 пре 17 година
  tedbullock cd9dd57c13 Source formatting with indent and removed duplicate #include calls to sys/types.h пре 17 година
  tedbullock 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 пре 17 година
  tedbullock 1a02b3d2e6 Fixed memory leak associated with timers not being freed пре 17 година
  tedbullock 991cc96c68 Updated confusing and jumbled source formatting to something approximating OpenBSD's Kernel Normal Form пре 17 година
  tedbullock debafb721b Moved --enable-debug option code to near end of file to allow AC_PROG_CC to still update CFLAGS with -g -02 пре 17 година
  tbbulloc c0699e9c03 Remove unnecessary openssl configuration checks пре 17 година
  tbbulloc 8436266098 * event.c and event.h: Moved to localevent.c and localevent.h for integration with пре 17 година
  tbbulloc 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) пре 17 година
  tbbulloc 5bbd09889b *** empty log message *** пре 17 година
  tbbulloc deda4ab702 configure.ac: Add configuration to use libevent пре 17 година
  tbbulloc 88e1668735 configure.ac: Remove uneccessary configuration cruft and configure httperf to be built in c99 mode пре 17 година
  tbbulloc 05f225d006 Back out experimental pkg-config code for openssl пре 17 година
  tbbulloc 1fd12df06f Updated NEWS and TODO пре 17 година
  tbbulloc e2e49befb9 * man/httperf.1: Fixed man page typo for --wset option (needed --uri, not --wset) пре 17 година
  tbbulloc d74b31931c * man/httperf.1: New documentation regarding the variable periodic rates пре 17 година
  tbbulloc e6d4c7167a Automatically attempt to update config.guess and config.sub if wget is installed пре 17 година