-
Notifications
You must be signed in to change notification settings - Fork 510
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
Release/v3.5.0 #1399
Merged
Merged
Release/v3.5.0 #1399
Conversation
This file contains 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
… & .spec for RPM distros)
moved spec to packaging
for non supported filenames use memory loader except for files > 100 MB (use temporary file for those)
In order to ensure the client is up to date with the server in terms of reception of recent changes (actionpackets), this method closes existing sc connection (if any) and abort the backoff to immediately retrieve changes. Since the app may require to check this situation several times, app's requests are queued and sent sequentially.
…d for production on windows.
A scRequest to catchup could be queued and, before being processed, a batch of actionpackets may arrive --> `catchup_result()` would finish the request even before being started. This commit prevents that race- condition by checking the tag of the request, which is set to `1` when it's started.
& use gfxMutex to protect deletion/creation of pdf thumnails
The new target ends up in `tests/sync_test`. There seem to be currently two test cases failing (at least on ubuntu) which will be addressed in a separate commit.
Add sync tests as a separate test target for posix platforms
Added the option to build against the prebuilt 3rdparty libraries use…
support non-ascii pdf thumbnails in windows
It still requires the API to allow it. By now it returns `EACCESS`
Initial support to create thumb for PDF for qt binding
Allow to retrieve existing chatlinks for non-moderators
Update Xcode settings
Add method to catch up with API
This includes the generation of class and colab. diagrams along with call and caller graphs. Requires the `dot` tool.
Fix/add doxygen for whole sdk
Bug #11332-Incorrect video preview orientation on video files
… doesn't have avatar.
Request an avatar for a non user must return API_ENOENT when the user…
megasdk_PR SUCCEDED (698) 👍 |
megasdk_PR SUCCEDED (699) 👍 |
polmr
approved these changes
Apr 15, 2019
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.
pdfium
.