libzmq/src
Claudio Biagi d41ed6180b Proxy performance fix, ticket #3439
Improve performance of the proxy forwarding batch of message.
Add throughput benchmark for proxy.
Fix valgrind error reported on unitialized vars
RELICENSE: Add emtr grant
2019-03-08 15:02:58 +01:00
..
address.cpp Problem: get_socket_address and get_socket_name not available throughout libzmq and restricted to local address 2019-02-02 15:33:27 +01:00
address.hpp Problem: get_socket_address and get_socket_name not available throughout libzmq and restricted to local address 2019-02-02 15:33:27 +01:00
array.hpp 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
atomic_counter.hpp Problem: atomic intrinsics unreliable on PPC64 and RISC-V 2019-01-19 21:42:54 +00:00
atomic_ptr.hpp Problem: atomic intrinsics unreliable on PPC64 and RISC-V 2019-01-19 21:42:54 +00:00
blob.hpp Code style improvements 2018-08-10 15:36:31 +02:00
client.cpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
client.hpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
clock.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
clock.hpp 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
command.hpp Problem: cannot monitor state of queues at runtime 2019-02-10 16:33:26 +00:00
condition_variable.hpp Problem: selection of condition_variable_t implementation is confusing and not configurable 2019-02-12 03:47:26 -05:00
config.hpp Proxy performance fix, ticket #3439 2019-03-08 15:02:58 +01:00
ctx.cpp Problem: build fails on VS2010 as it does not have snprintf 2019-02-17 20:15:59 +00:00
ctx.hpp Problem: Threads don't have names which complicates debugging. 2019-02-17 20:15:33 +00:00
curve_client_tools.hpp Problem: parameter naming style inconsistent 2018-05-26 09:34:44 +02:00
curve_client.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
curve_client.hpp 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
curve_mechanism_base.cpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
curve_mechanism_base.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
curve_server.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
curve_server.hpp 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
dbuffer.hpp 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
dealer.cpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
dealer.hpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
decoder_allocators.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
decoder_allocators.hpp 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
decoder.hpp 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
devpoll.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
devpoll.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
dgram.cpp Problem: trailing whitespace breaks clang-format-check 2018-10-08 17:17:13 +01:00
dgram.hpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
dish.cpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
dish.hpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
dist.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
dist.hpp 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
encoder.hpp Problem: protected data member in encoder_base_t 2018-05-30 09:57:46 +02: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 Reduced number of calls to container end method 2018-08-09 12:41:08 +02:00
epoll.hpp Problem: epoll_t employs an unnecessary mutex 2018-06-06 21:41:16 +02:00
err.cpp Code style improvements 2018-08-10 15:36:31 +02:00
err.hpp Problem: redundant old-style void argument declarations 2018-05-26 09:34:45 +02:00
fd.hpp Problem: type of retired_fd is not fd_t (but int) 2018-05-18 14:34:43 +02:00
fq.cpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
fq.hpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
gather.cpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
gather.hpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
generic_mtrie_impl.hpp Use static_cast instead of C-style casts, make local variables const where possible, use switch instead of chained if/else, extract rm_helper_multiple_subnodes from rm_helper to reduce nesting 2018-08-09 12:41:08 +02:00
generic_mtrie.hpp Use static_cast instead of C-style casts, make local variables const where possible, use switch instead of chained if/else, extract rm_helper_multiple_subnodes from rm_helper to reduce nesting 2018-08-09 12:41:08 +02:00
gssapi_client.cpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
gssapi_client.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
gssapi_mechanism_base.cpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
gssapi_mechanism_base.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
gssapi_server.cpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
gssapi_server.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
i_decoder.hpp Problem: parameter naming style inconsistent 2018-05-26 09:34:44 +02:00
i_encoder.hpp Problem: parameter naming style inconsistent 2018-05-26 09:34:44 +02:00
i_engine.hpp Problem: monitor events are unversioned 2019-02-02 15:33:27 +01:00
i_mailbox.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
i_poll_events.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +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: typo in parameter name 2018-05-30 22:52:19 +02:00
io_thread.cpp Problem: build fails on VS2010 as it does not have snprintf 2019-02-17 20:15:59 +00:00
io_thread.hpp 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
ip_resolver.cpp Problem: unnecessary platform-specific code parts around socklen_t 2019-02-05 03:34:32 -05:00
ip_resolver.hpp Problem: unnecessary platform-specific code parts around socklen_t 2019-02-05 03:34:32 -05:00
ip.cpp Problem: on a failure to setsockopt SO_BINDTODEVICE, libzmq asserts 2019-02-07 09:39:02 -05:00
ip.hpp Problem: on a failure to setsockopt SO_BINDTODEVICE, libzmq asserts 2019-02-07 09:39:02 -05:00
ipc_address.cpp Problem: sun_path in an AF_UNIX address might not be null-terminated 2019-02-06 07:18:28 -05:00
ipc_address.hpp Problem: sun_path in an AF_UNIX address might not be null-terminated 2019-02-06 07:18:28 -05:00
ipc_connecter.cpp Problem: unnecessary platform-specific code parts around socklen_t 2019-02-05 03:34:32 -05:00
ipc_connecter.hpp Problem: reconnect_timer_id duplicated and essentially used only in base class 2019-02-01 04:58:57 -05:00
ipc_listener.cpp Problem: close always fails with wildcard bind, since directory is not empty 2019-02-05 10:17:28 -05:00
ipc_listener.hpp Problem: stream listeners do not provide correct local and remote address information (test_monitor is failing) 2019-02-02 16:52:15 +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: 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
lb.cpp Problem: race condition in PUSH might break atomicity 2018-12-28 17:55:19 +01:00
lb.hpp 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
libzmq.pc.in Problem: pkg-config file cannot be used for static linking 2018-12-15 00:44:00 +00: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 Code style improvements 2018-08-10 15:36:31 +02:00
mailbox_safe.cpp Problem: formatting broken 2019-02-07 11:44:18 +01:00
mailbox_safe.hpp 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.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: inconsistent naming style for private data members, conflicts with naming of local variables and member functions 2018-05-27 13:24:07 +02:00
mechanism_base.cpp Problem: magic numbers in mechanism_base.cpp 2018-05-28 17:53:44 +02:00
mechanism_base.hpp Problem: parameter naming style inconsistent 2018-05-26 09:34:44 +02:00
mechanism.cpp Reduced number of calls to container end method 2018-08-09 12:41:08 +02:00
mechanism.hpp Problem: members of mechanmism_t are needlessly protected 2018-05-29 11:08:22 +02:00
metadata.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
metadata.hpp 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
msg.cpp Problem: can't process ZMTP 3.1 cancel/subscribe commands 2018-06-23 17:16:10 +01:00
msg.hpp Problem: can't process ZMTP 3.1 cancel/subscribe commands 2018-06-23 17:16:10 +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: inconsistent naming style for private data members, conflicts with naming of local variables and member functions 2018-05-27 13:24:07 +02:00
norm_engine.cpp Problem: monitor events are unversioned 2019-02-02 15:33:27 +01:00
norm_engine.hpp Problem: redundant parentheses in return statements 2019-03-01 05:46:10 -05:00
null_mechanism.cpp Code style improvements 2018-08-10 15:36:31 +02:00
null_mechanism.hpp 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
object.cpp Problem: cannot monitor state of queues at runtime 2019-02-10 16:33:26 +00:00
object.hpp Problem: cannot monitor state of queues at runtime 2019-02-10 16:33:26 +00:00
options.cpp Problem: monitor events are unversioned 2019-02-02 15:33:27 +01:00
options.hpp Problem: monitor events are unversioned 2019-02-02 15:33:27 +01:00
own.cpp Reduced number of calls to container end method 2018-08-09 12:41:08 +02:00
own.hpp 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
pair.cpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
pair.hpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
pgm_receiver.cpp Problem: monitor events are unversioned 2019-02-02 15:33:27 +01:00
pgm_receiver.hpp Problem: monitor events are unversioned 2019-02-02 15:33:27 +01:00
pgm_sender.cpp Problem: monitor events are unversioned 2019-02-02 15:33:27 +01:00
pgm_sender.hpp Problem: monitor events are unversioned 2019-02-02 15:33:27 +01:00
pgm_socket.cpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
pgm_socket.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
pipe.cpp Problem: redundant parentheses in return statements 2019-03-01 05:46:10 -05:00
pipe.hpp Problem: cannot monitor state of queues at runtime 2019-02-10 16:33:26 +00:00
plain_client.cpp Code style improvements 2018-08-10 15:36:31 +02:00
plain_client.hpp Problem: produce_* functions always return 0 2018-05-28 17:53:46 +02:00
plain_common.hpp Problem: magic numbers and data duplication in plain_*.cpp 2018-05-28 17:53:46 +02:00
plain_server.cpp Problem: unused values stored to variable, duplicated code 2018-05-31 11:02:26 +02:00
plain_server.hpp Problem: produce_* functions always return 0 2018-05-28 17:53:46 +02: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: 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
poller_base.cpp Problem: Threads don't have names which complicates debugging. 2019-02-17 20:15:33 +00:00
poller_base.hpp Problem: Threads don't have names which complicates debugging. 2019-02-17 20:15:33 +00: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 fix computation of winsock fd_set size (#3151) 2018-06-02 13:16:33 +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: 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
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 Proxy performance fix, ticket #3439 2019-03-08 15:02:58 +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: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
pull.cpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
pull.hpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02: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: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
radio.cpp Reduced number of calls to container end method 2018-08-09 12:41:08 +02:00
radio.hpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
radix_tree.cpp Problem: unused import and inconsistent use of const 2019-01-02 10:25:21 -05:00
radix_tree.hpp Problem: unused import and inconsistent use of const 2019-01-02 10:25:21 -05:00
random.cpp Code style improvements 2018-08-10 15:36:31 +02: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 Code style improvements 2018-08-10 15:36:31 +02:00
raw_encoder.cpp Problem: protected data member in encoder_base_t 2018-05-30 09:57:46 +02:00
raw_encoder.hpp Problem: unused include directives and redundant forward declarations 2018-05-22 18:46:40 +02:00
reaper.cpp Problem: Threads don't have names which complicates debugging. 2019-02-17 20:15:33 +00:00
reaper.hpp 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
rep.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
rep.hpp 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
req.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
req.hpp 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
router.cpp Problem: inconsistent _out_pipes when using the same routing id without ZMQ_ROUTER_HANDOVER 2018-08-17 12:50:59 +02:00
router.hpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02: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: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
select.cpp Problem: redundant parentheses in return statements 2019-03-01 05:46:10 -05:00
select.hpp 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
server.cpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
server.hpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
session_base.cpp Problem: cannot monitor state of queues at runtime 2019-02-10 16:33:26 +00:00
session_base.hpp Problem: monitor events are unversioned 2019-02-02 15:33:27 +01:00
signaler.cpp use required number of descriptors (1) instead of FD_SETSIZE 2018-11-07 09:58:16 +08:00
signaler.hpp 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
socket_base.cpp Problem: cannot monitor state of queues at runtime 2019-02-10 16:33:26 +00:00
socket_base.hpp Problem: cannot monitor state of queues at runtime 2019-02-10 16:33:26 +00:00
socket_poller.cpp Problem: Program crashes if memory allocation in socket_poller_t::rebuild fails. 2019-02-23 09:55:04 +01:00
socket_poller.hpp Problem: Program crashes if memory allocation in socket_poller_t::rebuild fails. 2019-02-23 09:55:04 +01:00
socks_connecter.cpp Problem: failed address resolution on TCP connect is not observable 2019-02-07 11:07:37 +01:00
socks_connecter.hpp Problem: socks_connecter_t duplicates code with stream_connecter_base_t 2019-02-04 09:29:42 -05:00
socks.cpp Code style improvements 2018-08-10 15:36:31 +02:00
socks.hpp Problem: unnecessary passing of non-const data 2018-05-30 23:21:53 +02:00
stdint.hpp Problem: VS2008 has no definition of UINT16_MAX 2018-05-25 15:13:07 +02:00
stream_connecter_base.cpp Problem: reconnect interval exponential backoff and may lead to integer overflows 2019-02-27 08:50:01 -05:00
stream_connecter_base.hpp Problem: stream_connecter_base_t does not set local address 2019-02-02 15:33:27 +01:00
stream_engine.cpp Problem: monitor events are unversioned 2019-02-02 15:33:27 +01:00
stream_engine.hpp Problem: monitor events are unversioned 2019-02-02 15:33:27 +01:00
stream_listener_base.cpp Problem: build broken with newer gcc 2019-02-05 18:57:33 +00:00
stream_listener_base.hpp Problem: stream listeners do not provide correct local and remote address information (test_monitor is failing) 2019-02-02 16:52:15 +01:00
stream.cpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
stream.hpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
sub.cpp Problem: C-style casts used 2018-05-18 17:04:01 +02:00
sub.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
tcp_address.cpp Problem: C4267 warnings due to implicit conversion from size_t to int 2019-02-12 03:47:26 -05:00
tcp_address.hpp Problem: protected data members in ip_address_t, ip_address_mask_t violates LSP 2018-05-30 10:28:14 +02:00
tcp_connecter.cpp Problem: failed address resolution on TCP connect is not observable 2019-02-07 11:07:37 +01:00
tcp_connecter.hpp Problem: duplication in *_event methods across subclasses of stream_connecter_base_t 2019-02-01 04:58:57 -05:00
tcp_listener.cpp Problem: regression introduced by 68d520e, leading to tcp name resolution no longer working 2019-02-07 11:03:51 +01:00
tcp_listener.hpp Problem: test_monitor failing for assertion on endpoint addresses on ZMQ_EVENT_LISTENING event 2019-02-02 18:33:29 +01:00
tcp.cpp Problem: on a failure to setsockopt SO_BINDTODEVICE, libzmq asserts 2019-02-07 09:39:02 -05:00
tcp.hpp Problem: regression introduced by 68d520e, leading to tcp name resolution no longer working 2019-02-07 11:03:51 +01:00
thread.cpp Problem: unused variable warning in thread_start on !Linux 2019-02-17 20:15:59 +00:00
thread.hpp Problem: zmq_threadstart name not distinguished 2019-02-17 20:15:59 +00:00
timers.cpp Use std::min/max where possible 2018-08-09 12:53:32 +02:00
timers.hpp 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
tipc_address.cpp Problem: code duplication in get_address of ipc/tcp/tipc listener classes 2019-02-02 15:23:56 +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: stream_connecter_base_t does not set local address 2019-02-02 15:33:27 +01:00
tipc_connecter.hpp Problem: reconnect_timer_id duplicated and essentially used only in base class 2019-02-01 04:58:57 -05:00
tipc_listener.cpp Problem: stream listeners do not provide correct local and remote address information (test_monitor is failing) 2019-02-02 16:52:15 +01:00
tipc_listener.hpp Problem: stream listeners do not provide correct local and remote address information (test_monitor is failing) 2019-02-02 16:52:15 +01:00
trie.cpp Code style improvements 2018-08-10 15:36:31 +02:00
trie.hpp Code style improvements 2018-08-10 15:36:31 +02:00
tweetnacl.c Problem: C++ style comments in C file breaks pedantic build 2018-04-02 21:52:01 +01:00
tweetnacl.h Problem: parameter naming style inconsistent 2018-05-26 09:34:44 +02:00
udp_address.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
udp_address.hpp 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
udp_engine.cpp Problem: unnecessary platform-specific code parts around socklen_t 2019-02-05 03:34:32 -05:00
udp_engine.hpp Problem: unnecessary platform-specific code parts around socklen_t 2019-02-05 03:34:32 -05:00
v1_decoder.cpp Fix build on arm64 architectures with some strict compilers 2018-10-07 18:23:08 +02:00
v1_decoder.hpp 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
v1_encoder.cpp Problem: protected data member in encoder_base_t 2018-05-30 09:57:46 +02:00
v1_encoder.hpp 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
v2_decoder.cpp Problem: small formatting issue highlighted by clang 2019-01-09 12:02:58 +00:00
v2_decoder.hpp 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
v2_encoder.cpp Problem: protected data member in encoder_base_t 2018-05-30 09:57:46 +02:00
v2_encoder.hpp 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
v2_protocol.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01: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: formatting inconsistent 2018-02-02 15:47:43 +01:00
vmci_connecter.cpp Problem: connecter classes do not handle ZMQ_RECONNECT_IVL of -1 (#3163) 2018-06-12 23:23:39 +01:00
vmci_connecter.hpp Problem: socks_connecter_t, vmci_connecter_t and vmci_listener_t duplicate code with stream_*_base_t 2019-02-02 15:23:56 +01:00
vmci_listener.cpp Problem: get_socket_address and get_socket_name not available throughout libzmq and restricted to local address 2019-02-02 15:33:27 +01:00
vmci_listener.hpp Problem: get_socket_address and get_socket_name not available throughout libzmq and restricted to local address 2019-02-02 15:33:27 +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: 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
wire.hpp Problem: parameter naming style inconsistent 2018-05-26 09:34:44 +02:00
xpub.cpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
xpub.hpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
xsub.cpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
xsub.hpp Add specific option to select radix tree implementation for subscriptions (#3304) 2018-11-12 21:57:11 +00:00
ypipe_base.hpp Problem: parameter naming style inconsistent 2018-05-26 09:34:44 +02:00
ypipe_conflate.hpp Problem: parameter naming style inconsistent 2018-05-26 09:34:44 +02:00
ypipe.hpp 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
yqueue.hpp Problem: yqueue false sharing issues on PPC64 2019-01-19 20:08:14 +00:00
zap_client.cpp Problem: magic literals in zap_client.cpp 2018-05-28 18:47:07 +02:00
zap_client.hpp 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
zmq_draft.h Problem: cannot monitor state of queues at runtime 2019-02-10 16:33:26 +00:00
zmq_utils.cpp Problem: zmq_threadstart name not distinguished 2019-02-17 20:15:59 +00:00
zmq.cpp Problem: cannot monitor state of queues at runtime 2019-02-10 16:33:26 +00:00