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
buff a9f13836b8 JSON-182 fixes iconv symbols not found by using MakeFile of Release_2.1.0-RC14 2 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-182 fixes iconv symbols not found by using MakeFile of Release_2.1.0-RC14 2 years ago
Makefile-old add parse_mail to test the MIME parser library easily. 2 years ago
Makefile.Linux add -static to Makefile.linux. hm, I did this already before, but it vanished mysteriously... 2 years ago
Makefile.conf-old ENGINE-864 -> add switch for libetpan (default) vs. libpEpMIME (MIME_LIB=pEpMIME). 2 years ago
base64.cc add debug output for base64 codec and c_string length storing & retreiving. 3 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 support for "binary strings" that are base64-encoded at the JSON-RPC interface. import_key() uses that now, so bump ServerVersion to 0.21.0 for this incompatible API change. 3 years ago
c_string.hh add support for "binary strings" that are base64-encoded at the JSON-RPC interface. import_key() uses that now, so bump ServerVersion to 0.21.0 for this incompatible API change. 3 years ago
config.hh ENGINE-864: use identical nfc.hh and nfc.cc that uses string_view as in pEpMIME. 2 years ago
context.cc spread the client_id to all relevant code places... *sigh* the whole design looks quite ugly now to me. :-/ 3 years ago
context.hh merge 'default' into JSON-156 branch. 3 years ago
daemonize.hh use status-handle instead of winsrv cmdline option 5 years ago
daemonize_unix.cc add the last missing pieces. 3 years ago
daemonize_windows.cc split daemonize.cc into daemonize_unix.cc and daemonize_windows.cc 3 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 JSON-165 the msg param of re_evaluate_message_rating() is now "inout" and not "in" any more. 3 years ago
ev_server.hh okay, move the port probing into JsonAdapter::prepare_run() 3 years ago
function_map.cc delete resources in d'tor to make Valgrind happy. :-) 3 years ago
function_map.hh remove that HACK 2 years ago
inout.cc JSON-159: After ENGINE-780 we have timegm_with_gmtoff() which does the right thing on all platforms. 3 years ago
inout.hh okay, for whatever reasons, initializing via (t) works, but {t} does not work on gcc & MSVC. Very bizarre! 2 years ago
json-adapter.cc use std::shared_ptr<> to the queue instead of reference, to avoid destruction of the queue while it is used. 3 years ago
json-adapter.hh add client_session_timeout to command line parameters and deliver it into JsonAdapter. 3 years ago
json_rpc.cc spread the client_id to all relevant code places... *sigh* the whole design looks quite ugly now to me. :-/ 3 years ago
json_rpc.hh restructure call context, so cached/generated values are now thread-safe "per call" and not globally stored in the JsonAdapter class! 3 years ago
logger.cc limit the rewind to maximum sequence_length of 8. If longer, the string is not valid UTF-8, so undo the rewind and write out the string as-is. 2 years ago
logger.hh compile-time removal of certain (possibly long) debug log messages in stream format via new macro DEBUG_LOG() 3 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 6 years ago
mini-adapter-impl.cc adding the implementation of ENGINE-781 3 years ago
mini-adapter-impl.hh remove my own sync thread code, replaced it by libpEpAdapter's implementation. 3 years ago
mini-adapter-main.cc add client_session_timeout to command line parameters and deliver it into JsonAdapter. 3 years ago
nfc.cc ENGINE-864: use identical nfc.hh and nfc.cc that uses string_view as in pEpMIME. 2 years ago
nfc.hh ENGINE-864: use identical nfc.hh and nfc.cc that uses string_view as in pEpMIME. 2 years ago
nfc_sets.cc update nfc_sets.cc to Unicode 13.0.0. :-) 3 years ago
nfc_sets.hh add NFC_Compose mapping, which is generated arithmetically from NFC_Decompose 5 years ago
pEp-types.cc JSON-179: be more robust for malformed/unusual data 2 years ago
pEp-types.hh re-structured In<> and InOut<> class templates. I hope, MSVC is happy now. 3 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
parse_mail.cc dump blob's disposition, escape non-ASCII characters in blob values properly. 2 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 Fix Windows build by including the stdexcept header 3 years ago
security-token.cc make create_random_token() public, so it can be used to create a random session ID 3 years ago
security-token.hh make create_random_token() public, so it can be used to create a random session ID 3 years ago
server_version.cc bump server version to "(47a) Erfurt-Ost" 2 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
session_registry.cc delete client cached values after timeout. 3 years ago
session_registry.hh delete client cached values after timeout. 3 years ago
unittest_decompose.cc add more complex examples 5 years ago
unittest_json.cc okay, for whatever reasons, initializing via (t) works, but {t} does not work on gcc & MSVC. Very bizarre! 2 years ago
unittest_logger.cc change unittest_logger 2 years ago
unittest_nfc.cc toNFC() is implemented now. Add unittest for toNFC(). 4 years ago
unittest_pEp.cc add unittests for stringpair_t and stringpair_list_t. 3 years ago
unittest_rpc.cc add a dummy type that wraps js::Object to allow pretty-print output in GTest. *sigh* 2 years ago
unittest_string.cc add unittest_string.cc that reveals that the old implementation of pEp::constant_time_equal() was WRONG! 3 years ago