- 30 Jan, 2016 1 commit
-
-
Jean-Christophe Fillion-Robin authored
This commit addresses the following warnings reported on gcc 5.2.1. In the future, this will help reduce the "noise" and help catch warnings revealing a serious problem. 8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<--- /path/to/libzmq/src/options.cpp:1048:36: warning: unused parameter ‘option_’ [-Wunused-parameter] bool zmq::options_t::is_valid (int option_) const ^ /path/to/libzmq/src/plain_client.cpp:146:30: warning: unused parameter ‘cmd_data’ [-Wunused-parameter] const unsigned char *cmd_data, size_t data_size) ^ /path/to/libzmq/src/plain_client.cpp:146:30: warning: unused parameter ‘cmd_data’ [-Wunused-parameter] const unsigned char *cmd_data, size_t data_size) ^ /path/to/libzmq/src/socket_base.cpp:1445:44: warning: unused parameter ‘group_’ [-Wunused-parameter] int zmq::socket_base_t::xjoin (const char *group_) ^ /path/to/libzmq/src/socket_base.cpp:1451:45: warning: unused parameter ‘group_’ [-Wunused-parameter] int zmq::socket_base_t::xleave (const char *group_) ^ /path/to/libzmq/src/radio.cpp:145:33: warning: unused parameter ‘msg_’ [-Wunused-parameter] int zmq::radio_t::xrecv (msg_t *msg_) ^ /path/to/libzmq/src/dish.cpp:164:32: warning: unused parameter ‘msg_’ [-Wunused-parameter] int zmq::dish_t::xsend (msg_t *msg_) ^ /path/to/libzmq/tests/test_msg_ffn.cpp:32:16: warning: unused parameter ‘data’ [-Wunused-parameter] void ffn(void *data, void *hint) { ^ /path/to/libzmq/tests/test_timers.cpp:50:19: warning: unused parameter ‘timer_id’ [-Wunused-parameter] void handler (int timer_id, void* arg) ^ 8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---
-
- 29 Jan, 2016 10 commits
-
-
Pieter Hintjens authored
Problem: no udp/multicast support in zeromq
-
somdoron authored
-
Constantin Rack authored
Problem: radio/dish class broke Windows builds
-
Pieter Hintjens authored
Solution: add these new classes to MSVC project files
-
Constantin Rack authored
problem: radio-dish is still hacky
-
somdoron authored
-
somdoron authored
-
somdoron authored
-
somdoron authored
-
somdoron authored
-
- 28 Jan, 2016 5 commits
-
-
Constantin Rack authored
problem: request socket state machine check is not running
-
somdoron authored
-
somdoron authored
-
Pieter Hintjens authored
Problem: copyright year is still 2015
-
Constantin Rack authored
Solution: update to 2016
-
- 27 Jan, 2016 2 commits
-
-
Constantin Rack authored
problem: pub/sub pattern in zeromq is complicated and not thread safe
-
somdoron authored
-
- 22 Jan, 2016 3 commits
-
-
Constantin Rack authored
-
Ilya Kulakov authored
-
Pieter Hintjens authored
stop previous monitor socket before starting new one
-
- 21 Jan, 2016 6 commits
-
-
Min RK authored
avoids leaking sockets due to multiple monitor calls on one socket Alternative: raise error (not sure what errno; EADDRINUSE?) if collision detected; force manual stop.
-
Constantin Rack authored
Family is not set when resolving NIC on android.
-
Ilya Kulakov authored
Make it ready to enable ipv6 for AIX or HP/UX
-
Pieter Hintjens authored
Fix missing headers.
-
Ilya Kulakov authored
-
Ilya Kulakov authored
-
- 20 Jan, 2016 8 commits
-
-
Joe Eli McIlvain authored
Problem: build fails due to undefined INT_MAX
-
Constantin Rack authored
Solution: remove debug printf line completely
-
Constantin Rack authored
Solution: include stdint.h
-
Constantin Rack authored
Solution: include climits Fixes #1720
-
Constantin Rack authored
truncate rc to INT_MAX for send/recv
-
Min RK authored
to avoid overflow for large messages send/recv still succeed for large messages, but `zmq_msg_size` must be used to get the true size.
-
Constantin Rack authored
Last bits of Hurd support
-
Laszlo Boszormenyi (GCS) authored
-
- 19 Jan, 2016 4 commits
-
-
Joe Eli McIlvain authored
Problem: typo
-
Constantin Rack authored
Solution: fix it
-
Constantin Rack authored
Problem: client over inproc receives the msg with routing id set
-
somdoron authored
-
- 18 Jan, 2016 1 commit
-
-
Constantin Rack authored
Problem: configure --without-documentation is clumsy
-