1. 25 Apr, 2016 2 commits
  2. 24 Apr, 2016 2 commits
  3. 23 Apr, 2016 7 commits
  4. 22 Apr, 2016 5 commits
  5. 21 Apr, 2016 12 commits
  6. 19 Apr, 2016 2 commits
  7. 18 Apr, 2016 8 commits
  8. 15 Apr, 2016 2 commits
    • Constantin Rack's avatar
      Merge pull request #1898 from hitstergtd/checkprotocol-fixes-1 · c354e0b3
      Constantin Rack authored
      Problem: check_protocol() logic duplicated twice and needs cleanup
      c354e0b3
    • hitstergtd's avatar
      Problem: check_protocol() logic duplicated twice · 8cb27316
      hitstergtd authored
      Problem:
      Conditional logic in check_protocol() that checks if a protocol is supported,
      is duplicated twice. Moreover, the first set of checks to ascertain if a
      protocol is supported is done regardless of whether the particular protocol
      will be built into the library or not.
      
      Solution:
      * Simplify/collapse all supported protocol checks into one in check_protocol()
      * Enclose pgm/epgm/norm socket+protocol match checks with requisite macros
      8cb27316