1. 14 May, 2016 1 commit
  2. 28 Jan, 2016 1 commit
  3. 16 Jan, 2016 1 commit
  4. 02 Jul, 2015 1 commit
  5. 30 Jun, 2015 3 commits
  6. 02 Jun, 2015 1 commit
  7. 28 Jan, 2015 2 commits
  8. 22 Jan, 2015 1 commit
  9. 02 Jan, 2014 1 commit
  10. 20 Mar, 2013 1 commit
  11. 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
  12. 23 Aug, 2012 1 commit
    • Arthur O'Dwyer's avatar
      Fix an error in the inline assembly for Thumb2. · 28c9255d
      Arthur O'Dwyer authored
      Notice that ZeroMQ has never been compiled for Thumb2 before,
      and I personally don't make any guarantees that it will actually
      behave correctly once compiled. But after this patch, it is at
      least *possible* to compile it for Thumb2.
      
      (Thumb2 is the target for most iOS devices.)
      28c9255d
  13. 24 Apr, 2012 1 commit
    • Patrick Trantham's avatar
      Implement atomic operations for armv7a · 135fdab0
      Patrick Trantham authored
      This commit implements atomic operations for the armv7a architecture
      using gcc inline assembly.  This offers higher performance compared to
      pthread mutexes.
      
      Tested on an am3517 evm, clocked at 600MHz:
      
      ./inproc_thr 200 1000000
      ------------------------
      53-60K messages / sec, pthread mutexes
      73-90K messages / sec, assembly atomic ops
      
      ./inproc_lat 200 1000000
      ------------------------
      average latency: 42.234 [us], pthread mutexes
      average latency: 35.496 [us], assembly atomic ops
      135fdab0
  14. 01 Nov, 2011 1 commit
  15. 31 Oct, 2011 1 commit
  16. 02 Mar, 2011 1 commit
  17. 13 Jan, 2011 1 commit
  18. 30 Oct, 2010 1 commit
  19. 04 Jun, 2010 1 commit
  20. 12 May, 2010 1 commit
  21. 29 Apr, 2010 1 commit
  22. 15 Apr, 2010 1 commit
  23. 18 Feb, 2010 1 commit
  24. 05 Jan, 2010 1 commit
  25. 03 Aug, 2009 1 commit
  26. 29 Jul, 2009 1 commit