aboutsummaryrefslogtreecommitdiffstats
path: root/jrt
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "make select timeout tunable with system property"Arne H Juul2021-12-161-8/+1
* 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-273-3/+3
* Reuse supervisor when we have oneHarald Musum2021-10-071-1/+1
* Update 2018 copyright notices.gjoranv2021-10-0713-13/+13
* Update 2017 copyright notices.gjoranv2021-10-0797-97/+97
* 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-154-107/+23
* drop empty buffers instead of using small buffersHåvard Pettersen2021-06-152-11/+1
* drop empty buffers support for JavaHåvard Pettersen2021-06-028-2/+56
* No functional changesJon Bratseth2021-06-012-7/+7
* Set forkCount paramter for maven-surefire-plugin to speed up testsgjoranv2021-05-141-0/+7
* Do an explicit copy.Henning Baldersheim2021-05-081-1/+1
* Make constructor public and member finalHenning Baldersheim2021-05-071-2/+2
* Let the supervisor owner set the small buffer optionJon Marius Venstad2021-05-031-1/+0
* More lazy debug log message generationJon Marius Venstad2021-04-281-1/+1
* Reapply "add more logging" (new and updated slobrok logging)Arne Juul2021-04-215-26/+63
* Revert "add more logging"Harald Musum2021-04-205-63/+26
* Merge pull request #17480 from vespa-engine/arnej/more-slobrok-info-messagesArne H Juul2021-04-195-26/+63
|\
| * add more loggingArne Juul2021-04-195-26/+63
* | Start with initial buffer of 4kHenning Baldersheim2021-04-191-2/+2
|/
* Minor group logic improvementsJon Bratseth2021-03-311-2/+2
* Support TLSv1.3 in JRTBjørn Christian Seime2021-02-221-21/+22
* Disable TLSv1.3 for jrtBjørn Christian Seime2021-02-181-0/+9
* Merge pull request #16493 from vespa-engine/balder/crypto-buffer-64k-2-32kHenning Baldersheim2021-02-121-2/+2
|\
| * Reduce wrap buffers from 64k to 32kHenning Baldersheim2021-02-121-2/+2
* | enableSmallBuffers -> useSmallBuffersHenning Baldersheim2021-02-123-3/+3
* | Use small buffers where size matters more than speed.Henning Baldersheim2021-02-123-1/+14
|/
* Use singleton already present.Henning Baldersheim2021-01-281-5/+1
* wakeup_trigger_count -> transport_events_before_wakeupHenning Baldersheim2020-11-302-13/+12
* Make members final and SyncCmd innercløass static.Henning Baldersheim2020-11-301-6/+6
* A configurable limit for waking up fnet threadHenning Baldersheim2020-11-302-8/+25
* Encapsulate pattern implementation in RequiredPeerCredentialBjørn Christian Seime2020-11-251-3/+1
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-048-27/+47
* Add control overHenning Baldersheim2020-03-253-13/+18
* Factor out generic thread pool to vespajlib.Henning Baldersheim2020-02-251-75/+13
* Add sanity checks and avoid codeduplicationi after codereview.Henning Baldersheim2020-02-251-16/+24
* Use a global bounded cached tread pool as primary, and a single threaded one ...Henning Baldersheim2020-02-253-26/+109
* Adding more threads does not work when the Q is unbound. Use a SynchronousQ i...Henning Baldersheim2020-02-253-40/+19
* Use 'localhost' for TLS hostname validation if spec uses wildcard addressBjørn Christian Seime2020-02-201-1/+2
* Override hostname verification in PeerAuthorizerTrustManagerBjørn Christian Seime2020-02-171-5/+8
* Create SSLEngine instance using host and portBjørn Christian Seime2020-02-171-1/+1
* pass connection spec to crypto engineHåvard Pettersen2020-02-128-24/+53
* Use 64 threads with 1s idle time.Henning Baldersheim2020-02-061-1/+1
* Limit number of connector threads to 8 and keep at least 1 on hot standby.Henning Baldersheim2020-02-051-2/+5