|
[PATCH 40/50] [common] Added Missing LGPL Headers
From: Mike Schonberg <mschonberg@...>
Also shortened the "#define VCx 1" macros shortened to "#define VC_X".
Signed-off-by: Mike Schonberg <mschonberg@...>
---
From: Mike Schonberg <mschonberg@...>
Also shortened the "#define VCx 1" macros shortened to "#define VC_X".
Signed-off-by: Mike Schonberg <mschonberg@...>
---
|
By
Michael Schonberg <mschonberg@...>
·
#149
·
|
|
[PATCH 39/50] [avis-payload] Correct Calling Convention for Windows
From: Mike Schonberg <mschonberg@...>
The avis payload headers need the correct calling convention to export functions
from the dynamic libraries.
Signed-off-by: Mike Schonberg
From: Mike Schonberg <mschonberg@...>
The avis payload headers need the correct calling convention to export functions
from the dynamic libraries.
Signed-off-by: Mike Schonberg
|
By
Michael Schonberg <mschonberg@...>
·
#148
·
|
|
[PATCH 38/50] [common] Change uuid to char* from int for Windows
From: Mike Schonberg <mschonberg@...>
Signed-off-by: Mike Schonberg <mschonberg@...>
---
common/c_cpp/src/c/windows/wombat/wUuid.h | 2 +-
1 files changed, 1 insertions(+), 1
From: Mike Schonberg <mschonberg@...>
Signed-off-by: Mike Schonberg <mschonberg@...>
---
common/c_cpp/src/c/windows/wombat/wUuid.h | 2 +-
1 files changed, 1 insertions(+), 1
|
By
Michael Schonberg <mschonberg@...>
·
#147
·
|
|
[PATCH 37/50] [testtools] Calling Convention for Windows Callbacks
From: Mike Schonberg <mschonberg@...>
Use MAMACALLTYPE for callbacks in mamachurn and mamaconsumer in the test tools
directory.
Signed-off-by: Mike Schonberg <mschonberg@...>
---
From: Mike Schonberg <mschonberg@...>
Use MAMACALLTYPE for callbacks in mamachurn and mamaconsumer in the test tools
directory.
Signed-off-by: Mike Schonberg <mschonberg@...>
---
|
By
Michael Schonberg <mschonberg@...>
·
#146
·
|
|
[PATCH 36/50] [mama] Renamed Methods in ft.c for Consistency
From: Mike Schonberg <mschonberg@...>
Signed-off-by: Mike Schonberg <mschonberg@...>
---
mama/c_cpp/src/c/ft.c | 25 ++++++++++---------------
1 files changed, 10 insertions(+), 15
From: Mike Schonberg <mschonberg@...>
Signed-off-by: Mike Schonberg <mschonberg@...>
---
mama/c_cpp/src/c/ft.c | 25 ++++++++++---------------
1 files changed, 10 insertions(+), 15
|
By
Michael Schonberg <mschonberg@...>
·
#145
·
|
|
[PATCH 35/50] [examples] Remove Properietary Property Entries
From: Mike Schonberg <mschonberg@...>
Signed-off-by: Mike Schonberg <mschonberg@...>
---
mama/c_cpp/src/examples/mama.properties | 107 ++++++++++++-------------------
1 files changed, 41
From: Mike Schonberg <mschonberg@...>
Signed-off-by: Mike Schonberg <mschonberg@...>
---
mama/c_cpp/src/examples/mama.properties | 107 ++++++++++++-------------------
1 files changed, 41
|
By
Michael Schonberg <mschonberg@...>
·
#144
·
|
|
[PATCH 34/50] [examples] Put C examples in .../examples/c
From: Mike Schonberg <mschonberg@...>
For consistency with the source tree and to keep the examples
for different languages separate.
Signed-off-by: Mike Schonberg <mschonberg@...>
---
From: Mike Schonberg <mschonberg@...>
For consistency with the source tree and to keep the examples
for different languages separate.
Signed-off-by: Mike Schonberg <mschonberg@...>
---
|
By
Michael Schonberg <mschonberg@...>
·
#143
·
|
|
[PATCH 33/50] [examples] Changes for Windows
From: Mike Schonberg <mschonberg@...>
Use correct calling convention for callbacks and a few other minor
changes.
Signed-off-by: Mike Schonberg <mschonberg@...>
---
From: Mike Schonberg <mschonberg@...>
Use correct calling convention for callbacks and a few other minor
changes.
Signed-off-by: Mike Schonberg <mschonberg@...>
---
|
By
Michael Schonberg <mschonberg@...>
·
#142
·
|
|
[PATCH 32/50] [avis-payload] Fixed compiler warnings
From: Mike Schonberg <mschonberg@...>
Primarily moved declarations to beginning of scope for non-C99 compliant compilers
Signed-off-by: Mike Schonberg <mschonberg@...>
---
From: Mike Schonberg <mschonberg@...>
Primarily moved declarations to beginning of scope for non-C99 compliant compilers
Signed-off-by: Mike Schonberg <mschonberg@...>
---
|
By
Michael Schonberg <mschonberg@...>
·
#141
·
|
|
[PATCH 31/50] [avis] Windows Changes
From: Mike Schonberg <mschonberg@...>
Callbacks must be declared with the correct calling convention for Windows.
Signed-off-by: Mike Schonberg <mschonberg@...>
---
From: Mike Schonberg <mschonberg@...>
Callbacks must be declared with the correct calling convention for Windows.
Signed-off-by: Mike Schonberg <mschonberg@...>
---
|
By
Michael Schonberg <mschonberg@...>
·
#140
·
|
|
[PATCH 30/50] [avis] Fixed Compiler Warnings
From: Mike Schonberg <mschonberg@...>
Moved variable declarations to the beginning of blocks as intermingling
decarations and code is not allowed pre-C99. Also fixed a few other
From: Mike Schonberg <mschonberg@...>
Moved variable declarations to the beginning of blocks as intermingling
decarations and code is not allowed pre-C99. Also fixed a few other
|
By
Michael Schonberg <mschonberg@...>
·
#139
·
|
|
[PATCH 29/50] [avis] Use Platform Independent UUID from Common
From: Mike Schonberg <mschonberg@...>
Windows does not support libuuid (DCE Compatible Universally Unique
Identifier Library). The OpenMAMA common library provides a
From: Mike Schonberg <mschonberg@...>
Windows does not support libuuid (DCE Compatible Universally Unique
Identifier Library). The OpenMAMA common library provides a
|
By
Michael Schonberg <mschonberg@...>
·
#138
·
|
|
[PATCH 28/50] [mama] Minor Header Adjustments
From: Mike Schonberg <mschonberg@...>
Moved #includes outside of #extern "C" in types.h to avoid issues on Windows
where standard headers may contain C++ templates.
Include port.h from
From: Mike Schonberg <mschonberg@...>
Moved #includes outside of #extern "C" in types.h to avoid issues on Windows
where standard headers may contain C++ templates.
Include port.h from
|
By
Michael Schonberg <mschonberg@...>
·
#137
·
|
|
[PATCH 27/50] [mama] Log Messages with MAMA_MSG_STATUS_UNKNOWN
From: Mike Schonberg <mschonberg@...>
On receiving a message with a status of MAMA_MSG_STATUS_UNKNOWN, log the message
if at FINEST and track it update the statistics for the transport, queue
From: Mike Schonberg <mschonberg@...>
On receiving a message with a status of MAMA_MSG_STATUS_UNKNOWN, log the message
if at FINEST and track it update the statistics for the transport, queue
|
By
Michael Schonberg <mschonberg@...>
·
#136
·
|
|
[PATCH 26/50] [mama] Do not modify attached messages
From: Mike Schonberg <mschonberg@...>
For some middlewares with "zero-copy" semantics like shared memory or RDMA, applications share message payloads. Others may re-use buffers. In these cases,
From: Mike Schonberg <mschonberg@...>
For some middlewares with "zero-copy" semantics like shared memory or RDMA, applications share message payloads. Others may re-use buffers. In these cases,
|
By
Michael Schonberg <mschonberg@...>
·
#161
·
|
|
[PATCH 25/50] [mama] Add closure to mamaQueue
From: Mike Schonberg <mschonberg@...>
Added a closure to mamaQueue to allow applcations to store queue specific
context.
The new methods are:
mamaQueue_setClosure()
From: Mike Schonberg <mschonberg@...>
Added a closure to mamaQueue to allow applcations to store queue specific
context.
The new methods are:
mamaQueue_setClosure()
|
By
Michael Schonberg <mschonberg@...>
·
#135
·
|
|
[PATCH 24/50] [mama] mama.c cleanup
From: Mike Schonberg <mschonberg@...>
Moved MAMA_PAYLOAD_MAX from mama.c to mamainternal.h.
Removed uncessary comments and conditionally compiled debug blocks.
Moved #includes out extern "C"
From: Mike Schonberg <mschonberg@...>
Moved MAMA_PAYLOAD_MAX from mama.c to mamainternal.h.
Removed uncessary comments and conditionally compiled debug blocks.
Moved #includes out extern "C"
|
By
Michael Schonberg <mschonberg@...>
·
#134
·
|
|
[PATCH 23/50] [mama] Cleaup Statistics Handling in mama_close
From: Mike Schonberg <mschonberg@...>
Properly cleanup the StatsGenerator, StatsCollector and StatsPublisher to avoid
resource leaks.
Signed-off-by: Mike Schonberg <mschonberg@...>
---
From: Mike Schonberg <mschonberg@...>
Properly cleanup the StatsGenerator, StatsCollector and StatsPublisher to avoid
resource leaks.
Signed-off-by: Mike Schonberg <mschonberg@...>
---
|
By
Michael Schonberg <mschonberg@...>
·
#133
·
|
|
[PATCH 22/50] [mama] Change static mutexes to be recursive
From: Mike Schonberg <mschonberg@...>
This change avoids rare instances of deadlock when starting, stoping, opening
and closing OpenMAMA.
Signed-off-by: Mike Schonberg <mschonberg@...>
---
From: Mike Schonberg <mschonberg@...>
This change avoids rare instances of deadlock when starting, stoping, opening
and closing OpenMAMA.
Signed-off-by: Mike Schonberg <mschonberg@...>
---
|
By
Michael Schonberg <mschonberg@...>
·
#132
·
|
|
[PATCH 21/50] [mama] mamaTransport_forceClientDisconnect
From: Mike Schonberg <mschonberg@...>
Add method to MAMA API that allows connection based middlewares (TCP) to
disconnect poorly behaved clients.
Signed-off-by: Mike Schonberg
From: Mike Schonberg <mschonberg@...>
Add method to MAMA API that allows connection based middlewares (TCP) to
disconnect poorly behaved clients.
Signed-off-by: Mike Schonberg
|
By
Michael Schonberg <mschonberg@...>
·
#131
·
|