Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Happy New Year 2016Joakim Erdfelt42-42/+42
2016-01-04Removed caching of debug log level.Simone Bordet1-15/+14
2015-12-21484718 - Review idle timeout handling.Simone Bordet4-15/+50
2015-12-21Updated javadocs and added missing removeListener() method.Simone Bordet2-12/+33
2015-11-04Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.Simone Bordet1-1/+1
2015-11-04Fixed typo in logging statement.Simone Bordet1-12/+12
2015-10-21Using EndPoint.upgrade() in client code when connections are upgradedSimone Bordet2-56/+1
2015-10-07478923 - threads stuck at SharedBlockingCallback$Blocker.blockGreg Wilkins4-21/+59
2015-09-29Improved toString().Simone Bordet1-3/+6
2015-09-29Revert "Merged branch 'jetty-9.2.x' into 'master'."Simone Bordet1-5/+1
2015-09-29Revert "Merged branch 'jetty-9.2.x' into 'master'."Simone Bordet1-9/+14
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-26475927 - SecureRequestCustomizer fails to match host.Simone Bordet1-23/+12
2015-08-20Removed unnecessary field.Simone Bordet1-9/+6
2015-08-11470311 - Introduce a proxy-protocol module.Simone Bordet3-25/+37
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
2015-07-23473322 - GatherWrite limit handlingGreg Wilkins1-0/+36
2015-07-22470727 - Thread Starvation of selector wakeups.Greg Wilkins5-13/+84
2015-07-15472621 - Unjustified timeout when serving static contentGreg Wilkins1-1/+8
2015-07-08Removed unused method.Simone Bordet1-5/+0
2015-07-08Bug 470727 - Thread Starvation of selector wakeups.Simone Bordet1-8/+11
2015-07-01470727 - Thread Starvation with EWYKGreg Wilkins4-2/+33
2015-06-08469633 - Make SpinLock behavior pluggable.Simone Bordet3-32/+32
2015-05-29468714 SelectorManager updateKey race without submitGreg Wilkins1-2/+6
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
2015-05-21Performance optimization: call selector.wakeup() outside spinlock.Simone Bordet1-5/+6
2015-04-30464629 JDK8 Socket customizationGreg Wilkins1-0/+12
2015-04-29Improved error reporting in case of ReadPendingException.Simone Bordet1-5/+7
2015-04-29465754 Unchecked PrintWriter errorsGreg Wilkins1-683/+0
2015-04-15464727 - Update Javadoc for Java 8 DocLintJoakim Erdfelt8-29/+39
2015-04-15464727 - Update Javadoc for Java 8 DocLintJoakim Erdfelt3-3/+3
2015-04-13460671 - Rationalize property names.Simone Bordet1-11/+4
2015-04-02430951 Support SNI with ExtendedSslContextFactoryGreg Wilkins1-0/+1
2015-03-26Organised importsGreg Wilkins8-11/+13
2015-03-23Merged branch 'jetty-9.2.x' into 'master'.Simone Bordet1-10/+16
2015-03-23Fixed logging statement.Simone Bordet1-1/+1
2015-03-19462616 - Race between finishing a connect and timing it out.Simone Bordet1-5/+11
2015-03-09Merged branch 'jetty-9.2.x' into 'master'.Simone Bordet1-18/+8
2015-03-09Fixed MappedByteBufferPool.Tagged.Simone Bordet1-18/+8
2015-03-07Merged branch 'jetty-9.2.x' into 'master'.Simone Bordet2-23/+32
2015-03-07Made the tag counter a non-static variable.Simone Bordet1-6/+6
2015-03-07Introduced LeakDetector.id() to be consistent in logging the resource ID.Simone Bordet1-17/+26
2015-03-06Merge branch 'jetty-9.2.x'Joakim Erdfelt3-20/+57

Back to the top