- 16 Aug, 2018 2 commits
-
-
Simon Giesecke authored
Solution: Migrate to unity assertions and test utils
-
Simon Giesecke authored
Solution: add tests/ directory prefix
-
- 15 Aug, 2018 16 commits
-
-
Simon Giesecke authored
Solution: started migration to unity (run test cases separately)
-
Simon Giesecke authored
Solution: add to XFAIL_TESTS until resolved
-
Simon Giesecke authored
Solution: extract functions for each protocol
-
Simon Giesecke authored
Solution: extract common code
-
Simon Giesecke authored
Solution: define and use named constant
-
Simon Giesecke authored
Solution: use terms more consistently
-
Simon Giesecke authored
Solution: extract resolve_tcp_addr function
-
Simon Giesecke authored
Solution: extract into functions of new inprocs_t class
-
Simon Giesecke authored
Solution: replace by functional expression
-
Simon Giesecke authored
Solution: extract functionality into send_routing_id
-
Simon Giesecke authored
Solution: extract functionality into get_effective_conflate_option
-
Simon Giesecke authored
Solution: remove it
-
Simon Giesecke authored
Solution: remove it
-
Szekely Gyorgy authored
* Add ZMQ_ROUTER_NOTIFY draft socket option
-
Luca Boccassi authored
RELICENSE: Szekely Gyorgy
-
Gyorgy Szekely authored
-
- 14 Aug, 2018 1 commit
-
-
Luca Boccassi authored
Problem: unused get_credential methods and associated fields
-
- 13 Aug, 2018 3 commits
-
-
Luca Boccassi authored
Migrate and extend probe router test
-
Simon Giesecke authored
Solution: remove them
-
Simon Giesecke authored
Solution: add receive call for routing id
-
- 10 Aug, 2018 6 commits
-
-
Luca Boccassi authored
Code style improvements
-
Simon Giesecke authored
Solution: add test case
-
Simon Giesecke authored
Solution: migrate to unity/testutil_unity
-
Simon Giesecke authored
-
Simon Giesecke authored
Fixed naming for filter parameter, removed unnecessary temporary variable, fixed naming of local variable
-
Simon Giesecke authored
-
- 09 Aug, 2018 12 commits
-
-
Luca Boccassi authored
Problem: stream_engine_t instance may access its fields after it deleted itself
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Luca Boccassi authored
Added some more clang-tidy rule exclusions
-
Simon Giesecke authored
-
Simon Giesecke authored
Solution: prevent access to data if the object was deleted
-
Luca Boccassi authored
Code style improvements
-
Simon Giesecke authored
-
Simon Giesecke authored
-
Simon Giesecke authored
Some code style improvements: removed redundant parentheses, added const, joined declaration and assignment of local variables
-
Simon Giesecke authored
-
Simon Giesecke authored
Use static_cast instead of C-style casts, make local variables const where possible, use switch instead of chained if/else, extract rm_helper_multiple_subnodes from rm_helper to reduce nesting
-