projects
/
tomcat7.0
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
tomcat7.0
2011-09-22
markt
Remove some unused code
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
markt
Suppress warning that is hard (impossible?) to avoid
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
markt
Remove unused code
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
markt
Remove unused code
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
markt
Remove unnecessary code
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
markt
Revert r1174322 and apply the correct fix
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
markt
Fix a small number of Eclipse warnings.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
markt
Fix Eclipse warning - unused throws
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
rjung
Fix docs typo.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
markt
Fix running under a security manager
commit
|
commitdiff
|
tree
|
snapshot
2011-09-21
kkolinko
Replace explicit Tomcat version with a template - for...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-21
kkolinko
Followup to r1173630
commit
|
commitdiff
|
tree
|
snapshot
2011-09-21
markt
Fix https://issues.apache.org/bugzilla/show_bug.cgi...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-21
markt
Fix https://issues.apache.org/bugzilla/show_bug.cgi...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-21
kkolinko
Simplify code in NioEndpoint$Poller.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-21
kfujino
followup r1173088 and r1173090.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
schultz
Fixed bug #51580: Severe error deploying WAR applicatio...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
schultz
Fixed bug #51687: Improve JreMemoryLeakPreventionListen...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
markt
Modify test to account for behaviours of different...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
markt
Ensure that when the connector is stopped that a Comet...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
markt
5s is plenty when things are working and 10s is too...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
markt
Revert accidental commit
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
rjung
- Pull up common clode code to base class.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
rjung
Pull up members "cluster" and "notifyListenersOnReplica...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
markt
Remove empty comment
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
markt
Remove debug use of System.out
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
markt
Better detection of thread termination at end of test
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
markt
Don't add to Poller when socket is closing to prevent...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
markt
Fix threading issue with changing visibility of methods...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
markt
Fix resource leak in annotations cache that prevented...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
markt
JSP unloading code was retaining a reference to the...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
markt
Always process postConstruct / preDestroy annotations...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
markt
Revert previous commit (r1172546). Need to fix cause...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
markt
Prevent NPE if JNDI is disabled.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-18
rjung
Add two new Java 7 Jars to jarsToSkip.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-18
rjung
Fix javadoc and comment typo.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-18
rjung
BZ 51811: Fix typo in attribute name
commit
|
commitdiff
|
tree
|
snapshot
2011-09-18
rjung
Document new "sessionAttributeFilter" for cluster
commit
|
commitdiff
|
tree
|
snapshot
2011-09-18
rjung
Support a regexp based filter of attribute
commit
|
commitdiff
|
tree
|
snapshot
2011-09-18
rjung
Allow to overwrite check for distributability
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
kkolinko
Report tests failure only after all three variants...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-14
fhanik
https://issues.apache.org/bugzilla/show_bug.cgi?id...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-14
kfujino
Additional fix for r1170479.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-14
kfujino
Fix BZ51786.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-12
fhanik
typo in decorator
commit
|
commitdiff
|
tree
|
snapshot
2011-09-11
rjung
The cache only gets populated if the context is
commit
|
commitdiff
|
tree
|
snapshot
2011-09-09
kkolinko
Followup to r1164567, because not all occurences have...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-09
kkolinko
Reviewing r1166576...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
markt
Fix Eclipse warnings in unit tests
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
markt
Fix possible NPE if instances aren't created through...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
markt
Fix remaining Eclipse warnings in jdbc-pool unit tests
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
markt
Fix Eclipse warnings
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
markt
Remove unnecessary casts
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
markt
Test inrange rather than ignoring the value
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
markt
Fix Eclipse warnings
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
markt
Fix Eclipse warnings
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
markt
Remove unused code
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
markt
Remove unused import
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
markt
Remove deprecated code
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
markt
Tomcat 6 introduced a custom attribute for SSL session ID.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
markt
Add caching of postConstruct and preDestroy annotations
commit
|
commitdiff
|
tree
|
snapshot
2011-09-08
kfujino
validatorClassName and suspectTimeout are ignored.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-07
markt
Reduce cache memory usage for classes with no annotatio...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-07
markt
Add a simple annotation cache to improve performance...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-07
markt
Make sure connections are only kept open for keep alive.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-07
markt
async more likely than comet
commit
|
commitdiff
|
tree
|
snapshot
2011-09-07
markt
Fix https://issues.apache.org/bugzilla/show_bug.cgi...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-06
markt
Pull up the process() method
commit
|
commitdiff
|
tree
|
snapshot
2011-09-06
markt
Handle infinite timeouts for both soTimeout and keepAli...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-06
markt
Fix timeouts broken by refactoring
commit
|
commitdiff
|
tree
|
snapshot
2011-09-06
markt
Fix keep-alive broken by refactoring
commit
|
commitdiff
|
tree
|
snapshot
2011-09-06
markt
Connector alignment - final tweaks to the process method
commit
|
commitdiff
|
tree
|
snapshot
2011-09-06
markt
Align connectors - setting timeouts
commit
|
commitdiff
|
tree
|
snapshot
2011-09-06
markt
Remove unnecessary setting of timeout (will have been...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-06
markt
More connector alignment - request header parsing
commit
|
commitdiff
|
tree
|
snapshot
2011-09-06
markt
Connector alignment - this parameter is ignored with BIO
commit
|
commitdiff
|
tree
|
snapshot
2011-09-06
markt
Connector alignment - request line reading
commit
|
commitdiff
|
tree
|
snapshot
2011-09-06
markt
Aligning the HTTP connectors.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-06
markt
Clarify the default connectionTimeout.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-06
markt
Make keptAlive initialization common between the connectors
commit
|
commitdiff
|
tree
|
snapshot
2011-09-06
markt
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2011-09-06
markt
Add another 3.7+ note
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
markt
Align while loop test
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
markt
Headers should be read with the standard connection...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
markt
Add debug log message to align HTTP connectors
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
markt
Start timing request processing after the request line...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
markt
Revert r1165237. Documented defaults are correct.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
markt
Tab police (rebuilt laptop - need to fix Eclipse config)
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
markt
Align request processing between the connectors
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
markt
Complete alignment of process() for finishing requests
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
markt
Pull out implementation specific processing that determ...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
markt
Refactoring prep for extracting sendfile code to a...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
markt
Move stage update to before point where we might break...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
markt
Start to align the request finish code
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
markt
Remove unnecessary try/catch that just wraps a simple...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
markt
Remove unnecessary try/catch
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
markt
Correct documentation of default connection timeout
commit
|
commitdiff
|
tree
|
snapshot
2011-09-05
markt
Remove unnecessary code
commit
|
commitdiff
|
tree
|
snapshot
2011-09-02
markt
Align logger name with class name.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-02
markt
Fix https://issues.apache.org/bugzilla/show_bug.cgi...
commit
|
commitdiff
|
tree
|
snapshot
next