1. 22 Feb, 2016 1 commit
    • Luca Boccassi's avatar
      Problem: all tests fail with assert in in_event · 80e529a1
      Luca Boccassi authored
      Solution: socket_base_t::in_event cannot do anything useful with
      return status of process_commands. Asserting is the wrong solution,
      as it is entirely valid to be interrupted or for the context to be
      terminated, so discard the value.
      80e529a1
  2. 21 Feb, 2016 4 commits
  3. 18 Feb, 2016 1 commit
  4. 17 Feb, 2016 1 commit
  5. 01 Feb, 2016 3 commits
  6. 30 Jan, 2016 2 commits
    • Min RK's avatar
      allow underscores in domain names · cdec4dc9
      Min RK authored
      Since they are allowed
      
      (They are not, however, allowed in hostnames)
      cdec4dc9
    • Jean-Christophe Fillion-Robin's avatar
      Style: Fix unused parameter compilation warnings · f329252d
      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<---
      f329252d
  7. 29 Jan, 2016 1 commit
  8. 28 Jan, 2016 1 commit
  9. 27 Jan, 2016 1 commit
  10. 21 Jan, 2016 3 commits
  11. 29 Dec, 2015 1 commit
  12. 17 Dec, 2015 1 commit
  13. 09 Dec, 2015 1 commit
  14. 08 Dec, 2015 2 commits
    • Luca Boccassi's avatar
      Problem: build failure, vmci include out of IFDEF · a556b500
      Luca Boccassi authored
      Solution: do not include vmci header outside of vmci IFDEF
      Fixes issue #1655
      a556b500
    • Ilya Kulakov's avatar
      Add the VMCI transport. · 68b13fbd
      Ilya Kulakov authored
      VMCI transport allows fast communication between the Host
      and a virtual machine, between virtual machines on the same host,
      and within a virtual machine (like IPC).
      
      It requires VMware to be installed on the host and Guest Additions
      to be installed on a guest.
      68b13fbd
  15. 30 Nov, 2015 1 commit
  16. 09 Oct, 2015 1 commit
  17. 08 Sep, 2015 1 commit
  18. 06 Sep, 2015 1 commit
  19. 21 Aug, 2015 1 commit
  20. 20 Aug, 2015 1 commit
  21. 16 Aug, 2015 3 commits
  22. 11 Aug, 2015 1 commit
  23. 22 Jul, 2015 1 commit
  24. 23 Jun, 2015 1 commit
  25. 05 Jun, 2015 2 commits
  26. 02 Jun, 2015 2 commits
  27. 23 May, 2015 1 commit