- 01 Jul, 2015 1 commit
-
-
Roger A. Light authored
-
- 29 Jun, 2015 2 commits
-
-
Roger A. Light authored
Thanks to Jaime Yu. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=465438
-
Roger A. Light authored
Fix incorrect loop timeout being chosen when using the threaded interface and keepalive = 0. Thanks to Gianfranco Costamagna. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=471334
-
- 25 Jun, 2015 2 commits
-
-
Roger A. Light authored
-
Roger A. Light authored
Thanks to Martin Rauscher. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=470660
-
- 23 Jun, 2015 1 commit
-
-
Roger A. Light authored
-
- 05 Jun, 2015 1 commit
-
-
Roger A. Light authored
-
- 01 Jun, 2015 1 commit
-
-
Eduardo Sanchez authored
Adding a new temporary variable for realloc memory in order to keep the reference to the allocated memory before the function returns. In case that realloc fails (i.e. OOM), before exiting with "return(1)", the application is still able to free the corresponding allocated memory. Signed-off-by:
Eduardo Sanchez <ledusanchez@gmail.com>
-
- 21 May, 2015 3 commits
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
- 17 May, 2015 3 commits
-
-
Roger A. Light authored
-
Roger A. Light authored
Coverity CID 1292477.
-
Roger A. Light authored
Coverity CID 1292471.
-
- 16 May, 2015 1 commit
-
-
Roger A. Light authored
If a custom notification topic was used, the bridge status would be set to 1 before a connection was attempted, this has been fixed. Initial updates to the status topic are now only set once, when the broker starts, rather than each time the bridge attempts to reconnect. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=467096
-
- 07 May, 2015 3 commits
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
- 06 May, 2015 3 commits
-
-
Roger A. Light authored
-
Roger A. Light authored
Thanks to Arjen van Elteren and Stephen Zeng. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=464811
-
Roger A. Light authored
This was being incorrectly set as rc=4.
-
- 29 Apr, 2015 3 commits
-
-
Roger A. Light authored
socket is an opaque object on Windows, so this check isn't valid.
-
Roger A. Light authored
-
Roger A. Light authored
-
- 24 Apr, 2015 2 commits
-
-
Roger A. Light authored
-
Roger A. Light authored
Thanks to Stefan Rosskopf. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=465384
-
- 19 Apr, 2015 1 commit
-
-
Roger A. Light authored
Fix possibility of select() being called with a socket that is >FD_SETSIZE. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=464632
-
- 18 Apr, 2015 2 commits
-
-
Roger A. Light authored
-
Roger A. Light authored
-
- 17 Apr, 2015 3 commits
-
-
-
Roger A. Light authored
-
Roger Light authored
Enables parallel build mode. Accepted without CLA after discussion with Eclipse Foundation legal about very small patches that can only be implemented in one way. See bug report for acceptance of Certificate of Origin. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=463884 Also-by:
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
-
- 11 Apr, 2015 3 commits
-
-
Roger A. Light authored
Fix bridge prefixes only working for the first outgoing message. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=464437
-
Roger A. Light authored
-
Roger A. Light authored
Inflight message count wasn't being decreased for outgoing messages using QoS 2, meaning that only up to 20 QoS 2 messages could be sent. This has been fixed. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=464436
-
- 03 Apr, 2015 2 commits
-
-
Roger A. Light authored
-
Roger A. Light authored
Thanks to bdwalker. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=463479
-
- 30 Mar, 2015 2 commits
-
-
Roger A. Light authored
-
Roger A. Light authored
-
- 29 Mar, 2015 1 commit
-
-
Roger A. Light authored
-