Commit Graph

587 Commits (103fef97e69d0374aad922f935dfdb7c971bc072)
 

Author SHA1 Message Date
Roker c58d364009 merge "default" into JSON-80 5 years ago
Claudio Luck 2aacfce85d merge default into JSON-75 5 years ago
Roker 836639d0e9 JSON-91: okay, let's increase the version to 0.13.1, because it is a (compatible) API change. 5 years ago
Roker dad481aaeb JSON-91: add MIME_encrypt_message_for_self() and encrypt_message_for_self() 5 years ago
Roker 2c05220efb catch boost::program_options::error, do print better error message and show command line options, too. 5 years ago
Claudio Luck 487cecb216 merge default into JSON-75 5 years ago
Claudio Luck b0ce3bde6c use status-handle instead of winsrv cmdline option 5 years ago
Claudio Luck 1ac6bda685 daemonize(): use uintptr_t; simplify process wait on windows 5 years ago
Claudio Luck 19cc81ec3d fix tabs/spaces 5 years ago
Claudio Luck afdbf3422c API breaking change; increment server version 5 years ago
Claudio Luck 618fc4bfe9 simpler workaround for strange try/non-catch problem 5 years ago
Claudio Luck 502729de14 merge default up to release_enigmail_2.0.0 5 years ago
Claudio Luck 44e92466a0 start bg process for windows, frontend waits for init complete/failed 5 years ago
Claudio Luck 5b1566a0fe true daemon, copy-up retvals, wait for init complete via pipe
- fork first, then initialize in daemon process
 - use intermediate processes to copy up return values
 - use transient pipe to get feedback from daemon
5 years ago
Roker d5a1a64112 merge "default" into my branch 5 years ago
Roker 2f4f5cc839 add tag release_enigmail_2.0.0 5 years ago
Claudio Luck 1f4c55845e speed up console printing on Windows 5 years ago
Damiano Boppart b67adf11a8 Add rpath-link for json-server binary 5 years ago
Claudio Luck 185a344f2c eat more pasta with copy-sauce 5 years ago
Lars Rohwedder 1bdc815737 merge JSON-82 fix from "default" branch into JSON-80 branch 5 years ago
Roker 5f71c612ab JSON-82: replace (…) by {…} to avoid brain-dead glibc macros invoked. m( *sigh* 5 years ago
Damiano Boppart aa23e73276 Properly quote variables used with cp/mkdir, fix run/test prereq 5 years ago
Damiano Boppart a5110b90eb Fix install target 5 years ago
Damiano Boppart 64529a7dfe Fix clean target 5 years ago
Damiano Boppart e4b5ce8850 Fix Makefile again 5 years ago
Damiano Boppart 34bb002b09 Fix incorrect path in doc 5 years ago
Damiano Boppart da28cd0c45 Fix Makefile 5 years ago
Damiano Boppart c6c415fd16 Fix -MM compiler call 5 years ago
Damiano Boppart ebe87a5be8 Merged 5 years ago
Damiano Boppart 6c70a9beeb First attempt at gtest in Makefile without hardcoding paths 5 years ago
Roker c2cf9d85d6 oops. copy & paste error 5 years ago
Roker 4644107c45 merge "default" into JSON-80 5 years ago
Roker e7078b4c86 JSON-81: add package_version, rename "version" into "api_version"; add Engine versions. change API version into 0.13.0, name "(36) Hatzfeld". 5 years ago
Roker 695c864afb merge "default" into JSON-80 5 years ago
Roker 9452fe5e04 merge JSON-77 into "default" branch 5 years ago
Roker 0882235c64 close branch before merge… 5 years ago
Lars Rohwedder 40da32cccd merge "default" into JSON-80 branch 5 years ago
Lars Rohwedder 7b0dbaf35b merge "default" into JSON-77 branch 5 years ago
Roker dab4f13aaa fix the fork() problem on MacOS (it existed on Linux, too, but ad no impact). New version 0.12.2 "(35) Bad Berleburg". 5 years ago
Lars Rohwedder 3dbe43cbca oh, I forgot to test for strings containing NUL bytes. Now I test them, too. 5 years ago
Lars Rohwedder 213d0c4e16 detect illegal CESU-8 sequences. fix exception messages. 5 years ago
Lars Rohwedder 5beb059e27 add tests whether illegal UTF-8 strings will be detected and throws errors. And we see: CESU-8 is not detected, yet. *sigh* 5 years ago
Lars Rohwedder 0c97d04c21 add some more descriptions & Cyrillic example string 5 years ago
Lars Rohwedder 2e1007cfc7 found a minor issue encoding \177 a.k.a. \u007F, that was encoded in lowercase 5 years ago
Lars Rohwedder 638b5804c4 add rationales for the chosen test strings 5 years ago
Lars Rohwedder 7e02d3daf8 rewrite unittest to use vector with test values incl. the expected results etc. 5 years ago
Lars Rohwedder 6b3ced6ccc add test for raw_utf8, add non-BMP character that needs special handling in \uXXXX sequences, too! 5 years ago
Lars Rohwedder 57dac27de6 use parseUtf8() in json_spirit_writer. this fixes the bug! :-) 5 years ago
Lars Rohwedder 05fad5959d first compile, than check-in. So I added a semi-colon and compiler is happy 5 years ago
Lars Rohwedder 98d1eb6bb3 getUni() -> parseUtf8() and make it publicly available. 5 years ago