Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-06-25Guarded calls to LOG.debug() with if (LOG.isDebugEnabled()) to reduce allocat...Simone Bordet1-2/+5
2014-01-02Happy New Year - 2014!Joakim Erdfelt4-4/+4
2013-11-04global clean up importsGreg Wilkins1-0/+1
2013-10-16410840 - Change SSLSession.getPeerCertificateChain() toSimone Bordet1-1/+1
2013-06-18410995 - Avoid reverse DNS lookups when creating SSLEngines.Simone Bordet1-2/+41
2013-05-21Add package-info.java files to all jetty packages.Jesse McConnell1-0/+23
2013-04-04404610 - Reintroduce ability to disallow TLS renegotiation.Simone Bordet1-0/+20
2013-04-04404881 Allow regexs for SslContextFactory.setIncludeCipherSuites() and .setEx...Thomas Becker1-9/+36
2013-03-13402626 Do not required endpoint host checking by defaultGreg Wilkins1-1/+1
2013-02-21401414 - Hostname verification fails.Simone Bordet1-50/+40
2013-02-07400184: SslContextFactory change. Disable hostname verification if trustAll i...Thomas Becker1-1/+3
2013-01-28[Bug 381351] defaults for keymanager and trustmanager come from their factori...Jesse McConnell1-2/+3
2013-01-28[Bug 393933] remove deprecated classes/methods and consolidate some static me...Jesse McConnell1-25/+90
2013-01-18398280: SslContextFactory _trustAll defaults to false nowThomas Becker1-1/+1
2013-01-17393385: Make hostname verification configurable in SslContextFactory and enab...Thomas Becker1-2/+20
2013-01-11merge from jetty-8 and update license blocks.Jesse McConnell3-3/+3
2013-01-11update license blocks for 2013Jesse McConnell3-3/+3
2012-10-19392237 fixed many TODOs and many minor code cleanupsGreg Wilkins3-0/+3
2012-09-20jetty-9 - Cleanup and JDK7-ification.Simone Bordet1-154/+28
2012-09-13jetty-9 xml configurationsGreg Wilkins1-1/+1
2012-08-24Merge branch 'jetty-9-aggregation' into jetty-9-spdy-httpSimone Bordet3-41/+44
2012-08-17Merge from jetty-8 to jetty-9 (license header standarization)Joakim Erdfelt3-36/+42
2012-08-17standardize license header blocksJesse McConnell3-36/+42
2012-08-08jetty-9 reduced LazyList usageGreg Wilkins1-0/+1
2012-08-03Jetty9 - Introduced ConnectionFactory for SelectChannelConnector.Simone Bordet1-14/+6
2012-08-02jetty-9 rudimentary connectionFactory implGreg Wilkins1-0/+4
2012-08-02jetty-9 one connector passing most testsGreg Wilkins1-2/+0
2012-08-01jetty-9 further work on oneconnector... passing more testsGreg Wilkins1-102/+0
2012-07-27Merge branch 'jetty-9' into jetty-9-oneconnectorGreg Wilkins1-4/+4
2012-07-27jetty-9 merge with jetty-8 except jetty-osgiThomas Becker1-4/+4
2012-07-27jetty-9 factoring out HTTP dependencies from connectorsGreg Wilkins1-0/+16
2012-07-25385925: make SslContextFactory.setProtocols and SslContextFactory.setCipherSu...Thomas Becker1-4/+4
2012-07-20jetty-9 clean jetty-util testsGreg Wilkins1-1/+1
2012-07-20jetty-9 merge from jetty-8. Mostly compiling but some tests still failing.Greg Wilkins1-21/+22
2012-03-26jetty-9 work in progress. Further simplification of jetty-ioGreg Wilkins1-0/+1
2012-01-30370137 - SslContextFactory does not respect order for [included|excluded]Prot...Simone Bordet1-21/+22
2012-01-23avoid NPE with jdk 7u4ea8 changed behaviour of SslContext initGreg Wilkins1-16/+17
2012-01-16368635 moved lifecycle state reporting from toString to dumpGreg Wilkins1-3/+2
2012-01-10Improved toString().Simone Bordet1-36/+39
2012-01-10368240: Added concept of join to AggregateLifeCycle. Used by HttpClient and ...Greg Wilkins1-1/+7
2011-11-21362626 IllegalStateException thrown when SslContextFactory preconfigured with...Jan Bartel1-10/+7
2011-11-08cleanups after the mergeGreg Wilkins1-1/+1
2011-10-25Added concept of SslConnectionGreg Wilkins3-0/+1761

    Back to the top