- 17 Jan, 2017 2 commits
-
-
Otavio Rodolfo Piske authored
Apple deprecated OpenSSL and stopped providing its headers on newer versions of OS X. These changes adjust CMake build files so that they look for Brew's OpenSSL instead (or a custom one if provided by the user). For other systems, it uses CMake's own search to find headers/libraries. Signed-off-by:
Otavio Rodolfo Piske <opiske@redhat.com>
-
Otavio Rodolfo Piske authored
Signed-off-by:
Otavio Rodolfo Piske <opiske@redhat.com>
-
- 20 Jun, 2016 2 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
- 17 Jun, 2016 5 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
- 15 Jun, 2016 4 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
- 06 Jun, 2016 4 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
- 01 Jun, 2016 1 commit
-
-
- 31 May, 2016 9 commits
-
-
-
-
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
Automatic reconnect and offline buffering
-
Ian Craggs authored
Conflicts: src/Socket.c
-
- 27 May, 2016 4 commits
-
-
Ian Craggs authored
-
Ian Craggs authored
-
Ian Craggs authored
-
-
- 16 May, 2016 2 commits
-
-
Ian Craggs authored
Build cmake fix
-
Ian Craggs authored
Fix samples
-
- 10 May, 2016 7 commits
-
-
Guilherme Maciel Ferreira authored
According to ISO/IEC 9899:2011, section 7.22.4.4 (The exit function), "the constant EXIT_FAILURE is the implementation independent way to issue failures to exit(3)." Whereas EXIT_SUCCESS is the standard way to return success. Favor this platform independent constants than the literal numbers. Signed-off-by:
Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
-
Guilherme Maciel Ferreira authored
According to ISO/IEC 9899:2011, section 6.7.6.3, "Function declarators (including prototypes)": "The special case of an unnamed parameter of type void as the only item in the list specifies that the function has no parameters." Signed-off-by:
Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
-
Guilherme Maciel Ferreira authored
Reduce the chance of the default value printed being different from the actual default value used. Signed-off-by:
Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
-
Guilherme Maciel Ferreira authored
Add the newline (\n) at the end of --maxdatalen option. Thus, the usage menu is shown with all options at their own lines. Also add the command's parameter and its default value on usage menu. Signed-off-by:
Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
-
Guilherme Maciel Ferreira authored
Add a common pattern for the default Client ID of the example applications. Signed-off-by:
Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
-
Guilherme Maciel Ferreira authored
This option provides a configurable Keep Alive interval. This configuration allows a better analysis of PINGREQ and PINGRESP packages on tools like Wireshark. Signed-off-by:
Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
-
Guilherme Maciel Ferreira authored
Add a missing comment for showtopics default value. Signed-off-by:
Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
-