1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
May 29, 2024 — May 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
protocol names are case sensitive More... over 15 years ago
document in javadoc what this class is More... over 15 years ago
added function Handler.getDefaultPort More... over 15 years ago
print file name what we are trying to stat More... over 15 years ago
merged SCons updates
Radim Kolář
as majitel
More... over 15 years ago
FSPutil.version should not return null to caller on failure More... over 15 years ago
we should call expect instead of equals. Typo caused by autocompletion More... over 15 years ago
SCons build framework synced with Maven framework - now they produce same files
Radim Kolář
as Radim Kolar
More... over 15 years ago
FSPutil directory list functions now throws IOExceptions on network error More... over 15 years ago
describe ioexception thrown by FSPutil.upload in javadoc More... over 15 years ago
note that FSPutil.download throws io exception More... over 15 years ago
we now support distribution package building by maven More... over 15 years ago
using FSPpacket.expect instead of copy and paste programing More... over 15 years ago
check for packet assembly into too small buffer, should pass. More... over 15 years ago
testcase for receiving too long FSP packet More... over 15 years ago
remove last debug print, we have testcase now More... over 15 years ago
check if udp packet passed to assemble have buffer big enough to carry constructed FSP packet More... over 15 years ago
do tests with passing null pointer to data or extra data in setData. should throw null pointer exception More... over 15 years ago
improve error checking on setData. now we report if length or offset are negative More... over 15 years ago
add tests for normal, extra and normal+extra setData More... over 15 years ago
set test name FSP* should be only tests doing something with FSP protocol More... over 15 years ago
remove empty configuration tags for surefire More... over 15 years ago
name of setdata too big testcase was wrong More... over 15 years ago
create packet buffer MAXSPACE sized and check received packets for MAXSPACE. First step on road to support jumbo packets. More... over 15 years ago
FSPpacket.setData checks if we have enough space for data + write testcase for it. Add field MAXSIZE - maximum payload supported by library. it will be used for future jumbo packet support More... over 15 years ago
remove prints to system.out on received bad packets More... over 15 years ago
FSPpacket.assemble now returns constructed packet More... over 15 years ago
added tests tooshort normal and extra data More... over 15 years ago
improve javadoc for assemble More... over 15 years ago
unused import removed More... over 15 years ago