OpenSearch/plugins
Tim Brooks f65a86c258
Remove dedicated SSL network write buffer ()
This is related to . Currently for the SSLDriver we allocate a
dedicated network write buffer and encrypt the data into that buffer one
buffer at a time. This requires constantly switching between encrypting
and flushing. This commit adds a dedicated outbound buffer for SSL
operations that will internally allocate new packet sized buffers as
they are need (for writing encrypted data). This allows us to totally
encrypt an operation before writing it to the network. Eventually it can
be hooked up to buffer recycling.
2019-04-25 14:30:54 -06:00
..
analysis-icu Add ignore_above in ICUCollationKeywordFieldMapper () 2019-04-19 14:19:35 -07:00
analysis-kuromoji Upgrade to Lucene release 8.0.0 () 2019-03-13 18:11:50 +01:00
analysis-nori Upgrade to Lucene release 8.0.0 () 2019-03-13 18:11:50 +01:00
analysis-phonetic Upgrade to Lucene release 8.0.0 () 2019-03-13 18:11:50 +01:00
analysis-smartcn Upgrade to Lucene release 8.0.0 () 2019-03-13 18:11:50 +01:00
analysis-stempel Upgrade to Lucene release 8.0.0 () 2019-03-13 18:11:50 +01:00
analysis-ukrainian Upgrade to Lucene release 8.0.0 () 2019-03-13 18:11:50 +01:00
discovery-azure-classic Update apache httpclient to version 4.5.8 () 2019-04-05 13:48:10 -06:00
discovery-ec2 [Backport] Replace usages RandomizedTestingTask with built-in Gradle Test () () 2019-04-09 11:52:50 -07:00
discovery-gce [Backport] Replace usages RandomizedTestingTask with built-in Gradle Test () () 2019-04-09 11:52:50 -07:00
examples [Backport] Replace usages RandomizedTestingTask with built-in Gradle Test () () 2019-04-09 11:52:50 -07:00
ingest-attachment Remove -Xlint exclusions in all plugins. () 2019-04-04 08:30:34 +02:00
mapper-annotated-text search as you type fieldmapper () 2019-03-27 13:29:13 -07:00
mapper-murmur3 Small refactorings to analysis components () 2019-04-03 14:22:16 +02:00
mapper-size Remove -Xlint exclusions in all plugins. () 2019-04-04 08:30:34 +02:00
repository-azure Fix Repository Base Path Matching in Azure ITs () () 2019-04-24 12:24:05 +02:00
repository-gcs Update apache httpclient to version 4.5.8 () 2019-04-05 13:48:10 -06:00
repository-hdfs Convert repository-hdfs to testclusters () 2019-04-19 09:47:14 +03:00
repository-s3 Remove Exists Check from S3 Repository Deletes () () 2019-04-25 18:25:03 +02:00
store-smb Store Pending Deletions Fix () 2019-03-26 15:30:44 +01:00
transport-nio Remove dedicated SSL network write buffer () 2019-04-25 14:30:54 -06:00
build.gradle Convert repository-hdfs to testclusters () 2019-04-19 09:47:14 +03:00