1. 17 May, 2018 1 commit
  2. 02 Feb, 2018 1 commit
  3. 21 Oct, 2017 1 commit
  4. 18 Feb, 2016 1 commit
  5. 07 Feb, 2016 1 commit
  6. 06 Feb, 2016 1 commit
  7. 05 Feb, 2016 1 commit
  8. 28 Jan, 2016 1 commit
  9. 11 Sep, 2015 1 commit
  10. 21 Aug, 2015 2 commits
  11. 14 Aug, 2015 1 commit
  12. 02 Jun, 2015 1 commit
  13. 22 Jan, 2015 1 commit
  14. 12 Jan, 2014 1 commit
  15. 02 Jan, 2014 1 commit
  16. 31 Aug, 2013 1 commit
    • Shawn J. Goff's avatar
      Change name of icanhasall to subscribe_to_all · 6a18f595
      Shawn J. Goff authored
      icanhasall is cute (for now), but the effect of the variable is clear
      only after tracking down its origin reading the commit. This change is
      intended to make it easier for people to have some intuition about its
      effect from its name.
      6a18f595
  17. 24 Aug, 2013 1 commit
    • Evan Burkitt's avatar
      get to clean compile under vs2012 · eaf227d4
      Evan Burkitt authored
      Added some missing (but existing in branch) files to libzmq11 project needed
      to compile as static library by VS2012 (at least), and fixed some warnings.
      One warning remains in raw_decoder.cpp, which I'm leaving for now because I'm
      not sure how project owners would like to fix it.
      eaf227d4
  18. 14 Jul, 2013 1 commit
    • Christian Kamm's avatar
      REQ sockets drop replies from unasked peers. · c56d797b
      Christian Kamm authored
      * Add lb_t::sendpipe() that returns the pipe that was used for sending,
        similar to fq_t::recvpipe().
      * Add forwarder functions to dealer_t to access these two.
      * Add logic to req_t to ignore replies on pipes that are not the one
        where the request was sent.
      * Enable test in test_spec_req.
      c56d797b
  19. 29 Jun, 2013 2 commits
  20. 10 Jun, 2013 1 commit
  21. 06 Jun, 2013 1 commit
  22. 05 Jun, 2013 2 commits
  23. 24 May, 2013 1 commit
  24. 23 May, 2013 2 commits
  25. 12 Mar, 2013 2 commits
    • Pieter Hintjens's avatar
      Removed pointless comment · 0e77d65f
      Pieter Hintjens authored
      0e77d65f
    • Pieter Hintjens's avatar
      Removed corporate advertisements from source file headers · f0f16505
      Pieter Hintjens authored
      Copyrights had become ads for Sustrik's corporate sponsors, going against the original
      agreement to share copyrights with the community (that agreement was: one line stating
      iMatix copyright + one reference to AUTHORS file). The proliferation of corporate ads
      is also unfair to the many individual authors. I've removed ALL corporate title from
      the source files so the copyright statements can now be centralized in AUTHORS and
      source files can be properly updated on an annual basis.
      f0f16505
  26. 09 Nov, 2012 4 commits
  27. 27 Aug, 2012 1 commit
    • Arthur O'Dwyer's avatar
      Silence all "unused parameter" warnings from Clang. · 3b984d40
      Arthur O'Dwyer authored
      Compiling without warnings is a good goal, because it makes
      new warnings (which probably indicate bugs) stand out rather
      than getting lost in the spam.
      
      My fixes fall into two categories:
      
          - Adding (void) casts of unused parameters, where their
            unusedness seems like a TODO (or in some cases a bug?).
      
          - Removing parameter names altogether, where the function
            is clearly a stub that will never use its parameters.
      
      Should be no change in behavior.
      3b984d40
  28. 11 Aug, 2012 1 commit
  29. 28 May, 2012 1 commit
  30. 26 Apr, 2012 1 commit
  31. 22 Mar, 2012 1 commit
  32. 20 Mar, 2012 1 commit
    • Pieter Hintjens's avatar
      Fixed issues #337, #341, and #340 · 6e71a54b
      Pieter Hintjens authored
      * Implemented new ctx API (_new, _destroy, _get, _set)
      * Removed 'typesafe' macros from zmq.h
      * Added support for MAX_SOCKETS (was tied into change for #337)
      * Created new man pages
      6e71a54b