Skip to content

Releases: bjarneo/rip

Perf Perf Perf

30 Mar 05:55
9849a28
Compare
Choose a tag to compare

Max Requests

22 Mar 08:19
b0ab6a8
Compare
Choose a tag to compare

What's Changed

  • feat: max requests per concurrent user at a time by @bjarneo in #8
  • refactor: change the logger to a singelton instance
  • refactor: create a singelton for the headers and parse it just once
  • refactor: remove the mutex as it is not needed since the parseheader is not running in the goroutines
  • refactor: use mutex for the queue pop

Full Changelog: v1.6.1...v1.7.0

The great refactor

16 Mar 07:54
fd55b43
Compare
Choose a tag to compare

This release is just a refactor of the code base to make parts more readable. It will also improve some performance for logging, including closing the file on end of the load testing.

Full Changelog: v1.6.0...v1.7.0

Proxy HTTP requests

14 Mar 18:39
9786350
Compare
Choose a tag to compare

Custom Headers

13 Mar 16:37
a291a33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

The HTTP methods

13 Mar 10:11
deeb362
Compare
Choose a tag to compare

What's Changed

  • feat: introduce HTTP methods including JSON payload by @bjarneo in #4

Full Changelog: v1.3.0...v1.4.0

v1.3.0

08 Mar 22:15
0fa7864
Compare
Choose a tag to compare

New statistical output
Full Changelog: v1.2.0...v1.3.0

UDP flood

06 Mar 17:59
d4d15f1
Compare
Choose a tag to compare

What's Changed

  • feat: add UDP flood attack support by @bjarneo in #1

New Contributors

Full Changelog: v1.1.0...v1.2.0

Moar is better

02 Mar 16:05
deacf8c
Compare
Choose a tag to compare

RIP

21 Feb 19:36
4655b49
Compare
Choose a tag to compare
RIP

The initial release

Full Changelog: https://github.com/bjarneo/rip/commits/v1.0.0