1. 27 Jan, 2020 1 commit
  2. 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
  3. 27 May, 2018 1 commit
  4. 18 May, 2018 1 commit
  5. 02 Feb, 2018 1 commit
  6. 31 Jan, 2018 1 commit
  7. 01 Jun, 2016 1 commit
  8. 21 Feb, 2016 3 commits
  9. 18 Feb, 2016 1 commit
  10. 28 Jan, 2016 1 commit
  11. 03 Sep, 2015 1 commit
  12. 21 Aug, 2015 1 commit
  13. 16 Aug, 2015 1 commit
  14. 02 Jun, 2015 1 commit
  15. 22 Jan, 2015 1 commit
  16. 02 Jul, 2014 1 commit
  17. 02 Jan, 2014 1 commit
  18. 01 Sep, 2013 1 commit
  19. 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
  20. 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
  21. 15 Feb, 2012 1 commit
  22. 10 Feb, 2012 1 commit
  23. 01 Nov, 2011 1 commit
  24. 31 Oct, 2011 1 commit
  25. 17 Jun, 2011 1 commit
  26. 23 May, 2011 1 commit
  27. 02 Mar, 2011 1 commit
  28. 25 Feb, 2011 1 commit
  29. 22 Feb, 2011 1 commit
  30. 09 Feb, 2011 2 commits