1. 17 Feb, 2014 1 commit
    • Olaf Mandel's avatar
      Remove duplicate poller decision making · 48b50cef
      Olaf Mandel authored
      The decision about the poller mechanism to use (select, poll, ...)
      was done twice: once by the build system and once by the code in
      poller.hpp. As the build-system can actually detect the mechanisms
      available, prefer that result to the hard coded defaults in
      poller.hpp.
      
      At the same time, remove the duplicate detection of select() vs.
      poll()-variant from proxy.cpp, signaler.cpp and zmq.cpp.
      
      This patch has not been tested on many build platforms: especially
      the cmake build needs testing / patching. For the other builds,
      hard code the result as these these are all Windows platforms.
      48b50cef
  2. 02 Jan, 2014 1 commit
  3. 11 Dec, 2013 1 commit
  4. 28 Nov, 2013 1 commit
  5. 11 Nov, 2013 2 commits
  6. 10 Nov, 2013 2 commits
  7. 07 Nov, 2013 3 commits
  8. 01 Sep, 2013 2 commits
  9. 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
  10. 19 Feb, 2013 1 commit
  11. 15 Feb, 2013 1 commit
  12. 02 Jan, 2013 2 commits
  13. 29 Dec, 2012 1 commit
  14. 27 Dec, 2012 1 commit
  15. 24 Oct, 2012 1 commit
  16. 26 Jul, 2012 2 commits
  17. 12 Jun, 2012 2 commits
  18. 10 Jun, 2012 1 commit
  19. 28 May, 2012 1 commit
  20. 07 May, 2012 1 commit
  21. 11 Apr, 2012 1 commit
    • Martin Hurton's avatar
      Fix issue #335 · cfa6f4bf
      Martin Hurton authored
      The CreateEvent function requests EVENT_ALL_ACCESS access rights
      when the event object already exists. This causes problems
      when the event object is created from a service.
      The solution is to call OpenEvent function when the CreateEvent
      failed due to access control.
      The proper solution would be to use CreateEventEx function, but
      this one is not available on Windows XP.
      cfa6f4bf
  22. 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
  23. 10 Nov, 2011 1 commit
  24. 01 Nov, 2011 1 commit
  25. 31 Oct, 2011 1 commit
  26. 29 Sep, 2011 1 commit
  27. 02 Sep, 2011 1 commit
  28. 29 Jul, 2011 1 commit
  29. 18 Jul, 2011 2 commits
  30. 03 Jul, 2011 2 commits