1. 14 Aug, 2015 2 commits
  2. 27 Jul, 2015 1 commit
  3. 02 Jun, 2015 1 commit
  4. 22 Jan, 2015 1 commit
  5. 10 Jun, 2014 1 commit
  6. 04 Jun, 2014 1 commit
    • Olaf Mandel's avatar
      Extend zmq::wsa_error_to_errno() · de9eef30
      Olaf Mandel authored
      The list of error codes is taken from zmq::wsa_error_no(). Most of the
      new WSA error codes result in EFAULT, but some return a more specific
      value (even EAGAIN).
      
      Fixes #1071
      de9eef30
  7. 02 Jan, 2014 1 commit
  8. 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
  9. 19 Feb, 2013 1 commit
  10. 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
  11. 13 Jun, 2012 1 commit
  12. 27 May, 2012 1 commit
  13. 14 Mar, 2012 1 commit
    • boris@boressoft.ru's avatar
      Add WinCE support. · 318ba883
      boris@boressoft.ru authored
      * Added two new files: errno.hpp and errno.cpp. They are required to use errno functionality on WM.
      * zmq.cpp, msg.h: removed inclusion of errno.h because it is included in zmq.h that is also included by .cpp.
      * windows.hpp: process.h is included only for desktop builds.
      * thread.cpp: on CE CreateThread is used instead of __beginthreadex
      * socket_base.cpp, clock.cpp: on CE include cmnintrin.h instead on intrin.h
      * signaler.cpp: on Windows should use special macro around event name (for unicode builds)
      * err.hpp: make it include errno.hpp (my file) instead on errno.h when building for CE
      * err.cpp: use FormatMessage when building for CE (because CE does not have ANSI API functions)
      * zmq.h: do not include errno.h whe building for CE
      * libzmq.vcproj: add tro new files
      318ba883
  14. 15 Feb, 2012 1 commit
  15. 10 Feb, 2012 1 commit
  16. 01 Nov, 2011 1 commit
  17. 31 Oct, 2011 1 commit
  18. 27 Oct, 2011 2 commits
  19. 15 Aug, 2011 1 commit
  20. 15 May, 2011 1 commit
  21. 08 May, 2011 1 commit
  22. 21 Apr, 2011 1 commit
  23. 02 Mar, 2011 1 commit
  24. 30 Oct, 2010 1 commit
  25. 16 Oct, 2010 1 commit
  26. 11 Mar, 2010 1 commit
    • Martin Lucina's avatar
      Restructure language bindings · 27e2d084
      Martin Lucina authored
      C and C++ headers moved from bindings/ to include/, bindings/ removed
      --with-c and --with-cpp options to configure removed, C and C++ now built
      and installed by default
      27e2d084
  27. 05 Jan, 2010 1 commit
  28. 01 Oct, 2009 1 commit
  29. 22 Sep, 2009 1 commit
  30. 03 Aug, 2009 1 commit
  31. 29 Jul, 2009 1 commit