summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/lh_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Lb libcrypto ; OK tb@schwarze2025-06-081-2/+3
|
* lh_<type>_error() is no longer implemented as a macrotb2024-03-051-4/+2
|
* lh_new.3: zap a trailing commatb2024-03-041-3/+3
|
* Remove lh statstb2024-03-021-3/+2
| | | | | | | This could have been removed in an earlier bump. Now it's time for it to say goodbye. ok jsing
* Make it safe to delete entries from an lhash doall callback.jsing2024-01-241-11/+4
| | | | | | | | | | | | | | | | | | 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@
* man pages: add missing commas between subordinate and main clausesnaddy2022-03-311-5/+5
| | | | | | | jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
* mention lh_strhash(3) in the NAME, SYNOPSIS, and HISTORY sections;schwarze2021-12-171-10/+20
| | | | while here, repair a typo in the lh_retrieve(3) synopsis
* Be concise: do not say that void functions return no values, that's obvious.schwarze2020-03-281-8/+2
| | | | Useless text reported by Martin Vahlensieck (academicsolutions.ch) on tech@.
* add links back to crypto(3) to function group entry pagesschwarze2019-06-101-2/+3
| | | | | and to isolated obsolete pages; OK bcook@ jmc@
* OPENSSL_realloc(3) is no longer used, we now use reallocarray(3)schwarze2019-06-041-3/+3
|
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-3/+15
| | | | on the web, so fix up SSLeay HISTORY accordingly
* Add Copyright and license.schwarze2016-11-281-2/+117
| | | | | | | 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.
* first pass; ok schwarzejmc2016-11-061-1/+3
|
* Convert the handful of manuals that had imaginary names,schwarze2015-11-121-0/+430
give them names that really exist. This also helps jmc@'s ongoing work on improving NAME sections.