Commit Graph

  • 34f7fa2202 cmake_minimum_required() before project() master rp42 2024-12-30 11:01:39 +00:00
  • a23330dbe2 Fix compilation with modern compilers BtbN 2024-11-24 20:22:18 +01:00
  • 60899603a4 Fix example issue of zmq_timers.adoc githejie 2024-11-22 14:29:36 +08:00
  • 90b4f410a0 cmake: Refer to prefix variable in generated libzmq.pc Hennadii Stepanov 2024-09-23 14:50:37 +01:00
  • 64db7d28fe Fix format issue of zmq_socket.adoc githejie 2024-09-06 14:44:22 +08:00
  • 1f4dd54f94
    Problem: ipc connect can fail on Windows, even after bind (#4734) Min RK 2024-08-26 06:57:23 -07:00
  • 0ed7a08cd9 Problem: create_ipc_wildcard_address can fail Min RK 2024-08-23 20:28:16 +02:00
  • 5f408ba371 Fix CMake-generated libzmq.pc file Hennadii Stepanov 2024-07-17 10:15:09 +01:00
  • 4c6cff6391 Problem: CI build android on ubuntu-latest failed githejie 2024-08-16 13:53:10 +08:00
  • b71434140e Fix reading cycle count on non-msvc win-on-aarch64 BtbN 2024-08-10 20:07:57 +02:00
  • 6aaafe0135
    Merge pull request #4721 from githejie/reconnect_options Luca Boccassi 2024-08-11 11:51:07 +02:00
  • ce17349f8b Problem: tests reconnect_stop_after_disconnect failed githejie 2024-08-09 15:05:36 +08:00
  • aa77c03a37 Add tests for sockopt ZMQ_RECONNECT_STOP_AFTER_DISCONNECT githejie 2024-08-09 14:47:01 +08:00
  • b95d94935e Problem: macos-latest with libsodium compilation failed githejie 2024-08-02 16:33:09 +08:00
  • 59c91227b4 use proper STREQUAL instead of EQUAL to compare strings Alexander Stefanov 2024-07-26 18:59:00 +03:00
  • ee29bcd64a problem: trying to link against librt on macOS fanquake 2024-07-04 16:26:47 +01:00
  • d203ad2b7a problem: using -errwarn on non-Sun systems fanquake 2024-07-08 14:59:43 +01:00
  • de290e91e3 Problem: macos-latest CIs both failing fanquake 2024-07-08 15:40:01 +01:00
  • c2fae81460 Problem: my name is not in the AUTHORS file C-sir 2024-05-10 21:37:24 +08:00
  • 0a1aa1e4a7 Fix typos in gssapi cmake support PR Isuru Fernando 2024-05-08 08:13:25 -05:00
  • 43a8b3c6c8 Add gssapi support to cmake Isuru Fernando 2024-05-07 15:59:09 -05:00
  • aa885c5a15 Do not use _MSC_VER if windows Stephan Lachnit 2024-04-23 16:02:59 +02:00
  • 2a75ef07be cmake: don't use builtin sha1 if not using ws fanquake 2024-03-25 14:23:22 +00:00
  • 4a5ece54b8 build: fix mkdtemp check on macOS fanquake 2024-03-25 12:15:01 +00:00
  • 45b2924a0a Fix Autotools-generated libzmq.pc file Hennadii Stepanov 2024-03-20 14:37:26 +00:00
  • 481cc3fa2c halt build if CURVE requested but not found Min RK 2024-02-28 14:17:01 +01:00
  • ff231d2673 Problem: cmake search for kqueue missing headers Min RK 2024-02-23 13:21:08 +01:00
  • 3b264019a2 configure: fix basic syntax errors in the shell script programming language Eli Schwartz 2024-01-24 15:06:45 -05:00
  • 959a133520
    Fixing SEGV #4524. Pipe should only send to peer when active. (#4647) Thomas 2023-12-19 16:21:46 +01:00
  • 86a42e1e43 Problem: Using non-ascii characters in unix domain socket path doesn't work on Windows Denis Zibarev 2023-12-06 09:27:26 +08:00
  • 665d1d4657 Build with -D_DEFAULT_SOURCE along with -std=c11 Florian Weimer 2023-11-29 14:14:30 +01:00
  • 2622e618f0 Replace old website contribution page link with the page of the new website f18m 2023-11-22 23:18:23 +01:00
  • b268effd88 Fix 4629 compile warning in endpoint.hpp Nehal Patel 2023-11-18 23:17:39 -08:00
  • 814dab58a4
    Documentation: fix the HTMLZIP name to restore the download-documentation functionality (#4628) Francesco Montorsi 2023-11-13 15:47:38 +01:00
  • 61050beca6 Documentation: improve the look of landing page f18m 2023-11-10 12:54:34 +01:00
  • 481d536713
    Documentation: improve the look of landing page (#4625) Francesco Montorsi 2023-11-10 12:42:46 +01:00
  • 3e08ecc012
    Feature: improve docs (#4620) Francesco Montorsi 2023-11-03 11:36:47 +01:00
  • bf70ba7097 add ReadTheDocs integration zeromq4-x f18m 2023-11-02 00:06:22 +01:00
  • 525c7b125c
    Feature: zeromq3-x: integrate with ReadTheDocs (#4617) zeromq3-x Francesco Montorsi 2023-11-02 21:45:48 +01:00
  • 8bdef5807f
    Feature: zeromq4-1: integrate with ReadTheDocs (#4619) zeromq4-1 Francesco Montorsi 2023-11-02 21:45:07 +01:00
  • 267e856494
    Feature: master: integrate with ReadTheDocs (#4614) Francesco Montorsi 2023-11-02 21:44:34 +01:00
  • aa9a2c8429
    docs: add index page (#4615) Francesco Montorsi 2023-11-01 10:49:25 +01:00
  • 05c2025412 poller.hpp: fix incorrect ZMQ_IOTHREAD_POLLER_* usage Stephan Lachnit 2023-10-31 23:36:38 +01:00
  • f0c471aaab
    Merge pull request #4607 from f18m/feature/asciidoctor Luca Boccassi 2023-10-25 23:10:25 +01:00
  • b6ca9b2983 Feature: modernize API documentation Francesco Montorsi 2023-10-21 01:50:38 +02:00
  • cd991c72c8 Revert "Add forgotten test_pubsub. Currently only tests NORM if built." Luca Boccassi 2023-10-25 11:49:29 +01:00
  • aa3e097996 initialize error in test_security_gssapi.c:test_null_creds Michael Hudson-Doyle 2020-10-05 15:35:45 +13:00
  • a6039d8716 Add forgotten test_pubsub. Currently only tests NORM if built. Axel Rietschin 2023-10-23 20:01:06 -07:00
  • 95caddb9a1 Update msg.cpp Yueshan 2023-10-20 01:20:37 +08:00
  • b30a19ebde
    Merge pull request #4602 from nnog/flaky-test Luca Boccassi 2023-10-13 15:21:28 +01:00
  • 77303a1926 test_proxy_steerable: reduce cpu and thread count George Cockshull 2023-10-13 06:50:43 -04:00
  • 6b80df14f4
    Merge pull request #4600 from nnog/fix-proxy-steerable Luca Boccassi 2023-10-12 21:53:48 +01:00
  • 058ad60b9a zmq_proxy_steerable: support non-REP socket types George Cockshull 2023-10-12 11:24:57 -04:00
  • f8b3cc8108 Fix zmq_proxy_steerable PAUSE/RESUME George Cockshull 2023-10-12 11:16:48 -04:00
  • 9d31965548
    Handle tcp self connection issues (#4599) James Harvey 2023-10-10 14:46:48 +01:00
  • dbb7e3dc01 Problem: 4.3.5 is out, need new version Luca Boccassi 2023-10-09 12:21:03 +01:00
  • 622fc6dde9 Update NEWS for 4.3.5 v4.3.5 Luca Boccassi 2023-10-09 00:01:14 +01:00
  • 5cf39bf0ce
    Merge pull request #4598 from brettviren/reimplement-proxy-steerable Luca Boccassi 2023-10-09 10:36:47 +01:00
  • 5712ad5138 A clean-room implementation of zmq_proxy_steerable(). Brett Viren 2023-10-08 19:56:03 -04:00
  • 8cdc4ed71a
    Problem: unused variables warnings Nehal Patel 2023-10-04 01:51:43 -07:00
  • de5ee18203 Replace egrep with grep -E Hennadii Stepanov 2023-08-26 17:53:24 +01:00
  • ec013f3a17 fix assert error on late-joining subscriber after publisher has filled NORM buffer Jeffery Weston 2023-07-21 14:34:53 -04:00
  • ecc63d0d3b
    Problem: long flag isn't set for subscriptions if topic has between 246 and 255 characters (#4564) Cornelius 2023-06-20 16:17:26 +02:00
  • 7af09a0e3b obs: trigger build on merge Luca Boccassi 2023-06-18 15:40:05 +01:00
  • 61fd887d11 spec: do not attempt to install curve_keygen if curve is disabled Luca Boccassi 2023-06-18 13:06:57 +01:00
  • 7fef478481 spec: remove duplicated macros Luca Boccassi 2023-06-18 12:51:43 +01:00
  • 5657b4586f Always allow DNS when resolving TCP and UDP adresses. DNS resolution is done after interface resolution, so it can always be enabled to have a fallback mecanism on hostname resolution. Guillaume DELACOURT 2023-06-12 10:06:01 +02:00
  • e0296d9cdd Checks for pthread setname and setaffinity API are compilation checks, not execution checks. Guillaume DELACOURT 2023-05-23 16:11:14 +02:00
  • 797c7f09f8 When setting thread priority, always set the value to zero when the policy is not compatible. Also, only call nice when the priority is set to a strictly positive value. Guillaume DELACOURT 2023-05-23 16:40:46 +02:00
  • 5bf04ee2ff Problem: docs for ZMQ_RECONNECT_IVL_MAX are stubs Luca Boccassi 2023-06-06 18:02:05 +01:00
  • 346907065f Problem: trailing whitespace Luca Boccassi 2023-06-06 18:00:08 +01:00
  • 7175f0acb5
    Merge pull request #4556 from stvales/master Luca Boccassi 2023-06-06 16:40:57 +01:00
  • de1bd5c8e7 Problem: relicensing forced to remove support for ZMQ_RECONNECT_IVL_MAX option Stéphane Valès 2023-06-06 11:12:03 +02:00
  • 1a921db728
    Merge pull request #4555 from bluca/relicense Luca Boccassi 2023-06-06 13:50:00 +01:00
  • 3e5e405f33 Remove RELICENSE/ directory Luca Boccassi 2023-06-05 01:39:25 +01:00
  • da31917f4f Relicense from LGPL3 + exceptions to Mozilla Public License version 2.0 Luca Boccassi 2023-06-05 00:16:05 +01:00
  • 87bb4db114
    Merge pull request #4554 from bluca/relicense Luca Boccassi 2023-06-05 20:00:28 +01:00
  • 7bbd49726b Problem: no permission to relicense ZMQ_RECONNECT_IVL_MAX Luca Boccassi 2023-02-18 14:20:54 +00:00
  • ff47aeb791 Problem: no permission to relicense tweetnacl integration Luca Boccassi 2023-02-18 13:43:16 +00:00
  • 13bc1de421 Problem: no permission to relicense zmq_proxy_steerable Luca Boccassi 2023-02-02 02:11:33 +00:00
  • eaaea73bf1
    Change NORM to set TTL using MULTICAST_HOPS sockopt (#4552) Jeff Weston 2023-05-19 15:53:20 -04:00
  • 4d1dccaebd Fix pkg_config_defines in CMakeFile Nicolas Benes 2023-05-15 19:43:22 +02:00
  • cc12997a17
    Merge pull request #4545 from panicgh/pc-file-fix Luca Boccassi 2023-05-12 10:16:57 +01:00
  • 2da2bd8f6d RELICENSE: add statement Nicolas Benes 2023-05-12 06:29:32 +02:00
  • 077dd92616
    Merge pull request #4546 from cdepillabout/link-openpgm-cmake-fresh Luca Boccassi 2023-05-11 13:59:13 +01:00
  • a6c2f6ba72 Problem: no relicense agreement by cdepillabout Dennis Gosnell 2023-05-11 20:15:32 +09:00
  • 5381be6c71 Problem: don't link to openpgm when building with cmake Dennis Gosnell 2023-05-11 19:56:32 +09:00
  • c079ca5cc4 Add missing pkg_config_defines when built with CMake Nicolas Benes 2023-05-09 23:11:14 +02:00
  • 532b61275e
    Merge pull request #4542 from bjornstromberg/libzmq-patch-pr-4432 Luca Boccassi 2023-04-22 11:59:25 +01:00
  • f56a44d35d
    Problem: no relicense agreement by bjornstromberg Björn Strömberg 2023-04-22 09:13:22 +02:00
  • 47b2aec813
    Problem: merged pr-4432 broke FindSodium on linux bjornstromberg 2023-04-22 08:58:55 +02:00
  • 2d30020691
    Add NORM Transport configuration sockopts (#4541) Jeff Weston 2023-04-20 13:55:40 -04:00
  • be8af6f128
    Merge pull request #4540 from keith-dev/master Luca Boccassi 2023-04-19 11:57:08 +01:00
  • bf3d37b7d0 Add RELICENSE for Keith Williams Keith Williams 2023-04-19 01:16:05 +01:00
  • abf2444f09 remove c99 extention from c++11 code Keith Williams 2023-04-18 22:27:06 +01:00
  • 27dda213fe extend tipc check to support Android under Termux Keith Williams 2023-04-18 22:25:00 +01:00
  • 5a5f90e07e
    Merge pull request #4537 from chachoi/master Constantin Rack 2023-04-11 22:22:54 +02:00
  • c19d4c9bf0 Add RELICENSE for James Choi James Choi 2023-04-11 15:47:55 -04:00
  • 10e5847fa8 Add support for QNX 7.1 build James Choi 2023-04-11 15:27:11 -04:00
  • 1b52e19b2b
    Merge pull request #4533 from autoantwort/gnutls-include-dir Luca Boccassi 2023-03-27 22:34:39 +01:00