1. 05 Feb, 2019 1 commit
  2. 02 Feb, 2019 2 commits
  3. 01 Feb, 2019 9 commits
  4. 12 Jun, 2018 1 commit
  5. 30 May, 2018 1 commit
  6. 27 May, 2018 1 commit
  7. 10 Mar, 2018 1 commit
    • Manuel Segura's avatar
      Pull request to merge porting to WindRiver VxWorks 6.x (#2966) · 4726f726
      Manuel Segura authored
      * Problem: Still need to port over more files to VxWorks 6.x
      
      Solution: Port more files to VxWorks 6.x
      
      * Problem: Need to port over remaining files to VxWorks 6.x. Also remove POSIX thread dependency for VxWorks (because of priority inversion problem in POSIX mutexes with VxWorks 6.x processes)
      
      Solution: Port over remaining files to VxWorks 6.x. Also removed POSIX thread dependency for VxWorks
      
      * Problem: Needed to modify TCP, UDP, TIPC classes with #ifdefs to be compatible with VxWorks 6.x.
      
      Solution:  Modify TCP, UDP, TIPC classes with #ifdefs to be compatible with VxWorks 6.x
      4726f726
  8. 02 Feb, 2018 1 commit
  9. 14 May, 2016 1 commit
  10. 25 Apr, 2016 1 commit
  11. 18 Feb, 2016 1 commit
  12. 28 Jan, 2016 1 commit
  13. 16 Jan, 2016 1 commit
  14. 06 Sep, 2015 1 commit
  15. 02 Jun, 2015 1 commit
  16. 22 Jan, 2015 1 commit
  17. 02 Jan, 2014 1 commit
  18. 17 May, 2013 1 commit
    • Pieter Hintjens's avatar
      plain_mechanism now uses options.as_server · f909b9c7
      Pieter Hintjens authored
      - we need to switch to PLAIN according to options.mechanism
      - we need to catch case when both peers are as-server (or neither is)
      - and to use username/password from options, for client
      f909b9c7
  19. 14 May, 2013 1 commit
    • Martin Hurton's avatar
      Implement ZMTP/3.0 PLAIN mechanism · 4eecda8a
      Martin Hurton authored
      This implements protocol handshake.
      We still need to design and implement 1) API changes so a user
      can set username and password, and 2) a mechanism for engine
      to authenticate users.
      4eecda8a
  20. 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
  21. 17 Nov, 2012 1 commit
  22. 24 Oct, 2012 1 commit
  23. 21 Sep, 2012 1 commit
  24. 04 Aug, 2012 1 commit
  25. 11 Jul, 2012 1 commit
  26. 15 Jun, 2012 2 commits
  27. 14 Jun, 2012 1 commit
    • Martin Hurton's avatar
      Simplify {tcp|ipc}_connecter · e0fed9d2
      Martin Hurton authored
      The patch is meant to make the code easier to understand.
      The 'wait' attribute is replaced by 'delayed_start'
      and 'timer_started' attributes. The former is constant and
      is initialized in the constructor. The latter is a flag
      reflecting whether a timer has been started and changes during
      the lifetime of the object.
      e0fed9d2
  28. 12 Jun, 2012 2 commits
  29. 11 Jun, 2012 1 commit