1. 27 Jul, 2017 5 commits
  2. 26 Jul, 2017 1 commit
  3. 22 Jul, 2017 2 commits
  4. 21 Jul, 2017 3 commits
  5. 20 Jul, 2017 1 commit
  6. 19 Jul, 2017 3 commits
  7. 17 Jul, 2017 1 commit
  8. 12 Jul, 2017 1 commit
  9. 11 Jul, 2017 1 commit
  10. 30 Jun, 2017 2 commits
  11. 29 Jun, 2017 7 commits
  12. 28 Jun, 2017 1 commit
  13. 27 Jun, 2017 1 commit
  14. 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
  15. 17 Jun, 2017 1 commit
  16. 16 Jun, 2017 1 commit
  17. 15 May, 2017 1 commit
    • Pedro Luis Castedo Cepeda's avatar
      Merge branch 'develop' into installdir · aadd4241
      Pedro Luis Castedo Cepeda authored
      * develop: (32 commits)
        Updates the RPM packaging makefile
        Stop mosquitto at end of Travis build
        Reduce keepalive check interval for low keepalive values #156
        Added RPM spec for Paho C
        Add REVERSED bitfield definition for big endian processors #212
        Some cppcheck complaint fixes #36
        Some CMake cleanup & correction #223
        Remove const from eyecatchers #168
        Fix for issue #244
        Make fix for issue #186 work on Windows too
        Fix for issue #186
        Actual fix for issue #179
        Fix for issue #179
        Update README to refer to Github for bug raising
        Reduce log verbosity for test 2d
        Fix for issue #190
        Non-SSL version of the library report an error if the caller requests an SSL connection. Possible soluiton for Issue #251
        Compile static ssl libraries with OPENSSL=1.
        Extend the 'MQTTAsync_willOptions_initializer' to initialize the new binary payloads fields
        In test5 - 2d the client must not have the valid client certificate!
        ...
      aadd4241
  18. 13 May, 2017 1 commit
  19. 08 May, 2017 1 commit
  20. 06 May, 2017 1 commit
  21. 05 May, 2017 1 commit
  22. 04 May, 2017 3 commits