libzmq/src
somdoron 7296fb5b15 problem: unsecured websocket is rarely used in production
Solution: support websocket with tls (wss)
2019-10-02 08:58:26 +03:00
..
address.cpp problem: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03:00
address.hpp problem: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03: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 Add <ios> include to fix uClibc++ compilation 2019-04-19 12:16:01 -07: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 Problem: {in,out}_batch_size must be configured at compiled time 2019-06-27 02:31:11 -04:00
ctx.cpp problem: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03:00
ctx.hpp Introduce extended set/get methods for ZMQ contexts (#3642) 2019-08-27 23:41:23 +01:00
curve_client_tools.hpp Problem: plaintext secrets placed in insecure memory 2019-07-14 17:12:39 +02:00
curve_client.cpp Problem: plaintext secrets placed in insecure memory 2019-07-14 17:12:39 +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: plaintext secrets placed in insecure memory 2019-07-14 17:12:39 +02:00
curve_mechanism_base.hpp Problem: no C++ style secure memory allocator available 2019-07-14 17:12:39 +02:00
curve_server.cpp Problem: plaintext secrets placed in insecure memory 2019-07-14 17:12:39 +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: ZMQ_CONFLATE on PUB sockets delivers to only one subscriber at most 2019-09-24 02:57:24 +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: /dev/poll doesn't compile 2019-03-18 10:15:27 +00:00
devpoll.hpp Problem: /dev/poll doesn't compile 2019-03-18 10:15:27 +00: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 no longer requires _worker 2019-03-18 10:16:13 +00: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: ws_engine duplicate code from stream_engine 2019-07-18 11:28:08 +03: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 Implement thread name on windows, cleanup thread naming internals 2019-05-21 12:12:19 +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 problem: ws_engine doesn't send correct host and path 2019-09-05 17:33:38 +03:00
ip_resolver.hpp problem: ws_engine doesn't send correct host and path 2019-09-05 17:33:38 +03:00
ip.cpp UDP engine aborts on networking-related errors from socket syscalls (2) #2862 (#3640) 2019-08-25 15:55:42 +01:00
ip.hpp UDP engine aborts on networking-related errors from socket syscalls (2) #2862 (#3640) 2019-08-25 15:55:42 +01:00
ipc_address.cpp Problem: strnlen may not be available 2019-03-18 11:37:53 +00: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: ws_engine duplicate code from stream_engine 2019-07-18 11:28:08 +03: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: {in,out}_batch_size must be configured at compiled time 2019-06-27 02:31:11 -04:00
norm_engine.hpp Problem: {in,out}_batch_size must be configured at compiled time 2019-06-27 02:31:11 -04: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: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03:00
options.hpp problem: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03: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: {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: 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: PLAIN HELLO message incorrectly uses WELCOME literal 2019-05-10 03:55:07 -04: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: redundant check in condition 2019-07-26 11:43:57 -04:00
radix_tree.hpp Problem: code doesn't follow libzmq naming conventions 2019-06-28 11:57:45 -04: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
raw_engine.cpp problem: ws_engine duplicate code from stream_engine 2019-07-18 11:28:08 +03:00
raw_engine.hpp problem: ws_engine duplicate code from stream_engine 2019-07-18 11:28:08 +03: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 Fix request-handling memory leak 2019-07-05 16:53:46 -07: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
secure_allocator.hpp Problem: no C++ style secure memory allocator available 2019-07-14 17:12:39 +02: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: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03:00
session_base.hpp problem: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03:00
signaler.cpp Problem: unused Windows-specific code in sleep_ms 2019-04-24 14:39:27 -04: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: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03:00
socket_base.hpp Problem: Socket monitoring only allows ZMQ_PAIR 2019-05-15 01:48:46 -04:00
socket_poller.cpp Problem: signature of zmq_poller_fd does is incompatible with regular error handling 2019-05-09 11:09:35 -04:00
socket_poller.hpp Problem: signature of zmq_poller_fd does is incompatible with regular error handling 2019-05-09 11:09:35 -04:00
socks_connecter.cpp problem: ws_engine duplicate code from stream_engine 2019-07-18 11:28:08 +03:00
socks_connecter.hpp Add support for SOCKS5 basic authentication 2019-06-10 16:40:06 +02:00
socks.cpp Problem: formatting errors 2019-06-11 10:31:15 +01:00
socks.hpp Add support for SOCKS5 basic authentication 2019-06-10 16:40:06 +02:00
stdint.hpp Problem: build on centos6/ubuntu12 still broken 2019-07-16 18:15:47 +01:00
stream_connecter_base.cpp problem: ws_engine duplicate code from stream_engine 2019-07-18 11:28:08 +03:00
stream_connecter_base.hpp problem: browser cannot communicate with zeromq directly 2019-07-16 10:12:20 +03:00
stream_engine_base.cpp problem: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03:00
stream_engine_base.hpp problem: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03:00
stream_listener_base.cpp problem: ws_engine duplicate code from stream_engine 2019-07-18 11:28:08 +03:00
stream_listener_base.hpp problem: browser cannot communicate with zeromq directly 2019-07-16 10:12:20 +03: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: ws_engine duplicate code from stream_engine 2019-07-18 11:28:08 +03: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 UDP engine aborts on networking-related errors from socket syscalls (2) #2862 (#3640) 2019-08-25 15:55:42 +01:00
tcp.hpp UDP engine aborts on networking-related errors from socket syscalls #2862 (#3638) 2019-08-22 18:52:31 +01:00
thread.cpp Problem: invalid syntax for calling convention on function pointer 2019-08-19 10:13:11 +02:00
thread.hpp Implement thread name on windows, cleanup thread naming internals 2019-05-21 12:12:19 +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: 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: ws_engine duplicate code from stream_engine 2019-07-18 11:28:08 +03: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: Usage of 'if_nametoindex' not supported in Windows XP. 2019-07-25 20:38:54 +01: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 UDP engine aborts on networking-related errors from socket syscalls (2) #2862 (#3640) 2019-08-25 15:55:42 +01:00
udp_engine.hpp UDP engine aborts on networking-related errors from socket syscalls #2862 (#3638) 2019-08-22 18:52:31 +01: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 Some explicit endpoint type changes to support GCC 5 (#3468) 2019-04-05 10:54:26 +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 Some explicit endpoint type changes to support GCC 5 (#3468) 2019-04-05 10:54:26 +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 Implement thread name on windows, cleanup thread naming internals 2019-05-21 12:12:19 +02:00
wire.hpp Problem: parameter naming style inconsistent 2018-05-26 09:34:44 +02:00
ws_address.cpp problem: ws_engine doesn't send correct host and path 2019-09-05 17:33:38 +03:00
ws_address.hpp problem: ws_engine doesn't send correct host and path 2019-09-05 17:33:38 +03:00
ws_connecter.cpp problem: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03:00
ws_connecter.hpp problem: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03:00
ws_decoder.cpp Problem: wrong copyright dates in newly added files 2019-07-16 17:36:44 +01:00
ws_decoder.hpp Problem: wrong copyright dates in newly added files 2019-07-16 17:36:44 +01:00
ws_encoder.cpp Problem: wrong copyright dates in newly added files 2019-07-16 17:36:44 +01:00
ws_encoder.hpp Problem: wrong copyright dates in newly added files 2019-07-16 17:36:44 +01:00
ws_engine.cpp problem: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03:00
ws_engine.hpp problem: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03:00
ws_listener.cpp problem: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03:00
ws_listener.hpp problem: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03:00
ws_protocol.hpp Problem: wrong copyright dates in newly added files 2019-07-16 17:36:44 +01:00
wss_engine.cpp problem: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03:00
wss_engine.hpp problem: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03:00
xpub.cpp Problem: can no longer send user data from XSUB to XPUB 2019-09-02 11:33:19 +01:00
xpub.hpp Problem: many unnecessary ifdefs covering new xpub option 2019-05-18 16:44:07 +01:00
xsub.cpp Problem: unused get_credential methods and associated fields 2018-08-13 15:22:18 +02:00
xsub.hpp Problem: code doesn't follow libzmq naming conventions 2019-06-28 11:57:45 -04:00
ypipe_base.hpp Problem: parameter naming style inconsistent 2018-05-26 09:34:44 +02:00
ypipe_conflate.hpp Problem: comments before ifdefs are wrongly formatted 2019-05-18 17:09:17 +01:00
ypipe.hpp Problem: comments before ifdefs are wrongly formatted 2019-05-18 17:09:17 +01: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 Introduce extended set/get methods for ZMQ contexts (#3642) 2019-08-27 23:41:23 +01:00
zmq_utils.cpp Problem: zmq_threadstart name not distinguished 2019-02-17 20:15:59 +00:00
zmq.cpp Introduce extended set/get methods for ZMQ contexts (#3642) 2019-08-27 23:41:23 +01:00
zmtp_engine.cpp problem: unsecured websocket is rarely used in production 2019-10-02 08:58:26 +03:00
zmtp_engine.hpp problem: ws_engine duplicate code from stream_engine 2019-07-18 11:28:08 +03:00