pEpJSONServerAdapter/server
Roker bafdefbe30 rename branch to JSON-101 2018-08-08 10:59:14 +02:00
..
json_spirit JSON-94: add more checks to me more robust. Add unittest for illegal \u sequences 2018-06-07 13:24:12 +02:00
scripts add NFC_Compose mapping, which is generated arithmetically from NFC_Decompose 2018-04-18 17:35:27 +02:00
Makefile add a pseudo unittest for the logger 2018-07-31 16:00:57 +02:00
Makefile.conf add a pseudo unittest for the logger 2018-07-31 16:00:57 +02:00
base64.cc new version "(16) Kreuz Köln Ost": #close JSON-12. remove dependency to awkward boost.archive for base64. 2016-10-29 20:56:37 +02:00
base64.hh new version "(16) Kreuz Köln Ost": #close JSON-12. remove dependency to awkward boost.archive for base64. 2016-10-29 20:56:37 +02:00
c_string.cc add tests for InLength<> feature 2018-06-07 09:56:55 +02:00
c_string.hh add tests for InLength<> feature 2018-06-07 09:56:55 +02:00
context.cc KISS principle: we only need size_t objects in the store, so only support this type, at the moment. 2018-05-28 15:07:19 +02:00
context.hh KISS principle: we only need size_t objects in the store, so only support this type, at the moment. 2018-05-28 15:07:19 +02:00
daemonize.cc use status-handle instead of winsrv cmdline option 2018-04-02 19:26:59 +02:00
daemonize.hh use status-handle instead of winsrv cmdline option 2018-04-02 19:26:59 +02:00
ev_server.cc Use the Logger class in ev_server 2018-08-05 17:38:51 +02:00
ev_server.hh Use the Logger class in ev_server 2018-08-05 17:38:51 +02:00
function_map.cc zombra! 2017-12-26 16:43:44 +01:00
function_map.hh be less chatty... remove logging to stdout/stderr 2018-06-07 09:55:07 +02:00
gpg_environment.cc fix memory leak in Return values 2018-05-02 20:36:26 +02:00
gpg_environment.hh JSON-18 #comment Add function getGpgEnvironment() that returns an object with 3 optional strings (which each might be null). 2017-01-18 16:08:44 +01:00
inout.cc Out<T>::value is no longer a pointer. Compiles, but does it work, too? 2018-05-02 18:24:58 +02:00
inout.hh In<c_string> stores the length. InLength<> retrieves it. 2018-05-28 15:08:09 +02:00
json-adapter.cc Use the Logger class in ev_server 2018-08-05 17:38:51 +02:00
json-adapter.hh Less segfaults. More run. 2018-06-21 15:49:00 +02:00
json_rpc.cc rename branch to JSON-101 2018-08-08 10:59:14 +02:00
json_rpc.hh remove 'check_security_token' parameter. it is useless and dangerous if misused. 2018-06-05 13:14:23 +02:00
logger.cc do the log to file & close the logfile on shutdown. 2018-07-31 14:49:07 +02:00
logger.hh configurable clip and wrap lengths 2018-07-05 10:23:07 +02:00
logger_config.hh configurable clip and wrap lengths 2018-07-05 10:23:07 +02:00
main.cc Less segfaults. More run. 2018-06-21 15:49:00 +02:00
main.hh make HTML directory configurable via command line switch -H 2017-12-19 16:26:02 +01:00
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? 2018-06-12 15:18:21 +02:00
nfc.hh implement NFC composing. UNTESTED! 2018-04-19 18:27:02 +02:00
nfc_sets.cc add NFC_Compose mapping, which is generated arithmetically from NFC_Decompose 2018-04-18 17:35:27 +02:00
nfc_sets.hh add NFC_Compose mapping, which is generated arithmetically from NFC_Decompose 2018-04-18 17:35:27 +02:00
nulllogger.cc add Nulllogger to suppress console output. 2016-11-29 13:29:27 +01:00
nulllogger.hh add Nulllogger to suppress console output. 2016-11-29 13:29:27 +01:00
pep-types.cc enum -> enum class. requires a lot of class name prefixes. :-/ 2018-05-23 11:45:05 +02:00
pep-types.hh In<c_string> stores the length. InLength<> retrieves it. 2018-05-28 15:08:09 +02:00
pep-utils.cc add slurp() function from pEpEngine's test code. 2017-03-23 13:32:06 +01:00
pep-utils.hh add make_c_ptr() from JSON-54 branch 2018-01-17 16:05:12 +01:00
prefix-config.hh add HTML_DIRECTORY to Makefile & C++ code 2017-07-05 13:54:48 +02:00
registry.cc fix some MSVC warnings 2017-04-11 15:36:53 +02:00
registry.hh check whether init() fails and throw an exception instead of leaving the session NULL 2016-04-21 13:07:50 +02:00
security-token.cc Change location of server token file. breaking API change, so API_VERSION=0x0003. version="(31) Altenkleusheim" (variante Nord) 2017-11-08 22:47:36 +01:00
security-token.hh add remove_token_file(); 2016-12-07 17:26:42 +01:00
server_version.cc bump API version to 0.15.2 "(39) Gemünden" 2018-06-07 13:52:50 +02:00
server_version.hh JSON-81: add package_version, rename "version" into "api_version"; add Engine versions. change API version into 0.13.0, name "(36) Hatzfeld". 2018-03-14 15:18:06 +01:00
servertest.cc ENGINE-187 retrieveNextSyncMsg now update *timeout value with remaining time 2017-04-25 13:48:14 +02:00
unittest_decompose.cc add more complex examples 2018-04-16 23:36:22 +02:00
unittest_json.cc JSON-94: add more checks to me more robust. Add unittest for illegal \u sequences 2018-06-07 13:24:12 +02:00
unittest_logger.cc add a pseudo unittest for the logger 2018-07-31 16:00:57 +02:00
unittest_nfc.cc fix unittests. isNFC() works now. :-) 2018-04-25 15:56:46 +02:00
unittest_rpc.cc fix hex encoding of the test string "Größe" in unittest expected values 2018-06-07 13:28:12 +02:00