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
d9f206b175
...
5 years ago
Volker Birk
f6616bdc32
...
5 years ago
Volker Birk
7601a8ec2a
convenience functions
5 years ago
Volker Birk
e03d474537
limit passphrase length to space for 250 code points in UTF-8
5 years ago
Volker Birk
a94ba173e9
always try empty passphrase first
5 years ago
Volker Birk
f0fe66c675
max_size guaranteed
5 years ago
Volker Birk
6071e0877f
keep good passphrases in cache
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
Volker Birk
18c00b5948
make timeout configurable
5 years ago
Volker Birk
dc679ab41f
passphrase cache
5 years ago
Volker Birk
fc145ef33c
depends in Makefile
5 years ago
heck
574650cfe4
Added tag Release_2.0.0 for changeset e8fe371c870a
5 years ago
heck
bcd02584c1
Added tag Release_2.1.0-RC0 for changeset e657344c3ccf
5 years ago
heck
24d39b8492
Added tag Release_2.0.2 for changeset e8fe371c870a
5 years ago
Volker Birk
87829c5dc4
C++ 11, options for clang and gcc
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
Volker Birk
ac9f433f17
merging
5 years ago
Volker Birk
36328efc0e
Added tag RC1 for changeset 3275abf4bb79
5 years ago
heck
7c8a840aee
pEpLog() / pEpErr() - enable automatic flushing on std::cout and std::cerr
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
5d626151d3
More Logging (in DEBUG build)
5 years ago
Volker Birk
4ae7614224
adding declaration of _inject_sync_event
5 years ago
Hussein Kasem
b4772e5506
Android Build: fix header extraction
5 years ago
Jorg Knobloch
736fcc6c19
Added call_with_lock.cc and slurp.cc to Windows build.
5 years ago
Thomas
146f71ab89
Add include (won't compile on Windows otherwise)
5 years ago
Thomas
97614af623
Update Windows project
5 years ago
heck
723b6b1829
Possible fix for "shutdown problem".
Tests added in last commit (startup/shutdown repeatedly) now seem to work better, but still fail on iteration 61, with a different problem.
6 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
2a78dab74f
Added Build var DEBUG for release/debug builds. (-g vs NDEBUG)
Added Logging macro that compiles away to nothing when DEBUG=0
6 years ago
heck
d7d8371e61
Fix: include of local.conf
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
heck
82513674a7
cleanup makefiles, prepare for new test/ dir
6 years ago
heck
4243c9eda0
C++11 is the standard to be used for all adapters (acc. to Volker)
6 years ago
Volker Birk
9a00b896a5
FIXME: I need Heck!
6 years ago
Volker Birk
1a839ff736
merging
6 years ago
Volker Birk
825c69b726
FIXME!
6 years ago
Thomas
c6e9fe4cbf
*oops* Pt. II
6 years ago
Volker Birk
23f50511a0
*oops*
6 years ago
Volker Birk
4b9fdbba02
clean shutdown in sync_thread
6 years ago
Volker Birk
c6352281f8
do not join() if on sync thread
6 years ago
Thomas
e5862ded4e
Delete sync thread if shutdown event is injected
6 years ago