Commit Graph

  • e721321a71 Merge pull request #121 from rafael84/master Jaana Burcu Dogan 2016-07-26 17:44:12 -07:00
  • 7ed4259af9 Merge pull request #120 from xuqingfeng/h2 Jaana Burcu Dogan 2016-07-07 13:05:35 -07:00
  • 4a00fe2271 Merge pull request #115 from kevinburke/n-c-error Jaana Burcu Dogan 2016-06-27 11:11:46 -07:00
  • 8c485028b2 Allow overriding the HTTP Host header Rafael Martins 2016-06-20 13:38:47 -03:00
  • 5b477b35d5 disable HTTP/2 if -h2 is turned off xuqingfeng 2016-06-07 13:42:34 +08:00
  • 09d44d34af travis: build only against 1.6 and the tip Jaana Burcu Dogan 2016-06-03 12:07:58 -07:00
  • 1812960bd7 feat: h2 - make HTTP2 request xuqingfeng 2016-05-26 17:22:14 +08:00
  • 1881f0a616 Merge pull request #118 from Luit/master JBD 2016-05-02 11:20:03 +02:00
  • 70d1de9ba2 Update README removing -readall and -allow-insecure Luit van Drongelen 2016-04-26 11:13:23 +02:00
  • 0e35f688f7 Error if n < c Kevin Burke 2016-04-22 01:08:17 -07:00
  • ad1206917c Merge pull request #89 from missedone/issue/82 JBD 2016-03-24 09:46:42 -07:00
  • d237b82b4a Merge pull request #109 from ericmdantas/travis-build JBD 2016-03-24 09:44:35 -07:00
  • da5191e2cc #82: deprecate '-h' Nick Tan 2016-03-23 20:14:43 -07:00
  • 82c96f31e4 build: use different go versions Eric Mendes Dantas 2016-03-23 09:17:32 -03:00
  • bc64737aae Always allow insecure connections; this is a tool used during development. Burcu Dogan 2016-03-11 16:48:26 -08:00
  • 154afdb2c4 Reformat the output. Burcu Dogan 2016-03-11 16:12:49 -08:00
  • 253eb08427 Readability improvements Burcu Dogan 2016-03-11 16:09:12 -08:00
  • 7f4c62228a readall is mandatory not to leak Burcu Dogan 2016-03-11 16:06:06 -08:00
  • df3b89ae10 Remove the progress bar and the throttling job channel. Burcu Dogan 2016-03-11 16:03:28 -08:00
  • 592ac386b9 Merge branch 'master' of github.com:rakyll/boom Burcu Dogan 2016-03-11 15:32:53 -08:00
  • 60215bbed4 Fewer wait group calls Burcu Dogan 2016-03-11 13:30:10 -08:00
  • 3f2c4fe3e5 Exit on SIGINT Burcu Dogan 2016-03-11 12:03:35 -08:00
  • 758f414014 Merge pull request #96 from gsquire/fix-auth-parsing Burcu Dogan 2015-12-22 22:33:34 -08:00
  • ebe6ef6f47 fix auth RE to allow meta characters Garrett Squire 2015-12-22 17:12:17 -08:00
  • 8ef8228559 Revert global client for more idle connections per worker. Burcu Dogan 2015-11-16 14:55:57 -08:00
  • 9157efd731 Print the stats at interrupt. Burcu Dogan 2015-11-13 13:08:50 -08:00
  • ff9faf7be8 Rename run_test. Burcu Dogan 2015-11-13 11:01:51 -08:00
  • 6d715544b4 Fix the broken build. Burcu Dogan 2015-11-11 13:09:24 -08:00
  • 9078dc98e5 Add the missing body to the cloned requests. Burcu Dogan 2015-11-11 13:09:11 -08:00
  • 62920bfecc Remove ReqOpts. Burcu Dogan 2015-11-11 11:50:02 -08:00
  • d6d000d894 Readability improvements. Burcu Dogan 2015-11-11 11:30:08 -08:00
  • b23e53f6b8 Don't report progress in csv mode. Burcu Dogan 2015-11-11 11:27:27 -08:00
  • 23ff3edf8b Reorganize progress reporting. Burcu Dogan 2015-11-11 11:24:08 -08:00
  • 4ca32972f3 Add a report constructor. Burcu Dogan 2015-11-11 11:15:44 -08:00
  • 4111a6d5a1 Reorganize boomer. Burcu Dogan 2015-11-11 11:12:06 -08:00
  • 94b8a90f5c Readability improvement. Burcu Dogan 2015-11-11 11:09:54 -08:00
  • 194ee49b88 Print malformed input when parsing fails. Burcu Dogan 2015-11-11 11:07:50 -08:00
  • d772b7c069 fix issue #82: Header values cannot contain semicolons Nick Tan 2015-11-05 06:14:08 -08:00
  • 0233e039a2 Update README with -readall. Burcu Dogan 2015-11-04 14:48:24 -08:00
  • 84d1d3814b Reuse the same http.Transport for better connection pooling. Burcu Dogan 2015-11-04 14:47:23 -08:00
  • 5d051b61ca Introduce the readall flag to allow users to consume the request body entirely. Burcu Dogan 2015-11-04 14:39:41 -08:00
  • 79153762c2 Add license. Burcu Dogan 2015-08-19 10:26:26 -07:00
  • 504dbc63a4 Remove dead code. Burcu Dogan 2015-08-19 10:24:08 -07:00
  • 41d690a348 Don't abuse named return values. Burcu Dogan 2015-08-19 10:21:52 -07:00
  • c17fdf0524 Provide better help message for invalid output type. Burcu Dogan 2015-08-19 10:21:28 -07:00
  • 69e352b8ec Remove manual DNS resolving. Burcu Dogan 2015-08-19 10:19:51 -07:00
  • 7119e46834 Merge branch 'master' of github.com:rakyll/boom Burcu Dogan 2015-08-19 10:10:25 -07:00
  • 23b21b6af3 Remove line from bad merge. Burcu Dogan 2015-08-19 10:09:57 -07:00
  • 372ea3b0e6 Merge pull request #51 from SchumacherFM/bugfixUsageMessage Burcu Dogan 2014-11-03 11:54:34 +11:00
  • 80aca4ccc0 BUGFIX: Add display NumCPU in usage string Cyrill Schumacher 2014-11-02 12:39:29 +11:00
  • 6c26886367 Fix proxying. Burcu Dogan 2014-10-14 16:47:49 -07:00
  • f173312eb4 Fix the build, remove test that require boomer to export the non-consumable results. Burcu Dogan 2014-10-14 15:04:15 -07:00
  • 713a46a330 Improving readability. Burcu Dogan 2014-10-14 14:09:38 -07:00
  • 5d2b920c8d Simplify the runner. Burcu Dogan 2014-10-14 14:07:05 -07:00
  • 22024893a2 Test against go 1.3. Burcu Dogan 2014-10-14 12:31:34 -07:00
  • c32318f843 Revert back dial timeout, add TLS handshake timeout. Burcu Dogan 2014-10-14 12:25:18 -07:00
  • e45d95ff3a Adding timeout flag. Burcu Dogan 2014-10-14 12:10:59 -07:00
  • 6f0569e79a Merge branch 'master' of github.com:rakyll/boom Burcu Dogan 2014-10-14 11:43:02 -07:00
  • 2c5b2ce9cf Formatting and readability improvements. Burcu Dogan 2014-10-14 10:52:39 -07:00
  • ab9a0a9abd Merge pull request #49 from beatrichartz/cleanup_regexp Burcu Dogan 2014-09-21 12:41:14 -07:00
  • fe57084a12 Clean up regular expressions for headers and auth and fix | being allowed for headers, allow any characters for auth password Beat Richartz 2014-09-21 13:24:10 +01:00
  • ebef8dbc2e apply for pull request Artem Andreenko 2014-08-20 16:16:26 +07:00
  • 8d39b0d40f update README.md Artem Andreenko 2014-08-20 11:30:20 +07:00
  • d6a716e645 add feature: cores - specify number of used cpu cores Artem Andreenko 2014-08-20 11:20:11 +07:00
  • 4791ce8c93 add feature: disable keepalive Artem Andreenko 2014-08-20 11:09:12 +07:00
  • 5fd251f438 add feature: disable compression Artem Andreenko 2014-08-20 11:03:47 +07:00
  • db15474eb3 Merge pull request #44 from ejholmes/accept-header Burcu Dogan 2014-08-09 00:10:06 -07:00
  • 1ce5d5a01d Allow for easy setting of the Accept header. Eric J. Holmes 2014-08-08 22:31:11 -07:00
  • 02a485410c Merge pull request #37 from behrendtio/fix_http_auth_regex Burcu Dogan 2014-05-08 10:08:16 +02:00
  • f17a096c38 Fix http auth regex to allow dash, dot and underscore, refs #36 Mario Behrendt 2014-04-14 16:14:35 +02:00
  • ab630f61ce Merge pull request #34 from rubenk/master Burcu Dogan 2014-04-08 22:27:56 +02:00
  • 6c983d86b9 Fix a few typos Ruben Kerkhof 2014-04-08 22:25:51 +02:00
  • 629053fa2b Renaming commands package. Burcu Dogan 2014-02-25 15:05:55 +01:00
  • 167a73ecac Merge pull request #33 from oxtoacart/master Burcu Dogan 2014-02-11 14:39:55 +01:00
  • ace2003946 Fixed usage note for proxy Ox To A Cart 2014-02-11 07:16:15 -06:00
  • 2a8e6733ff Fixed missiong io import Ox To A Cart 2014-02-11 07:13:25 -06:00
  • 3063711f82 Implemented feedback from Burcu Ox To A Cart 2014-02-11 06:29:35 -06:00
  • e47d49c8cf Added support for TCP/HTTP proxy Ox To A Cart 2014-02-10 22:31:57 -06:00
  • 7f0b198817 Merge pull request #32 from mdakin/minicik Burcu Dogan 2014-02-07 16:24:42 +01:00
  • a2ab02b4cf Boom's current design is resilient to c > n situation, it still fires n requests and ends. No need to change n silently. Mehmet Akin 2014-02-07 14:50:30 +01:00
  • 384686a2a5 Merge pull request #31 from keramidasceid/data Burcu Dogan 2014-02-07 11:52:39 +01:00
  • 41cbfb5c77 Introduced some changes based on rakyll suggestions Vasilis Keramidas 2014-02-07 01:55:17 +02:00
  • 607dbd15f8 Do not print statistics if the site does not provide the Content Length Vasilis Keramidas 2014-02-06 12:47:43 +02:00
  • ffa4a83b24 Merge branch 'data' of github.com:keramidasceid/boom into data Vasilis Keramidas 2014-02-06 00:40:04 +02:00
  • 5a7497f382 Merge branch 'data' of github.com:keramidasceid/boom into data Vasilis Keramidas 2014-02-06 00:37:20 +02:00
  • a0c452138a Merge branch 'data' of github.com:keramidasceid/boom into data Vasilis Keramidas 2014-02-06 00:37:20 +02:00
  • 573ac20444 Added Total Data Transferred to output Vasilis Keramidas 2014-02-05 22:38:56 +02:00
  • f750cf989f Added Total Data Transferred to output Vasilis Keramidas 2014-02-05 22:38:56 +02:00
  • cf6f99598d ServerName should not contain a port. Burcu Dogan 2014-02-05 20:37:15 +01:00
  • 723957d202 Merge pull request #30 from matzhouse/master Burcu Dogan 2014-02-04 01:18:49 -08:00
  • 6654173e1c Use existing serverName variable Mat Evans 2014-01-30 10:28:02 +00:00
  • abe61839a7 Send hostname all the way through the request as the Host header Mat Evans 2014-01-29 15:41:44 +00:00
  • 5592a15e6f Adding request testing. Burcu Dogan 2014-01-27 12:07:07 +01:00
  • efa2dd7dca Boom is the original title. Don't escape, don't lower. Burcu Dogan 2014-01-27 11:33:42 +01:00
  • 82937a0d17 Request should not be reused. Burcu Dogan 2014-01-27 11:30:01 +01:00
  • bbb9c7b1bb Merge branch 'master' of github.com:rakyll/boom Burcu Dogan 2014-01-26 16:53:16 +01:00
  • 4cf9b9a16c Put square brackets only around IPv6s. Burcu Dogan 2014-01-26 16:47:58 +01:00
  • 353bd37574 Merge pull request #28 from mdakin/bom Burcu Dogan 2014-01-24 07:41:46 -08:00
  • 4961ce687a Merge branch 'bom' of github.com:mdakin/boom Burcu Dogan 2014-01-24 16:07:11 +01:00
  • 55d25c9940 Adding tests for number of requests and rate limiting. Burcu Dogan 2014-01-24 12:12:48 +01:00