1. 16 Dec, 2016 1 commit
    • Cziken's avatar
      Fixed handling of WSAEWOULDBLOCK to be generic (#2260) · d514bb59
      Cziken authored
      * Fixed handling of WSAEWOULDBLOCK to be generic
      
      I don't know what was the intention of this early if statement but
      now this is properly evaluated in wsa_error_no function if this is
      performance issue I suggest moving evaluating this error code to the
      beginning of wsa_error_no.
      
      * Fixed handling of WSAEWOULDBLOCK to be generic
      
      Introduced default pointer to const char * and overrides this as NULL
      if function is called by zmq::wsa_error()
      
      * Fixed handling of WSAEWOULDBLOCK to be generic
      
      Introduced default pointer to const char * and overrides this as NULL
      if function is called by zmq::wsa_error()
      d514bb59
  2. 13 Jun, 2016 1 commit
    • Armin Burgmeier's avatar
      Flush stderr buffer before calling zmq_abort in assert macros · 07a37435
      Armin Burgmeier authored
      On Windows, the written message does not seem to be guaranteed to be
      written to stderr, in particular when stderr is redirected to a file. I
      suppose this is because RaiseException terminates the process in a way
      that does not give the CRT a chance to flush stdio buffers (or if it
      does, there might be a problem when more than one CRT instance is linked
      into the program and they overwrite each other's exception handler). Either
      way, just make sure the assertion message ends up written to stderr to
      ease diagnostics.
      07a37435
  3. 14 May, 2016 1 commit
  4. 06 May, 2016 1 commit
  5. 25 Apr, 2016 1 commit
  6. 06 Feb, 2016 1 commit
  7. 28 Jan, 2016 1 commit
  8. 02 Jun, 2015 1 commit
  9. 22 Jan, 2015 1 commit
  10. 21 Mar, 2014 1 commit
    • twwlogin's avatar
      Include zmq.h after platform.hpp · 9051456f
      twwlogin authored
      zmq.h requires definitions from platform.hpp so include platform.hpp before zmq.h. This is only an intermediate fix though. zmq.h should not require definitions from platform.hpp because platform.hpp is not installed. So, when zmq.h wants to include <inttypes.h> on ZMQ_HAVE_SOLARIS || ZMQ_HAVE_OPENVMS, it will not and fall back to #include <stdint.h> which will fail when building something like pyzmq on Solaris 8, 9/SPARC which do not have <stdint.h>
      9051456f
  11. 02 Jan, 2014 1 commit
  12. 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
  13. 19 Feb, 2013 1 commit
  14. 22 Jan, 2013 1 commit
  15. 27 May, 2012 1 commit
  16. 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
  17. 01 Nov, 2011 1 commit
  18. 31 Oct, 2011 1 commit
  19. 27 Oct, 2011 2 commits
  20. 08 May, 2011 1 commit
  21. 21 Apr, 2011 1 commit
  22. 02 Mar, 2011 1 commit
  23. 22 Feb, 2011 1 commit
  24. 30 Oct, 2010 1 commit
  25. 16 Oct, 2010 1 commit
  26. 12 Mar, 2010 1 commit
    • Martin Hurton's avatar
      Implement flow control · 61ee6fae
      Martin Hurton authored
      This commit introduces the necessary changes necessary
      for implementing flow control. None of the socket types
      implements the flow control yet. The code will crash when
      the flow control is enabled and the thw lwm is reached.
      
      The following commits will add flow-control support for
      individual socket types.
      61ee6fae
  27. 05 Jan, 2010 1 commit
  28. 10 Dec, 2009 1 commit
  29. 01 Oct, 2009 1 commit
  30. 31 Aug, 2009 1 commit
  31. 08 Aug, 2009 1 commit
  32. 03 Aug, 2009 1 commit
  33. 29 Jul, 2009 1 commit