1. 27 Jul, 2017 2 commits
  2. 26 Jul, 2017 1 commit
  3. 22 Jul, 2017 2 commits
  4. 21 Jul, 2017 3 commits
  5. 19 Jul, 2017 3 commits
  6. 17 Jul, 2017 1 commit
  7. 12 Jul, 2017 1 commit
  8. 11 Jul, 2017 1 commit
  9. 30 Jun, 2017 2 commits
  10. 29 Jun, 2017 7 commits
  11. 28 Jun, 2017 1 commit
  12. 27 Jun, 2017 1 commit
  13. 24 Jun, 2017 1 commit
    • Lance Chen's avatar
      Fix `serverURIs` iterating in MQTTAsync.c · 42f5c135
      Lance Chen authored
      This commit fixes two bugs related to `serverURIs` iterating in MQTTAsync.c
      
      1. Segfault occurs when there is no healthy connection in `serverURIs`
      
         Two off-by-one errors of the `currentURI` cause the issue. The first
         one happens when doing boundary check of `serverURIs`, and the other
         one happens when accessing `serverURIs` without checking the boundary
         first.
      
      2. The first URI in `serverURIs` gets skipped when restricting
         `MQTTVersion` to a particular value
      
         `currentURI` gets increased *before* connection attempts in each
         iteration.
      Signed-off-by: 's avatarLance Chen <cyen0312@gmail.com>
      42f5c135
  14. 17 Jun, 2017 1 commit
  15. 16 Jun, 2017 1 commit
  16. 08 May, 2017 1 commit
  17. 06 May, 2017 1 commit
  18. 05 May, 2017 1 commit
  19. 04 May, 2017 3 commits
  20. 03 May, 2017 1 commit
  21. 02 May, 2017 2 commits
  22. 01 May, 2017 3 commits