summary refs log tree commit diff
path: root/pkgs/tools/networking/wrk
Commit message (Collapse)AuthorAge
* wrk: 4.1.0 -> 4.2.0R. Ryantm2021-12-22
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* wrk: 4.0.2 -> 4.1.0Ryan Mulligan2018-02-28
| | | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - found 4.1.0 with grep in /nix/store/jvh5087w916pfycdqmrjlgvlzhdzj6bw-wrk-4.1.0 - found 4.1.0 in filename of file in /nix/store/jvh5087w916pfycdqmrjlgvlzhdzj6bw-wrk-4.1.0 cc "@ragge"
* Change many homepage urls from http to https #30636Pascal Wittmann2017-11-10
|
* luajit: 2.1.0-beta2 -> 2.1.0-beta3Vladimír Čunát2017-05-02
| | | | | The removal of `luaL_reg` alias caused lots of breakage. Only sysdig and knot-resolver needed (also) other changes.
* wrk: use packaged openssl, luajit (#24481)pmahoney2017-03-30
| | | | This has the side effect of now building on darwin. Previously, the vendored luajit would fail to build.
* wrk: 4.0.0 -> 4.0.2zimbatm2016-08-23
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* wrk: Update from 3.1.2 to 4.0.0 (master)Ragnar Dahlén2015-06-05
|
* Fixed some descriptionsPascal Wittmann2015-04-28
|
* wrk: New packageRagnar Dahlén2015-02-06
HTTP benchmarking tool.