65
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cleaned up the imports. CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. More... about 21 years ago
cleaned up the imports. added test code. CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. More... about 21 years ago
added javadoc comments updated copyright year for 2003 CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. More... about 21 years ago
added Sean C. Sullivan to the developer list CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. More... about 21 years ago
added unit test code CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. More... about 21 years ago
updated javadocs updated copyright year for 2003 added toString() method More... about 21 years ago
Correct the name of the method used to retrieve the original file name. More... about 21 years ago
New, more specific, exception types: More... about 21 years ago
Close the input stream after reading the contents. More... about 21 years ago
Clean up Checkstyle complaints. More... about 21 years ago
Use my Apache e-mail address. More... about 21 years ago
Update current version, now that 1.0 Beta 1 is released. More... over 21 years ago
Add info for 1.0 Beta 1 release. More... over 21 years ago
Update for 1.0 Beta 1 release. More... over 21 years ago
Update copyright year. More... over 21 years ago
Created a basic maven documentation. More... over 21 years ago
Added myself to the committers list since i'll be doing some work on the docs More... over 21 years ago
Make getOutputStream() part of the FileItem interface, to allow implementations other than DefaultFileItem to be used. More... over 21 years ago
PATH ( :) ) from Jon Scott Stevens More... over 21 years ago
- Use ByteArrayOutputStream to prevent memory consumption just like the same purpose of the previous StringBuffer use. More... over 21 years ago
- Fix the multi-bytes support . More... over 21 years ago
List BeanUtils dependency in STATUS.html. More... over 21 years ago
Add isMultipartContent() method, per patch supplied by Robert Burrell Donkin, modified to satisfy coding guidelines. Thanks, Robert! More... over 21 years ago
Added logs and stylesheet dir More... over 21 years ago
Fix bad cvs connection string More... over 21 years ago
Added site documentation properties More... over 21 years ago
fixed broken build. fixed JUnit test execution. More... over 21 years ago
added import More... over 21 years ago
improved exception handling for unexpected content type values More... over 21 years ago
test code cleanup More... over 21 years ago