Thomas
138bee2566
Add Windows build project and reference platform.h
4 years ago
heck
a255490628
formatting and code style only
5 years ago
heck
c5ae320e7a
move all cxx sources/headers into src/cxx
5 years ago
heck
49d4ac3b0d
config_passphrase() - implemented using cache.add()
5 years ago
Volker Birk
f67d98cb10
missing header file violating C++ standard
5 years ago
heck
d020c79c03
Replaced hashCode() with UniquelyIdentifiable.getId()
java.lang.Object.hashCode() returns non unique numbers.
5 years ago
heck
0254493742
Per object c++ mutex locking for the Engine class (java).
All calls to an Engine obj are locking the mutex for their respective object.
A unordered_map holds the mutex per java obj hash. The mutexes are created/deleted in constructor/destructor of an engine object.
A global mutex is being locked for write operations on the unordered map (not thread safe).
Cleanup of #includes
5 years ago
heck
e774036922
Added feature Blob.toString() - Human readable string representation of Blob.
The data field is ASN.1 XER decoded for mime_types:
"application/pEp.sync"
"application/pEp.keyreset"
5 years ago
Volker Birk
678fca7ea8
adding config_cipher_suite
6 years ago
Hussein Kasem
4a1daeb7de
Change default JNI-NDK logging options.
6 years ago
Volker Birk
5758fcd11e
updating to new sync API
6 years ago
Volker Birk
b971de7a78
more...
7 years ago
Volker Birk
be51e38280
adding inout for Integer
7 years ago
Hussein Kasem
545ebdc862
JNI-58 Expose enc_format parameter on encrypt_message instead of force PEP_enc_PEP
8 years ago
Volker Birk
76adb8c6c1
adding "pEp/" to include paths
8 years ago
Edouard Tisserant
30f2c10694
JNI-26 fixed include path for pEpEngine includes, according to new JNI build.
9 years ago
Hussein Kasem
e6849af9d3
Changes needed to trigger keysync.
- Make syncthread use only global class refs
- Fix typos
- Make pEpExepcions public
9 years ago
Hussein Kasem
6c749ec8c5
Disable NDK/JNI log
9 years ago
Hussein Kasem
456ad4e50c
fix findClass thread issue (ClassNotFound from syncthread)
9 years ago
Volker Birk
16f7fd4dc0
the weather is cloudy this Sunday
10 years ago
Volker Birk
9f381968ae
...
10 years ago
Volker Birk
595b0806ef
mutex constructor with EAGAIN
10 years ago
Volker Birk
60b5eedca1
locked queue and threads
10 years ago
Volker Birk
5428da6581
identity conversion
10 years ago
Volker Birk
0b9db3886a
stringpairlist
10 years ago
Volker Birk
5afe57ad02
completing C++ message
10 years ago
Volker Birk
6d616ce2c3
...
10 years ago