Luca Saiu
|
c74c428714
|
empty_message_copy: copy the rating as well (Jörg Knobloch discovered the bug)
Thanks Jörg.
|
4 years ago |
Luca Saiu
|
ecae4c4ca1
|
adapt to the engine changes in ENGINE-959
|
4 years ago |
heck
|
b8a208d3a5
|
std_utils - Templatize bin2hex() / hex2bin()
FIX: The random generators, they were totally broken. (exhausting the entropy pool)
|
4 years ago |
heck
|
e449d65a4f
|
std_utils.hh - Add dir_get_cwd() / dir_set_cwd()
|
4 years ago |
heck
|
f27b87d587
|
bin2hex - Add alternative
|
4 years ago |
heck
|
91d7e47734
|
Add missing includes
|
4 years ago |
heck
|
15f7c3de60
|
std_utils - add hex2bin() / bin2hex()
|
4 years ago |
heck
|
528d823b19
|
std_utils - add to_lower(string)
|
4 years ago |
heck
|
cbdc72995e
|
formatting only / doc
|
4 years ago |
heck
|
b41bba4143
|
std_utils - templatize file_read_bin() / file_write_bin
|
4 years ago |
heck
|
06f9faeb32
|
std_utils.hh - add path_dirname() and path_get_abs();
|
4 years ago |
RCE
|
966990f09e
|
Fix: Add missing include
|
4 years ago |
heck
|
7c1c8016f9
|
std_utils.hh - add file_read_bin() / file_write_bin()
|
4 years ago |
heck
|
e105634189
|
use solution pattern from pEp/platform_windows.h for windows compat (Move this to engine via PR, once working)
|
4 years ago |
heck
|
a77a24c8b6
|
use pEp/platform.h for windows compat
|
4 years ago |
heck
|
8184899d9d
|
group_manager_api - formatting only
|
4 years ago |
Thomas
|
f1f8c0d49d
|
Initialize status code
|
4 years ago |
Thomas
|
bbb2dd7b00
|
Add reference to sqlite3, use _strdup()
|
4 years ago |
Thomas
|
d4b35f3536
|
path_ensure_not_existing() doesn't seem to be used on Windows...
|
4 years ago |
Thomas
|
b4d138f8e3
|
Adjust Windows build file. Use _getpid instead of getpid (deprecated alias)
|
4 years ago |
heck
|
080076582e
|
API: session(init/release) removed.
Before using the static object Adapter::session, initialize it using session.initialize().
Release it using session.release().
|
4 years ago |
heck
|
9b922a39dc
|
move start_sync() and stop_sync() from CallbackDispatcher to Adapter.hh
|
4 years ago |
heck
|
9780232015
|
add group_join()
|
4 years ago |
heck
|
44b0c23161
|
std_utils.cc - hopefully improve path_ensure_not_existing/dir_recreate
|
4 years ago |
heck
|
ebe75b3b06
|
listmanager_dummy.cc - explicit constructors
|
4 years ago |
heck
|
b2491e79ef
|
pEpLog decorate no '\n'
|
4 years ago |
heck
|
732571de2e
|
Utils: comment
|
4 years ago |
heck
|
10b720cd26
|
utils.cc: to_string(bloblist) - reduced details mode
|
4 years ago |
heck
|
f95efdb92d
|
Includes for linux build.
Some windows compat ensured
|
4 years ago |
heck
|
713cdc3887
|
LIB-11: group_manager_api - rename funcs, add init()
init used to be in the GroupDriverReplicator constructor. But this caused problems together with statical initialization.
|
4 years ago |
heck
|
bf203337f4
|
std_utils: add clip() / tldr()
|
4 years ago |
heck
|
4d5a64908b
|
Utils: add to_string()
* bloblist_t
* stringpair_list_t
* message
|
4 years ago |
heck
|
56f24c5e7b
|
std_utils: add random_string() random_char() / dir_ensure() / file_read() / dir_recreate()
|
4 years ago |
heck
|
ca05767dff
|
std_utils: Add termCol support
|
4 years ago |
heck
|
8cb1fe5ea0
|
pEpLog: Add termCol support
|
4 years ago |
heck
|
50b296b0b5
|
GroupManagerInterfaces: no virtual destructor, i think
|
4 years ago |
heck
|
6c56d3a94e
|
pEpLog - improve decoration / add logH3
|
4 years ago |
heck
|
ccd20fdd74
|
std_utils: padTo()
|
4 years ago |
heck
|
052c6d5b81
|
pEpLog - some improve logH1, logH2
|
4 years ago |
heck
|
da671817e6
|
pEpLog - some improve logH1, logH2
|
4 years ago |
heck
|
4d4acd22bb
|
grp_manager_interface.hh - forgot the virtual destructors
|
4 years ago |
heck
|
e5aa2284ae
|
pEpLog - Add PID
|
4 years ago |
heck
|
f62aae7658
|
pEpLog - fix pEpLogClassRaw
|
4 years ago |
heck
|
9426b6dcfa
|
pEpLog - typos and comments
|
4 years ago |
heck
|
a015331c53
|
Split utils.cc and add std_utils.cc
|
4 years ago |
heck
|
2a5cdd4383
|
rename (there will be a group_member_api.h)
for
* group_join()
* group_query_membership()
* etc...
|
4 years ago |
heck
|
2e7e1bfddf
|
Refactor out into a dedicated replication driver (Implementing the GroupManagerInterface)
This is just the C interface.
|
4 years ago |
heck
|
9ab5d92340
|
adapter_group.h - group_join() is part of the group member API
|
4 years ago |
heck
|
59110d5842
|
grp driver engine - restructure
|
4 years ago |
heck
|
c21d0d862a
|
grp driver dummy - restructure
|
4 years ago |