33
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 27, 2024 — Aug 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Guard against exceptions in message receivers More... over 13 years ago
SMPPSession.close() waits for all extra threads to stop More... over 13 years ago
Logging of session close() calls More... over 13 years ago
Never print to stdout/stderr in core code More... over 13 years ago
New convertBytesToHexString() with byte delimiters More... over 13 years ago
Remove unused commented code More... over 13 years ago
Log reported interface version in Bind Response More... over 13 years ago
Better debug logging of PDUs More... over 13 years ago
OptionalParameter can be retrieved by type More... over 13 years ago
Respond correctly to failed DeliverSM More... over 13 years ago
Less chatter about activity/enquireLink on session More... over 13 years ago
Debug logging of raw SMPP PDUs More... over 13 years ago
Add minor unit tests for HexUtil More... over 13 years ago
Merge pull request #2 from stefanth/master More... over 13 years ago
Preallocate correct size for StringBuffer in HexUtil More... over 13 years ago
Give PDUReaderWorker thread a name More... over 13 years ago
PDUReaderWorker waits for termination of executor service More... over 13 years ago
Give EnquireLinkSender thread a name More... over 13 years ago
Wait for EnquireLink thread to exit when closing More... over 13 years ago
Refactored EnquireLinkTimer thread into AbstractSession More... over 13 years ago
Fix race condition when session is being bound More... over 13 years ago
Retrieve state processor when task is run instead of when enqueued. More... over 13 years ago
the method onStateChange() in an SessionStateListener interface always receives a session, so the passed object can be a Session instead of a generic Object More... over 13 years ago
Use readFully() instead of read() for reading in DefaultPDUReader.readPDU(). Under some network conditions, it is possible for the code to receive a partial package over the socket and erronously throw an IOException for the socket. The specs for read() don't guarantee that the full requested length is read in one call. Using readFully() fixes that problem. More... over 13 years ago
Raise ProcessRequestException in fireAcceptDeliverSm() if there is no MessageReceiverListener set, otherwise the smpp server will receive an ok for a message that was not correctly delivered More... over 13 years ago
Add methods to ClientSession interface so that it can be used as a useful SMPP session. This allows creating objects that behave like SMPP sessions without subclassing the heavy-weight AbstractSession or SMPPSession classes. More... over 13 years ago
Fix failure message in StringValidationTest unit test (incorrect length indicated) More... over 13 years ago
Merge pull request #1 from kostousov-ds/master More... over 13 years ago
Old files deleted More... over 13 years ago
Create main maven artifacts More... over 13 years ago