aboutsummaryrefslogtreecommitdiff
path: root/src/imap.h
AgeCommit message (Collapse)Author
2021-11-13Doc progress, improve prne_mbedtls_pth_handle() ..David Timber
* Add param to prne_mbedtls_pth_handle() for returning return value from the function or poll().
2021-11-06Add more callbacks for fork() event, doc progressDavid Timber
* Add fork.prepare(), fork.parent() and fork.child() to match with pthread_atfork(), which makes more sense * Code documentation progress
2021-08-31MIT LicenseDavid Timber
2020-09-28The 80 column rule ...David Timber
* Remove prne_rnd_anum_str()
2020-09-17* Change value types of containers to uintptr_tDavid Timber
* htbt: fix leak in `htbt_main_q_hover()` * proone-recon: fix parse bug
2020-01-11staged resolv_workerDavid Timber
* replaced RNG from `rnd` to `mbedtls_ctr_drbg` * use of `uint_fastN_t` where appropriate * heartbeat protocol draft * improved worker scheduling mech