summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/test
Commit message (Expand)AuthorAgeFilesLines
* Copy raw path and query from request to access log entryBjørn Christian Seime2018-02-011-0/+18
* Refactor uri creation logic into separate methodBjørn Christian Seime2018-02-011-0/+1
* Use Jetty v9.4.8Bjørn Christian Seime2017-12-081-3/+5
* Add SslTrustStoreConfigurator interface to JDiscBjørn Christian Seime2017-11-282-3/+7
* Stabilize testBjørn Christian Seime2017-11-201-1/+1
* Remove code duplicationBjørn Christian Seime2017-11-151-19/+11
* Add interface for custom keystore implementation with hot-reloadingBjørn Christian Seime2017-11-142-7/+24
* Remove meaningless SslKeyStore interfaceBjørn Christian Seime2017-11-141-9/+3
* Move JksKeyStore to test source directoryBjørn Christian Seime2017-11-143-3/+48
* Merge pull request #4105 from vespa-engine/bjorncs/bundle-plugin-testHåkon Hallingstad2017-11-131-1/+1
|\
| * Fix unstable testBjørn Christian Seime2017-11-131-1/+1
| * Reduce log noise from HttpServerConformanceTestBjørn Christian Seime2017-11-131-1/+22
| * Simplify SslKeyStore interfaceBjørn Christian Seime2017-11-132-20/+14
| * Simplify PemSslKeyStore interfaceBjørn Christian Seime2017-11-131-5/+0
| * Remove old Manhattan keystore hackBjørn Christian Seime2017-11-131-68/+3
| * Reduce log noise from unit testsBjørn Christian Seime2017-11-131-1/+4
| * Revert "Bjorncs/jdisc http service cleanup"Martin Polden2017-11-104-42/+94
* | Move JDiscServerConnector to separate fileBjørn Christian Seime2017-11-101-3/+3
|/
* Reduce log noise from HttpServerConformanceTestBjørn Christian Seime2017-11-091-1/+22
* Simplify SslKeyStore interfaceBjørn Christian Seime2017-11-092-20/+14
* Simplify PemSslKeyStore interfaceBjørn Christian Seime2017-11-091-5/+0
* Remove old Manhattan keystore hackBjørn Christian Seime2017-11-091-68/+3
* Reduce log noise from unit testsBjørn Christian Seime2017-11-091-1/+4
* Remove 'test' suffix from package name. Remove more dead codeBjørn Christian Seime2017-11-096-289/+3
* Remove dead codeBjørn Christian Seime2017-11-085-362/+0
* Move JKSKeyStore to separate packageBjørn Christian Seime2017-11-081-1/+1
* Fix author tag. Remove unused classBjørn Christian Seime2017-11-087-76/+6
* Move SslContextFactory to test source directoryBjørn Christian Seime2017-11-084-3/+92
* Move test utils to test source directoryBjørn Christian Seime2017-11-085-0/+503
* Open-source PEM keystore for JDiscBjørn Christian Seime2017-10-094-42/+187
* Revert "Use Jetty v9.4.7"Arnstein Ressem2017-09-201-5/+3
* Use Jetty v9.4.7Bjørn Christian Seime2017-09-201-3/+5
* Expose client certificate chain as request attributeBjørn Christian Seime2017-09-191-3/+8
* Remove Netty by replacing cookie codec with Jetty + Java SEBjørn Christian Seime2017-09-012-3/+6
* Stabilize testBjørn Christian Seime2017-08-311-1/+1
* Revert "Bjorncs/remove netty"Harald Musum2017-08-302-6/+3
* Remove Netty by replacing cookie codec with Jetty + Java SEBjørn Christian Seime2017-08-302-3/+6
* Revert "Remove Netty by replacing cookie codec with Jetty + Java SE"Henning Baldersheim2017-08-292-6/+3
* Remove Netty by replacing cookie codec with Jetty + Java SEBjørn Christian Seime2017-08-292-3/+6
* Remove corp referencesJon Bratseth2017-08-081-5/+5
* Expose connection timestamp to all request typesBjørn Christian Seime2017-07-121-0/+6
* Fix 'connectedAt' timestamp for persistent connectionsBjørn Christian Seime2017-07-121-26/+27
* Update copyright headersJon Bratseth2017-06-1435-35/+35
* Revert "Update copyright headers"Jon Bratseth2017-06-1435-35/+35
* Update copyright headersJon Bratseth2017-06-1435-35/+35
* Revert "Copyright header"Jon Bratseth2017-06-1335-35/+35
* Copyright headerJon Bratseth2017-06-1335-35/+35
* Allow 200 response without contentBjørn Christian Seime2017-06-091-1/+1
* Allow 200 response without contentBjørn Christian Seime2017-05-291-1/+1
* Merge pull request #2434 from yahoo/bjorncs/change-timeout-httpcodeJon Bratseth2017-05-101-2/+2
|\