8000 Tags · afranchuk/plugin_tls · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: afranchuk/plugin_tls

Tags

0.4.1

Toggle 0.4.1's commit message
Relax `abi_stable` version bounds.

8000

0.4.0

Toggle 0.4.0's commit message
Add `lazy_static` support as it's a fairly similar implementation.

0.3.0

Toggle 0.3.0's commit message
Improve performance by using `std::thread_local!` to store the refere…

…nce.

0.2.3

Toggle 0.2.3's commit message
Use RefCell rather than RwLock.

0.2.2

Toggle 0.2.2's commit message
Automatically initialize the TLS state for hosts.

0.2.1

Toggle 0.2.1's commit message
Add `Context::reset()` for unloading thread-local values at a specific

time.

0.2.0

Toggle 0.2.0's commit message
Fix incorrect reference in Context.

Change `initialize` to be `Context::initialize_tls`.

0.1.1

Toggle 0.1.1's commit message
Allow both host and plugin features to be enabled together.

0.1.0

Toggle 0.1.0's commit message
Avoid extra allocations and memory passing in `with`.

0