1. 05 Jun, 2015 1 commit
  2. 02 Jun, 2015 1 commit
  3. 12 Feb, 2015 1 commit
  4. 22 Jan, 2015 1 commit
  5. 17 Nov, 2014 1 commit
  6. 31 Aug, 2014 1 commit
  7. 09 Jul, 2014 2 commits
  8. 02 Jul, 2014 1 commit
  9. 11 Jun, 2014 1 commit
  10. 04 Jun, 2014 1 commit
  11. 23 May, 2014 1 commit
  12. 22 May, 2014 1 commit
  13. 21 May, 2014 1 commit
    • Martin Hurton's avatar
      Code cleanup · 414fc86b
      Martin Hurton authored
      - limit visibility of pending_connection_t
      - add const qualifiers
      414fc86b
  14. 16 May, 2014 1 commit
  15. 14 Feb, 2014 1 commit
  16. 13 Feb, 2014 1 commit
    • Olaf Mandel's avatar
      Add ZMQ_MAX_SOCKETS_MAX to zmq_ctx_get() · 5815b768
      Olaf Mandel authored
      The new options allows querying the maximum allowed number of sockets.
      This is system dependent and cannot be encoded in the include file as a
      preprocessor macro: for ZMQ_USE_SELECT, this depends on the FD_SETSIZE
      macro at time of library compilation, not at time of include file use.
      5815b768
  17. 12 Feb, 2014 2 commits
  18. 09 Feb, 2014 1 commit
  19. 03 Feb, 2014 1 commit
  20. 02 Jan, 2014 1 commit
  21. 07 Nov, 2013 2 commits
  22. 06 Nov, 2013 1 commit
  23. 04 Oct, 2013 1 commit
  24. 14 Sep, 2013 1 commit
  25. 12 Sep, 2013 3 commits
  26. 10 Sep, 2013 1 commit
  27. 01 Sep, 2013 1 commit
  28. 20 Jun, 2013 1 commit
  29. 12 Mar, 2013 1 commit
    • 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
  30. 19 Feb, 2013 1 commit
  31. 31 Jan, 2013 1 commit
  32. 21 Sep, 2012 1 commit
  33. 26 Aug, 2012 1 commit
  34. 24 Aug, 2012 1 commit
    • Arthur O'Dwyer's avatar
      Fix monitor_event() to work at all. · 7fadd708
      Arthur O'Dwyer authored
      There are three versions of monitor_event(), all taking
      variadic arguments. The original code just has the first one
      creating a va_list and passing that va_list variadically to
      the second one... which creates a new va_list and passes it
      variadically to the third one... and of course everything
      blows up when we try to pull a non-va_list argument off the
      stack.
      
      The correct approach matches the C standard library's use
      of printf/vprintf, scanf/vscanf, and so on. Once you make
      a va_list, you must pass it only to functions which expect
      a va_list parameter.
      7fadd708
  35. 28 May, 2012 1 commit