Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-10-07Updating to version 9.3.4.v20151007jetty-9.3.4.v20151007Joakim Erdfelt1-1/+1
2015-10-07478923 - threads stuck at SharedBlockingCallback$Blocker.blockGreg Wilkins4-21/+59
Fixed the failure path so that it also checks for non blocking callbacks and directly calls them
2015-09-29Improved toString().Simone Bordet1-3/+6
Changes imported manually from branch 9.2.x.
2015-09-29Revert "Merged branch 'jetty-9.2.x' into 'master'."Simone Bordet1-5/+1
This reverts commit 701ca1aa26b0660d054faa4fd7ba9548a0b5cd58, reversing changes made to 64ba5a6ef8558c70ae053a7854891273fe4ea5bf.
2015-09-29Revert "Merged branch 'jetty-9.2.x' into 'master'."Simone Bordet1-9/+14
This reverts commit db61fc2a473c98d75a30aac7fba306c62677d960.
2015-09-29Merged branch 'jetty-9.2.x' into 'master'.Simone Bordet1-14/+9
2015-09-29Merged branch 'jetty-9.2.x' into 'master'.Simone Bordet1-1/+5
2015-09-28Improved toString().Simone Bordet1-31/+35
2015-08-27[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2015-08-27[maven-release-plugin] prepare release jetty-9.3.3.v20150827jetty-9.3.3.v20150827Jesse McConnell1-1/+1
2015-08-27Merge branch 'master' into release-9.3.3Jesse McConnell1-23/+12
2015-08-26475927 - SecureRequestCustomizer fails to match host.Simone Bordet1-23/+12
Fixed by storing in the SSLSession the SNI names correspondent to the alias that was selected when the TLS connection was initiated.
2015-08-25[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2015-08-25[maven-release-plugin] prepare release jetty-9.3.3.v20150825Jesse McConnell1-1/+1
2015-08-20Removed unnecessary field.Simone Bordet1-9/+6
2015-08-11470311 - Introduce a proxy-protocol module.Simone Bordet3-25/+37
Support for the PROXY protocol is now enabled via 2 new modules: proxy-protocol and proxy-protocol-ssl, respectively for the HTTP connector and the SSL connector.
2015-07-30[maven-release-plugin] prepare for next development iterationJoakim Erdfelt1-1/+1
2015-07-30[maven-release-plugin] prepare release jetty-9.2.13.v20150730jetty-9.2.13.v20150730Joakim Erdfelt1-1/+1
2015-07-30[maven-release-plugin] prepare for next development iterationJoakim Erdfelt1-1/+1
2015-07-30[maven-release-plugin] prepare release jetty-9.3.2.v20150730Joakim Erdfelt1-1/+1
2015-07-30473832 SslConnection flips back buffers on handshake exceptionGreg Wilkins1-4/+19
2015-07-30473832 SslConnection flips back buffers on handshake exceptionGreg Wilkins1-4/+19
2015-07-23470351 Fixed SNI matching of wildcard certificatesGreg Wilkins1-0/+10
2015-07-23NPE protectionGreg Wilkins2-2/+2
2015-07-23Merge remote-tracking branch 'origin/jetty-9.2.x'Greg Wilkins1-0/+36
Conflicts: jetty-util/src/main/java/org/eclipse/jetty/util/IO.java jetty-util/src/test/java/org/eclipse/jetty/util/resource/ResourceTest.java
2015-07-23473322 - GatherWrite limit handlingGreg Wilkins1-0/+36
2015-07-22470727 - Thread Starvation of selector wakeups.Greg Wilkins5-13/+84
Changed the CallBack.NonBlocking to a default Callback.isNonBlocking, so that wrapping callbacks can determine if they are NonBlocking or not.
2015-07-17Merge branch 'release-9.3.1'Jesse McConnell1-1/+1
2015-07-15472621 - Unjustified timeout when serving static contentGreg Wilkins1-1/+8
Created HttpConfiguration.setBlockingTimeout as a new timeout to apply to the total read/write operation. Default is -1, which is no overall timeout and only the idle timeout will apply.
2015-07-14[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2015-07-14[maven-release-plugin] prepare release jetty-9.3.1.v20150714jetty-9.3.1.v20150714Jesse McConnell1-1/+1
2015-07-09[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2015-07-09[maven-release-plugin] prepare release jetty-9.2.12.v20150709jetty-9.2.12.v20150709Jesse McConnell1-1/+1
2015-07-08Removed unused method.Simone Bordet1-5/+0
2015-07-08Bug 470727 - Thread Starvation of selector wakeups.Simone Bordet1-8/+11
Added comment on running non-blocking code immediately.
2015-07-01470727 - Thread Starvation with EWYKGreg Wilkins4-2/+33
Implemented NonBlockingCallbacks and fallback to PEC scheduling
2015-06-15[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2015-06-15[maven-release-plugin] prepare release jetty-9.2.12.M0jetty-9.2.12.M0Jesse McConnell1-1/+1
2015-06-15Updating version to 9.3.1-SNAPSHOTJoakim Erdfelt1-1/+1
2015-06-12Updating versions to 9.3.0.v20150612Joakim Erdfelt1-1/+1
2015-06-11[maven-release-plugin] prepare for next development iterationJoakim Erdfelt1-1/+1
2015-06-11[maven-release-plugin] prepare release jetty-9.3.0.v20150611Joakim Erdfelt1-1/+1
2015-06-08469633 - Make SpinLock behavior pluggable.Simone Bordet3-32/+32
Renamed SpinLock to Locker, uses ReentrantLock by default, but can be turned into a spin lock by setting the system property org.eclipse.jetty.util.thread.Locker.spin=true.
2015-05-29[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2015-05-29[maven-release-plugin] prepare release jetty-9.2.11.v20150529jetty-9.2.11.v20150529Jesse McConnell1-1/+1
2015-05-29468714 SelectorManager updateKey race without submitGreg Wilkins1-2/+6
2015-05-28[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2015-05-28[maven-release-plugin] prepare release jetty-9.2.11.v20150528Jesse McConnell1-1/+1
2015-05-26Small optimization: call readyOps() outside spin lock.Simone Bordet1-3/+1
2015-05-21Performance optimization: remember the key current interestOps.Simone Bordet1-11/+19
This allows to avoid calling SelectionKey.interestOps() (the getter) which grabs a lock in the NIO implementation.

Back to the top