summary refs log tree commit diff
path: root/pkgs/development/libraries/libwebsockets
Commit message (Collapse)AuthorAge
* libwebsockets: cleanupSandro2021-07-20
|
* libwebsockets: remove runtime reference to GCC (closure size)kvtb2021-07-19
|
* libwebsockets: remove older 4.x packagesRick van Schijndel2021-05-15
|
* libwebsockets: add 4.2.0Rick van Schijndel2021-05-15
|
* libwebsockets: add myself as maintainerRick van Schijndel2021-03-12
|
* libwebsockets: improve cross-compilation supportRick van Schijndel2021-03-11
| | | | | | | | | Building works on aarch64-multiplatform: - libwebsockets_3_1 - libwebsockets_3_2 - libwebsockets_4_0 - libwebsockets_4_1
* libwebsockets: update license detailsFabian Affolter2021-01-30
|
* libwebsockets: enable 4.1.x seriesFabian Affolter2021-01-30
|
* libwebsockets: 4.0.1 -> 4.0.21Fabian Affolter2021-01-30
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* libwebsockets: Change default CMake flags for packageLeo Gaskin2020-07-09
| | | | | The libwebsockets package is now built with support for IPv6 and SOCKS5 in addition to general plugin support.
* libwebsockets: fix clang buildDaiderd Jordan2020-07-01
|
* libwebsockets_4_0: 4.0.0 -> 4.0.1volth2020-04-04
|
* libwebsockets: 3.2.0 -> 3.2.2; init as 4.0.0volth2020-03-09
|
* libwebsockets: re-init 3.1Peter Hoeg2019-09-16
|
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * libwebsockets: 3.1.0 -> 3.2.0R. RyanTM2019-08-19
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libwebsockets/versions
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* libwebsockets: 3.0.1 -> 3.1.0R. RyanTM2018-12-17
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libwebsockets/versions
* libwebsockets: 3.0.0 -> 3.0.1 (#47020)R. RyanTM2018-09-21
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libwebsockets/versions
* libwebsockets: update homepageMarkus Kowalewski2018-09-02
|
* libwebsockets: 2.4.2 -> 3.0.0R. RyanTM2018-05-12
| | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libwebsockets/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 3.0.0 with grep in /nix/store/m8jcyxq9zxn19vzwmvy8jld4kmjcwnmj-libwebsockets-3.0.0 - directory tree listing: https://gist.github.com/3fda3b4331b75bec575d1a71ba21e84a
* libwebsockets: 2.4.1 -> 2.4.2Ryan Mulligan2018-03-14
| | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 2.4.2 with grep in /nix/store/y3zmgw1wy80xwfmjx8d97nvrr5qfzrmp-libwebsockets-2.4.2 - found 2.4.2 in filename of file in /nix/store/y3zmgw1wy80xwfmjx8d97nvrr5qfzrmp-libwebsockets-2.4.2
* libwebsockets: 2.3.0 -> 2.4.1Ryan Mulligan2018-02-26
| | | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - found 2.4.1 with grep in /nix/store/lm20nl7bdr3fmnagp48b4a7pjagv5qdf-libwebsockets-2.4.1 - found 2.4.1 in filename of file in /nix/store/lm20nl7bdr3fmnagp48b4a7pjagv5qdf-libwebsockets-2.4.1 cc ""
* libwebsockets: revert making libuv a propagated build inputJörg Thalheim2017-09-20
| | | | | | it is possible to use libwebsockets without libuv cc @volth
* libwebsockets: fix evalJörg Thalheim2017-09-19
|
* libwebsockets: 1.4 -> 2.3.0volth2017-09-19
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* Add libwebsockets packageChetan Taralekar2015-09-13