| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This could have been removed in an earlier bump. Now it's time for it to
say goodbye.
ok jsing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, the callback cannot safely delete entries as it could lead to
contraction of the hash table, which in turn could lead to doall skipping
entries (and that typically leads to memory leaks). The recommended
workaround is to reach in and fiddle with the hash table internals in
order to prevent contraction, call the doall function and then restore
the internals that were changed.
Rather than just improving our documentation, actually make it safe to
delete entries from an lhash doall callback by pausing contractions prior
to starting the callback loop, then restoring the down load factor and
triggering contraction once completed. This means that callers no longer
need access to change hash table internals in order to achieve this same
behaviour.
ok tb@
|
|
|
|
|
|
|
| |
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.
ok jmc@
|
|
|
|
| |
while here, repair a typo in the lh_retrieve(3) synopsis
|
|
|
|
| |
Useless text reported by Martin Vahlensieck (academicsolutions.ch) on tech@.
|
|
|
|
|
| |
and to isolated obsolete pages;
OK bcook@ jmc@
|
| |
|
|
|
|
| |
on the web, so fix up SSLeay HISTORY accordingly
|
|
|
|
|
|
|
| |
This documentation is obviously incomplete and unintelligible.
However, as the interfaces are utterly ill-designed and contorted
to the point of absurdity, i refuse to even attempt improvements,
at least for now.
|
| |
|
|
give them names that really exist.
This also helps jmc@'s ongoing work on improving NAME sections.
|