- 24 Jun, 2017 1 commit
-
-
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:
Lance Chen <cyen0312@gmail.com>
-
- 08 May, 2017 1 commit
-
-
Ian Craggs authored
Updates the RPM packaging makefile
-
- 06 May, 2017 1 commit
-
-
Otavio Rodolfo Piske authored
Replaces the build directory with the build.paho directory in the RPM source tarball creation, otherwise the tarball may contain locally generated files and fail to properly build the RPM package. Signed-off-by:
Otavio Rodolfo Piske <opiske@redhat.com>
-
- 05 May, 2017 1 commit
-
-
Ian Craggs authored
-
- 04 May, 2017 3 commits
-
-
Ian Craggs authored
-
https://github.com/loigu/paho.mqtt.cIan Craggs authored
Conflicts: src/MQTTAsync.c src/MQTTClient.c src/MQTTClient.h src/SSLSocket.c src/SSLSocket.h
-
-
- 03 May, 2017 1 commit
-
-
Otavio Rodolfo Piske authored
Signed-off-by:
Otavio Rodolfo Piske <opiske@redhat.com>
-
- 02 May, 2017 2 commits
-
-
Ian Craggs authored
-
-
- 01 May, 2017 4 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
Proposal for non-SSL version error. Issue #251
-
Ian Craggs authored
-
Ian Craggs authored
Compile static ssl libraries with OPENSSL=1
-
- 30 Apr, 2017 1 commit
-
-
Ian Craggs authored
-
- 28 Apr, 2017 1 commit
-
-
Ian Craggs authored
-
- 25 Apr, 2017 1 commit
-
-
Ian Craggs authored
-
- 24 Apr, 2017 3 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
- 22 Apr, 2017 2 commits
-
-
Ian Craggs authored
Extend the willOptions initializer to include the new binary payload fields
-
Ian Craggs authored
-
- 21 Apr, 2017 3 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
- 20 Apr, 2017 3 commits
-
-
Ian Craggs authored
Merge branch 'testcase-for-issue-190-without-serverURI' of https://github.com/JuergenKosel/paho.mqtt.c into fixes
-
fmp authored
Non-SSL version of the library report an error if the caller requests an SSL connection. Possible soluiton for Issue #251
-
Marcus Hoffmann authored
Explicitly enable OPENSSL=1 for the static ssl enabled libraries. Otherwise a linker error is generated when using the libraries. Signed-off-by:
Marcus Hoffmann <m.hoffmann@cartelsol.com>
-
- 19 Apr, 2017 1 commit
-
-
fmp authored
-
- 13 Apr, 2017 1 commit
-
-
Juergen Kosel authored
Signed-off-by:
Juergen Kosel <juergen.kosel@softing.com>
-
- 12 Apr, 2017 3 commits
-
-
Ian Craggs authored
Merge branch 'regression-check-vs-uncover-issue' of https://github.com/JuergenKosel/paho.mqtt.c into fixes
-
Ian Craggs authored
-
Ian Craggs authored
-
- 11 Apr, 2017 1 commit
-
-
Ian Craggs authored
-
- 10 Apr, 2017 6 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
Proposed patch: simplify handling of thread libraries on Unix-like OSes
-
Ian Craggs authored
-
Ian Craggs authored
-