Commit Graph

26 Commits

Author SHA1 Message Date
Simone Bordet 2cdc48e97f Moved NPNModuleTest to module 'jetty-npn-server'.
This follows where npn module files have been moved to.
2014-08-21 15:18:10 +02:00
Simone Bordet 790678d460 Moved NPN module files in the right directory after merge. 2014-08-21 12:27:58 +02:00
Greg Wilkins 1c71040eca moved config plugin to profile 2014-08-15 19:53:52 +10:00
Greg Wilkins b47f9ef605 cleaned up OSGi manifest creation 2014-08-15 19:35:49 +10:00
Simone Bordet 814c84a212 Introduced configuration properties for ALPN/NPN advertised protocols.
No more need to copy protonego-alpn.xml to a jetty.base to specify
which protocols are advertised and in which order.
Instead, simply specify:

alpn.protocols=h2-14,http/1.1
alpn.defaultProtocol=http/1.1

in start.ini (in the example above for http2).
2014-08-12 18:54:33 +02:00
Simone Bordet d2fa4dca60 Introduced configuration properties for ALPN/NPN advertised protocols.
No more need to copy protonego-alpn.xml to a jetty.base to specify
which protocols are advertised.
Instead, simply specify:

protonego.protocols=h2-14,http/1.1
protonego.defaultProtocol=http/1.1

in start.ini (in the example above for http2).
2014-08-11 23:59:26 +02:00
Greg Wilkins 287e86b7aa decomposed https,http2 and spdy modules to share ServerConnector 2014-08-07 12:58:12 +10:00
Simone Bordet 66f3913527 Merged branch 'origin/master' into 'jetty-http2'. 2014-06-25 12:34:19 +02:00
Simone Bordet 334db9fe72 Updated version to 9.3.0-SNAPSHOT. 2014-06-16 21:33:03 +02:00
Simone Bordet 7613385578 Moved NPN[Client|Server]Connection[Factory] classes to their own
modules, akin for the ALPN classes, and refactored all code that was
referencing them.
2014-06-16 12:46:26 +02:00
Simone Bordet 87b1003641 Removed module jetty-npn, it now lives in its own repository at http://git.eclipse.org/c/jetty/org.eclipse.jetty.npn.git. 2013-04-08 16:41:50 +02:00
Jesse McConnell a4dbb5823c update license blocks for 2013 2013-01-11 14:57:51 -06:00
Jesse McConnell 00ed549898 standardize license header blocks 2012-08-16 19:11:27 -05:00
Jesse McConnell aa941f5711 quick pass through to clean up missing or incorrect license blocks 2012-07-11 12:29:46 -05:00
Jesse McConnell 0766b34b47 [maven-release-plugin] prepare for next development iteration 2012-05-25 08:52:11 -05:00
Jesse McConnell 59256bfbcc [maven-release-plugin] prepare release npn-api-1.1.0.v20120525 2012-05-25 08:52:06 -05:00
Simone Bordet 0ccfd0e198 Added remove methods to NextProtoNego, and updated version to 1.1.0-SNAPSHOT. 2012-05-25 15:41:30 +02:00
Jesse McConnell 71091da2c4 [maven-release-plugin] prepare for next development iteration 2012-04-02 10:23:43 -05:00
Jesse McConnell eea06004f5 [maven-release-plugin] prepare release npn-api-1.0.0.v20120402 2012-04-02 10:23:36 -05:00
Jesse McConnell 9521e1f124 Merge 2012-04-02 10:22:44 -05:00
Jesse McConnell 5b2d703a04 remove jetty-npn from build and release separately 2012-04-02 10:21:22 -05:00
Jesse McConnell 246e3ed756 [maven-release-plugin] prepare for next development iteration 2012-03-08 21:09:46 -06:00
Jesse McConnell a63b3fdc5e [maven-release-plugin] prepare release jetty-7.6.2.v20120308 2012-03-08 21:09:37 -06:00
Jesse McConnell f12e3c390c reset versions 2012-03-06 17:06:10 -06:00
Simone Bordet 90d4a8d4f6 Updated groupId and artifactId to better values. 2012-03-05 21:33:40 +01:00
Simone Bordet 32bf123874 Integrated NPN API module. 2012-03-05 19:02:11 +01:00