Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-17Bug 538020 - Update Platform to latest Jetty (fix CVEs)R4_5_maintenancekitlo1-1/+1
2017-02-15Bug 510753 [http servlet] Invoke session listeners when unregistering them. F...Juan Gonzalez4-7/+137
2017-01-09bug 509100 - [http servlet] performance tuningRaymond Auge10-87/+1643
2016-07-07Bug 497435 - [http servlet] performance optimizations, CPU and memoryRaymond Auge8-162/+309
2016-07-06Revert "LPS-66801 HttpSessionAdaptor"Raymond Auge1-26/+1
2016-07-06Revert "LPS-66813 Make threadlocal static"Raymond Auge1-2/+1
2016-07-06Revert "LPS-66813 Only create threadlocal for methods that use it"Raymond Auge1-10/+2
2016-07-06Revert "LPS-66827 Avoid repeated simple name generation"Raymond Auge6-23/+6
2016-07-06Revert "LPS-66847 Better concurrency handling"Raymond Auge1-37/+29
2016-07-06Revert "LPS-66847 Don't repeatedly create the same HttpSessionEvent"Raymond Auge1-4/+1
2016-07-06Revert "LPS-66847 Cache by session id"Raymond Auge1-6/+4
2016-07-06Revert "LPS-66881 Reuse objects rather than create new ones"Raymond Auge1-17/+13
2016-07-06Revert "LPS-66881 Use Set instead of array"Raymond Auge1-23/+21
2016-07-06Revert "LPS-66881 Pull out branching logic"Raymond Auge1-10/+21
2016-07-06Revert "LPS-66881 Remove duplicate getAttribute() calls"Raymond Auge1-30/+10
2016-07-06Revert "LPS-66903 In normal execution paths, DispatchTargets.toString() is ne...Raymond Auge1-10/+4
2016-07-06Revert "LPS-66904 Cache EndpointRegistration's toString"Raymond Auge1-10/+1
2016-07-06Revert "LPS-66908 Reuse DispatchTargets rather than constantly peek"Raymond Auge1-41/+23
2016-07-06Revert "LPS-66908 Reuse method"Raymond Auge1-1/+9
2016-07-06Revert "LPS-66911 Better concurrency handling for inner sessions tracking."Raymond Auge1-11/+14
2016-07-06Revert "LPS-66911 The ParentSessionListener is added as outter session's attr...Raymond Auge1-9/+5
2016-07-06Revert "LPS-66911 Only the concurrent adding needs to be protected, the readi...Raymond Auge1-2/+5
2016-07-06Revert "LPS-66959 Use ReadWriteLock to optimzie reading paths in addReference...Raymond Auge1-61/+16
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

Back to the top