1. 27 May, 2012 1 commit
  2. 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
  3. 01 Nov, 2011 1 commit
  4. 31 Oct, 2011 1 commit
  5. 27 Oct, 2011 2 commits
  6. 08 May, 2011 1 commit
  7. 21 Apr, 2011 1 commit
  8. 02 Mar, 2011 1 commit
  9. 22 Feb, 2011 1 commit
  10. 30 Oct, 2010 1 commit
  11. 16 Oct, 2010 1 commit
  12. 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
  13. 05 Jan, 2010 1 commit
  14. 10 Dec, 2009 1 commit
  15. 01 Oct, 2009 1 commit
  16. 31 Aug, 2009 1 commit
  17. 08 Aug, 2009 1 commit
  18. 03 Aug, 2009 1 commit
  19. 29 Jul, 2009 1 commit