Commit Graph

  • 53b9dab155 Various changes related to counting SSL handshake + transfer on server side. Also changes gettimeofday to clock_gettime with monotonic counter pq Henry Case 2019-08-01 14:58:55 +0100
  • 694bebfc54 WIP: Don't exit on SSL error Henry Case 2019-07-28 20:46:04 +0100
  • a6601c1e97 Exit if can't set curve ID Henry Case 2019-07-23 18:57:19 +0100
  • 1e59d2c470 Add cmdline Henry Case 2019-07-23 18:20:19 +0100
  • 2a095ab12d command line for building the solution Henry Case 2019-07-23 18:17:43 +0100
  • 412c2d4294 WiP: make it possible to set DH group id for setting CECPQ2 / 2b Henry Case 2019-07-23 18:16:52 +0100
  • 50b4fa4334 WiP: disable some functions so that it compiles against boringssl Henry Case 2019-07-23 17:11:14 +0100
  • 20d43a035a Hardcode flags for bssl Henry Case 2019-07-23 16:33:16 +0100
  • ef59212790
    Merge pull request #67 from junsik/master master Adrian Chadd 2019-07-05 16:41:54 -0700
  • c8f1bd43ea Teach to use epoll(7) on httperf(1). junsik.park 2019-07-01 18:47:29 +0900
  • 60191543a3
    Merge pull request #66 from steils/master Adrian Chadd 2019-06-03 12:31:07 -0700
  • 048ec10308
    Use correct ifdefs for checking TLS 1.3 Stefan Strogin 2019-06-03 16:18:21 +0300
  • 00bf5dab6f
    Merge pull request #65 from michelgokan/patch-1 Adrian Chadd 2018-11-11 19:09:50 -0800
  • 6283eefbc9
    Update README.md Michel Gokan 2018-11-11 10:40:42 +0100
  • 536740a8d9
    Merge pull request #64 from muzaffar1331/add-sni Adrian Chadd 2018-11-02 09:43:58 -0700
  • e82d0ab755 Add support for Server Name Indication. Done during IETF 103 hackathon Muzaffar Auhammud 2018-11-02 16:21:57 +0400
  • 3209c7f9b1
    Merge pull request #61 from muzaffar1331/fix-major-bugs Adrian Chadd 2018-07-12 11:11:00 -0700
  • adf8806ab9 Add missing 'case' statement that causes TLSv1.3 implementation to be unreachable. Muzaffar Auhammud 2018-07-12 21:41:54 +0400
  • e3077ba65c Remove extra 'break;' that prevent SSL_CTX_set_options from being set Muzaffar Auhammud 2018-07-12 21:38:52 +0400
  • e57dfc478b Fix a bug that ignored the --ssl-protocol parameter Muzaffar Auhammud 2018-07-12 21:34:07 +0400
  • 6510cdb4db Merge branch 'master' of github.com:/httperf/httperf into ahc_fix_select ahc_fix_select Adrian Chadd 2018-07-11 15:57:27 -0700
  • b6d6b5f19c
    Merge pull request #44 from adaxi/master Adrian Chadd 2018-07-11 15:48:43 -0700
  • fc57283a65
    Merge pull request #59 from thmo/missing-include Adrian Chadd 2018-07-11 15:47:48 -0700
  • e9eca011f8
    Merge pull request #33 from jazd/fqdname Adrian Chadd 2018-07-11 15:47:25 -0700
  • 069c56578a
    Merge pull request #60 from muzaffar1331/fix-tls13 Adrian Chadd 2018-07-11 15:46:56 -0700
  • 35db51bec6 Implement support for TLSv1.3 in OpenSSL >= 1.1.1 Muzaffar Auhammud 2018-07-11 15:49:08 +0400
  • f376683f61 Implement specific support for TLSv1.2 Muzaffar Auhammud 2018-07-11 15:46:17 +0400
  • 8ff23d5577 Implement specific support for TLSv1.1 Muzaffar Auhammud 2018-07-11 15:44:27 +0400
  • 1263f9cd09 Make TLSv1 use TLSv1.0 specifically to prevent ambiguity with TLSv1.1, TLSv1.2, TLSv1.3 Muzaffar Auhammud 2018-07-11 15:42:29 +0400
  • f2cd35e9be Use the new API for SSLv3 protocol selection in OpenSSL >= 1.1.0 Muzaffar Auhammud 2018-07-11 15:40:37 +0400
  • feef2b4fb3 Make conditional compilation for SSLv2 future proof and backwards compatible with OpenSSL <= 1.1.0 Muzaffar Auhammud 2018-07-11 15:39:23 +0400
  • 9d91d1773a Add more flexibility in choice of protocol for TLSv1.x Muzaffar Auhammud 2018-07-11 15:36:51 +0400
  • 08185b9fe3 Remove the TLS 1.3 implementation which fails specifically on OpenSSL 1.1.0 Muzaffar Auhammud 2018-07-11 15:34:08 +0400
  • 2fbd9e93ea Optimize OpenSSL initialization by removing synonymous calls to SSL_library_init() Muzaffar Auhammud 2018-07-11 15:31:41 +0400
  • d44c81b586 Missing include (for memset(), strerror()). Thomas Moschny 2018-07-04 21:14:07 +0200
  • 5f5568b3c4
    Merge pull request #53 from muzaffar1331/add-tls-13 Adrian Chadd 2018-03-17 14:38:08 -0700
  • 63fa8ee8c9 Enable use of TLS 1.3. Done during IETF 101 hackathon. Muzaffar Auhammud 2018-03-17 17:12:03 +0400
  • feca4978ba Stray line feed in fqdname causes --add-header and --add-header-file header records to be ignored by server. Stephen Jazdzewski 2015-12-21 19:00:09 -0800
  • 0c7d127883 Merge pull request #48 from alteholz/master Adrian Chadd 2017-07-24 11:50:58 -0700
  • c4b07d477b make it compile with SSL 1.1.0 Thorsten Alteholz 2017-03-23 01:38:26 +0100
  • 5454635cfc fix typo in manpage Thorsten Alteholz 2017-03-23 01:34:35 +0100
  • 702c5a1a25 Add support for PROPFIND and REPORT in wsesslog adaxi 2016-10-01 20:38:48 +0200
  • 84f4376c6c Don't allow the fd count to exceed FD_SETSIZE. Adrian Chadd 2016-03-31 16:17:42 -0700
  • 18db423b1d oops - just use 'sd' for the loop. Adrian Chadd 2016-03-31 11:08:59 -0700
  • 1e5e8d1bc2 remove these; not used. Adrian Chadd 2016-03-31 10:54:36 -0700
  • c62cdb51b9 oops - remove double decl. Adrian Chadd 2016-03-31 10:43:22 -0700
  • f62f1c0bda Totally untested fix for select() logic going out of bounds. Adrian Chadd 2016-03-31 10:41:04 -0700
  • cc888437e4 Merge pull request #39 from eribertomota/eriberto-idleconn-manpage Adrian Chadd 2016-03-11 11:24:32 -0800
  • 85084f48f5 Added a contrib dir and idleconn manpage source Joao Eriberto Mota Filho 2016-03-11 13:49:07 -0300
  • f6a3689e18 Adding idleconn manpage Joao Eriberto Mota Filho 2016-03-11 13:42:08 -0300
  • 7a4e73b208 Merge pull request #32 from Sp1l/master Adrian Chadd 2016-01-24 10:03:59 -0800
  • 76a1af8fb4 Merge pull request #35 from Sp1l/patch-1 Adrian Chadd 2016-01-24 09:52:57 -0800
  • efb9e6c86a Merge pull request #36 from josephjkong/jk_master_fix_server Adrian Chadd 2016-01-23 14:45:02 -0800
  • 941bc9558f Restore the original --server and --server_name options. Joseph Kong 2016-01-22 22:40:01 -0800
  • 83fef49f59 Change --server to --servers. Joseph Kong 2016-01-22 12:36:40 -0800
  • df070fe2c3 Style changes. Joseph Kong 2016-01-21 15:33:35 -0800
  • bea56ffa7e Fix building when OpenSSL was compiled -nossl2 or -noss3 Bernard Spil 2016-01-07 21:57:54 +0100
  • f74cfe4743 Reroll No-SSLv3 patch/Add No-SSLv2 patch Bernard Spil 2015-12-18 14:03:19 +0100
  • dcfb746bc5 Merge pull request #23 from murtha-yahoo/murtha-yahoo-patch-1 Adrian Chadd 2015-12-17 15:14:19 -0800
  • 9b511a9763 Merge pull request #29 from rmebjesus/master Adrian Chadd 2015-12-17 15:13:36 -0800
  • 3cb42e3fed Merge pull request #24 from scippio/master Adrian Chadd 2015-12-17 15:11:57 -0800
  • b141ec57a2 Increased char size. Ricardo Jesus 2015-09-03 17:04:27 +0100
  • 217bdb8098 Merge pull request #26 from simmbot/master Adrian Chadd 2015-07-16 07:44:02 -0700
  • 380ee54380 Fix errno compilation error (found on Ubuntu 14.04) Ben Simmons 2015-06-08 16:06:21 -0700
  • 97cfa7af7d apply https://github.com/httperf/httperf/issues/8 patch from rowan.li...@gmail.com scippio 2015-05-11 16:49:33 +0200
  • 1666728c1f added ACLOCAL_AMFLAGS to include m4 murtha-yahoo 2015-04-25 12:54:50 -0700
  • 88feacaa3d Add AC_CONFIG_MACRO_DIR murtha-yahoo 2015-04-25 12:53:00 -0700
  • ab2b96b0f5 Merge pull request #21 from erikarn/20150330_norse_fixes Mark Nottingham 2015-04-01 11:38:22 +1100
  • 544b67b374 Add very numerous bug fixes and features, from Norse Corp. Adrian Chadd 2015-03-30 14:07:53 -0700
  • 5875eafd22 add intro to README (taken from google code site) Mark Nottingham 2015-03-14 15:09:37 +1100
  • 1119f3b00c rename README Mark Nottingham 2015-03-14 15:07:06 +1100
  • 08b6b19782 convert README to markdown Mark Nottingham 2015-03-14 15:06:50 +1100
  • 4ee16eb53b Move everything into top-level directory. Mark Nottingham 2015-03-14 15:04:47 +1100
  • b5c80adf17 Migrating wiki contents from Google Code wiki Google Code Exporter 2015-03-13 21:11:36 -0400
  • ed5c6311ab Remove the FD_SETSIZE check. adrian.chadd 2014-10-16 16:59:39 +0000
  • 5d500c3785 Remove boilerplate text from bottom of copyright file since it isn't quite applicable to httperf tbullock@comlore.com 2011-02-21 00:21:30 +0000
  • 6f6e523bf9 Portablelize new getopt.c so it should work where err.h is missing tbullock@comlore.com 2011-02-17 03:24:54 +0000
  • 7f66ab61bf Remove anjuta conf stuff tbullock@comlore.com 2011-02-10 11:32:32 +0000
  • a49d2612a4 Adjust copyright text to clearly mark copyright owners tbullock@comlore.com 2011-02-10 10:28:13 +0000
  • 788158df0e Removed duplicate version of gpl, besides getopt was the reason the file was there to begin with and it is now supplied by a different vendor tbullock@comlore.com 2011-02-10 09:56:51 +0000
  • e475050b34 replace bundled, out of date getopt with version from openbsd tbullock@comlore.com 2011-02-10 09:52:23 +0000
  • d0f09d7996 Cleaned up help text tbullock@comlore.com 2011-02-07 12:48:16 +0000
  • 913e5dc5b6 Cleaned up help text tbullock@comlore.com 2011-02-07 12:45:12 +0000
  • 2b3cc9833a Mention that httperf has been pulled for the time being tbullock@comlore.com 2009-12-16 11:03:00 +0000
  • e44b1981bd Remove libevent port (for now) tbullock@comlore.com 2009-12-16 10:16:35 +0000
  • d7f82a4fe8 Note Adrian Chadd as libevent port author tbullock@comlore.com 2009-12-15 21:19:26 +0000
  • a4427bbef7 Remove CVS associated files tbullock@comlore.com 2009-12-15 18:58:15 +0000
  • e6a5c2ca16 New build instructions regarding the construction of 0.9.1 tedbullock 2008-10-04 00:31:00 +0000
  • 297492792b Fix build on opensolaris with Sun Studio compiler tedbullock 2008-10-03 23:18:08 +0000
  • 50a30da590 Source formatting in preparation for additional data printing formats tedbullock 2008-09-18 06:56:35 +0000
  • 29518656e1 Make sure libevent check is properly quoted tedbullock 2008-07-30 20:11:06 +0000
  • 4f7a044fec Using libevent for communications backend now (thanks to Adrian Chadd) tedbullock 2008-07-30 19:54:53 +0000
  • 8f28c000d7 Added segfault at high request rate bug to todo list tedbullock 2008-07-17 17:02:29 +0000
  • c337ff0dd6 The sys/types.h header is brought in via the generic_types.h header. Adjust accordingly. tedbullock 2008-07-15 20:52:11 +0000
  • d481f12107 Remove unused variable 'next_tick' adri 2008-07-14 12:44:47 +0000
  • 7daafb999e Remove unused variable "parent" adri 2008-07-14 10:00:52 +0000
  • f0b11c6a06 Remove unused variables. adri 2008-07-14 10:00:10 +0000
  • dcadd58828 Add in required include for fpsetmask() for FreeBSD adri 2008-07-14 09:59:40 +0000
  • e1ac49d220 Remove unused variables in core_loop() adri 2008-07-14 09:55:52 +0000
  • ddb1f738d4 Bring over my initial libevent work into CVS. adri 2008-07-14 09:53:24 +0000