This repository has been 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
-
Removals
PRINT_RETURN
family.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.
finalize
command 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_SUPPORTED
defines.Features
CMAKE_INSTALL_PREFIX
.log.c
library.during the pCloud API calls.
-V
,--version
program options to display program version information.--dumpversion
program option to print the version of the client anddon't do anything else.
--vernum
program option to print the version of the client as integerand quit.
Bugfix
lsb_release
on 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=gnu99
when this is needed.pcloudcc_lib
static library to sharedlibpsync
.libpsync
soversion from 1 to 2.readdir_r()
function withreaddir()
.tools
directory.create a socket in
XDG_RUNTIME_DIR
orTMPDIR
. The/tmp
will be usedif there are no such environment variables.
is a technical possibility).
psync_check_result()
now is function, not macro.poverlay-linux.c
andpoverlay-macos.c
into
poverlay-posix.c
.PSYNC_CRYPTO_*
defines frompsynclib.h
topcloudcrypto.h
.boost::program_options
by more lightweight and specialized libraryCLI11
.--commands_only
CLI option to--commands-only
.message
overlay data type tooverlay_message_t
.get_answer_to_request()
topsync_overlay_process_request()
.psync_add_overlay_callback()
topsync_overlay_add_callback()
.poverlay.h
into 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