1. 31 Jan, 2013 1 commit
  2. 21 Sep, 2012 1 commit
  3. 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
  4. 21 May, 2012 2 commits
  5. 22 Mar, 2012 2 commits
  6. 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
  7. 19 Mar, 2012 2 commits
  8. 03 Feb, 2012 1 commit
    • skaller's avatar
      Set and arrange propagation of thread safe sockets flag. · 520ad3c2
      skaller authored
      We use a distinct context initialisation function to specify
      all sockets derived therefrom will be thread safe.
      
      However the inheritance is done exclusively in the C interface.
      This is not really correct, but it is chosen to minimise
      interference with the existing C++ code, including any
      construct or other calls within the C++ code base.
      Semantically the C++ code should be unchanged,
      physically some data structures and extra methods are
      provided by they're only used from the C binding.
      520ad3c2
  9. 27 Jan, 2012 1 commit
  10. 09 Nov, 2011 1 commit
  11. 01 Nov, 2011 1 commit
  12. 31 Oct, 2011 1 commit
  13. 24 Jul, 2011 2 commits
  14. 21 Apr, 2011 1 commit
  15. 09 Apr, 2011 1 commit
  16. 02 Mar, 2011 1 commit
  17. 18 Feb, 2011 1 commit
  18. 09 Feb, 2011 1 commit
  19. 13 Jan, 2011 1 commit
  20. 10 Jan, 2011 1 commit
  21. 05 Nov, 2010 2 commits
  22. 30 Oct, 2010 1 commit
  23. 09 Sep, 2010 1 commit
  24. 08 Sep, 2010 1 commit
  25. 01 Sep, 2010 1 commit
  26. 31 Aug, 2010 1 commit
  27. 25 Aug, 2010 4 commits
  28. 05 May, 2010 2 commits
  29. 04 May, 2010 1 commit
  30. 29 Apr, 2010 2 commits