Neil Horman

Results 475 comments of Neil Horman

That seems....rather unkind for AIX to globally define such a generic name like this. They've basically restricted any using code from using the term events/revents here. It should be fairly...

@t8m the fixups appear to be causing some conflicts during merge. I can merge them if you like, but if you can I would prefer you take a look at...

Couldn't this problem be solved more efficiently with the use of a muted, condition variable, and state variable (the last of which records which streams are readable)? It would save...

Sorry, Ii wasn't being clear, all I meant to suggest was that you could implement what you needed without creating an additional thread - i.e. a "someone is waiting" heuristic....

CI is unrelated to this issue, and has been fixed in other PRS

Please, if you are able, sign and submit a cla so that we can accept your pr. Thank you

You can set LD_LIBRARY_PATH permanently for a user in your shells startup script (.bashrc or .bash_profile) or globally for all users of a shell in the corresponding config located in...

A destructor would be a good solution, but openssl conforms to C89, and so their use is not realy feasible. Instead we are planning on eliminating the use of atexit...

I think this can be closed, as https://github.com/openssl/openssl/pull/23715 has been merged. We now will get the qlog json output dumped to the ci log in the event that qlog testing...