libzmq/src
2018-08-09 12:53:32 +02:00
..
address.cpp Problem: non-portable memset 2018-05-30 22:50:30 +02:00
address.hpp Problem: non-portable memset 2018-05-30 22:50:30 +02: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: warnings on violations of CERT ERR-58 2018-05-30 22:52:19 +02:00
atomic_ptr.hpp Problem: warnings on violations of CERT ERR-58 2018-05-30 22:52:19 +02:00
blob.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
client.cpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
client.hpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05: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: formatting inconsistent 2018-02-02 15:47:43 +01:00
condition_variable.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
config.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
ctx.cpp Reduced number of calls to container end method 2018-08-09 12:41:08 +02:00
ctx.hpp Problem: ctx_t::_slots is a plain array 2018-05-28 17:53:41 +02: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: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
dealer.hpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05: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: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
dgram.hpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
dish.cpp Reduced number of calls to container end method 2018-08-09 12:41:08 +02:00
dish.hpp Reduced code duplication between xread and xhas_in 2018-08-07 14:15:35 +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
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 Problem: redundant old-style void argument declarations 2018-05-26 09:34:45 +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: inconsistent naming style for private data members, conflicts with naming of local variables and member functions 2018-05-27 13:24:07 +02:00
fq.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
gather.cpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
gather.hpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05: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: formatting inconsistent 2018-02-02 15:47:43 +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: 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_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 Use more structured for loop instead of while loop 2018-08-07 15:58:15 +02:00
ip_resolver.hpp Problem: protected data member in ip_resolver_t 2018-05-30 10:03:55 +02:00
ip.cpp Problem: unused parameter warning 2018-05-30 23:21:52 +02:00
ip.hpp Problem: parameter naming style inconsistent 2018-05-26 09:34:44 +02:00
ipc_address.cpp Problem: violation of parameter naming conventions 2018-05-30 23:21:52 +02:00
ipc_address.hpp Problem: violation of parameter naming conventions 2018-05-30 23:21:52 +02:00
ipc_connecter.cpp Problem: connecter classes do not handle ZMQ_RECONNECT_IVL of -1 (#3163) 2018-06-12 23:23:39 +01:00
ipc_connecter.hpp Pull request to merge porting to WindRiver VxWorks 6.x (#2966) 2018-03-10 11:03:02 +00:00
ipc_listener.cpp Problem: old C-style casts used 2018-05-27 13:24:07 +02:00
ipc_listener.hpp Pull request to merge porting to WindRiver VxWorks 6.x (#2966) 2018-03-10 11:03:02 +00: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: inconsistent naming style for private data members, conflicts with naming of local variables and member functions 2018-05-27 13:24:07 +02: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.cmake.in Problem: pkg-config Requires.private is broken 2016-09-27 23:34:35 +01:00
libzmq.pc.in Problem: pkg-config Requires.private is broken 2016-09-27 23:34:35 +01:00
libzmq.vers Only export zmq_* symbols 2014-01-12 12:30:45 +01:00
likely.hpp Problem: copyright year is still 2015 2016-01-28 15:07:31 +01:00
macros.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
mailbox_safe.cpp Reduced number of calls to container end method 2018-08-09 12:41:08 +02: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: enormous memory increase due to zero copy decoding 2018-03-05 18:13:28 +01:00
norm_engine.hpp Problem: unused include directives and redundant forward declarations 2018-05-22 18:46:40 +02:00
null_mechanism.cpp Problem: Magic numbers "6" and "7" in null_mechanism.cpp 2018-05-28 17:53:42 +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: 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.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
options.cpp Problem: code style issues in options_t (C-style cast, suboptimal std::string::find call, redundant method is_valid) 2018-05-30 13:13:31 +02:00
options.hpp Problem: code style issues in options_t (C-style cast, suboptimal std::string::find call, redundant method is_valid) 2018-05-30 13:13:31 +02: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: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
pair.hpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
pgm_receiver.cpp Reduced number of calls to container end method 2018-08-09 12:41:08 +02:00
pgm_receiver.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
pgm_sender.cpp Problem: pgm_sender does not initialise all its class variables 2018-06-22 22:49:58 +01:00
pgm_sender.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +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 Use std::min/max where possible 2018-08-09 12:53:32 +02:00
pipe.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
plain_client.cpp Problem: produce_* functions always return 0 2018-05-28 17:53:46 +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 Reduced number of calls to container end method 2018-08-09 12:41:08 +02:00
poller_base.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
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 Problem: parameter naming style inconsistent 2018-05-26 09:34:44 +02: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: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
pull.hpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05: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
random.cpp Problem: old C-style casts used 2018-05-27 13:24:07 +02:00
random.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
raw_decoder.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
raw_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
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: inconsistent naming style for private data members, conflicts with naming of local variables and member functions 2018-05-27 13:24:07 +02: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 Reduced number of calls to container end method 2018-08-09 12:41:08 +02:00
router.hpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05: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: inconsistent naming style for private data members, conflicts with naming of local variables and member functions 2018-05-27 13:24:07 +02: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 Reduced number of calls to container end method 2018-08-09 12:41:08 +02:00
server.hpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
session_base.cpp Problem: can't process ZMTP 3.1 cancel/subscribe commands 2018-06-23 17:16:10 +01:00
session_base.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
signaler.cpp Removed unreachable code paths 2018-08-07 16:11:52 +02: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 Some code style improvements: removed redundant parentheses, added const, joined declaration and assignment of local variables 2018-08-09 12:41:08 +02:00
socket_base.hpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
socket_poller.cpp Reduced number of calls to container end method 2018-08-09 12:41:08 +02:00
socket_poller.hpp Problem: huge size of socket_poller_t object on Windows with select polling 2018-06-01 18:43:58 +02:00
socks_connecter.cpp Problem: connecter classes do not handle ZMQ_RECONNECT_IVL of -1 (#3163) 2018-06-12 23:23:39 +01:00
socks_connecter.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
socks.cpp Problem: unnecessary passing of non-const data 2018-05-30 23:21:53 +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_engine.cpp Use std::min/max where possible 2018-08-09 12:53:32 +02:00
stream_engine.hpp Refactored zmq::stream_engine_t::handshake, extracted several sub-methods 2018-08-09 12:41:08 +02: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: problematic atoi function is used (CERT ERR-34C) 2018-05-30 10:35:01 +02: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: connecter classes do not handle ZMQ_RECONNECT_IVL of -1 (#3163) 2018-06-12 23:23:39 +01:00
tcp_connecter.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
tcp_listener.cpp Problem: old C-style casts used 2018-05-27 13:24:07 +02:00
tcp_listener.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
tcp.cpp Problem: old C-style casts used 2018-05-27 13:24:07 +02:00
tcp.hpp Problem: mismatching declarations and definitions break Solaris Studio build 2018-05-13 13:17:20 +01:00
thread.cpp Fix #3162 2018-06-12 11:10:03 +08:00
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
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: Tests for different TIPC address types missing (#2956) 2018-03-07 17:31:26 +00:00
tipc_address.hpp Pull request to merge porting to WindRiver VxWorks 6.x (#2966) 2018-03-10 11:03:02 +00:00
tipc_connecter.cpp Problem: connecter classes do not handle ZMQ_RECONNECT_IVL of -1 (#3163) 2018-06-12 23:23:39 +01:00
tipc_connecter.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
tipc_listener.cpp Pull request to merge porting to WindRiver VxWorks 6.x (#2966) 2018-03-10 11:03:02 +00:00
tipc_listener.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
trie.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
trie.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
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: unused result of call to pull_msg 2018-05-31 11:21:33 +02:00
udp_engine.hpp Problem: reinterpret_casts between unsigned char* and char* 2018-05-28 18:47:07 +02:00
v1_decoder.cpp Problem: magic literals for UCHAR_MAX 2018-05-28 18:46:50 +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: 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.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: formatting inconsistent 2018-02-02 15:47:43 +01:00
vmci_listener.cpp Problem: formatting inconsistent 2018-02-02 15:47:43 +01:00
vmci_listener.hpp Problem: formatting inconsistent 2018-02-02 15:47:43 +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: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05:00
xsub.hpp Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191) 2018-07-26 18:26:35 -05: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: inconsistent naming style for private data members, conflicts with naming of local variables and member functions 2018-05-27 13:24:07 +02: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: zmq_timers_* are ready for STABLE 2018-07-27 23:07:56 +01:00
zmq_utils.cpp Problem: inconsistent local variable naming 2018-05-26 09:34:44 +02:00
zmq.cpp Problem: polling utilities not at a reusable location 2018-06-01 18:22:48 +02:00