Volker Birk
89367957ef
make it testable
5 years ago
Volker Birk
9856eff624
...
5 years ago
Volker Birk
aa1f7370c3
semaphore test
5 years ago
Volker Birk
ab04859950
text output in test
5 years ago
Volker Birk
afdd9c7702
...
5 years ago
Volker Birk
c4ff166446
...
5 years ago
Volker Birk
2761940a9f
easiest API
5 years ago
Volker Birk
de3189fc0d
C++ has no coroutines (yet), and the ones of boost are so ugly
5 years ago
Volker Birk
9e73643b68
add operator=
5 years ago
Volker Birk
748b5f8244
test different signatures
5 years ago
Volker Birk
0fe0fe4918
error handling
5 years ago
Volker Birk
63888e7f15
testing 1, 2, 3
5 years ago
Volker Birk
2cc1cee809
...
5 years ago
Volker Birk
7601a8ec2a
convenience functions
5 years ago
Volker Birk
a94ba173e9
always try empty passphrase first
5 years ago
Volker Birk
1256026589
keep good passphrases in cache
5 years ago
Volker Birk
24925a3b1c
support max_size
5 years ago
Volker Birk
20e47d4759
add passphrase_cache test
5 years ago
heck
b7d8c06d79
Move pEpLog() macro to new header pEpLog.hh
5 years ago
heck
a62e51bec8
Backing out all commits after 159:3275abf4bb79
5 years ago
heck
4e47aa6d9e
pEpLog() / pEpErr() - Add high-res timestamp
Add test_peplog.cc
5 years ago
heck
15a20035eb
Improved Logging, prefixed with thread_id now. (DEBUG build only)
added pEpErr() (DEBUG and RELEASE build)
non-local vars names with len == 1 are not handy at all
5 years ago
heck
0e4f4475c4
Enhance sync testing; startup/shutdown repeatedly.
These tests still fail.
6 years ago
heck
53beb9ba64
update test_adapter.cc to use new pEpLog()
6 years ago
heck
e9d5c27bc0
Tried minimizing makefile complexity, clean out unused stuff.
now:
'make' defaults to 'make lib'
'make lib' - build static lib only
'make test' - build tests with lib as prereq.
'make all' - same as 'make test'
test changes to lib using e.g:
'make test && test/test_adapter'
6 years ago
heck
bb8e9b3161
cleanup build, and add test/ dir
6 years ago