OpenSearch/libs
Tim Brooks f65a86c258
Remove dedicated SSL network write buffer (#41283)
This is related to #27260. 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
..
cli [Backport] Replace usages RandomizedTestingTask with built-in Gradle Test (#40978) (#40993) 2019-04-09 11:52:50 -07:00
core Upgrade hamcrest to 2.1 (#41464) 2019-04-24 23:40:03 -07:00
dissect [Docs] Fix common word repetitions (#39703) 2019-04-25 20:47:47 +02:00
geo GEO: Add support for z values to libs/geo classes (#38921) 2019-03-13 15:36:03 -04:00
grok Updates the grok patterns to be consistent with logstash (#27181) 2019-02-05 12:37:02 -06:00
nio Remove dedicated SSL network write buffer (#41283) 2019-04-25 14:30:54 -06:00
plugin-classloader [Backport] Replace usages RandomizedTestingTask with built-in Gradle Test (#40978) (#40993) 2019-04-09 11:52:50 -07:00
secure-sm Upgrade hamcrest to 2.1 (#41464) 2019-04-24 23:40:03 -07:00
ssl-config [Docs] Fix common word repetitions (#39703) 2019-04-25 20:47:47 +02:00
x-content Upgrade hamcrest to 2.1 (#41464) 2019-04-24 23:40:03 -07:00
build.gradle Rename elasticsearch-core to core (#31185) 2018-06-07 16:50:21 -04:00