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 32929bb638 merge "default" into "JSON-23" 6 years ago
..
json_spirit make the JSON parser thread-safe! needs -lboost_thread now. :-o 7 years ago
scripts add generator script for NFC character properties 7 years ago
Makefile add slurp() function from pEpEngine's test code. 6 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
context.hh add "context" to the function call mechanism 7 years ago
daemonize.cc so much space… 6 years ago
daemonize.hh add daemonize() function. Needs to be platform-dependent. :-/ 7 years ago
function_map.cc Add a lot of functions the JNI adapter provides. Are they all necessary for Enigmail? 7 years ago
function_map.hh Fix compilation on openSUSE 6 years ago
gpg_environment.cc JSON-18 fix copy-paste error that cause a crash when GNUPGHOME environment variable is set, but GPG_AGENT_INFO is not set 6 years ago
gpg_environment.hh JSON-18 #comment Add function getGpgEnvironment() that returns an object with 3 optional strings (which each might be null). 6 years ago
json-adapter.cc use pEp::utility::slurp() + evbuffer_add() instead of efficient zero-copy evbuffer_add_file(). Thanks, Microsoft! :-( 6 years ago
json-adapter.hh JSON-20 : add missing comma. 6 years ago
json_rpc.cc make_request() 7 years ago
json_rpc.hh do not ignore return value of write() 7 years ago
main.cc sleep() → std::this_thread::sleep_for() 6 years ago
main.hh add a new "main" module 7 years ago
nfc.cc replace case ... branches by if-else cascade. :-/ 6 years ago
nfc.hh first NFC quick check, than (yet unimplemented) deep check 7 years ago
nfc_sets.cc add generator script for NFC character properties 7 years ago
nfc_sets.hh add generator script for NFC character properties 7 years ago
nulllogger.cc add Nulllogger to suppress console output. 7 years ago
nulllogger.hh add Nulllogger to suppress console output. 7 years ago
pep-types.cc add 'null' value when stringlist->value is NULL. Might fix JSON-24. 6 years ago
pep-types.hh new version "(23) Engelskirchen": fix JSON-19. Support "Bool" and "Language" as separate data types in JavaScript. 6 years ago
pep-utils.cc add slurp() function from pEpEngine's test code. 6 years ago
pep-utils.hh add slurp() function from pEpEngine's test code. 6 years ago
registry.cc start branch JSON-23 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 separate platform-dependent and -independent code 6 years ago
security-token.hh add remove_token_file(); 7 years ago
servertest.cc add servertest program that tests the locked_queue with many parallel threads 7 years ago