1. 17 Feb, 2019 1 commit
    • Kymeta Corp's avatar
      Problem: Threads don't have names which complicates debugging. · 484374f2
      Kymeta Corp authored
      Solution:
      1. Use optional name parameter in thread_t::start for operating
      systems that have thread names.
      2. Give start_thread() an optional name parameter for the
      thread's name. If this parameter is set, it will be appended to "0MQ:".
      If not set, "0MQ" will be used as the thread's name.
      3. Give epoll the ability to name its thread. Then use this in
      io_thread and reaper to name them.
      484374f2
  2. 09 Aug, 2018 1 commit
  3. 07 Aug, 2018 1 commit
  4. 27 May, 2018 1 commit
  5. 18 May, 2018 1 commit
  6. 12 Feb, 2018 1 commit
  7. 09 Feb, 2018 1 commit
  8. 02 Feb, 2018 1 commit
  9. 21 Feb, 2016 2 commits
    • Luca Boccassi's avatar
      Problem: can't do anything with load.sub ret val · de46fc6a
      Luca Boccassi authored
      Solution: don't store it in zmq::poller_base_t::adjust_load, as the
      build with Werror=unused=variable will fail otherwise.
      de46fc6a
    • Osiris's avatar
      Problem: Several problems found by Coverity Static Analyzer · b3d5fa63
      Osiris authored
      Solution: The Coverity Static Code Analyzer was used on libzmq code and found
      many issues with uninitialized member variables, some redefinition of variables
      hidding previous instances of same variable name and a couple of functions
      where return values were not checked, even though all other occurrences were
      checked (e.g. init_size() return).
      b3d5fa63
  10. 18 Feb, 2016 1 commit
  11. 28 Jan, 2016 1 commit
  12. 02 Jun, 2015 1 commit
  13. 22 Jan, 2015 1 commit
  14. 02 Jan, 2014 1 commit
  15. 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
  16. 24 Oct, 2012 1 commit
  17. 01 Nov, 2011 1 commit
  18. 31 Oct, 2011 1 commit
  19. 02 Mar, 2011 1 commit
  20. 18 Jan, 2011 1 commit
  21. 30 Oct, 2010 1 commit
  22. 14 Oct, 2010 1 commit
  23. 27 Sep, 2010 1 commit
  24. 26 Sep, 2010 2 commits
  25. 25 Aug, 2010 2 commits
  26. 13 Feb, 2010 1 commit
  27. 05 Jan, 2010 1 commit
  28. 10 Dec, 2009 1 commit
  29. 03 Nov, 2009 1 commit
  30. 05 Oct, 2009 1 commit
  31. 03 Aug, 2009 1 commit
  32. 29 Jul, 2009 1 commit