1. 02 Jan, 2014 1 commit
  2. 07 Oct, 2013 1 commit
  3. 14 Sep, 2013 1 commit
  4. 12 Sep, 2013 3 commits
  5. 10 Sep, 2013 1 commit
  6. 01 Sep, 2013 1 commit
  7. 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
  8. 31 Jan, 2013 1 commit
  9. 21 Sep, 2012 1 commit
  10. 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
  11. 21 May, 2012 2 commits
  12. 22 Mar, 2012 2 commits
  13. 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
  14. 19 Mar, 2012 2 commits
  15. 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
  16. 27 Jan, 2012 1 commit
  17. 09 Nov, 2011 1 commit
  18. 01 Nov, 2011 1 commit
  19. 31 Oct, 2011 1 commit
  20. 24 Jul, 2011 2 commits
  21. 21 Apr, 2011 1 commit
  22. 09 Apr, 2011 1 commit
  23. 02 Mar, 2011 1 commit
  24. 18 Feb, 2011 1 commit
  25. 09 Feb, 2011 1 commit
  26. 13 Jan, 2011 1 commit
  27. 10 Jan, 2011 1 commit
  28. 05 Nov, 2010 2 commits
  29. 30 Oct, 2010 1 commit
  30. 09 Sep, 2010 1 commit
  31. 08 Sep, 2010 1 commit
  32. 01 Sep, 2010 1 commit
  33. 31 Aug, 2010 1 commit