| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes #496
|
|
|
|
| |
OpenSSL 1.0.2.1801.
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Fixes #471
|
|
|
|
| |
Fixes #483
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Link libIceXML with libexpat-static on AIX/xlC.
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
properties, fixes #452
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
The caching of the output stream which was added back to solve #414 made the
dispatch of AMD requests non thread-safe if a dispatch interceptor was installed
and if the interceptor retried the dispatch. Multiple continuation could run
concurrently and eventually re-use the cached output stream to marshal multiple
responses.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Dispatch fixes for #421
* Add interceptor test
* Updated test to add test interceptor exceptions
* Dispatch fixes and add ability to retry
* Fixed comments
|