projects
/
tomcat7.0
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
tomcat7.0
2011-03-30
markt
Requests after the connector has been stopped may time...
|
commitdiff
2011-03-30
markt
Fix https://issues.apache.org/bugzilla/show_bug.cgi...
|
commitdiff
2011-03-30
markt
Fix https://issues.apache.org/bugzilla/show_bug.cgi...
|
commitdiff
2011-03-30
markt
Fix reversed condition in r1086918
|
commitdiff
2011-03-30
markt
Fix Eclipse/FindBugs warnings apart from those that...
|
commitdiff
2011-03-30
kkolinko
Followup to r1086950: Simplify code
|
commitdiff
2011-03-30
kkolinko
Correct a typo
|
commitdiff
2011-03-30
markt
Correctly track changes to context.xml files and trigge...
|
commitdiff
2011-03-30
markt
Implment Filip's idea for a configurable close method
|
commitdiff
2011-03-30
markt
Correct fix https://issues.apache.org/bugzilla/show_bug...
|
commitdiff
2011-03-30
markt
Fix https://issues.apache.org/bugzilla/show_bug.cgi...
|
commitdiff
2011-03-30
markt
Protect the DefaultServlet against Filters etc writing...
|
commitdiff
2011-03-29
markt
Correct fix for issues.apache.org/bugzilla/show_bug...
|
commitdiff
2011-03-29
markt
HTTP range requests cannot be reliably served when...
|
commitdiff
2011-03-29
markt
Update changelog for SPNEGO. Add note to docs about...
|
commitdiff
2011-03-29
markt
Fix some TODOs
|
commitdiff
2011-03-29
markt
Part 2 of SPNEGO/Windows authentication support.
|
commitdiff
2011-03-29
markt
Part 1 of SPNEGO/Windows authentication support.
|
commitdiff
2011-03-29
markt
Add domain configuration that is known to work
|
commitdiff
2011-03-28
markt
Protect against things going wrong during access loggin...
|
commitdiff
2011-03-28
markt
Move the processor.recycle calls to just before the...
|
commitdiff
2011-03-28
markt
Always recycle unless it is an async request.
|
commitdiff
2011-03-28
markt
Remove unused code
|
commitdiff
2011-03-28
markt
Remove constant only used by tests
|
commitdiff
2011-03-28
markt
Update based on feedback
|
commitdiff
2011-03-27
kkolinko
Followup to r1085764
|
commitdiff
2011-03-27
kkolinko
Update the docs regarding the shutdown port number...
|
commitdiff
2011-03-26
markt
Add some Windows authentication notes to the docs
|
commitdiff
2011-03-25
markt
Don't register Contexts that fail to start with the...
|
commitdiff
2011-03-25
markt
Add another non-Java J2SE package. This is required...
|
commitdiff
2011-03-25
markt
Securely seed the SecureRandom instance used for UUID...
|
commitdiff
2011-03-25
markt
No need to specify a default
|
commitdiff
2011-03-25
markt
No need to specify a default
|
commitdiff
2011-03-25
markt
Include the seed time when calculating the time taken...
|
commitdiff
2011-03-25
markt
Remove call to System.exit() reported by Veracode and...
|
commitdiff
2011-03-25
markt
Fix string comparison - reported by Veracode
|
commitdiff
2011-03-24
markt
Re-flow.
|
commitdiff
2011-03-24
markt
Add recent changes
|
commitdiff
2011-03-24
markt
Fix the main interfaces now Tomcat 7 is stable.
|
commitdiff
2011-03-24
markt
Remove unused code
|
commitdiff
2011-03-24
markt
Resolve some TODOs for "swallowAbortedUploads"
|
commitdiff
2011-03-24
markt
Updates based on recent user list questions
|
commitdiff
2011-03-23
markt
Rename, no functional change
|
commitdiff
2011-03-23
markt
Rename, no functional change
|
commitdiff
2011-03-23
markt
Rename, no functional change
|
commitdiff
2011-03-22
markt
Remove unnecessary casts
|
commitdiff
2011-03-22
markt
Tweak wording, try to make clearer
|
commitdiff
2011-03-22
markt
Remove unused code
|
commitdiff
2011-03-22
markt
Add another false positive
|
commitdiff
2011-03-22
markt
Fix an Eclipse warning
|
commitdiff
2011-03-22
markt
Use standard approach for pre-loading classes
|
commitdiff
2011-03-22
markt
Prevent the custom error pages for the Manager and...
|
commitdiff
2011-03-22
markt
Remove unnecessary code that makes switching to other...
|
commitdiff
2011-03-21
markt
Make the CSRF nonce cache serializable to fix an issue...
|
commitdiff
2011-03-21
markt
Add a recent change
|
commitdiff
2011-03-21
markt
Further additions to mbeans and docs for authentication...
|
commitdiff
2011-03-21
markt
Remove unused code
|
commitdiff
2011-03-21
markt
Sync with implementation
|
commitdiff
2011-03-19
kkolinko
Improve the logging documentation
|
commitdiff
2011-03-18
kkolinko
Improve the logging documentation
|
commitdiff
2011-03-16
markt
Remove random "
|
commitdiff
2011-03-16
markt
Fix https://issues.apache.org/bugzilla/show_bug.cgi...
|
commitdiff
2011-03-15
markt
Fix https://issues.apache.org/bugzilla/show_bug.cgi...
|
commitdiff
2011-03-15
markt
Fix https://issues.apache.org/bugzilla/show_bug.cgi...
|
commitdiff
2011-03-15
markt
Chain exception
|
commitdiff
2011-03-15
markt
Fix https://issues.apache.org/bugzilla/show_bug.cgi...
|
commitdiff
2011-03-15
markt
Handle the scenario where the client sends multiple...
|
commitdiff
2011-03-15
kkolinko
Correct a typo in changelog for 7.0.9
|
commitdiff
2011-03-15
markt
Fix https://issues.apache.org/bugzilla/show_bug.cgi...
|
commitdiff
2011-03-15
kkolinko
Followup to markt's r1081239:
|
commitdiff
2011-03-15
markt
Include clean-up under a single entry
|
commitdiff
2011-03-15
markt
More FindBugs warnings
|
commitdiff
2011-03-15
markt
Fix FindBugs nag
|
commitdiff
2011-03-15
markt
Fix a couple of FindBBugs warnings
|
commitdiff
2011-03-15
markt
Remove unused code
|
commitdiff
2011-03-15
markt
Better comment
|
commitdiff
2011-03-15
markt
Add recent change
|
commitdiff
2011-03-15
markt
The name for the default host does not have to be resol...
|
commitdiff
2011-03-14
markt
Fix typo
|
commitdiff
2011-03-14
markt
Fix typos, remove whitespace
|
commitdiff
2011-03-14
markt
Fix https://issues.apache.org/bugzilla/show_bug.cgi...
|
commitdiff
2011-03-14
markt
Remove whitespace
|
commitdiff
2011-03-14
markt
Couple of updates
|
commitdiff
2011-03-14
markt
Update to the current ASF bot pattern
|
commitdiff
2011-03-14
markt
Some bots (Google) send an invalid session ID
|
commitdiff
2011-03-13
markt
Fix typo
|
commitdiff
2011-03-13
markt
Don't log to standard out
|
commitdiff
2011-03-13
markt
Fix https://issues.apache.org/bugzilla/show_bug.cgi...
|
commitdiff
2011-03-12
markt
Fix typo
|
commitdiff
2011-03-12
markt
Align code and comments - no functional change
|
commitdiff
2011-03-12
markt
Align code and comments - no functional change
|
commitdiff
2011-03-12
markt
Prep for next release
|
commitdiff
2011-03-11
markt
Don't unpack WAR files if they are not located in the...
|
commitdiff
2011-03-11
markt
Better handling for invalid context paths in server.xml
|
commitdiff
2011-03-11
markt
Fix https://issues.apache.org/bugzilla/show_bug.cgi...
|
commitdiff
2011-03-11
markt
Library updates
|
commitdiff
2011-03-11
markt
Will be released later today
|
commitdiff
2011-03-11
kkolinko
Followup to r1079781
|
commitdiff
2011-03-11
kkolinko
A pair of typos
|
commitdiff
2011-03-10
kkolinko
svn:eol-style, as noted by sebb
|
commitdiff
next