Skip to content

Releases: can3p/slapper

v0.2.4

Choose a tag to compare

@can3p can3p released this 13 Sep 13:54

Changelog

v0.2.3

Choose a tag to compare

@can3p can3p released this 20 Aug 01:21

Changelog

  • 890df1a add support for client certificates
  • 1828d90 implement curl command as target format

v0.2.2

Choose a tag to compare

@can3p can3p released this 01 Aug 22:24

Changelog

  • bbe52be option - disable keep alive

v0.2.1

Choose a tag to compare

@can3p can3p released this 12 Jul 23:00

Changelog

  • 278c168 allow to specify headers in the requests file

v0.2.0

Choose a tag to compare

@can3p can3p released this 12 Jul 22:38

Changelog

  • 1287ee6 -workers is uint
  • 5ff7c86 Add --base64body command-line option
  • e0e9ca8 Disable TLS verification
  • 0a7ec82 Display requested rate on the first line
  • fe66991 Initial commit
  • bf44b97 Let users specify HTTP headers
  • bed6365 Load() when reading the desired rate
  • 504ee41 Make golint happy
  • 00aa3a7 Merge pull request ikruglov#1 from avereha/fixtime
  • e2d0856 Merge pull request ikruglov#11 from can3p/host_support
  • 5ef150b Merge pull request ikruglov#2 from avereha/requestedRate
  • 7016fb1 Merge pull request ikruglov#5 from dgryski/lint-nits
  • bc2c2a1 Merge pull request ikruglov#7 from tehmaze/master
  • 6a7bc6e Merge pull request ikruglov#8 from gunnihinn/master
  • 19ebcb7 Merge pull request ikruglov#9 from yati-sagade/patch-1
  • 2a12bf5 Read targets from STDIN if no file is given
  • 5473cc8 Respond to pull request comments
  • 9416f37 Rewrite targets file parser
  • 5454053 Update README.md
  • 7af8d61 Vendor dependencies with dep
  • f720dd5 add colors to histogram
  • 4477d77 add readme
  • e74aa99 add support for passing the Host header
  • cf65ec1 clarify targets syntax
  • 1ce65b2 clean next timing slot which is last one in ring buffer
  • 6a0de2e convert slapper into modules
  • 9997cba count the time spend reading the responose body as part of the total processing time for a request
  • ea821fa decrease the size of requested rate/response rate on the first line
  • 41e3055 do sanity checks about screen sizes
  • eca4ee0 drop current incarnation of go releaser
  • a9ef570 drop deprecation warning
  • 50de758 fix -maxY and -maxY ikruglov#2
  • a796ff5 fix ineffectual assignment to b
  • cba8b9c fix typo
  • 152c435 gorelease settings
  • d61a539 include bits in .gitignore
  • 37d2e61 initial commit
  • 599c7aa like description given by dgryski
  • 552f8a3 make gometalinter happy
  • 5630c91 plot histogram for only realtime traffic (moving window os 10s)
  • 467bc84 port slapper to kleiner
  • 22365c6 provide description of key bindings
  • 183a39c provide interface description
  • 32d7736 remove necessary conversion
  • 8f4421b remove redundant header setting since condition already does it
  • 800872c remove support of reading targets from stdin, it conflicts with screen size detection
  • 18b6954 rename requestedRate to desiredRate
  • fca2c41 report 2xx as successful results
  • 6f09710 report any http client errors as response code 0
  • a39dcfa simplify code in attach a bit
  • b031ca7 simplify rate changing mechanism
  • 12e34f7 target-server.go
  • 0a613cb use \r\n, not just \n
  • 7c9a56c use log.Fatal instead of panic
  • b46b274 use unsigned ints