1. 16 Mar, 2017 1 commit
  2. 24 Feb, 2017 2 commits
    • Luca Boccassi's avatar
      Problem: unnecessary change to router_mandatory_hwm test · 0f473d14
      Luca Boccassi authored
      Solution:
      
      Revert "Problem with ZMQ_ROUTER_MANDATORY option when peer lost"
      
      This partially reverts commit 06740b5d.
      
      The change in the mentioned commit was fixed to be backward
      compatible so test changes are no longer necessary.
      Partially revert the commit, leaving only the bug fix and taking out
      the test change and the superfluous change in socket_base.
      0f473d14
    • Reza Ebrahimi's avatar
      Problem with ZMQ_ROUTER_MANDATORY option when peer lost · 06740b5d
      Reza Ebrahimi authored
      indention
      
      Revert "indention"
      
      This reverts commit a6e7e192ac2d089ac9f7dc0d31d4b1fd10de982e.
      
      indention
      
      indention
      
      Fix Failure in tests
      
      Check both pipe full and pipe close
      06740b5d
  3. 25 Jan, 2017 1 commit
    • sigiesec's avatar
      Problem: zmq_z85_decode does not validate its input (#2322) · c6c21cf1
      sigiesec authored
      * Problem: zmq_z85_decode does not validate its input
      Solution: added checks for invalid characters and overflows
      
      * Added tests, added further check for range overflow, removed (multiple) calls to strlen
      
      * Problem: gcc fails to build
      Solution: added missing include directive
      
      * Added VS2015 test_utils_z85 project
      
      * Fixed indentation and copyright notice
      
      * Resolved garbage from merge
      
      * Revert "Added VS2015 test_utils_z85 project"
      
      This reverts commit c58b3c664c144326e77135aa1184b6f0dee11143.
      
      * Problem: test calls zmq_z85_decode with a NULL dest
      Solution: call zmq_z85_decode with a properly sized buffer
      
      * Problem: tests for zmq_z85_* scattered over two files
      Solution: merged files
      
      * Removed reference to removed test file from CMakeLists.txt
      
      * Problem: Missing include directive to stdint.h
      Solution: Added include directive
      
      * Define __STDC_LIMIT_MACROS before including stdint.h
      
      * Problem: Wrong variable is checked for invalid character marker
      Solution: Use correct variable
      c6c21cf1
  4. 19 Jan, 2017 1 commit
  5. 03 Jan, 2017 1 commit
  6. 01 Jan, 2017 1 commit
  7. 31 Dec, 2016 1 commit
  8. 30 Dec, 2016 1 commit
    • Luca Boccassi's avatar
      Problem: new DRAFT monitor events returned even without --enable-draft · c0e2bc4e
      Luca Boccassi authored
      Solution: wrap the event triggering in the DRAFT ifdef as well as the
      defines. This ensures that the event are returned only if the
      library was built with DRAFTs enabled.
      
      Also update the test case to expect the new events since it uses
      the catch-all mask. Although the sequence of event is different and
      this might be considered as an API breakage, using the catch-all
      ZMQ_EVENT_ALL mask implies that, well, all events are monitored so
      it's normal that new ones will be added.
      Users that don't want this kind of behaviour to change can simply
      monitor only the event that they care about.
      c0e2bc4e
  9. 29 Dec, 2016 1 commit
  10. 26 Dec, 2016 1 commit
  11. 15 Dec, 2016 1 commit
  12. 06 Dec, 2016 2 commits
  13. 20 Nov, 2016 1 commit
  14. 01 Nov, 2016 1 commit
  15. 23 Oct, 2016 1 commit
  16. 01 Oct, 2016 1 commit
  17. 28 Sep, 2016 1 commit
  18. 24 Sep, 2016 2 commits
  19. 17 Sep, 2016 5 commits
  20. 12 Sep, 2016 1 commit
  21. 27 Aug, 2016 1 commit
  22. 23 Aug, 2016 3 commits
  23. 12 Jul, 2016 2 commits
  24. 17 Jun, 2016 1 commit
  25. 19 May, 2016 1 commit
  26. 16 May, 2016 3 commits
  27. 15 May, 2016 2 commits