Convert to CMake, fix a bunch of segfaults, make gigablast work on macOS#207
Open
twistdroach wants to merge 83 commits into
Open
Convert to CMake, fix a bunch of segfaults, make gigablast work on macOS#207twistdroach wants to merge 83 commits into
twistdroach wants to merge 83 commits into
Conversation
…ject of non-trivial type
ERR_remove_state() and ERR_remove_thread_state() was deprecated in OpenSSL 1.1.0 when the thread handling functionality was entirely rewritten In versions of OpenSSL prior to 1.1.0 ERR_free_strings() freed all previously loaded error strings. However from OpenSSL 1.1.0 it does nothing. SSL_load_error_strings() is deprecated from OpenSSL 1.1.0. No explicit initialisation or de-initialisation is necessary.
…to compunixaustralia-master
…Also minor changes to avoid immediate cores when running gb on macos
…cting with errno.h on case-insensitive filesystems
…ld probably do a massive find/replace on these at some point to eliminate them completely.
…n of register keyword.
… to inadvertant change in behavior, need to fix segfault deeper in stack
…ror on filehandle that's been closed, etc
…field to prevent an assert being hit with a malformed url
some this==null checks. Fixed Cmake builds for macos.
…g cmd line tool in fresh script dir
… to copying non-trivially copyable objects with memcpy and some related to alignement issues
… docs/kqueue-port.md for more information
…from working after the server is restarted
…crewed up), Make sure to de-register XmlDoc callback on desctruction/reset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tons of changes here, I'm not really expecting this to be merged, but am posting this as more of an FYI to people trying to use this software.