.. |
json_spirit
|
found a minor issue encoding \177 a.k.a. \u007F, that was encoded in lowercase
|
5 years ago |
scripts
|
remove set size constants, because not needed. this also removes a nasty compiler warning. :-)
|
5 years ago |
Makefile
|
Fix Makefile again
|
4 years ago |
Makefile.conf
|
First attempt at gtest in Makefile without hardcoding paths
|
4 years ago |
base64.cc
|
new version "(16) Kreuz Köln Ost": #close JSON-12. remove dependency to awkward boost.archive for base64.
|
6 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.hh
|
add c_string.hh
|
5 years ago |
context.hh
|
new version "(26) Reichshof": change return type from JSON array into JSON object {"output":[...], "return":..., "errorstack":[...]}
|
5 years ago |
daemonize.cc
|
oops. copy & paste error
|
4 years ago |
daemonize.hh
|
fix the fork() problem on MacOS (it existed on Linux, too, but ad no impact). New version 0.12.2 "(35) Bad Berleburg".
|
4 years ago |
ev_server.cc
|
merge "default" into JSON-77 branch
|
4 years ago |
ev_server.hh
|
Don't log to stderr if not necessary. ev_server methods now also uses the configured logfile. :-)
|
5 years ago |
function_map.cc
|
zombra!
|
5 years ago |
function_map.hh
|
move Type2String from function_map.hh to inout.hh
|
5 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 |
inout.cc
|
add assert_utf8() for every string to/from the Engine (except blobdata). Bump to version 0.12.1.
|
5 years ago |
inout.hh
|
move Type2String from function_map.hh to inout.hh
|
5 years ago |
json-adapter.cc
|
fix the fork() problem on MacOS (it existed on Linux, too, but ad no impact). New version 0.12.2 "(35) Bad Berleburg".
|
4 years ago |
json-adapter.hh
|
fix the fork() problem on MacOS (it existed on Linux, too, but ad no impact). New version 0.12.2 "(35) Bad Berleburg".
|
4 years ago |
json_rpc.cc
|
make_request()
|
6 years ago |
json_rpc.hh
|
do not ignore return value of write()
|
6 years ago |
main.cc
|
JSON-81: add package_version, rename "version" into "api_version"; add Engine versions. change API version into 0.13.0, name "(36) Hatzfeld".
|
4 years ago |
main.hh
|
make HTML directory configurable via command line switch -H
|
5 years ago |
nfc.cc
|
detect illegal CESU-8 sequences. fix exception messages.
|
5 years ago |
nfc.hh
|
detect illegal CESU-8 sequences. fix exception messages.
|
5 years ago |
nfc_sets.cc
|
remove set size constants, because not needed. this also removes a nasty compiler warning. :-)
|
5 years ago |
nfc_sets.hh
|
add generator script for NFC character properties
|
6 years ago |
nulllogger.cc
|
add Nulllogger to suppress console output.
|
6 years ago |
nulllogger.hh
|
add Nulllogger to suppress console output.
|
6 years ago |
pep-types.cc
|
implement veeeeerrrryyy verbose status_to_string(). SUCH CODE SHALL BE GENERATED ASAP!
|
5 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.
|
5 years ago |
pep-utils.hh
|
add make_c_ptr() from JSON-54 branch
|
5 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
|
check whether init() fails and throw an exception instead of leaving the session NULL
|
6 years ago |
security-token.cc
|
Change location of server token file. breaking API change, so API_VERSION=0x0003. version="(31) Altenkleusheim" (variante Nord)
|
5 years ago |
security-token.hh
|
add remove_token_file();
|
6 years ago |
server_version.cc
|
JSON-81: add package_version, rename "version" into "api_version"; add Engine versions. change API version into 0.13.0, name "(36) Hatzfeld".
|
4 years ago |
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".
|
4 years ago |
servertest.cc
|
ENGINE-187 retrieveNextSyncMsg now update *timeout value with remaining time
|
5 years ago |
unittest_json.cc
|
oh, I forgot to test for strings containing NUL bytes. Now I test them, too.
|
5 years ago |