-
Notifications
You must be signed in to change notification settings - Fork 455
Fixes for csfle downloading on some Linux platforms #977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
ae134d1
Add mlib to the source tree
vector-of-bool 70cbd72
No -Winline
vector-of-bool bd6501d
Tweak mlib usage in CMake
vector-of-bool e6363ba
Incorporate changes for csfle in libmongocrypt
vector-of-bool cddf5c7
Enable C99 as the default language mode for the project
vector-of-bool 33827b6
Tweak macro name
vector-of-bool 44ff2e8
Test case to check linker symbol merging
vector-of-bool 4099263
Missing dist listing
vector-of-bool cbdc11a
Merge branch 'master' into adopt-csfle
vector-of-bool 21c5581
test-libmongoc might not be created
vector-of-bool cbfdfca
MinGW lacks WC_ERR_INVALID_CHARS
vector-of-bool 834308f
Document new extraOptions for auto-encryption
vector-of-bool a334c4e
Remove mlib for now
vector-of-bool 17687a7
Add mongodl, download a csfle library for testing. Use csfle in test …
vector-of-bool 2566d33
Fix: forked child processes must not used exit() nor allocating funct…
vector-of-bool 8328de4
C99 is not required
vector-of-bool c966020
mlib is not part of the dist any more
vector-of-bool 46fde37
Fix platform detection in mongodl
vector-of-bool 3a20ed6
Tweak filter output for --list
vector-of-bool 6c6b01e
Various spelling
vector-of-bool 3b7bb90
Only download csfle if we are building tests
vector-of-bool 58fc76a
mongodl: Default edition is 'enterprise'
vector-of-bool 864e513
Do not append csfle search paths if we are explicit or bypassing auto…
vector-of-bool a41f7c9
Make a USE_CSFLE option to control whether we use csfle for testing. Fix
vector-of-bool 53ed65e
Address PR comments. Tweak doc wording.
vector-of-bool c6a78b1
Fix mongodl for rhel versions and ASCII stdout
vector-of-bool addb083
Prefer find_program() for finding Python3
vector-of-bool aac7994
Fix Ubuntu detection. Small formatting
vector-of-bool 40a2612
Missing dist for mongodl
vector-of-bool ccc2547
Using an $ORIGIN based path for the csfle library
vector-of-bool c82bdb1
Disable csfle for tests that rely on mongocryptd behaviors
vector-of-bool 57e53b7
Speeling
vector-of-bool 966d303
Indentation fix
vector-of-bool ec9ec9a
Clearer assertion error message
vector-of-bool 606b1a5
Use POSIX _exit instead of wrapping it
vector-of-bool 37cb34d
Formatting
vector-of-bool aa5180b
csfle placement is difficult
vector-of-bool 3c8ccfa
Just put it in the top directory for now
vector-of-bool 45a9bf2
Just use 'find'
vector-of-bool c497d22
Better find, better output path
vector-of-bool eda94f6
Remove BSON_MEMCHECK. We're getting ODR trouble.
vector-of-bool 7654848
Tell me what you did.
vector-of-bool 5e29834
No csflePath on Windows yet
vector-of-bool 281df33
Remove __csfleDisabled option
vector-of-bool c7d54b4
Skip failing CSE tests for now
vector-of-bool a4363a7
Fix mongodl for older Python versions
vector-of-bool 4635971
Older Python3 has limitted pathlib functions
vector-of-bool 760ad4c
Archlinux is a special case. Just use RHEL8 binaries
vector-of-bool f959f04
Even older Linuxes
vector-of-bool 80dce13
Disable csfle download if there is no version download available for …
vector-of-bool e7405f2
Merge remote-tracking branch 'upstream/master' into adopt-csfle
vector-of-bool 56c0e3e
Stop _mkdir path creation if we find an existing dir.
vector-of-bool 1b9e4c6
Explain some behavior in mongodl
vector-of-bool 8af720a
Fix Amazon linux detection
vector-of-bool File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.