openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
J
jsmpp
Settings
|
Report Duplicate
33
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 27, 2024 — Aug 27, 2025
Showing page 20 of 28
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Guard against exceptions in message receivers
Stefan Thorvardarson
More...
over 13 years ago
SMPPSession.close() waits for all extra threads to stop
Stefan Thorvardarson
More...
over 13 years ago
Logging of session close() calls
Stefan Thorvardarson
More...
over 13 years ago
Never print to stdout/stderr in core code
Stefan Thorvardarson
More...
over 13 years ago
New convertBytesToHexString() with byte delimiters
Stefan Thorvardarson
More...
over 13 years ago
Remove unused commented code
Stefan Thorvardarson
More...
over 13 years ago
Log reported interface version in Bind Response
Stefan Thorvardarson
More...
over 13 years ago
Better debug logging of PDUs
Stefan Thorvardarson
More...
over 13 years ago
OptionalParameter can be retrieved by type
Stefan Thorvardarson
More...
over 13 years ago
Respond correctly to failed DeliverSM
Stefan Thorvardarson
More...
over 13 years ago
Less chatter about activity/enquireLink on session
Stefan Thorvardarson
More...
over 13 years ago
Debug logging of raw SMPP PDUs
Stefan Thorvardarson
More...
over 13 years ago
Add minor unit tests for HexUtil
Stefan Thorvardarson
More...
over 13 years ago
Merge pull request #2 from stefanth/master
uudashr
More...
over 13 years ago
Preallocate correct size for StringBuffer in HexUtil
Stefan Thorvardarson
More...
over 13 years ago
Give PDUReaderWorker thread a name
Stefan Thorvardarson
More...
over 13 years ago
PDUReaderWorker waits for termination of executor service
Stefan Thorvardarson
More...
over 13 years ago
Give EnquireLinkSender thread a name
Stefan Thorvardarson
More...
over 13 years ago
Wait for EnquireLink thread to exit when closing
Stefan Thorvardarson
More...
over 13 years ago
Refactored EnquireLinkTimer thread into AbstractSession
Stefan Thorvardarson
More...
over 13 years ago
Fix race condition when session is being bound
Stefan Thorvardarson
More...
over 13 years ago
Retrieve state processor when task is run instead of when enqueued.
Stefan Thorvardarson
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
Stefan Thorvardarson
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.
Stefan Thorvardarson
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
Stefan Thorvardarson
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.
Stefan Thorvardarson
More...
over 13 years ago
Fix failure message in StringValidationTest unit test (incorrect length indicated)
Stefan Thorvardarson
More...
over 13 years ago
Merge pull request #1 from kostousov-ds/master
uudashr
More...
over 13 years ago
Old files deleted
Denis Kostousov
More...
over 13 years ago
Create main maven artifacts
Denis Kostousov
More...
over 13 years ago
←
1
2
…
16
17
18
19
20
21
22
23
24
…
27
28
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree