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
corrected two typos in javadoc More... over 15 years ago
added too short FSP packet (not enough bytes for header) test More... over 15 years ago
added wrong checksum received test More... over 15 years ago
check return codes from dissasemble in Junit test More... over 15 years ago
Junit4 testcase for FSPpacket.expect() method More... over 15 years ago
FSPpacket constructors are now public More... over 15 years ago
add function FSPpacket.expect for checking response code in returned FSP packet More... over 15 years ago
change maven groupId to net.fsp and note that we ship library as jar More... over 15 years ago
we need Junit just for testing. fix pom file More... over 15 years ago
We droped support for Makefiles, remove them from SCons build file
Radim Kolář
as Radim Kolar
More... over 15 years ago
Add new classes to SCons build framework
Radim Kolář
as Radim Kolar
More... over 15 years ago
output directory for javadoc is /javadoc More... over 15 years ago
add license,developers and description to maven 2 pom file More... over 15 years ago
for compatibility with Java 1.2 and 1.3 clone() method must return Object More... over 15 years ago
We are compiling for Java 1.2, it is lowest Java version supported by JDK1.5
Radim Kolář
as Radim Kolar
More... over 15 years ago
testsuite for FSPprotection completed More... over 15 years ago
added tests for real readme in FSPprotection More... over 15 years ago
skip last byte in readme, it should be \0 - dont add it to string. if last byte will not be \0 - it is violation of FSP protocol. More... over 15 years ago
initial version of FSPprotectionTest Junit4 test suite More... over 15 years ago
make javadoc comments prettier More... over 15 years ago
Document that we have now upload support with timestamp More... over 15 years ago
Added upload function to FSPutil with timestamping support. Write simple testcase for it. More... over 15 years ago
flush() always sents packet to server, otherwise we cant get 0-bytes long uploads work More... over 15 years ago
note that we do not support custom timestamp and direct user to FSPutil More... over 15 years ago
document that we have now official write support More... over 15 years ago
correct block upload More... over 15 years ago
tag outputstreamtest @since 1.0rc7 More... over 15 years ago
added block write function to FSPOutputStream More... over 15 years ago
correct off by one error, now we are sending full length packets during upload More... over 15 years ago
output stream test added to classic testsuite More... over 15 years ago