Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-11481903 Module DescriptionsGreg Wilkins1-3/+2
2015-11-09Removed usages of deprecated Callback.Adapter class.Simone Bordet1-2/+2
2015-11-06480827 Implemented Unix Domain Socket ConnectorGreg Wilkins3-7/+20
2015-11-04Merged branch 'jetty-9.3.x' into 'master'.Simone Bordet1-14/+9
2015-11-04Fixed compilation issues.Simone Bordet1-104/+46
2015-11-04Merged branch 'jetty-9.3.x' into 'master'.Simone Bordet3-3/+63
2015-11-04Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.Simone Bordet3-3/+63
2015-11-04481006 - SSL requests intermittently fail with EOFException when SSL renegoti...Simone Bordet8-24/+119
2015-11-02Javadoc fix: Invalid member type qualificationJoakim Erdfelt1-4/+4
2015-11-02Merged branch 'jetty-9.3.x' into 'master'.Simone Bordet2-13/+182
2015-11-02419966 - Add ContentProvider that submits multipart/form-data.Simone Bordet2-13/+182
2015-10-30481116 - Introduce connection pooling also for HTTP/2 transport.Simone Bordet22-1193/+931
2015-10-30Merged branch 'jetty-9.3.x' into 'master'.Simone Bordet1-10/+26
2015-10-30Improved thread safety.Simone Bordet1-10/+26
2015-10-29Refactored checks for secure schemes.Simone Bordet4-8/+16
2015-10-29Fixed onUpgradeFrom(): buffer must be copied.Simone Bordet1-2/+2
2015-10-29479678 - Support HTTP/1.1 Upgrade in HttpClient.Simone Bordet1-8/+1
2015-10-27Merged branch 'jetty-9.3.x' into 'master'.Simone Bordet2-0/+270
2015-10-27419966 - Add ContentProvider that submits multipart/form-data.Simone Bordet2-0/+270
2015-10-26Merged branch 'jetty-9.3.x' into 'master'.Simone Bordet1-7/+28
2015-10-26Fixed test.Simone Bordet1-7/+28
2015-10-22Merged branch 'jetty-9.3.x' into 'master'.Simone Bordet1-8/+0
2015-10-22Avoid to dump the destinations twice.Simone Bordet1-8/+0
2015-10-21Merged branch 'jetty-9.3.x' into 'master'.Simone Bordet2-17/+34
2015-10-21Fixed HttpDestination lifecycle.Simone Bordet2-17/+34
2015-10-21Merged branch 'jetty-9.3.x' into 'master'.Simone Bordet5-18/+18
2015-10-21Using EndPoint.upgrade() in client code when connections are upgradedSimone Bordet5-18/+18
2015-10-19Merge branch 'jetty-9.3.x'Joakim Erdfelt16-460/+494
2015-10-19Deprecated ConnectionPool.Simone Bordet16-460/+494
2015-10-15479678 - Support HTTP/1.1 Upgrade in HttpClientJoakim Erdfelt4-12/+44
2015-10-15fixed client testGreg Wilkins1-1/+1
2015-10-14479678 - Support HTTP/1.1 Upgrade in HttpClientJoakim Erdfelt5-18/+29
2015-10-13479678 - Support HTTP/1.1 Upgrade in HttpClient.Simone Bordet9-6/+89
2015-10-12Updating to version 9.3.6-SNAPSHOTJoakim Erdfelt1-1/+1
2015-10-12Updating to version 9.3.5.v20151012jetty-9.3.5.v20151012Joakim Erdfelt1-1/+1
2015-10-09Updating to 9.3.5-SNAPSHOTJoakim Erdfelt1-1/+1
2015-10-07Updating to version 9.4.0-SNAPSHOTJoakim Erdfelt1-1/+1
2015-10-07Updating to version 9.3.4.v20151007jetty-9.3.4.v20151007Joakim Erdfelt1-1/+1
2015-10-05479026 - Wrong CONNECT request idle timeout.Simone Bordet2-23/+21
2015-09-25Merged branch '477878' into 'master'.Simone Bordet3-23/+44
2015-09-25477878 - HttpClient over HTTP/2 doesn't close upload stream.Simone Bordet3-23/+44
2015-09-24477900 Increase client authentication default max content sizeGreg Wilkins1-1/+1
2015-09-23478021 - Client sending Connection: close does not shutdown output.Simone Bordet2-72/+271
2015-09-23Make this exception extend RuntimeException, not Throwable.Simone Bordet1-1/+1
2015-09-23Using ServerConnector instead of NetworkConnector to improve ease of use.Simone Bordet1-2/+1
2015-09-21Added tests to verify behavior in case of server closing (or not) theSimone Bordet2-0/+389
2015-09-16477385 Make jetty osgi manifests only resolve jetty packages against a single...Jan Bartel1-17/+0
2015-09-01476170 - Support servers that close connections without sending Connection: c...Simone Bordet10-256/+488
2015-09-01Using Queue rather than BlockingQueue in method return types.Simone Bordet3-29/+44
2015-08-31Merge branch 'release-9.3.3'Jesse McConnell1-1/+1

Back to the top