.. |
json_spirit
|
Fix "make" dependencies for json_spirit/*_template.h (JSON-79)
|
4 years ago |
scripts
|
update to Unicode version 11.0.0
|
3 years ago |
Makefile
|
stops requireing a certain folder structure in local.conf defined dirs
|
2 years ago |
base64.cc
|
add debug output for base64 codec and c_string length storing & retreiving.
|
2 years ago |
base64.hh
|
new version "(16) Kreuz Köln Ost": #close JSON-12. remove dependency to awkward boost.archive for base64.
|
6 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.
|
2 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.
|
2 years ago |
context.cc
|
add debug output for base64 codec and c_string length storing & retreiving.
|
2 years ago |
context.hh
|
add to cache.
|
2 years ago |
daemonize.hh
|
use status-handle instead of winsrv cmdline option
|
4 years ago |
daemonize_unix.cc
|
remove that overcomplicated double-fork() crap. Sorry Claudio. ;-)
|
2 years ago |
daemonize_windows.cc
|
split daemonize.cc into daemonize_unix.cc and daemonize_windows.cc
|
2 years ago |
download_boost_1_68.sh
|
add download script for boost 1.68 to have boost.process etc.
|
4 years ago |
ev_server.cc
|
MessageCache::cache_encrypt_message_for_self
|
2 years ago |
ev_server.hh
|
okay, move the port probing into JsonAdapter::prepare_run()
|
2 years ago |
function_map.cc
|
delete resources in d'tor to make Valgrind happy. :-)
|
2 years ago |
function_map.hh
|
required safeguard
|
2 years ago |
inout.cc
|
JSON-159: After ENGINE-780 we have timegm_with_gmtoff() which does the right thing on all platforms.
|
2 years ago |
inout.hh
|
re-structured In<> and InOut<> class templates. I hope, MSVC is happy now.
|
2 years ago |
json-adapter.cc
|
split this into 2 statements, so I can set a breakpoint here
|
2 years ago |
json-adapter.hh
|
do weird things when on sync thread... :-/
|
2 years ago |
json_rpc.cc
|
'unsigned long long' -> 'uint64_t' to make MSVC happy. Thanks, Claudio! :-)
|
2 years ago |
json_rpc.hh
|
event delivery to clients is easier now!
|
2 years ago |
logger.cc
|
implant pEp::Adapter::messageToSend
|
2 years ago |
logger.hh
|
compile-time removal of certain (possibly long) debug log messages in stream format via new macro DEBUG_LOG()
|
2 years ago |
logger_config.hh
|
make MSVC happier: no syslog on Win32, no variable-length arrays in C++ mode (it is a C99 feature)
|
4 years ago |
main.hh
|
make HTML directory configurable via command line switch -H
|
5 years ago |
mini-adapter-impl.cc
|
adding the implementation of ENGINE-781
|
2 years ago |
mini-adapter-impl.hh
|
remove my own sync thread code, replaced it by libpEpAdapter's implementation.
|
2 years ago |
mini-adapter-main.cc
|
adding the implementation of ENGINE-781
|
2 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?
|
4 years ago |
nfc.hh
|
implement NFC composing. UNTESTED!
|
4 years ago |
nfc_sets.cc
|
update nfc_sets.cc to Unicode 13.0.0. :-)
|
2 years ago |
nfc_sets.hh
|
add NFC_Compose mapping, which is generated arithmetically from NFC_Decompose
|
4 years ago |
pEp-types.cc
|
support PEP_CIPHER_SUITE as In<> parameter.
|
2 years ago |
pEp-types.hh
|
re-structured In<> and InOut<> class templates. I hope, MSVC is happy now.
|
2 years ago |
pEp-utils-json.hh
|
rename all "pep" in file names etc. into "pEp" as required by pEp branding rules.
|
3 years ago |
pEp-utils.cc
|
rename all "pep" in file names etc. into "pEp" as required by pEp branding rules.
|
3 years ago |
pEp-utils.hh
|
rename all "pep" in file names etc. into "pEp" as required by pEp branding rules.
|
3 years ago |
prefix-config.cc
|
oops. I forgot to add prefix-config.cc to repo. Thank you, francesco!
|
3 years ago |
prefix-config.hh
|
add HTML_DIRECTORY to Makefile & C++ code
|
5 years ago |
registry.cc
|
fix some MSVC warnings
|
5 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
|
2 years ago |
security-token.hh
|
make create_random_token() public, so it can be used to create a random session ID
|
2 years ago |
server_version.cc
|
set version name to "(44) Neudietendorf"
|
2 years ago |
server_version.hh
|
JSON-102: read package version from file
|
4 years ago |
servertest.cc
|
proper casing of filenames is important on Linux, not on MacOS. *sigh*
|
3 years ago |
session_registry.cc
|
adding the implementation of ENGINE-781
|
2 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!
|
2 years ago |
unittest_decompose.cc
|
add more complex examples
|
4 years ago |
unittest_json.cc
|
JSON-94: add more checks to me more robust. Add unittest for illegal \u sequences
|
4 years ago |
unittest_logger.cc
|
add a pseudo unittest for the logger
|
4 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.
|
2 years ago |
unittest_rpc.cc
|
remove thread_id from result object, to make unittests green again, because the value of "thread_id" is unpredictable.
|
2 years ago |