a2e3494
(OS390/rc1)
z/OS mainframe support by
2021-10-08 22:03:50 +0100
de2203c
(HEAD -> master)
Only build static on z/OS by
2022-02-07 09:02:18 +0000
2188db0
Namespace by
2021-12-25 02:48:40 +0000
250c02a
z/OS support: uint by
2021-12-25 02:47:56 +0000
f51c9b0
Compatibility to new API by
2021-12-05 18:50:45 +0000
39c7b8b
Proper soversion handling by
2021-11-16 16:01:54 +0000
fafeb22
Soname should be provided by
2021-11-16 15:39:06 +0000
201c4ad
Build system and so by
2021-10-21 05:43:38 +0100
6836b95
OK... maybe update the targets... by
2021-10-21 04:49:05 +0100
45e50b3
Updating installation of directories and so by
2021-10-21 04:47:03 +0100
baa51df
z/OS and shared libs by
2021-10-21 04:40:43 +0100
a4a0f4b
Have a flag for native sqlite3 by
2021-10-21 04:14:33 +0100
0af0ed6
Doesn't have a rating anymore by
2021-10-20 15:06:20 +0100
a4bf0a0
Include missing assert by
2021-10-20 14:42:54 +0100
8dfc5a6
pEpLog.hh is now local by
2021-12-05 18:52:48 +0000
99a3cb0
Adding another missing include by
2021-12-05 18:51:37 +0000
242e9de
Adding missing include by
2021-10-08 22:03:50 +0100
e7a8426
Doc: improved for class Adapter::Session by
2022-01-04 14:45:01 +0100
1a5cc7e
Doc: update the ancient README.md by
2022-01-04 14:16:07 +0100
2d24242
fix .clang-format invalid value by
2022-01-04 14:15:43 +0100
6b53a82
FIX: .size() has type size_t by
2021-12-20 14:26:48 +0100
67bbd51
counting semaphore: comment improvements by
2021-11-25 15:57:46 +0100
e6fc833
counting semaphore: add comments, cosmetic changes by
2021-11-25 15:52:32 +0100
94b5a61
.gitignore: ignore new compiled file by
2021-11-25 15:52:16 +0100
0edfef8
counting semaphore: rename multiple-inclusion-prevention macro by
2021-11-25 15:42:08 +0100
dd077fd
new CountingSemaphore class, plus test case by
2021-11-25 15:41:20 +0100
ae28261
Build: -lm was missing by
2021-11-24 16:41:54 +0000
e7ea4a0
Build: -fPIC also for c99 by
2021-11-22 19:33:52 +0100
d5526ee
Test: hex2bin() - fixed contradicting signatures by
2021-11-12 12:50:28 +0100
5b0c583
Revert "adapt to the engine changes in ENGINE-959" by
2021-11-10 16:12:54 +0100
4b1fb58
hex2bin() - fixed contradicting signatures by
2021-11-09 21:49:49 +0100
e18fcb5
Merge pull request 'LIB-17' (#12) from LIB-17 into master by
2021-11-05 14:37:02 +0100
e568678
empty_message_copy: copy the rating as well (Jörg Knobloch discovered the bug) by
2021-10-12 13:20:25 +0200
fedd2dc
adapt to the engine changes in ENGINE-959 by
2021-09-24 11:49:16 +0200
2a91f43
Merge pull request 'LIB-19: fix easy compilation problems' (#11) from LIB-19 into master by
2021-11-05 14:31:38 +0100
69ce6c0
LIB-19: fix easy compilation problems by
2021-11-04 07:42:47 +0100
a17dddf
Tests: test_hexbin.cc - we are always in namepace ::pEp by
2021-10-17 23:13:47 +0200
a2856f3
Tests: test_rand.cc by
2021-10-17 23:13:18 +0200
8a6aba6
std_utils: further improve the random funcs, hopefully. by
2021-10-17 23:12:11 +0200
634fee3
Merge pull request 'add missing #include directives, fixing compilation with GCC' (#9) from LIB-18 into master by
2021-10-14 19:46:29 +0200
3d62994
add missing #include directives, fixing compilation with GCC by
2021-10-14 14:33:44 +0200
f84ccc9
.gitignore by
2021-10-12 21:01:10 +0200
b8a208d
std_utils - Templatize bin2hex() / hex2bin() by
2021-10-12 21:01:02 +0200
e449d65
std_utils.hh - Add dir_get_cwd() / dir_set_cwd() by
2021-10-08 20:34:18 +0200
901a9fa
Merge branch 'master' of https://gitea.pep.foundation/pEp.foundation/libpEpAdapter by
2021-09-30 02:45:32 +0200
f27b87d
bin2hex - Add alternative by
2021-09-30 02:45:10 +0200
91d7e47
Add missing includes by
2021-09-30 00:28:05 +0000
f03f679
Tests: add hex2bin() / bin2hex() by
2021-09-29 17:25:47 +0200
15f7c3d
std_utils - add hex2bin() / bin2hex() by
2021-09-29 17:25:30 +0200
528d823
std_utils - add to_lower(string) by
2021-09-29 17:25:02 +0200
cbdc729
formatting only / doc by
2021-09-29 17:24:33 +0200
b41bba4
std_utils - templatize file_read_bin() / file_write_bin by
2021-09-29 17:23:47 +0200
06f9fae
std_utils.hh - add path_dirname() and path_get_abs(); by
2021-09-25 16:55:13 +0200
43392d7
(lucasaiu/message-struct-change)
adapt to the engine changes in ENGINE-959 by
2021-09-24 11:49:16 +0200
966990f
Fix: Add missing include by
2021-09-16 18:33:19 +0200
a6ecab9
PityTest11: EXTRACT TestFramework PitTest11 into own repo. Is a test-dependency now. by
2021-09-15 21:40:13 +0200
d65b959
Tests - rename utils.hh to test_utils.hh by
2021-09-15 14:20:11 +0200
5abcfb8
Tests - add test for file_read_bin() / file_write_bin() by
2021-09-08 20:39:46 +0200
7c1c801
std_utils.hh - add file_read_bin() / file_write_bin() by
2021-09-08 20:39:17 +0200
dc65fa6
(tag: Release_2.1.22, Release_2.1)
Test: use strdup from pEp/platform.h by
2021-08-25 22:17:54 +0200
bc6a6fe
use pEp/platform.h for windows compat by
2021-07-22 13:31:57 +0200
3146f86
include the C header string.h from a C++ source using strerror by
2021-08-25 14:43:01 +0200
02bb9ed
build system fix: compile C sources with -fPIC, just like C++ sources by
2021-08-25 14:42:18 +0200
e105634
(tag: Release_3.0-RC7)
use solution pattern from pEp/platform_windows.h for windows compat (Move this to engine via PR, once working) by
2021-07-22 13:34:59 +0200
a77a24c
use pEp/platform.h for windows compat by
2021-07-22 13:31:57 +0200
8184899
group_manager_api - formatting only by
2021-07-22 13:05:40 +0200
f1b1cd2
Merge pull request 'master' (#8) from Thomas/libpEpAdapter:master into master by
2021-07-22 12:16:33 +0200
c81ff7c
Add missing header files to Windows project by
2021-07-16 07:39:17 +0200
f1f8c0d
Initialize status code by
2021-07-15 07:38:28 +0200
f1060d8
CI: build CentOS/RedHat 8 RPM packages by
2021-07-13 16:05:51 -0700
bbb2dd7
Add reference to sqlite3, use _strdup() by
2021-07-14 11:20:33 +0200
d4b35f3
path_ensure_not_existing() doesn't seem to be used on Windows... by
2021-07-14 08:43:23 +0200
b4d138f
Adjust Windows build file. Use _getpid instead of getpid (deprecated alias) by
2021-07-14 07:19:45 +0200
651ce9b
(tag: Release_3.0-RC6)
Test: PityTest - Fix linux build by
2021-07-12 12:34:13 +0200
ce136d4
Merge branch 'LIB-11' by
2021-07-12 01:57:49 +0200
5008848
Merge branch 'Release_2.1' by
2021-07-12 01:54:50 +0200
5ff47da
(LIB-11)
.gitignore by
2021-07-12 01:23:24 +0200
64c6526
Test: API changes update all tests by
2021-07-12 01:23:10 +0200
4a8cbbf
Test: re-add test_adapter_cxx.cc by
2021-07-12 01:13:57 +0200
e574629
Test: PitySwarm - fix bug swarm of size 1 by
2021-07-12 01:12:52 +0200
0800765
API: session(init/release) removed. by
2021-07-12 01:10:35 +0200
9b922a3
move start_sync() and stop_sync() from CallbackDispatcher to Adapter.hh by
2021-07-12 01:00:00 +0200
9780232
add group_join() by
2021-07-12 00:53:13 +0200
44b0c23
std_utils.cc - hopefully improve path_ensure_not_existing/dir_recreate by
2021-07-11 23:50:12 +0200
ebe75b3
listmanager_dummy.cc - explicit constructors by
2021-07-11 23:49:27 +0200
7a8f36c
.gitignore by
2021-07-11 01:45:27 +0200
c177dc0
Test: PityTest - framework/utils cpt idents have no id / moved group to Perspective by
2021-07-11 01:45:20 +0200
788ae51
Test: PityTest - a build dep to get rid of again... by
2021-07-11 01:44:33 +0200
4365936
Test: PityTest - test_swarm updated by
2021-07-11 01:43:15 +0200
4ad3823
Test: PityTest - PityNode add class TestIdent by
2021-07-11 01:42:43 +0200
f65cd2a
Test: PityTest - PityPerspective group and peer handling by
2021-07-11 01:42:20 +0200
0c29ed6
Test: PityTest - PitySwarm perspective transformation updated by
2021-07-11 01:41:42 +0200
340e7de
Test: swarm templates updated by
2021-07-11 01:39:37 +0200
0a0569b
Test: add test_sync_init - sync_initialize() by
2021-07-11 01:39:15 +0200
555834a
Test: test_group_swarm - THE swarm based group encryption test by
2021-07-11 01:37:54 +0200
8da80a4
Test: test_tofu - updated by
2021-07-11 01:36:52 +0200
d09983b
Test: test_tofu_one2many - Test tofu in the swarm with 1-n topology by
2021-07-11 01:34:57 +0200
9b44503
Test: PityTest - PitySwarm copy is borken, and also transport has a problem because ident is unit name, which exists twice then... by
2021-07-10 16:39:53 +0200
ae2dd25
Test: PityTest - update tests by
2021-07-10 16:38:48 +0200
9345406
Test: PityTest - AbstractPityUnit fix PROC_SEQ (added wait()), rename by
2021-07-10 16:38:34 +0200