1
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
May 30, 2024 — May 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added finalize function to FSPOutputStream More... over 15 years ago
reference canUpload in fspoutputstream javadoc More... over 15 years ago
fixed typos in javadoc More... over 15 years ago
write locking for session added More... over 15 years ago
infinite timeout support added More... over 15 years ago
added whats new to CHANGES More... over 15 years ago
raise version in SConstruct More... over 15 years ago
note in README that we support FSPUrlConnection operations too More... over 15 years ago
raise version to 1.0rc8 More... over 15 years ago
added getUseCaches function More... over 15 years ago
added getPermission function More... over 15 years ago
Added FSPutil.canUpload function. this function is useful for checking if user can upload file before opening FSPOutputStream. More... over 15 years ago
added getOutputStream function More... over 15 years ago
added getLastModified function More... over 15 years ago
correct javadoc for getHeaderFieldKey More... over 15 years ago
check if we have set doInput OR doOuput before calling connect(). Also set proper (connect and read) timeouts. More... over 15 years ago
throw more exception types in getInputStream() More... over 15 years ago
Throw socketTimeoutException on FSP command timeout, not interruptedIOException More... over 15 years ago
added header get functions More... over 15 years ago
Added first group of implemented member functions. More... over 15 years ago
URLConnection constructor is protected not default More... over 15 years ago
Added URLStreamHandler Junit4 test suite for methods implemented in Handler More... over 15 years ago
Port printing logic was broken. Instead of always print port numbers dont print default :21 port number if URL object have it. More... over 15 years ago
unused import removed More... over 15 years ago
openConnection in handler should not throw IOException because no actual connection is made until connect() method is called on URLConnection More... over 15 years ago
added hashCode and toExternalForm More... over 15 years ago
change order of methods in file to match javadoc More... over 15 years ago
added equals method to Handler More... over 15 years ago
change javadoc class title. More... over 15 years ago
added testsuite for HandlerFactory More... over 15 years ago