- 19 Apr, 2020 1 commit
-
-
Gudmundur Adalsteinsson authored
Solution: Extract generic find function
-
- 09 Apr, 2020 5 commits
-
-
Gudmundur Adalsteinsson authored
* Problem: boilerplate when init msg from data copy Solution: Add zmq_msg_init_buffer to construct a message by copying memory from buffer.
-
Luca Boccassi authored
Problem: Strange zmq_poller doc formatting
-
Gudmundur Adalsteinsson authored
Solution: Add newlines and extra asterisks
-
Luca Boccassi authored
Problem: zmq_send doc does not match declaration
-
Gudmundur Adalsteinsson authored
Solution: add const to pointer type
-
- 23 Mar, 2020 2 commits
-
-
Luca Boccassi authored
Problem: ZMQ_THREAD_SAFE is not bool
-
Gudmundur Adalsteinsson authored
Solution: Change documentation value type to int
-
- 18 Mar, 2020 2 commits
-
-
Luca Boccassi authored
Fix gitignore tracking file list
-
JaeSang Yoo authored
Solution: Fix .gitignore's exceptions for sources in tools/
-
- 17 Mar, 2020 3 commits
-
-
Luca Boccassi authored
Install CMake config to LIBDIR by default, to correctly support multiarch
-
FeRD (Frank Dana) authored
Signed-off-by: FeRD (Frank Dana) <ferdnyc@gmail.com>
-
FeRD (Frank Dana) authored
Solution: Install CMake config in arch-dependent LIBDIR/cmake Using "share/cmake/${PROJECT_NAME}" as DESTINATION for installing ZeroMQConfig.cmake et al works for arch-independent configs, but is wrong for multiarch. The configs for each version of the library should be stored below the arch-dependent LIBDIR, using the GNUInstallDirs ${CMAKE_INSTALL_LIBDIR} variable. Signed-off-by: FeRD (Frank Dana) <ferdnyc@gmail.com>
-
- 14 Mar, 2020 6 commits
-
-
Luca Boccassi authored
Refactor protocol literals into constants
-
JaeSang Yoo authored
Some ifdefs in condition checking may cause problem in some compiler or static analyzers. When PGM and NORM both are disabled, some condition will be derived as false || false. Solution: Splitted condition checking for every ifdef conditions
-
JaeSang Yoo authored
Conditinoal compile for OPENPGM and NORM is mixed. Also found few codes which needs conditional compile but not applied. Solution: Apply conditional compile preprocessors
-
JaeSang Yoo authored
Solution: replace into named constants
-
Luca Boccassi authored
Optimizing gitignore files
-
JaeSang Yoo authored
Solution: optimize gitigore using patterns * Categorize ignoring lists * Use pattern to remove similar lists * Marked source files to be tracked
-
- 07 Mar, 2020 5 commits
-
-
Simon Giesecke authored
Problem: msg_t functions do not respect coding style
-
Luca Boccassi authored
Solution: fix them
-
Luca Boccassi authored
Add UDP transport to related docs
-
JaeSang Yoo authored
* UDP is mentioned as available transport, and it also supports wildcard addresses, but not mentioned * zmq_unbind(7) also mentions about wild-card endpoint in zmq_bind(3) Solution: add udp in wildcard address related docs
-
JaeSang Yoo authored
zmq_bind(3) and zmq_connect(3) does not mention UDP as available transport types. Solution: add udp mentioning line for related docs
-
- 29 Feb, 2020 2 commits
-
-
Luca Boccassi authored
Problem: building on OS X may failed
-
JaeSang Yoo authored
Solution: Add troubleshooting guidelines to resolve (Relicensing statement added)
-
- 28 Feb, 2020 1 commit
-
-
Rickard Hallerbäck authored
* ip_resolver_t: adding virtual descructor to silence C++-warning -Wnon-virtual-dtor * adding my relicense
-
- 24 Feb, 2020 4 commits
-
-
Mark Jan van Kampen authored
-
Mark Jan van Kampen authored
-
Mark Jan van Kampen authored
-
Mark Jan van Kampen authored
-
- 23 Feb, 2020 5 commits
-
-
Doron Somech authored
News out of date, formatting not clean
-
Luca Boccassi authored
Solution: run make clang-format-diff
-
Luca Boccassi authored
Solution: update it
-
Luca Boccassi authored
Solution: add it
-
Bill Torpey authored
* add option to stop trying to reconnect on ECONNREFUSED
-
- 21 Feb, 2020 2 commits
-
-
Luca Boccassi authored
Fix unused-variable warning in perf/proxy_thr.cpp
-
Laurent Stacul authored
-
- 13 Feb, 2020 2 commits
-
-
Luca Boccassi authored
Add relicense grant by Laszlo Boszormenyi (GCS)
-
Laszlo Boszormenyi (GCS) authored
-