- 17 Feb, 2019 2 commits
-
-
Mikko Koppanen authored
-
Simon Giesecke authored
Problem: missing relicensing statement from bluca
-
- 16 Feb, 2019 1 commit
-
-
Luca Boccassi authored
Solution: add it - I realised only now that I only submitted a statement for the copyright owned by a previous employer, and not my own.
-
- 13 Feb, 2019 1 commit
-
-
Shubham Lagwankar authored
* Problem: trie benchmarks count loop times instead of lookup calls Solution: measure the time taken by each lookup call instead Other changes: - show average time taken and reduce other output - show number of keys, queries and key size before running the benchmark - use steady_clock as high_resolution_clock might not be steady - increase size of query set to 1M
-
- 12 Feb, 2019 6 commits
-
-
Luca Boccassi authored
Use std::condition_variable_any, move configuration to build files
-
Simon Giesecke authored
Solution: change into regular control flow condition
-
Simon Giesecke authored
Solution: change variable type to size_t
-
Simon Giesecke authored
Problem: test_security_curve build fails with Windows targeting 8 or newer due to duplicate definition of htonll Solution: use custom implementation only on older Windows versions
-
Simon Giesecke authored
Solution: move configuration to build definition
-
Simon Giesecke authored
Solution: calculate from CMAKE_SYSTEM_VERSION Problem: CMAKE_SYSTEM_VERSION might be newer than Windows SDK Version Solution: limit _WIN32_WINNT value to Visual Studio default Windows SDK version
-
- 11 Feb, 2019 2 commits
-
-
Simon Giesecke authored
Problem: std::condition_variable can only be used with std::unique_lock<std::mutex>, leading to two mutexes used in condition_variable_t Solution: use std::condition_variable_any instead
-
Simon Giesecke authored
Problem: cannot monitor state of queues at runtime
-
- 10 Feb, 2019 1 commit
-
-
Luca Boccassi authored
Solution: add API and ZMQ_EVENT_PIPES_STATS event which generates 2 values, one for the egress and one for the ingress pipes respectively. Refactor the events code to be able to send multiple values.
-
- 07 Feb, 2019 23 commits
-
-
Luca Boccassi authored
Solution: refactor code and add extra frame with value count before the values in v2
-
Luca Boccassi authored
Solution: expect additional events
-
Luca Boccassi authored
Solution: update it
-
Luca Boccassi authored
Solution: do it, as above 32 bytes they might be on the heap
-
Luca Boccassi authored
Solution: check for the available version instead
-
Luca Boccassi authored
Solution: add it to doc/Makefile.am
-
Luca Boccassi authored
Solution: fix formatting
-
Luca Boccassi authored
Solution: remove them for now
-
Luca Boccassi authored
Revert 64 bit assertions
-
Simon Giesecke authored
This reverts commit ac19d5f4.
-
Simon Giesecke authored
This partially reverts commit 19c6aa5c.
-
Luca Boccassi authored
Add test for ZMQ_BINDTODEVICE
-
Simon Giesecke authored
Solution: return an error to the user instead
-
Simon Giesecke authored
Solution: add test case run with cap_net_admin Fixes #3397
-
Doron Somech authored
Problem: test build fails on 32 bit systems
-
Simon Giesecke authored
Solution: define UNITY_SUPPORT_64 to force 64 bit support
-
Luca Boccassi authored
Fix regression introduced by 68d520ef
-
Simon Giesecke authored
Solution: run clang-format
-
Simon Giesecke authored
Solution: added TODO comment for now
-
Simon Giesecke authored
Solution: move unblock call to original location
-
Simon Giesecke authored
Solution: make compilation conditional
-
Simon Giesecke authored
Solution: add test case
-
Simon Giesecke authored
Solution: restore "local" flag values in call to resolve Fixes #3394
-
- 06 Feb, 2019 4 commits
-
-
Luca Boccassi authored
Problem: invoking the conditional variable for zero time is expensive
-
Luca Boccassi authored
Add v2 monitoring ipc/tipc tests
-
somdoron authored
Solution: for zero timeout, unlock and relock immediately instead of timedwait
-
Simon Giesecke authored
Solution: increase size to 256
-