GitHub / httperf/httperf / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| de8cd6ad | merge Merge pull request #72 from 55abhilash/master |
Adrian Chadd <a****d@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 85f090ab | merge Merge branch 'master' into master |
Adrian Chadd <a****d@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 6342b166 | [httperf] Fix Issue #43 - update config / build instructions. | Adrian Chadd <a****n@f****g> | about 6 years ago | |
| 32dd31c7 | The installation steps given in current README fail. I had to follow steps gi... | Abhilash KP <a****e@g****m> | over 6 years ago | |
| 568322e4 | merge Merge pull request #69 from junsik/master |
Adrian Chadd <a****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| c657cb4a | Fix segfault when connection is failed by using epoll(7). | junsik.park <j****4@c****m> | about 7 years ago | |
| ef592127 | merge Merge pull request #67 from junsik/master |
Adrian Chadd <a****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| c8f1bd43 | Teach to use epoll(7) on httperf(1). | junsik.park <j****4@c****m> | about 7 years ago | |
| 60191543 | merge Merge pull request #66 from steils/master |
Adrian Chadd <a****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 048ec103 | Use correct ifdefs for checking TLS 1.3 | Stefan Strogin <s****s@g****g> | about 7 years ago | |
| 00bf5dab | merge Merge pull request #65 from michelgokan/patch-1 |
Adrian Chadd <a****d@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 6283eefb | Update README.md |
Michel Gokan <g****l@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 536740a8 | merge Merge pull request #64 from muzaffar1331/add-sni |
Adrian Chadd <a****d@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| e82d0ab7 |
Add support for Server Name Indication. Done during IETF 103 hackathon
Signed-off-by: Muzaffar Auhammud <m****r@c****u> |
Muzaffar Auhammud <m****r@c****u> | almost 8 years ago | |
| 3209c7f9 | merge Merge pull request #61 from muzaffar1331/fix-major-bugs |
Adrian Chadd <a****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| adf8806a | Add missing 'case' statement that causes TLSv1.3 implementation to be unreach... | Muzaffar Auhammud <m****r@h****u> | about 8 years ago | |
| e3077ba6 | Remove extra 'break;' that prevent SSL_CTX_set_options from being set | Muzaffar Auhammud <m****r@h****u> | about 8 years ago | |
| e57dfc47 | Fix a bug that ignored the --ssl-protocol parameter | Muzaffar Auhammud <m****r@h****u> | about 8 years ago | |
| b6d6b5f1 | merge Merge pull request #44 from adaxi/master |
Adrian Chadd <a****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| fc57283a | merge Merge pull request #59 from thmo/missing-include |
Adrian Chadd <a****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| e9eca011 | merge Merge pull request #33 from jazd/fqdname |
Adrian Chadd <a****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 069c5657 | merge Merge pull request #60 from muzaffar1331/fix-tls13 |
Adrian Chadd <a****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 35db51be | Implement support for TLSv1.3 in OpenSSL >= 1.1.1 | Muzaffar Auhammud <m****r@h****u> | about 8 years ago | |
| f376683f | Implement specific support for TLSv1.2 | Muzaffar Auhammud <m****r@h****u> | about 8 years ago | |
| 8ff23d55 | Implement specific support for TLSv1.1 | Muzaffar Auhammud <m****r@h****u> | about 8 years ago | |
| 1263f9cd | Make TLSv1 use TLSv1.0 specifically to prevent ambiguity with TLSv1.1, TLSv1.... | Muzaffar Auhammud <m****r@h****u> | about 8 years ago | |
| f2cd35e9 | Use the new API for SSLv3 protocol selection in OpenSSL >= 1.1.0 | Muzaffar Auhammud <m****r@h****u> | about 8 years ago | |
| feef2b4f | Make conditional compilation for SSLv2 future proof and backwards compatible ... | Muzaffar Auhammud <m****r@h****u> | about 8 years ago | |
| 9d91d177 | Add more flexibility in choice of protocol for TLSv1.x | Muzaffar Auhammud <m****r@h****u> | about 8 years ago | |
| 08185b9f | Remove the TLS 1.3 implementation which fails specifically on OpenSSL 1.1.0 | Muzaffar Auhammud <m****r@h****u> | about 8 years ago | |
| 2fbd9e93 | Optimize OpenSSL initialization by removing synonymous calls to SSL_library_i... | Muzaffar Auhammud <m****r@h****u> | about 8 years ago | |
| d44c81b5 | Missing include (for memset(), strerror()). | Thomas Moschny <t****y@g****e> | about 8 years ago | |
| 5f5568b3 | merge Merge pull request #53 from muzaffar1331/add-tls-13 |
Adrian Chadd <a****d@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 63fa8ee8 | Enable use of TLS 1.3. Done during IETF 101 hackathon. | Muzaffar Auhammud <m****r@h****u> | over 8 years ago | |
| 0c7d1278 | merge Merge pull request #48 from alteholz/master |
Adrian Chadd <a****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| c4b07d47 | make it compile with SSL 1.1.0 | Thorsten Alteholz <d****n@a****e> | over 9 years ago | |
| 5454635c | fix typo in manpage | Thorsten Alteholz <d****n@a****e> | over 9 years ago | |
| 702c5a1a | Add support for PROPFIND and REPORT in wsesslog | adaxi <d****v@a****e> | almost 10 years ago | |
| cc888437 | merge Merge pull request #39 from eribertomota/eriberto-idleconn-manpage | Adrian Chadd <a****d@g****m> | over 10 years ago | |
| 85084f48 | Added a contrib dir and idleconn manpage source | Joao Eriberto Mota Filho <e****o@d****g> | over 10 years ago | |
| f6a3689e | Adding idleconn manpage | Joao Eriberto Mota Filho <e****o@d****g> | over 10 years ago | |
| 7a4e73b2 | merge Merge pull request #32 from Sp1l/master | Adrian Chadd <a****d@g****m> | over 10 years ago | |
| 76a1af8f | merge Merge pull request #35 from Sp1l/patch-1 | Adrian Chadd <a****d@g****m> | over 10 years ago | |
| efb9e6c8 | merge Merge pull request #36 from josephjkong/jk_master_fix_server | Adrian Chadd <a****d@g****m> | over 10 years ago | |
| 941bc955 | Restore the original --server and --server_name options. | Joseph Kong <j****e@t****g> | over 10 years ago | |
| 83fef49f | Change --server to --servers. | Joseph Kong <j****e@t****g> | over 10 years ago | |
| df070fe2 | Style changes. | Joseph Kong <j****e@t****g> | over 10 years ago | |
| bea56ffa | Fix building when OpenSSL was compiled -nossl2 or -noss3 | Bernard Spil <S****l@u****m> | over 10 years ago | |
| feca4978 | Stray line feed in fqdname causes --add-header and --add-header-file header r... |
Stephen Jazdzewski <S****i@W****m>
Committed by: Stephen Jazdzewski <S****e@J****m> |
over 10 years ago | |
| f74cfe47 | Reroll No-SSLv3 patch/Add No-SSLv2 patch | Bernard Spil <s****s@g****m> | over 10 years ago | |
| dcfb746b | merge Merge pull request #23 from murtha-yahoo/murtha-yahoo-patch-1 | Adrian Chadd <a****d@g****m> | over 10 years ago | |
| 9b511a97 | merge Merge pull request #29 from rmebjesus/master | Adrian Chadd <a****d@g****m> | over 10 years ago | |
| 3cb42e3f | merge Merge pull request #24 from scippio/master | Adrian Chadd <a****d@g****m> | over 10 years ago | |
| b141ec57 | Increased char size. | Ricardo Jesus <r****o@x****g> | almost 11 years ago | |
| 217bdb80 | merge Merge pull request #26 from simmbot/master | Adrian Chadd <a****d@g****m> | about 11 years ago | |
| 380ee543 | Fix errno compilation error (found on Ubuntu 14.04) |
Ben Simmons <s****t@g****m>
Committed by: Ben Simmons <b****n@s****m> |
about 11 years ago | |
| 97cfa7af | apply https://github.com/httperf/httperf/issues/8 patch from rowan.li...@gmai... | scippio <s****o@2****u> | over 11 years ago | |
| 1666728c | added ACLOCAL_AMFLAGS to include m4 | murtha-yahoo <m****a@y****m> | over 11 years ago | |
| 88feacaa | Add AC_CONFIG_MACRO_DIR | murtha-yahoo <m****a@y****m> | over 11 years ago | |
| ab2b96b0 | merge Merge pull request #21 from erikarn/20150330_norse_fixes | Mark Nottingham <m****t@m****t> | over 11 years ago | |
| 544b67b3 | Add very numerous bug fixes and features, from Norse Corp. | Adrian Chadd <a****n@f****g> | over 11 years ago | |
| 5875eafd | add intro to README (taken from google code site) | Mark Nottingham <m****t@m****t> | over 11 years ago | |
| 1119f3b0 | rename README | Mark Nottingham <m****t@m****t> | over 11 years ago | |
| 08b6b197 | convert README to markdown | Mark Nottingham <m****t@m****t> | over 11 years ago | |
| 4ee16eb5 | Move everything into top-level directory. | Mark Nottingham <m****t@m****t> | over 11 years ago | |
| ed5c6311 | Remove the FD_SETSIZE check. | adrian.chadd <a****d@2****e> | almost 12 years ago | |
| 5d500c37 | Remove boilerplate text from bottom of copyright file since it isn't quite ap... | tbullock@comlore.com <t****k@c****m@2****e> | over 15 years ago | |
| 6f6e523b | Portablelize new getopt.c so it should work where err.h is missing | tbullock@comlore.com <t****k@c****m@2****e> | over 15 years ago | |
| 7f66ab61 | Remove anjuta conf stuff | tbullock@comlore.com <t****k@c****m@2****e> | over 15 years ago | |
| a49d2612 | Adjust copyright text to clearly mark copyright owners | tbullock@comlore.com <t****k@c****m@2****e> | over 15 years ago | |
| 788158df | Removed duplicate version of gpl, besides getopt was the reason the file was ... | tbullock@comlore.com <t****k@c****m@2****e> | over 15 years ago | |
| e475050b | replace bundled, out of date getopt with version from openbsd | tbullock@comlore.com <t****k@c****m@2****e> | over 15 years ago | |
| d0f09d79 | Cleaned up help text | tbullock@comlore.com <t****k@c****m@2****e> | over 15 years ago | |
| 913e5dc5 | Cleaned up help text | tbullock@comlore.com <t****k@c****m@2****e> | over 15 years ago | |
| 2b3cc983 | Mention that httperf has been pulled for the time being | tbullock@comlore.com <t****k@c****m@2****e> | over 16 years ago | |
| e44b1981 | Remove libevent port (for now) | tbullock@comlore.com <t****k@c****m@2****e> | over 16 years ago | |
| d7f82a4f | Note Adrian Chadd as libevent port author | tbullock@comlore.com <t****k@c****m@2****e> | over 16 years ago | |
| a4427bbe | Remove CVS associated files | tbullock@comlore.com <t****k@c****m@2****e> | over 16 years ago | |
| e6a5c2ca | New build instructions regarding the construction of 0.9.1 | tedbullock <t****k@2****e> | almost 18 years ago | |
| 29749279 | Fix build on opensolaris with Sun Studio compiler | tedbullock <t****k@2****e> | almost 18 years ago | |
| 50a30da5 | Source formatting in preparation for additional data printing formats | tedbullock <t****k@2****e> | almost 18 years ago | |
| 29518656 | Make sure libevent check is properly quoted | tedbullock <t****k@2****e> | about 18 years ago | |
| 4f7a044f | Using libevent for communications backend now (thanks to Adrian Chadd) | tedbullock <t****k@2****e> | about 18 years ago | |
| 8f28c000 | Added segfault at high request rate bug to todo list | tedbullock <t****k@2****e> | about 18 years ago | |
| c337ff0d | The sys/types.h header is brought in via the generic_types.h header. Adjust ... | tedbullock <t****k@2****e> | about 18 years ago | |
| d481f121 | Remove unused variable 'next_tick' | adri <a****i@2****e> | about 18 years ago | |
| 7daafb99 | Remove unused variable "parent" | adri <a****i@2****e> | about 18 years ago | |
| f0b11c6a | Remove unused variables. | adri <a****i@2****e> | about 18 years ago | |
| dcadd588 | Add in required include for fpsetmask() for FreeBSD | adri <a****i@2****e> | about 18 years ago | |
| e1ac49d2 | Remove unused variables in core_loop() | adri <a****i@2****e> | about 18 years ago | |
| ddb1f738 | Bring over my initial libevent work into CVS. | adri <a****i@2****e> | about 18 years ago | |
| 433b17fc | libevent is no longer optional | tedbullock <t****k@2****e> | about 18 years ago | |
| cf9913be | Don't commit anjuta personal project folder into cvs | tedbullock <t****k@2****e> | about 18 years ago | |
| 97b89b1b | Prep for 0.9.1 | tedbullock <t****k@2****e> | over 18 years ago | |
| 1b28d912 | Back out libevent additions to main httperf program for now | tedbullock <t****k@2****e> | over 18 years ago | |
| 8e848b16 | idleconn is now built optionally with --enable-idleconn | tedbullock <t****k@2****e> | over 18 years ago | |
| 1d807cfa | Remove libevent calls just for the time being | tedbullock <t****k@2****e> | over 18 years ago | |
| 35db7978 | fix typo | tedbullock <t****k@2****e> | over 18 years ago | |
| 53ede494 | Remove spurious CRLFs from nohost blocks; fixes bug 1903551. | mnot <m****t@2****e> | over 18 years ago | |
| 988fc804 | Add Ted Bullock as an Author | tedbullock <t****k@2****e> | over 18 years ago |