Commit Graph

25 Commits (214d6b738d4f586e63922361337415c45ad7a4d7)

Author SHA1 Message Date
Falk Werner 214d6b738d removed NULL-checks after malloc: they are not necessary, they were not consequently used and objects constructed by 3rd party libs are also unchecked
5 years ago
Falk Werner 43c989e7af removed uuid mountpoint and factory
5 years ago
Falk Werner e5da835e80 chore: use interrupt function in tests
5 years ago
Falk Werner 107e66b65a chore: replaced msleep by std::this_thread::sleep_for
5 years ago
Falk Werner 1a29b44ad6 chore: prefixed jsonrpc by wf_
5 years ago
Falk Werner 1b4034e081 fix: do not ignore return value of mkdtemp
5 years ago
Falk Werner 7856b5a99d feature: enabled authentication
5 years ago
Falk Werner 79318c47b8 refactor: extracted timer function of adapter into separate library
5 years ago
Falk Werner 69a1faaa3f chore: cleanup jsonrpc library
5 years ago
Falk Werner e3a3427ca8 refactor: made jsonrpc an independent library
5 years ago
Falk Werner c6ca2e14bd changed credentials API
5 years ago
Falk Werner 767bafcd01 added first idea of API
5 years ago
Falk Werner afb9c528e7 made c'tor explicit; disallow copy and assign
5 years ago
Falk Werner 5a80e0233c refactored test fixture
5 years ago
Falk Werner 7ed99088db fix: make c'tor explicit
5 years ago
Falk Werner 7c02b12449 fix: don't copy exceptions
5 years ago
Falk Werner 391b5926b6 added mock for provider client
5 years ago
Falk Werner 555058dbb5 made client protocol test single threaded
5 years ago
Falk Werner 77810168e0 fix: initialize context
5 years ago
Falk Werner c6265aeaf7 chore: added default ctor for ClientProtocolTest (to initialize members properly)
5 years ago
Falk Werner e21c716d34 refactored fake adapter server into ws server; added test for client protocol getattr
5 years ago
Falk Werner 4b418a45d4 chore: refactored test
5 years ago
Falk Werner 384de32bf5 removed some dead code
5 years ago
Falk Werner 17fa84bc38 made static_filesystem private (used for test purposes only)
5 years ago
Falk Werner a27e68f5a6 organized unit tests
5 years ago