- Aug 18, 2015
-
-
Roger A. Light authored
Reduces memory usage and CPU usage. Thanks to Guido Hinderberger, Martin Rauscher and Michael Hekel. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=468987
-
Anmol Sarma authored
Change-Id: I3de322006623483cbf20218da071a9da5d7b2e2b Signed-off-by:Anmol Sarma <me@anmolsarma.in>
-
Roger Light authored
-
Roger A. Light authored
Don't duplicate the increment when queueing. Thanks to Joe McIlvain. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=474935
-
Roger A. Light authored
Fix handling of outgoing QoS>0 messages for bridges that could not be sent because the bridge connection was down.
-
- Aug 17, 2015
-
-
Anmol Sarma authored
Change-Id: I39db613c8e75c1437b909de263df4f96a7f76880 Signed-off-by:Anmol Sarma <me@anmolsarma.in>
-
- Aug 10, 2015
-
-
Anmol Sarma authored
Signed-off-by:Anmol Sarma <me@anmolsarma.in>
-
- Jul 01, 2015
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
- Jun 30, 2015
-
-
Roger A. Light authored
Thanks to Jaime Yu. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=465438
-
- Jun 29, 2015
-
-
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
-
- Jun 26, 2015
-
-
Roger A. Light authored
-
- Jun 25, 2015
-
-
Roger A. Light authored
Thanks to Martin Rauscher. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=470660
-
- Jun 24, 2015
-
-
Roger A. Light authored
-
- Jun 05, 2015
-
-
Roger A. Light authored
-
- Jun 01, 2015
-
-
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>
-
- May 22, 2015
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
- May 17, 2015
-
-
Roger A. Light authored
-
Roger A. Light authored
Coverity CID 1292477.
-
Roger A. Light authored
Coverity CID 1292471.
-
- May 16, 2015
-
-
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
-
- May 07, 2015
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
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
-
- May 06, 2015
-
-
Roger A. Light authored
This was being incorrectly set as rc=4.
-
- Apr 29, 2015
-
-
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
-
- Apr 25, 2015
-
-
Roger A. Light authored
-
- Apr 24, 2015
-
-
Roger A. Light authored
Thanks to Stefan Rosskopf. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=465384
-
- Apr 20, 2015
-
-
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
-
- Apr 19, 2015
-
-
Roger A. Light authored
-
Roger A. Light authored
-
- Apr 18, 2015
-
-
-
Roger A. Light authored
-