heck
d9e782faff
JNI-142: "Mem-mgmt: Defined behaviour of Message.close()"
* close() method is now idempotent
* Access to Message obj after close() results in IllegalStateException (Not SEGV anymore)
4 years ago
heck
4fdcb1e1ac
JNI-129 - JNI-129 - Message.getSent calls getSent() instead of _getSent()
4 years ago
heck
31ddafa3e5
codegen : message.cc fix datetime type
4 years ago
heck
a255490628
formatting and code style only
5 years ago
heck
3e71c76515
JNI-123 - "get rid of c-style casts"
5 years ago
heck
c5ae320e7a
move all cxx sources/headers into src/cxx
5 years ago
heck
80c0b1e542
Move all yml2 into own src folder "codegen"
5 years ago
heck
e5f3aa6b8a
Generate marker files for make
Move exceptions into own subpkg foundation.pEp.jniadapter.exceptions
5 years ago
heck
e8686e1ac4
Fix for pEpEngine default branch: mime_encode_messageO()/mime_decode_message()
mime_encode_message() "has_pEp_msg_attachment" hard coded to false
mime_decode_message() "has_pEp_msg_attachment" hard coded to NULL
5 years ago
heck
96c2484afa
Fix for pEpEngine default branch: mime_encode_messageO()/mime_decode_message()
mime_encode_message() "has_pEp_msg_attachment" hard coded to false
mime_decode_message() "has_pEp_msg_attachment" hard coded to NULL
5 years ago
Volker Birk
0e14d3a76f
another include missing
5 years ago
heck
a309452628
depend on pEp/pEpLog.hh to be compatible with libpEpAdapter branches default and postrelease
5 years ago
heck
2c432e678b
depend on pEp/pEpLog.hh to be compatible with libpEpAdapter branches default and postrelease
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
25a07dcfde
Added Logging of every c/c++ function call (in DEBUG build only)
resolved possible var name ambiguity
corrected some formatting inconsistencies
5 years ago
Hussein Kasem
596a095e70
Move from org.pEp.* to foundation.pEp.*
6 years ago
Hussein Kasem
1036195919
Backed out changeset: 737fa2f86e2a - return to org.pEp.*
6 years ago
Volker Birk
cad51bdaa1
moving from org.pEp.* to pEp.*
6 years ago
Volker Birk
942ead22da
typo
6 years ago
Volker Birk
22532ab3c7
art & beauty
6 years ago
Volker Birk
2f03b0b5cf
mime_decode_message() and mime_encode_message()
6 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
Edouard Tisserant
67746d04a3
Safer setters for Message
10 years ago
Volker Birk
fede0a1aae
name mangling in message corrected
10 years ago
Edouard Tisserant
5a87babd20
Fixes for android build
10 years ago
Volker Birk
f9ddf78282
...
10 years ago
Volker Birk
46b092339c
generating Engine.java
10 years ago
Edouard Tisserant
52f6818006
...
10 years ago
Volker Birk
5afe57ad02
completing C++ message
10 years ago
Edouard Tisserant
31f9248234
Small fix
10 years ago
Volker Birk
47d87ed4e6
...
10 years ago
Volker Birk
6fe854f5fe
...
10 years ago
Volker Birk
046f68aa23
generating .cc files
10 years ago
Volker Birk
18f64a0ef6
MimeMessage to Message
10 years ago
Volker Birk
11295c9644
generating C++ part
10 years ago