buff
|
fd5d8fd93c
|
close branch
|
2020-09-09 16:37:14 +02:00 |
buff
|
62e44827aa
|
fixes typo
|
2020-08-30 18:50:01 +02:00 |
buff
|
ac3b314986
|
ignores build artefact
|
2020-08-28 15:52:22 +02:00 |
buff
|
0c2ef92893
|
stops requireing a certain folder structure in local.conf defined dirs
|
2020-08-28 15:51:50 +02:00 |
buff
|
0babc49f4f
|
add branch
|
2020-08-28 15:49:38 +02:00 |
Roker
|
b9c549b095
|
'unsigned long long' -> 'uint64_t' to make MSVC happy. Thanks, Claudio! :-)
|
2020-08-12 15:07:18 +02:00 |
Volker Birk
|
09eed62ac2
|
Added tag Release_2.1.0-RC8 for changeset 19d34d111523
|
2020-08-05 21:51:19 +02:00 |
Volker Birk
|
b57bb7545e
|
adding the implementation of ENGINE-781
|
2020-08-05 21:49:26 +02:00 |
Volker Birk
|
4825f06165
|
Added tag Release_2.1.0-RC7 for changeset a52221d0d778
|
2020-07-30 21:53:11 +02:00 |
Volker Birk
|
4a8c598ae8
|
otherwise the binary will not be compatible with macOS before 10.14
|
2020-07-29 17:28:17 +02:00 |
Volker Birk
|
67616b92ee
|
merging
|
2020-07-29 16:05:33 +02:00 |
Volker Birk
|
868e14c61b
|
MessageCache::cache_encrypt_message_for_self
|
2020-07-29 16:05:13 +02:00 |
Roker
|
c1caaec5ac
|
oops. double heads! I can merge them without conflicts.
|
2020-07-29 00:52:10 +02:00 |
Roker
|
1af7ff6a81
|
JSON-159: After ENGINE-780 we have timegm_with_gmtoff() which does the right thing on all platforms.
|
2020-07-29 00:50:40 +02:00 |
Volker Birk
|
0d0a2690f4
|
adding cache_mime_decode_message and cache_encrypt_message
|
2020-07-28 23:02:42 +02:00 |
Volker Birk
|
959ee1aeec
|
add message_cache functions
|
2020-07-28 18:37:10 +02:00 |
Volker Birk
|
44179f2bbc
|
Added tag Release_2.1.0-RC6 for changeset 1e734905e983
|
2020-07-24 10:21:57 +02:00 |
Volker Birk
|
c12b031a77
|
merging
|
2020-07-24 10:21:36 +02:00 |
Volker Birk
|
944636a0bb
|
required safeguard
|
2020-07-24 10:21:23 +02:00 |
Volker Birk
|
29221dc4a4
|
Added tag Release_2.1.0-RC5 for changeset 72a35ebc15c6
|
2020-07-24 09:09:17 +02:00 |
Volker Birk
|
387bca46ca
|
patch for MSC: remove double array
|
2020-07-24 08:42:00 +02:00 |
Volker Birk
|
f0e2099f26
|
Added tag Release_2.1.0-RC4 for changeset 922cdeaa80f1
|
2020-07-22 13:55:55 +02:00 |
Volker Birk
|
886d4fbb60
|
merging in new_sync
|
2020-07-22 12:49:21 +02:00 |
Volker Birk
|
59e8551e17
|
add callback_dispatcher
|
2020-07-22 11:39:18 +02:00 |
Roker
|
b0b773892e
|
split this into 2 statements, so I can set a breakpoint here
|
2020-07-21 01:09:31 +02:00 |
Roker
|
e9292da435
|
set version name to "(44) Neudietendorf"
|
2020-07-21 00:20:53 +02:00 |
Roker
|
c7f0a83e2a
|
remove my own sync thread code, replaced it by libpEpAdapter's implementation.
|
2020-07-21 00:18:47 +02:00 |
Roker
|
a6c6865065
|
start branch "new_sync" to replace my own sync loop by the implementation of libpEpAdapter.
|
2020-07-20 23:34:27 +02:00 |
Roker
|
4e350d56cf
|
add debug output for base64 codec and c_string length storing & retreiving.
|
2020-07-17 14:20:18 +02:00 |
Roker
|
4764998307
|
add examples for requests and results in README.md
|
2020-07-17 10:31:20 +02:00 |
Roker
|
b26a492deb
|
wrap _all_ Engine functions with passphrase_cache.api(), except config_*() functions
|
2020-07-14 15:38:10 +02:00 |
Roker
|
491f33e300
|
fix Makefile. Add BOOST_MT variable because on my Mac the boost libraries have -mt in their file names.
|
2020-07-14 15:30:31 +02:00 |
Volker Birk
|
5effe2654e
|
this is not needed any more
|
2020-07-11 10:36:15 +02:00 |
Volker Birk
|
8f3558aac4
|
new Makefile for static linking; for docu make help
|
2020-07-11 10:27:17 +02:00 |
Volker Birk
|
404218cf93
|
this is not needed anymore when using callback_dispatcher, because it's done there
|
2020-07-08 23:31:42 +02:00 |
Jorg Knobloch
|
6d9420a455
|
Follow-up to rev. 4d21af81d4fb: Fix build on Windows.
|
2020-07-08 21:01:27 +02:00 |
Roker
|
c2db69c23f
|
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.
|
2020-07-08 15:41:26 +02:00 |
Roker
|
9b3a05f574
|
remove that overcomplicated double-fork() crap. Sorry Claudio. ;-)
|
2020-07-07 21:59:09 +02:00 |
Roker
|
8b209dd29e
|
split daemonize.cc into daemonize_unix.cc and daemonize_windows.cc
|
2020-07-07 21:44:30 +02:00 |
Volker Birk
|
ed25245527
|
Added tag Release_2.1.0-RC3 for changeset 77b2b317e2d3
|
2020-07-07 11:37:29 +02:00 |
Roker
|
4bdb5758fa
|
do weird things when on sync thread... :-/
|
2020-07-06 18:06:44 +02:00 |
Roker
|
9f2e6468b8
|
update nfc_sets.cc to Unicode 13.0.0. :-)
|
2020-07-06 15:24:12 +02:00 |
Volker Birk
|
ac30ee1049
|
Added tag Release_2.1.0-RC2 for changeset 929621082b1e
|
2020-07-05 13:13:00 +02:00 |
Roker
|
29635ce596
|
call pEp::passphrase_cache.add() and pEp::passphrase_cache.add_stored() also for the current PEP_SESSION, not only for cached and future PEP_SESSIONs.
|
2020-07-05 11:08:42 +02:00 |
Volker Birk
|
e6315e4580
|
Added tag Release_2.1.0-RC1 for changeset dbda4d435843
|
2020-07-04 19:36:12 +02:00 |
Volker Birk
|
0cfe87f97a
|
merging
|
2020-07-04 18:38:14 +02:00 |
Volker Birk
|
aeb37831f7
|
passphrase_cache now provided by libpEpAdapter
|
2020-07-04 18:37:46 +02:00 |
Jorg Knobloch
|
fb578ef8b7
|
Fixed typo.
|
2020-07-03 17:36:56 +02:00 |
Volker Birk
|
2cfa86bc7d
|
Added tag Release_2.1.0-RC0 for changeset c441cd8828f8
|
2020-07-03 17:04:28 +02:00 |
Roker
|
996b44bdb9
|
merge JSON-153 into default branch. :-)
|
2020-07-03 16:18:13 +02:00 |