aboutsummaryrefslogtreecommitdiffstats
path: root/jrt/src
Commit message (Collapse)AuthorAgeFilesLines
* Add some warnings for unexpected scenariosjonmv2023-11-301-0/+3
|
* Update copyrightJon Bratseth2023-10-0978-78/+78
|
* Remove capability requirement for 'frt.rpc.getMethod{Info,List}'Bjørn Christian Seime2023-02-201-0/+2
|
* Remove capability requirement on 'frt.rpc.ping' for nowBjørn Christian Seime2023-02-171-0/+3
|
* Revert "Revert "Bjorncs/capabilities""Henning Baldersheim2023-02-142-2/+2
|
* Revert "Bjorncs/capabilities"Henning Baldersheim2023-02-142-2/+2
|
* Rename 'from()' to 'of()'Bjørn Christian Seime2023-02-132-2/+2
|
* Fix check for detecting existing filter being overriddenBjørn Christian Seime2023-02-091-3/+6
|
* Define required capabilities for existing JRT RPC methodsBjørn Christian Seime2023-02-093-0/+16
|
* Introduce capbilities for unclassified APIsBjørn Christian Seime2023-02-092-1/+6
| | | | Require 'vespa.rpc.unclassified' by default for all JRT APIs
* remove xor crypto engine from JavaHåvard Pettersen2023-01-042-146/+0
|
* avoid ConcurrentModificationExceptionArne Juul2022-12-221-2/+2
|
* add more relevant information when messagebus fails to startArne Juul2022-12-211-0/+51
|
* don't heap dump every time network fails to become readyArne Juul2022-09-291-0/+5
|
* Merge pull request #23420 from vespa-engine/bratseth/quotaØyvind Grønnesby2022-08-263-11/+4
|\
| * No functional changesJon Bratseth2022-07-083-11/+4
| |
* | Handle rpc port changes live.Henning Baldersheim2022-08-171-2/+0
| |
* | Add method to use Duration as timeout to make unit explicit, and avoid many ↵Henning Baldersheim2022-08-126-8/+24
| | | | | | | | magic conversions.
* | Force caller to handle failed capability verification checkBjørn Christian Seime2022-07-211-2/+8
| |
* | Move logic for capability checking/logging to ConnectionAuthContextBjørn Christian Seime2022-07-211-28/+2
| |
* | Get ConnectionAuthContext from SSL session after handshake is completeBjørn Christian Seime2022-07-211-12/+7
| | | | | | | | | | Bound key-value pairs from SSL handshake session are now copied to the final SSL session object. This simplifies the dataflow - not need to retrieve the instance right after our custom trust manager is invoked.
* | Implement RequireCapabilitiesFilter in jrt + miscBjørn Christian Seime2022-07-206-24/+78
| | | | | | | | | | Add peerSpec to Target/Connection. Always provide ConnectionAuthContext. Add helper for creating default, all-granting ConnectionAuthContext.
* | Merge Java package 'c.y.s.tls.{auth,json,policy}' into 'c.y.s.tls'Bjørn Christian Seime2022-07-205-6/+6
| | | | | | | | Facilitate improved encapsulation of Vespa mTLS related classes
* | Introduce per method request access filtering to JRTBjørn Christian Seime2022-07-204-1/+31
| |
* | Rename method/variable names to match new class nameBjørn Christian Seime2022-07-191-8/+8
| |
* | Rename 'succeeded' => 'authorized'Bjørn Christian Seime2022-07-151-2/+2
| |
* | Return granted capabilities from PeerAuthorizerBjørn Christian Seime2022-07-156-51/+22
|/ | | | Introduce new ConnectionAuthContext as replacement for AuthorizationResult/SecurityContext.
* No functional changesJon Bratseth2022-05-184-97/+98
|
* Revert "Revert "GC unused SessionHandler""Henning Baldersheim2022-02-243-168/+7
|
* Revert "GC unused SessionHandler"Harald Musum2022-02-243-7/+168
|
* Add a synchronized isConnected() method on the Connection.Henning Baldersheim2022-02-241-0/+4
|
* GC unused SessionHandlerHenning Baldersheim2022-02-233-168/+3
|
* add some debug logging of slobrok internalsArne H Juul2022-01-312-3/+18
|
* call wakeup() after scheduleNow()Arne H Juul2021-12-162-0/+4
|
* Revert "make select timeout tunable with system property"Arne H Juul2021-12-161-8/+1
| | | | This reverts commit 31912f8d2f12fd741b9f1e070abc65ec56932bf4.
* make select timeout tunable with system propertyArne H Juul2021-12-161-1/+8
|
* just start fetch request immediatelyArne H Juul2021-12-161-1/+1
|
* start new incremental fetch immediatelyArne H Juul2021-12-161-6/+5
|
* add ability to wake up the transport thread explicitlyHåvard Pettersen2021-12-161-0/+17
|
* add some information while waiting for messagebus networkArne H Juul2021-11-111-1/+11
|
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
|
* Reuse supervisor when we have oneHarald Musum2021-10-071-1/+1
| | | | Remove unnecessary constructor
* Update 2018 copyright notices.gjoranv2021-10-0711-11/+11
|
* Update 2017 copyright notices.gjoranv2021-10-0767-67/+67
|
* remove really old unused codeArne Juul2021-06-291-35/+0
|
* start with zero size buffersHåvard Pettersen2021-06-161-3/+5
|
* try to use less memory for buffersHåvard Pettersen2021-06-153-50/+22
| | | | | | - fix default 64k max sizes - start with empty buffers - simplify Buffer class
* drop empty buffers instead of using small buffersHåvard Pettersen2021-06-152-11/+1
|
* drop empty buffers support for JavaHåvard Pettersen2021-06-027-1/+45
|
* No functional changesJon Bratseth2021-06-012-7/+7
|