about summary refs log tree commit diff
path: root/pkgs/applications/networking/netperf
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* netperf: 20180504 -> 20180613 (#59011)Manuel Mendez2019-04-08
| | | netperf: 20180504 -> 20180613
* netperf: remove libsmbios on non-x86Linus Heckemann2019-03-25
| | | | This fixes building on ARM systems.
* netperf: cleanupManuel Mendez2018-05-12
| | | | | | | | | | | | | | | | * netperf: fix build * maintainers: add myself * netperf: add myself as maintainer * netperf: update to current git master to get bugfixes * netperf: enable-demo mode * fixup! netperf: fix build * fixup! netperf: update to current git master to get bugfixes
* netperf: update sourceOrivej Desh2017-11-14
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* netperf: 2.6.0 -> 2.7.0Franz Pletz2016-05-03
|
* netperf: update to version 2.6.0Peter Simons2012-08-10
|
* Add netperfShea Levy2011-10-25
I will add meta later, I promise, I just need to use this now svn path=/nixpkgs/trunk/; revision=30026