You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pEpJSONServerAdapter/server
Roker 86906e7d77 add desired 5 functions to JSON RPC API 3 years ago
..
json_spirit Fix "make" dependencies for json_spirit/*_template.h (JSON-79) 5 years ago
scripts update to Unicode version 11.0.0 4 years ago
Makefile JSON-124 make html_directory configurable via Makefile & macros, instead of echo 4 years ago
Makefile.conf JSON-124 make html_directory configurable via Makefile & macros, instead of echo 4 years ago
base64.cc new version "(16) Kreuz Köln Ost": #close JSON-12. remove dependency to awkward boost.archive for base64. 7 years ago
base64.hh new version "(16) Kreuz Köln Ost": #close JSON-12. remove dependency to awkward boost.archive for base64. 7 years ago
c_string.cc add tests for InLength<> feature 5 years ago
c_string.hh add tests for InLength<> feature 5 years ago
context.cc KISS principle: we only need size_t objects in the store, so only support this type, at the moment. 5 years ago
context.hh KISS principle: we only need size_t objects in the store, so only support this type, at the moment. 5 years ago
daemonize.cc use status-handle instead of winsrv cmdline option 5 years ago
daemonize.hh use status-handle instead of winsrv cmdline option 5 years ago
download_boost_1_68.sh add download script for boost 1.68 to have boost.process etc. 5 years ago
ev_server.cc add desired 5 functions to JSON RPC API 3 years ago
ev_server.hh Use the Logger class in ev_server 5 years ago
function_map.cc zombra! 5 years ago
function_map.hh be less chatty... remove logging to stdout/stderr 5 years ago
inout.cc timestamp is now serialized as integer, denoting the seconds (ignoring leap seconds) since Epoc. 4 years ago
inout.hh messageToSend() never worked. Now it is used by the Engine and ... crashed. Oops... 4 years ago
json-adapter.cc *sigh* okay, due to strange Engine's API we have to give a function ptr to JsonAdapter::startup(). 4 years ago
json-adapter.hh *sigh* okay, due to strange Engine's API we have to give a function ptr to JsonAdapter::startup(). 4 years ago
json_rpc.cc rename branch to JSON-101 5 years ago
json_rpc.hh remove 'check_security_token' parameter. it is useless and dangerous if misused. 5 years ago
logger.cc On Win32 there is no alloca header 5 years ago
logger.hh remove timeval, it is not used. Fix issure with _WIN32. Untested. 5 years ago
logger_config.hh make MSVC happier: no syslog on Win32, no variable-length arrays in C++ mode (it is a C99 feature) 5 years ago
main.hh make HTML directory configurable via command line switch -H 5 years ago
mini-adapter-impl.cc big refactoring. move all non-library stuff from JsonAdapter into mini-adapter-impl. But injectSyncMsg is still an issue, because the JsonAdapter calls init() and init() has this fn ptr as parameter. :-/ 4 years ago
mini-adapter-impl.hh big refactoring. move all non-library stuff from JsonAdapter into mini-adapter-impl. But injectSyncMsg is still an issue, because the JsonAdapter calls init() and init() has this fn ptr as parameter. :-/ 4 years ago
mini-adapter-main.cc make the JsonAdapter a proper singleton: private default c'tor. mutexed getInstance() method instead. 4 years ago
nfc.cc okay, MSVC is unable or unwilling to compile that one-liner, so I make 3 lines out of it. Does it work now? 5 years ago
nfc.hh implement NFC composing. UNTESTED! 5 years ago
nfc_sets.cc update to Unicode version 11.0.0 4 years ago
nfc_sets.hh add NFC_Compose mapping, which is generated arithmetically from NFC_Decompose 5 years ago
nulllogger.cc add Nulllogger to suppress console output. 6 years ago
nulllogger.hh add Nulllogger to suppress console output. 6 years ago
pEp-types.cc JSON-130: add missing data members. Bump server API version to 0.18.1. 3 years ago
pEp-types.hh rename all "pep" in file names etc. into "pEp" as required by pEp branding rules. 4 years ago
pEp-utils-json.hh rename all "pep" in file names etc. into "pEp" as required by pEp branding rules. 4 years ago
pEp-utils.cc rename all "pep" in file names etc. into "pEp" as required by pEp branding rules. 4 years ago
pEp-utils.hh rename all "pep" in file names etc. into "pEp" as required by pEp branding rules. 4 years ago
prefix-config.cc oops. I forgot to add prefix-config.cc to repo. Thank you, francesco! 4 years ago
prefix-config.hh add HTML_DIRECTORY to Makefile & C++ code 6 years ago
registry.cc fix some MSVC warnings 6 years ago
registry.hh check whether init() fails and throw an exception instead of leaving the session NULL 7 years ago
security-token.cc rename all "pep" in file names etc. into "pEp" as required by pEp branding rules. 4 years ago
security-token.hh add remove_token_file(); 6 years ago
server_version.cc JSON-130: add missing data members. Bump server API version to 0.18.1. 3 years ago
server_version.hh JSON-102: read package version from file 5 years ago
servertest.cc proper casing of filenames is important on Linux, not on MacOS. *sigh* 4 years ago
unittest_decompose.cc add more complex examples 5 years ago
unittest_json.cc JSON-94: add more checks to me more robust. Add unittest for illegal \u sequences 5 years ago
unittest_logger.cc add a pseudo unittest for the logger 5 years ago
unittest_nfc.cc toNFC() is implemented now. Add unittest for toNFC(). 4 years ago
unittest_pEp.cc proper casing of filenames. 4 years ago
unittest_rpc.cc fix hex encoding of the test string "Größe" in unittest expected values 5 years ago