Luca Boccassi
|
da31917f4f
|
Relicense from LGPL3 + exceptions to Mozilla Public License version 2.0
Relicense permission collected from all relevant authors as tallied at:
https://github.com/rlenferink/libzmq-relicense/blob/master/checklist.md
The relicense grants are collected under RELICENSE/ and will be moved
to the above repository in a later commit.
Fixes https://github.com/zeromq/libzmq/issues/2376
|
2023-06-05 20:31:47 +01:00 |
|
Luca Boccassi
|
176d72cc9b
|
Problem: build fails with gcc 12
Solution: change test_monitor and example
|
2022-01-18 16:15:07 +00:00 |
|
Luca Boccassi
|
1ddfeb56ec
|
Problem: formatting errors
Solution: run make clang-format-diff
|
2020-06-26 23:45:39 +01:00 |
|
Bill Torpey
|
c04f6581e0
|
rebase reconnect-redux on master (#3960)
* add option to stop reconnecting on failed handshake
|
2020-06-26 23:41:44 +01:00 |
|
Simon Giesecke
|
21b8d5cff7
|
Problem: duplicated code in tests related to monitoring
Solution: extract new receive_monitor_address function
|
2020-02-04 18:36:03 +01:00 |
|
Simon Giesecke
|
495fb00b7e
|
Problem: pointee types are unnecessarily non-const
Solution: add const where possible
|
2020-02-04 18:34:19 +01:00 |
|
Simon Giesecke
|
cd954e207d
|
Problem: use of C-style casts
Solution: use static_cast/reinterpret_cast instead
|
2019-12-08 15:24:48 +01:00 |
|
Luca Boccassi
|
eec972a5b4
|
Problem: unused variable in test tool
Solution: don't write it
|
2019-07-09 18:10:25 +01:00 |
|
Simon Giesecke
|
de622c8198
|
Problem: functions are unnecessarily declared in header
Solution: remove from header and declare as static
|
2019-03-23 14:09:06 -04:00 |
|
Simon Giesecke
|
1450830611
|
Problem: unused include directives
Solution: remove and add where needed
|
2019-03-23 09:46:37 -04:00 |
|
Simon Giesecke
|
347708bcf2
|
Problem: test utilities are in headers and recompiled for every test
Solution: move test utilities to separate testutil library
|
2019-03-23 09:09:24 -04:00 |
|