1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 8 hours ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
improved performance decoding modified huffman encoding More... over 11 years ago
check existance of ListenRequest before trying to create a facility request using data from there More... over 12 years ago
fixed bug in serialization leading to the station-id being lost More... over 12 years ago
set numbers to handles to make trace reading easier (to see which packets get confirmed and which not) More... about 13 years ago
don't write EOL, since this lead to failed fax-transfers More... about 13 years ago
added the message type currently being waited for More... about 13 years ago
add the read data to the exception (as hex stream) if not all data could be read More... about 13 years ago
remove a previously defined capi class if the parameter null is used More... about 13 years ago
make sure only one infput and outputstream are created, make the use of the more data flag configurable (x.25 needs it, fax can't use it, ...). Add the type of message being waited for in waitForMessage and regard it as "relevant" for notification even if the message itself is in general not (to actually get out of the method if FACILITY_REQ is sent. More... about 13 years ago
throw an encapsulated IOException directly to prevent a "Caused-by"-overflow-error in the user's mind. More... about 13 years ago
throw a timeout exception if the buffer is really empty More... about 13 years ago
removed default setting of send page wait time More... about 13 years ago
fixed trace message More... about 13 years ago
removed unused imports and memebers More... about 13 years ago
removed flusing and added a wait time to wait between sending single pages More... about 13 years ago
count lines and don't throw an exception if not being able to read data fully More... about 13 years ago
create a BufferedImage with double drawed lines when receiving a single-resolution fax More... about 13 years ago
set defaults, changed protocol handling to work with older fax-machines More... about 13 years ago
trim the station id More... about 13 years ago
added tests More... about 13 years ago
get NCPI-values for Disconnect_B3_Req as well More... about 13 years ago
added getTraceMessage and corresponding tests More... about 13 years ago
renamed method to the actual field in the structure being used to transfer the value More... about 13 years ago
always perforn an authentication to find out if there is a user set in the device but none on the client. Otherwise this will lead to _very_ strange errors when actually trying to perform a connection using the device More... about 13 years ago
added getTraceMessage More... about 13 years ago
added meaningfull tracemessage More... about 13 years ago
fixed bug in reading in MH data that is longer than 216 bytes in one line. Give out page number if an error occures while reading in data More... almost 15 years ago
fixed problems during connection instantiation. Added system property allowing the ignoring of missing b3- confirmations (as it happens with some OFTP-software in the wild leading to delivery-failures) More... almost 15 years ago
add handle to trace message More... over 15 years ago
prepared for the support of different capi-classes in dependence of the requested connection-type More... over 15 years ago