libzmq/src
Luca Boccassi be77a8d932
Merge pull request #3903 from bjovke/msvc_cplusplus
Problem: MSVC always reports __cplusplus macro value as 199711L. Some…
2020-05-09 10:50:43 +01:00
..
address.cpp Problem: ipc transport not supported under Windows 2019-10-29 23:04:54 +01:00
address.hpp add wss transport and fix tipc tests when building using cmake on linux (#3857) 2020-04-13 23:03:19 +01:00
array.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
atomic_counter.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
atomic_ptr.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
blob.hpp Add <ios> include to fix uClibc++ compilation 2019-04-19 12:16:01 -07:00
channel.cpp problem: no thread-safe alternative for ZMQ_PAIR 2020-05-09 08:49:01 +03:00
channel.hpp problem: no thread-safe alternative for ZMQ_PAIR 2020-05-09 08:49:01 +03:00
client.cpp problem: ZMQ_HEARTBEAT is not useful without sending an hello message 2020-04-17 14:54:58 +03:00
client.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
clock.cpp add wss transport and fix tipc tests when building using cmake on linux (#3857) 2020-04-13 23:03:19 +01:00
clock.hpp Problem: missing use of C++11 = delete and = default 2019-12-09 09:48:21 +01:00
command.hpp add option to stop trying to reconnect on ECONNREFUSED (#3831) 2020-02-23 17:17:22 +00:00
condition_variable.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
config.hpp Problem: {in,out}_batch_size must be configured at compiled time 2019-06-27 02:31:11 -04:00
ctx.cpp Problem: MSVC always reports __cplusplus macro value as 199711L. Some newer features are switched off even with latest Visual studio version. 2020-05-09 01:20:47 +02:00
ctx.hpp Problem: non-modifying member functions not marked as const/static 2020-01-27 10:38:00 +01:00
curve_client_tools.hpp Problem: non-modifying member functions not marked as const/static 2020-01-27 10:38:00 +01:00
curve_client.cpp Problem: sub/cancel broken with CURVE 2020-05-03 17:42:53 +01:00
curve_client.hpp Problem: sub/cancel broken with CURVE 2020-05-03 17:42:53 +01:00
curve_mechanism_base.cpp Problem: sub/cancel broken with CURVE 2020-05-03 17:42:53 +01:00
curve_mechanism_base.hpp Problem: sub/cancel broken with CURVE 2020-05-03 17:42:53 +01:00
curve_server.cpp Problem: sub/cancel broken with CURVE 2020-05-03 17:42:53 +01:00
curve_server.hpp Problem: sub/cancel broken with CURVE 2020-05-03 17:42:53 +01:00
dbuffer.hpp Problem: pointee types are unnecessarily non-const 2020-02-04 18:34:19 +01:00
dealer.cpp problem: ZMQ_HEARTBEAT is not useful without sending an hello message 2020-04-17 14:54:58 +03:00
dealer.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
decoder_allocators.cpp avoid to use ceil function 2019-10-14 16:18:27 +02:00
decoder_allocators.hpp Problem: ZMTP v1 static allocator is needlessly resized 2020-05-08 18:18:34 +01:00
decoder.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
devpoll.cpp Problem: /dev/poll doesn't compile 2019-03-18 10:15:27 +00:00
devpoll.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
dgram.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
dgram.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
dish.cpp problem: maximum size of group doesn't match the RFC maximum size 2020-02-09 14:46:23 +02:00
dish.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
dist.cpp problem: maximum size of group doesn't match the RFC maximum size 2020-02-09 14:46:23 +02:00
dist.hpp Problem: non-modifying member functions not marked as const/static 2020-01-27 10:38:00 +01:00
encoder.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
endpoint.cpp Problem: monitor events are unversioned 2019-02-02 15:33:27 +01:00
endpoint.hpp Problem: monitor events are unversioned 2019-02-02 15:33:27 +01:00
epoll.cpp Problem: pointee types are unnecessarily non-const 2020-02-04 18:34:19 +01:00
epoll.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
err.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
err.hpp support compiling with IBM XL 16.1 w/ clang front end 2020-02-05 11:00:34 -05:00
fd.hpp Problem: Multiple fd_t definitions 2020-04-28 08:50:18 +00:00
fq.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
fq.hpp Problem: missing use of C++11 = delete and = default 2019-12-09 09:48:21 +01:00
gather.cpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
gather.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
generic_mtrie_impl.hpp Problem: irregular loop conditions 2020-01-27 10:38:00 +01:00
generic_mtrie.hpp Problem: missing use of C++11 = delete and = default 2019-12-09 09:48:21 +01:00
gssapi_client.cpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
gssapi_client.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
gssapi_mechanism_base.cpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
gssapi_mechanism_base.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
gssapi_server.cpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
gssapi_server.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
i_decoder.hpp Problem: missing use of C++11 = delete and = default 2019-12-09 09:48:21 +01:00
i_encoder.hpp Problem: missing use of C++11 = delete and = default 2019-12-09 09:48:21 +01:00
i_engine.hpp Problem: missing use of C++11 = delete and = default 2019-12-09 09:48:21 +01:00
i_mailbox.hpp Problem: missing use of C++11 = delete and = default 2019-12-09 09:48:21 +01:00
i_poll_events.hpp Problem: missing use of C++11 = delete and = default 2019-12-09 09:48:21 +01:00
io_object.cpp Problem: inconsistent naming style for private data members, conflicts with naming of local variables and member functions 2018-05-27 13:24:07 +02:00
io_object.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
io_thread.cpp Problem: non-modifying member functions not marked as const/static 2020-01-27 10:38:00 +01:00
io_thread.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
ip_resolver.cpp Problem: pointee types are unnecessarily non-const 2020-02-04 18:34:19 +01:00
ip_resolver.hpp ip_resolver_t: Silencing C++-warning -Wnon-virtual-dtor (#3837) 2020-02-28 16:49:12 +00:00
ip.cpp Problem: pointee types are unnecessarily non-const 2020-02-04 18:34:19 +01:00
ip.hpp Problem: zmq::listener_t::create_wildcard_address not reusable in ip.cpp 2019-12-06 19:11:50 +01:00
ipc_address.cpp Problem: ipc transport not supported under Windows 2019-10-29 23:04:54 +01:00
ipc_address.hpp Problem: missing use of C++11 = delete and = default 2019-12-09 09:48:21 +01:00
ipc_connecter.cpp Problem: -1 used for invalid socket 2020-04-29 17:12:08 +00:00
ipc_connecter.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
ipc_listener.cpp Problem: pointee types are unnecessarily non-const 2020-02-04 18:34:19 +01:00
ipc_listener.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
kqueue.cpp Problem: API poller cannot be set independently from I/O thread poller, poll I/O thread poller broken on Windows 2018-05-22 18:36:04 +02:00
kqueue.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
lb.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
lb.hpp Problem: missing use of C++11 = delete and = default 2019-12-09 09:48:21 +01:00
libzmq.pc.in Revert "Problem: pkg-config file cannot be used for static linking on CentOS 7" 2019-10-14 20:43:33 +02:00
libzmq.vers Problem: libtool -export-symbols-regexp seems to leak weak symbols 2018-12-14 18:48:39 +01:00
likely.hpp Problem: copyright year is still 2015 2016-01-28 15:07:31 +01:00
macros.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
mailbox_safe.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
mailbox_safe.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
mailbox.cpp Problem: inconsistent naming style for private data members, conflicts with naming of local variables and member functions 2018-05-27 13:24:07 +02:00
mailbox.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
mechanism_base.cpp Problem: non-modifying member functions not marked as const/static 2020-01-27 10:38:00 +01:00
mechanism_base.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
mechanism.cpp problem: no thread-safe alternative for ZMQ_PAIR 2020-05-09 08:49:01 +03:00
mechanism.hpp Problem: non-modifying member functions not marked as const/static 2020-01-27 10:38:00 +01:00
metadata.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
metadata.hpp Problem: missing use of C++11 = delete and = default 2019-12-09 09:48:21 +01:00
msg.cpp Problem: boilerplate when init msg from data copy (#3860) 2020-04-09 23:59:43 +01:00
msg.hpp Problem: boilerplate when init msg from data copy (#3860) 2020-04-09 23:59:43 +01:00
mtrie.cpp Problem: no unittests for mtrie 2018-03-02 13:32:51 +01:00
mtrie.hpp Fixed issue #2979 2018-03-09 22:24:23 +01:00
mutex.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
norm_engine.cpp Problem: {in,out}_batch_size must be configured at compiled time 2019-06-27 02:31:11 -04:00
norm_engine.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
null_mechanism.cpp Code style improvements 2018-08-10 15:36:31 +02:00
null_mechanism.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
object.cpp add option to stop trying to reconnect on ECONNREFUSED (#3831) 2020-02-23 17:17:22 +00:00
object.hpp add option to stop trying to reconnect on ECONNREFUSED (#3831) 2020-02-23 17:17:22 +00:00
options.cpp problem: router doesn't know when peer disconnected 2020-04-17 18:04:28 +03:00
options.hpp Problem: MSVC always reports __cplusplus macro value as 199711L. Some newer features are switched off even with latest Visual studio version. 2020-05-09 01:20:47 +02:00
own.cpp Problem: non-modifying member functions not marked as const/static 2020-01-27 10:38:00 +01:00
own.hpp Problem: non-modifying member functions not marked as const/static 2020-01-27 10:38:00 +01:00
pair.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
pair.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
peer.cpp problem: router doesn't know when peer disconnected 2020-04-17 18:04:28 +03:00
peer.hpp problem: zeromq doesn't has a thread-safe peer to peer socket 2020-02-09 23:20:14 +02:00
pgm_receiver.cpp Problem: monitor events are unversioned 2019-02-02 15:33:27 +01:00
pgm_receiver.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
pgm_sender.cpp Problem: monitor events are unversioned 2019-02-02 15:33:27 +01:00
pgm_sender.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
pgm_socket.cpp Problem: {in,out}_batch_size must be configured at compiled time 2019-06-27 02:31:11 -04:00
pgm_socket.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
pipe.cpp problem: router doesn't know when peer disconnected 2020-04-17 18:04:28 +03:00
pipe.hpp problem: router doesn't know when peer disconnected 2020-04-17 18:04:28 +03:00
plain_client.cpp Code style improvements 2018-08-10 15:36:31 +02:00
plain_client.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
plain_common.hpp Problem: PLAIN HELLO message incorrectly uses WELCOME literal 2019-05-10 03:55:07 -04:00
plain_server.cpp Problem: non-modifying member functions not marked as const/static 2020-01-27 10:38:00 +01:00
plain_server.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
poll.cpp Problem: API poller cannot be set independently from I/O thread poller, poll I/O thread poller broken on Windows 2018-05-22 18:36:04 +02:00
poll.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
poller_base.cpp Problem: non-modifying member functions not marked as const/static 2020-01-27 10:38:00 +01:00
poller_base.hpp Problem: non-modifying member functions not marked as const/static 2020-01-27 10:38:00 +01:00
poller.hpp Problem: API poller cannot be set independently from I/O thread poller, poll I/O thread poller broken on Windows 2018-05-22 18:36:04 +02:00
polling_util.cpp Problem: polling utilities not at a reusable location 2018-06-01 18:22:48 +02:00
polling_util.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
pollset.cpp Problem: API poller cannot be set independently from I/O thread poller, poll I/O thread poller broken on Windows 2018-05-22 18:36:04 +02:00
pollset.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
precompiled.cpp Problem: copyright year is still 2015 2016-01-28 15:07:31 +01:00
precompiled.hpp Problem: C4627 warning in proxy.cpp and signaler.cpp 2018-05-14 18:07:13 +02:00
proxy.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
proxy.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
pub.cpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
pub.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
pull.cpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
pull.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
push.cpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
push.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
radio.cpp Problem: MSVC always reports __cplusplus macro value as 199711L. Some newer features are switched off even with latest Visual studio version. 2020-05-09 01:20:47 +02:00
radio.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
radix_tree.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
radix_tree.hpp Problem: meaningless inline specified on function declarations 2020-01-27 10:38:00 +01:00
random.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
random.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
raw_decoder.cpp Code style improvements 2018-08-10 15:36:31 +02:00
raw_decoder.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
raw_encoder.cpp Problem: protected data member in encoder_base_t 2018-05-30 09:57:46 +02:00
raw_encoder.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
raw_engine.cpp problem: ws_engine duplicate code from stream_engine 2019-07-18 11:28:08 +03:00
raw_engine.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
reaper.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
reaper.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
rep.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
rep.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
req.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
req.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
router.cpp Problem: extra blob copy 2020-05-01 22:27:44 +00:00
router.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
scatter.cpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
scatter.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
secure_allocator.hpp Problem: missing use of C++11 = delete and = default 2019-12-09 09:48:21 +01:00
select.cpp Fix zmq::select_t::loop formatting 2019-11-20 09:29:59 +01:00
select.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
server.cpp problem: router doesn't know when peer disconnected 2020-04-17 18:04:28 +03:00
server.hpp problem: zeromq doesn't has a thread-safe peer to peer socket 2020-02-09 23:20:14 +02:00
session_base.cpp problem: no thread-safe alternative for ZMQ_PAIR 2020-05-09 08:49:01 +03:00
session_base.hpp Problem: memory sanitizer detects uninitialised global variable usage 2020-05-04 22:02:04 +01:00
signaler.cpp Problem: non-modifying member functions not marked as const/static 2020-01-27 10:38:00 +01:00
signaler.hpp Problem: non-modifying member functions not marked as const/static 2020-01-27 10:38:00 +01:00
socket_base.cpp problem: no thread-safe alternative for ZMQ_PAIR 2020-05-09 08:49:01 +03:00
socket_base.hpp problem: zeromq doesn't has a thread-safe peer to peer socket 2020-02-09 23:20:14 +02:00
socket_poller.cpp Problem: Poller event fd unspecified 2020-04-27 21:00:45 +00:00
socket_poller.hpp Problem: unnecessary event struct and UB 2020-05-01 22:12:30 +00:00
socks_connecter.cpp Problem: non-modifying member functions not marked as const/static 2020-01-27 10:38:00 +01:00
socks_connecter.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
socks.cpp Problem: unnecessary value parameters 2019-12-08 15:24:48 +01:00
socks.hpp Problem: unnecessary value parameters 2019-12-08 15:24:48 +01:00
stdint.hpp Problem: build on centos6/ubuntu12 still broken 2019-07-16 18:15:47 +01:00
stream_connecter_base.cpp add option to stop trying to reconnect on ECONNREFUSED (#3831) 2020-02-23 17:17:22 +00:00
stream_connecter_base.hpp add option to stop trying to reconnect on ECONNREFUSED (#3831) 2020-02-23 17:17:22 +00:00
stream_engine_base.cpp problem: router doesn't know when peer disconnected 2020-04-17 18:04:28 +03:00
stream_engine_base.hpp add wss transport and fix tipc tests when building using cmake on linux (#3857) 2020-04-13 23:03:19 +01:00
stream_listener_base.cpp Problem: identifiers not conformant with naming convention 2019-12-08 15:24:48 +01:00
stream_listener_base.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
stream.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
stream.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
sub.cpp Problem: libzmq does not send ZMTP 3.1 sub/cancel commands 2020-02-05 17:03:39 +00:00
sub.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
tcp_address.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
tcp_address.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
tcp_connecter.cpp Problem: formatting not up to date 2020-02-23 18:25:20 +00:00
tcp_connecter.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
tcp_listener.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
tcp_listener.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
tcp.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
tcp.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
thread.cpp Problem: C-style casts used 2020-01-27 10:38:00 +01:00
thread.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
timers.cpp Problem: non-modifying member functions not marked as const/static 2020-01-27 10:38:00 +01:00
timers.hpp Problem: non-modifying member functions not marked as const/static 2020-01-27 10:38:00 +01:00
tipc_address.cpp Problem: redundant else after return 2019-12-08 15:24:48 +01:00
tipc_address.hpp Problem: code duplication in get_address of ipc/tcp/tipc listener classes 2019-02-02 15:23:56 +01:00
tipc_connecter.cpp Problem: -1 used for invalid socket 2020-04-29 17:12:08 +00:00
tipc_connecter.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
tipc_listener.cpp Problem: -1 used for invalid socket 2020-04-29 17:12:08 +00:00
tipc_listener.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
trie.cpp Problem: pointee types are unnecessarily non-const 2020-02-04 18:34:19 +01:00
trie.hpp Problem: pointee types are unnecessarily non-const 2020-02-04 18:34:19 +01:00
tweetnacl.c Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
tweetnacl.h Problem: parameter naming style inconsistent 2018-05-26 09:34:44 +02:00
udp_address.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
udp_address.hpp Problem: inconsistent parameter names on definition/declaration 2019-12-08 15:24:48 +01:00
udp_engine.cpp problem: router doesn't know when peer disconnected 2020-04-17 18:04:28 +03:00
udp_engine.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
v1_decoder.cpp Problem: ptr/ref parameters and local variables are non-const but never modified 2020-01-27 10:38:00 +01:00
v1_decoder.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
v1_encoder.cpp Problem: libzmq does not send ZMTP 3.1 sub/cancel commands 2020-02-05 17:03:39 +00:00
v1_encoder.hpp Problem: libzmq does not send ZMTP 3.1 sub/cancel commands 2020-02-05 17:03:39 +00:00
v2_decoder.cpp Problem: C-style casts used 2020-01-27 10:38:00 +01:00
v2_decoder.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
v2_encoder.cpp Problem: libzmq does not send ZMTP 3.1 sub/cancel commands 2020-02-05 17:03:39 +00:00
v2_encoder.hpp Problem: libzmq does not send ZMTP 3.1 sub/cancel commands 2020-02-05 17:03:39 +00:00
v2_protocol.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
v3_1_encoder.cpp Problem: libzmq does not send ZMTP 3.1 sub/cancel commands 2020-02-05 17:03:39 +00:00
v3_1_encoder.hpp Problem: libzmq does not send ZMTP 3.1 sub/cancel commands 2020-02-05 17:03:39 +00:00
version.rc.in Add ZeroMQ branding. 2012-06-12 21:30:24 -04:00
vmci_address.cpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
vmci_address.hpp Problem: missing use of C++11 = delete and = default 2019-12-09 09:48:21 +01:00
vmci_connecter.cpp Some explicit endpoint type changes to support GCC 5 (#3468) 2019-04-05 10:54:26 +01:00
vmci_connecter.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
vmci_listener.cpp Some explicit endpoint type changes to support GCC 5 (#3468) 2019-04-05 10:54:26 +01:00
vmci_listener.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
vmci.cpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
vmci.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
windows.hpp Problem: if IPC enabled libzmq does not compile when in uwp build (#3747) 2019-12-06 13:27:24 +00:00
wire.hpp Problem: parameter naming style inconsistent 2018-05-26 09:34:44 +02:00
ws_address.cpp problem: ws_transport is missing the path the endpoint name 2020-02-06 17:22:28 +02:00
ws_address.hpp Problem: WSS LAST_ENDPOINT returns WS transport 2019-11-28 12:37:53 +00:00
ws_connecter.cpp add wss transport and fix tipc tests when building using cmake on linux (#3857) 2020-04-13 23:03:19 +01:00
ws_connecter.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
ws_decoder.cpp Problem: C-style casts used 2020-01-27 10:38:00 +01:00
ws_decoder.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
ws_encoder.cpp problem: ws_encoder allocate a new msg for masking 2020-02-06 09:34:22 +02:00
ws_encoder.hpp problem: ws_encoder allocate a new msg for masking 2020-02-06 09:34:22 +02:00
ws_engine.cpp Problem: sub/cancel broken with CURVE 2020-05-03 17:42:53 +01:00
ws_engine.hpp add wss transport and fix tipc tests when building using cmake on linux (#3857) 2020-04-13 23:03:19 +01:00
ws_listener.cpp add wss transport and fix tipc tests when building using cmake on linux (#3857) 2020-04-13 23:03:19 +01:00
ws_listener.hpp add wss transport and fix tipc tests when building using cmake on linux (#3857) 2020-04-13 23:03:19 +01:00
ws_protocol.hpp Problem: wrong copyright dates in newly added files 2019-07-16 17:36:44 +01:00
wss_address.cpp problem: ws_transport is missing the path the endpoint name 2020-02-06 17:22:28 +02:00
wss_address.hpp Problem: WSS LAST_ENDPOINT returns WS transport 2019-11-28 12:37:53 +00:00
wss_engine.cpp Problem: raw malloc used unnecessarily 2019-12-23 14:12:07 +01:00
wss_engine.hpp Problem: raw malloc used unnecessarily 2019-12-23 14:12:07 +01:00
xpub.cpp Problem: libzmq does not send ZMTP 3.1 sub/cancel commands 2020-02-05 17:03:39 +00:00
xpub.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
xsub.cpp Problem: libzmq does not send ZMTP 3.1 sub/cancel commands 2020-02-05 17:03:39 +00:00
xsub.hpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
ypipe_base.hpp Problem: missing use of C++11 = delete and = default 2019-12-09 09:48:21 +01:00
ypipe_conflate.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
ypipe.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
yqueue.hpp Problem: C-style casts used 2020-01-27 10:38:00 +01:00
zap_client.cpp Problem: redundant else after return 2019-12-08 15:24:48 +01:00
zap_client.hpp Problem: redundant inline/ZMQ_FINAL declarations 2020-02-04 18:34:13 +01:00
zmq_draft.h problem: no thread-safe alternative for ZMQ_PAIR 2020-05-09 08:49:01 +03:00
zmq_utils.cpp Problem: C-style casts used 2020-01-27 10:38:00 +01:00
zmq.cpp Problem: Poller event fd unspecified 2020-04-27 21:00:45 +00:00
zmtp_engine.cpp Problem: sub/cancel broken with CURVE 2020-05-03 17:42:53 +01:00
zmtp_engine.hpp Problem: sub/cancel broken with CURVE 2020-05-03 17:42:53 +01:00