3
I Use This!
Inactive

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Commenting out a couple of tests which intermittently fail. Will come back to these soon.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Fixing bug in SessionSinkMux that cause duplicate deliveries to occur. Bug was introduced in rev 1374667.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Make sure we don't log a transport error if the transport is gracefully disconnected.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Make sure we disconnect the requested client.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Use auto-incremented destination names for test cases.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Fixes APLO-259: Support Telnet clients that send '\r\n' character to terminate a line.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Fixes: APLO-258 - EmbeddedBroker example fails to compile
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Fix punctuation.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
The queue stats on topic queue could become inconsistent. Also avoid a small edge case where a dequeue on a swapped entry would get dropped if it became part of a swap range.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Avoid NPEs that can occur if we shutdown the store before the router.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Allow the websocket test to pass even when building offline.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Fixes bug where topic we being auto-deleted even when it has a consumer via a queue
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Fixes APLO-255: Typo and weird exception text in StompCodec.scala
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Make sure we only add guest principals if the subject does not have any others principals.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Test and Fix for APLO-253: Source IP not always retrieved by the UDP connector
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Fixes APLO-252: Spurious bytes added by the STOMP UDP Protocol
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Fixes APLO-246: Cannot start Apollo as a windows service when not on C drive
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
If a queue entry is swapping out when it gets DLQed, wait for it to finish swapping out before moving it to the DLQ. Fixes some intermittent test failures.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Fixes APLO-251 : Share a single queue for all consumers on topic configured with slow_consumer_policy="queue"
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Fixes APLO-250 : add_user_header should prevent forging
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Fixing guest login issues /w the StompUDP protocol, identified in issue: APLO-177
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Fixes NPE identified in APLO-177.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Fixes APLO-248: Log stack traces to a separate log file by default.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Update the docs with info on which VS C++ 2010 redistributable package needs to be installed to run LevelDB on windows.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Rename SSL->Ssl to keep naming consistent.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Support configuring the SSL protocol and getting the X509 certs from it.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Update need to pickup API changes in hawtdispatch-transport. Add initial cut of a SSLProtocol which allows us to accept SSL/TLS connections on normal tcp port.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Set the java.io.tmpdir sys prop early in the boot process so that temp files can be extracted to directory writable by the process.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Update docs to reflect that we have a JNI driver for leveldb on windows.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago
Store the current link strategy in a function var instead of doing a switch.
Hiram Chirino
as Hiram R. Chirino
More... over 12 years ago