Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-07-01LPS-66959 Use ReadWriteLock to optimzie reading paths in addReference()/remov...twatson/LPS-66959shuyangzhou1-16/+61
2016-06-29LPS-66911 Only the concurrent adding needs to be protected, the reading is fi...shuyangzhou1-5/+2
2016-06-29LPS-66911 The ParentSessionListener is added as outter session's attribute, t...shuyangzhou1-5/+9
2016-06-29LPS-66911 Better concurrency handling for inner sessions tracking.shuyangzhou1-14/+11
2016-06-29LPS-66908 Reuse methodMatthew Tambara1-9/+1
2016-06-29LPS-66908 Reuse DispatchTargets rather than constantly peekMatthew Tambara1-23/+41
2016-06-29LPS-66904 Cache EndpointRegistration's toStringMatthew Tambara1-1/+10
2016-06-29LPS-66903 In normal execution paths, DispatchTargets.toString() is never used...shuyangzhou1-4/+10
2016-06-28LPS-66881 Remove duplicate getAttribute() callsMatthew Tambara1-10/+30
2016-06-28LPS-66881 Pull out branching logicMatthew Tambara1-21/+10
2016-06-28LPS-66881 Use Set instead of arrayMatthew Tambara1-21/+23
2016-06-28LPS-66881 Reuse objects rather than create new onesMatthew Tambara1-13/+17
2016-06-27LPS-66847 Cache by session idshuyangzhou1-4/+6
2016-06-27LPS-66847 Don't repeatedly create the same HttpSessionEventshuyangzhou1-1/+4
2016-06-27LPS-66847 Better concurrency handlingshuyangzhou1-29/+37
2016-06-24LPS-66827 Avoid repeated simple name generationshuyangzhou6-6/+23
2016-06-24LPS-66813 Only create threadlocal for methods that use itMatthew Tambara1-2/+10
2016-06-24LPS-66813 Make threadlocal staticMatthew Tambara1-1/+2
2016-06-24LPS-66801 HttpSessionAdaptorshuyangzhou1-1/+26
2016-04-01Bug 476069 - [http servlet] various dispatching fixes including named (cont')Raymond Auge3-17/+31
2016-04-01Bug 490638 [http whiteboard] Catch exceptions when invoking listener methods ...Juan G1-1/+15
2016-03-30Bug 490644 [http whiteboard] Pass attribute to parent httpSession if value is...Juan G2-2/+68
2016-03-30Revert "Bug 429620 - What is up with org.eclipse.equinox.http.servlet.tests"Raymond Auge1-0/+22
2016-03-29Bug 476069 - [http servlet] fix error handlingRaymond Auge3-81/+136
2016-03-29Bug 476069 - [http servlet] various dispatching fixes including namedRaymond Auge4-80/+160
2016-03-25Bug 476069 - [http servlet] just testsRaymond Auge3-151/+966
2016-03-25fix debugRaymond Auge1-1/+1
2016-03-25Bug 470518 - Replace `new Boolean` with `Boolean.valueOf`Alex Blewitt13-22/+22
2016-03-25Bug 487944 - [http whiteboard] name only servlets are not supported in the wh...Raymond Auge1-1/+1
2016-03-25Bug 429620 - What is up with org.eclipse.equinox.http.servlet.testsRaymond Auge2-26/+4
2016-03-10Bug 488191 - Clean request attributes after dispatchCarlos Sierra Andrés1-10/+42
2016-03-10Bug 476046 - [http servlet] compat with branchRaymond Auge1-1/+0
2016-03-10Bug 487944 - [http whiteboard] name only servlets are not supported in the wh...Raymond Auge3-7/+49
2016-03-10Bug 485466 - [http whiteboard] HttpContext attributes are not usedThomas Watson2-4/+44
2016-03-10Bug 476808 - [http servlet] not properly handling null parameters in some casesRaymond Auge1-0/+3
2016-03-10Bug 476060 - [http servlet] use Servlet API constants for dispatcher request ...Raymond Auge1-14/+9
2016-03-10Bug 476051 - [http servlet] rename HttpServletRequestBuilderWrapperImpl to Ht...Raymond Auge4-16/+16
2016-03-10Bug 476046 - [http servlet] cleanupRaymond Auge1-3/+1
2016-03-10Bug 476046 - [http servlet] improve debug-ability and general cleanupRaymond Auge8-19/+46
2016-03-10Bug 474714 - [http whiteboard] regression in accessing parentThomas Watson2-3/+17
2016-03-10Bug 472479 - [http whiteboard] Proxy servlet not properly initialized.Thomas Watson1-2/+6
2016-03-10Bug 429620 - What is up with org.eclipse.equinox.http.servlet.testsRaymond Auge7-64/+113
2016-02-02Bug 486412 - [http whiteboard] Implement better equality (merged from squashe...R4_5_2M20160501-1430M20160212-1500M20160208-1530M20160203-1000Raymond Auge3-18/+113
2016-01-28Bug 486616 - Mars.2 features and bundles that need a service increaseM20160129-1400M20160128-1800Thomas Watson12-12/+12
2016-01-15Bug 485532 - [http whiteboard] Only invoke requestInitialized when dispatcher...M20160127-1000M20160120-1000Juan G3-6/+68
2016-01-15Bug 479124 - increment version for Mars SR1Thomas Watson2-2/+2
2016-01-14Bug 479124 - [http] Mars SR1 version of org.eclipse.equinox.http.jetty incomp...Raymond Auge3-3/+32
2016-01-13Bug 479396 - deadlock in class loading when deploying at startupM20160113-1000Thomas Watson2-2/+2
2016-01-12Bug 479396 - deadlock in class loading when deploying at startupThomas Watson4-11/+114
2016-01-07Bug 485234 - [http whiteboard] FilterRegistration objects are notThomas Watson4-9/+44

Back to the top