Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-25Merged branch 'jetty-9.3.x' into 'master'.Simone Bordet2-14/+32
2015-11-25483009 - MultiPartContentProvider may send wrong Content-Length.Simone Bordet2-14/+32
2015-11-25Merged branch 'jetty-9.3.x' into 'master'.Simone Bordet1-2/+9
2015-11-25482855 - Content-Length omitted for POST requests with empty bodyGreg Wilkins1-2/+9
2015-11-25Updated to shade plugin 2.4.2Jan Bartel1-1/+1
2015-11-24482039 - Create shaded jar for isolated jetty-client useJoakim Erdfelt1-0/+38
2015-11-11481903 Module DescriptionsGreg Wilkins1-3/+2
2015-11-09Removed usages of deprecated Callback.Adapter class.Simone Bordet1-2/+2
2015-11-06Updating to version 9.3.7-SNAPSHOTJoakim Erdfelt1-1/+1
2015-11-06Updating to version 9.3.6.v20151106jetty-9.3.6.v20151106Joakim Erdfelt1-1/+1
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

Back to the top