1. 19 Feb, 2013 1 commit
  2. 08 Jan, 2013 2 commits
  3. 15 Nov, 2012 1 commit
  4. 09 Nov, 2012 2 commits
  5. 07 Oct, 2012 1 commit
  6. 03 Sep, 2012 1 commit
  7. 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
  8. 26 Jun, 2012 1 commit
  9. 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
  10. 16 Feb, 2012 1 commit
  11. 15 Feb, 2012 1 commit
  12. 10 Feb, 2012 1 commit
  13. 03 Feb, 2012 4 commits
  14. 02 Feb, 2012 1 commit
  15. 09 Jan, 2012 1 commit
  16. 01 Nov, 2011 2 commits
  17. 31 Oct, 2011 1 commit
  18. 15 Sep, 2011 1 commit
  19. 15 Jul, 2011 1 commit
  20. 23 Jun, 2011 1 commit
  21. 20 Jun, 2011 1 commit
  22. 12 Jun, 2011 1 commit
  23. 11 Jun, 2011 1 commit
  24. 31 May, 2011 1 commit
  25. 30 May, 2011 1 commit
  26. 23 May, 2011 1 commit
  27. 22 May, 2011 1 commit
    • Martin Sustrik's avatar
      Introduces bi-directional pipes · acf0b0e5
      Martin Sustrik authored
      So far, there was a pair of unidirectional pipes between a socket
      and a session (or an inproc peer). This resulted in complex
      problems with half-closed states and tracking which inpipe
      corresponds to which outpipe.
      
      This patch doesn't add any functionality in itself, but is
      essential for further work on features like subscription
      forwarding.
      Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
      acf0b0e5
  28. 21 Apr, 2011 1 commit
  29. 02 Mar, 2011 1 commit
  30. 26 Feb, 2011 1 commit
  31. 14 Jan, 2011 2 commits
  32. 06 Dec, 2010 1 commit
  33. 04 Dec, 2010 1 commit