heck
|
85d7122de0
|
Moved: module 'constant_time_algo' to libpEpCxx11
|
3 years ago |
heck
|
e9bd989020
|
Moved: module 'std_utils' to libpEpCxx11
|
3 years ago |
heck
|
6df8386754
|
Moved: module pEpLog to libpEpCxx11
|
3 years ago |
heck
|
c1775a7ad0
|
Fix: pEp::Utils to_string() func use ref instead of ptr
|
3 years ago |
heck
|
c235e6d9cd
|
Fix: pEpLog - streams compat
|
3 years ago |
heck
|
816972b803
|
Doc: Add todo
|
3 years ago |
heck
|
e7a8426ed4
|
Doc: improved for class Adapter::Session
|
4 years ago |
Volker Birk
|
6b53a820a3
|
FIX: .size() has type size_t
|
4 years ago |
Luca Saiu
|
67bbd51b23
|
counting semaphore: comment improvements
|
4 years ago |
Luca Saiu
|
e6fc833bef
|
counting semaphore: add comments, cosmetic changes
|
4 years ago |
Luca Saiu
|
0edfef8346
|
counting semaphore: rename multiple-inclusion-prevention macro
|
4 years ago |
Luca Saiu
|
dd077fd7ba
|
new CountingSemaphore class, plus test case
|
4 years ago |
heck
|
e7ea4a094c
|
Build: -fPIC also for c99
|
4 years ago |
heck
|
5b0c58386e
|
Revert "adapt to the engine changes in ENGINE-959"
This reverts commit fedd2dc8d2 .
|
4 years ago |
heck
|
4b1fb58cb8
|
hex2bin() - fixed contradicting signatures
|
4 years ago |
Luca Saiu
|
e568678a1d
|
empty_message_copy: copy the rating as well (Jörg Knobloch discovered the bug)
Thanks Jörg.
|
4 years ago |
Luca Saiu
|
fedd2dc8d2
|
adapt to the engine changes in ENGINE-959
|
4 years ago |
Luca Saiu
|
69ce6c0550
|
LIB-19: fix easy compilation problems
|
4 years ago |
heck
|
8a6aba672d
|
std_utils: further improve the random funcs, hopefully.
|
4 years ago |
Luca Saiu
|
3d629949be
|
add missing #include directives, fixing compilation with GCC
Tested with GCC 9 and GCC 11.
|
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 |