This repository was archived by the owner on Jun 14, 2022. It is now read-only.
First alpha version in 3x branch #64
sergeyklay
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Removals
PRINT_RETURNfamily.sent debug information to the pCloud's servers. This debug information
included psync library version, file name, line number, function name, and
the error message itself. This project isn't maintained by the pCloud's
employees, so this functionality has been removed.
finalizecommand from commands mode as it was almost useless anderrors prone. For example, we were forced to hard terminate the program,
w/o response on socket request and this has always been regarded as a
communication error. To stop already running daemon just stop it in the
same way as you started it - using standard system tools.
PSYNC_CRYPTO_*_NOT_SUPPORTEDdefines.Features
CMAKE_INSTALL_PREFIX.log.clibrary.during the pCloud API calls.
-V,--versionprogram options to display program version information.--dumpversionprogram option to print the version of the client anddon't do anything else.
--vernumprogram option to print the version of the client as integerand quit.
Bugfix
lsb_releaseon some systems. For example double quotes in
"Gentoo Base System release 2.7"to the standard output. This behavior has been changed.
client reported success, although the crypto session didn't start.
This has been fixed.
success. This has been fixed.
Changes
-std=gnu99when this is needed.pcloudcc_libstatic library to sharedlibpsync.libpsyncsoversion from 1 to 2.readdir_r()function withreaddir().toolsdirectory.create a socket in
XDG_RUNTIME_DIRorTMPDIR. The/tmpwill be usedif there are no such environment variables.
is a technical possibility).
psync_check_result()now is function, not macro.poverlay-linux.candpoverlay-macos.cinto
poverlay-posix.c.PSYNC_CRYPTO_*defines frompsynclib.htopcloudcrypto.h.boost::program_optionsby more lightweight and specialized libraryCLI11.--commands_onlyCLI option to--commands-only.messageoverlay data type tooverlay_message_t.get_answer_to_request()topsync_overlay_process_request().psync_add_overlay_callback()topsync_overlay_add_callback().poverlay.hinto public (pcloudcc/psync/overlay.h) and private part.This discussion was created from the release First alpha version in 3x branch.
Beta Was this translation helpful? Give feedback.
All reactions