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
Volker Birk 959ee1aeec add message_cache functions 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 fix Makefile. Add BOOST_MT variable because on my Mac the boost libraries have -mt in their file names. 3 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
context.cc add debug output for base64 codec and c_string length storing & retreiving. 3 years ago
context.hh add to cache. 3 years ago
daemonize.hh use status-handle instead of winsrv cmdline option 5 years ago
daemonize_unix.cc remove that overcomplicated double-fork() crap. Sorry Claudio. ;-) 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 add message_cache functions 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 required safeguard 3 years ago
inout.cc declare JsonAdapter::pollForEvents() and add necessary template specializations for js::Array 3 years ago
inout.hh re-structured In<> and InOut<> class templates. I hope, MSVC is happy now. 3 years ago
json-adapter.cc split this into 2 statements, so I can set a breakpoint here 3 years ago
json-adapter.hh do weird things when on sync thread... :-/ 3 years ago
json_rpc.cc add more debug log :-/ 3 years ago
json_rpc.hh event delivery to clients is easier now! 3 years ago
logger.cc implant pEp::Adapter::messageToSend 3 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 5 years ago
mini-adapter-impl.cc add callback_dispatcher 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 callback_dispatcher 3 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 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 support PEP_CIPHER_SUITE as In<> parameter. 3 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
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 set version name to "(44) Neudietendorf" 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
session_registry.cc more log output. *sigh* 3 years ago
session_registry.hh fix logger issue. Nota bene: Don't use static Loggers, because they're constructed before main() has run. My mistake. Sorry, Joerg! 3 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 add unittests for stringpair_t and stringpair_list_t. 3 years ago
unittest_rpc.cc remove thread_id from result object, to make unittests green again, because the value of "thread_id" is unpredictable. 3 years ago