aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc/handler
Commit message (Collapse)AuthorAgeFilesLines
* Introduce capability support for jdisc request handlersBjørn Christian Seime2023-02-091-0/+22
| | | | | Add trait like interface to define capability mapping based on HTTP method and uri path. Enforce required capabilities through wrapper handler through existing filtering request handler.
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-1/+1
|
* Fix bug in UnsafeContentInputStream where read() corrupts "marked" contentBjørn Christian Seime2022-07-141-4/+3
|
* Fix off-by-one error related to marking inn UnsafeContentInputStreamHenning Baldersheim2022-07-031-1/+1
|
* Reading in chunks instead of byte by byte is significantly faster.Henning Baldersheim2022-06-281-26/+34
|
* Remove deprecated APIs exposing Guava typesBjørn Christian Seime2022-06-082-2/+2
|
* Remove use of Guava ListenableFuture from com.yahoo.jdisc.handlerBjørn Christian Seime2021-12-107-76/+77
| | | | | | This change is not 100% API compatible. Many classes from this package inherited types from Guava. The classes will have the same methods as before, but their type has obviously changed. Two options; merge now with the small risk of breakage or wait for Vespa 8 branch.
* Fix IDEA inspection issues.gjoranv2021-12-081-7/+7
| | | | | - Final modifiers in final class - Use primitive types where possible
* Make jdisc.handler.FutureConjunction package private.gjoranv2021-12-081-1/+1
|
* JDK 17: Fix out-of-sequence javadoc headers.gjoranv2021-11-101-2/+2
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0726-26/+26
|
* Attach contextHenning Baldersheim2021-10-061-1/+1
|
* Add 'onError' to ContentChannelBjørn Christian Seime2021-06-011-0/+11
|
* Get request handler spec through delegateMorten Tokle2021-04-211-0/+15
|
* Add logging on unexpected behaviourJon Marius Venstad2020-10-141-2/+2
|
* Let handlers dedfine a default request typeJon Bratseth2020-10-011-1/+1
|
* Nonfunctional, changes onlyJon Bratseth2020-06-241-4/+4
|
* Add suppport for mark/reset.Henning Baldersheim2020-06-181-1/+36
|
* Generate html5 javadocgjoranv2019-01-216-8/+8
|
* Fix author tag for SimonBjørn Christian Seime2018-07-0517-17/+17
|
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-021-0/+1
|
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-021-1/+0
|
* Allow building with Java 9.gjoranv2018-04-301-0/+1
| | | | | - Must suppress deprecation warning for unit tests because LogRecord.setInstant() is new for Java 9.
* Nonfunctional changes onlyJon Bratseth2017-10-2723-57/+66
|
* Perform best-effort cleanup to stop JDisc from never closing connectionBjørn Christian Seime2017-08-231-5/+23
|
* Update copyright headersJon Bratseth2017-06-1426-26/+26
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1426-26/+26
|
* Update copyright headersJon Bratseth2017-06-1426-26/+26
|
* Revert "Copyright header"Jon Bratseth2017-06-1326-26/+26
|
* Copyright headerJon Bratseth2017-06-1326-26/+26
|
* rewrite to avoid warningArne H Juul2017-04-201-1/+6
|
* Shutdown renderer threads on deconstructJon Bratseth2017-03-062-7/+9
|
* PublishJon Bratseth2016-06-1526-0/+2011