- 20 Feb, 2019 1 commit
-
-
Simon Giesecke authored
Solution: add an initial version
-
- 19 Feb, 2019 8 commits
-
-
Doron Somech authored
Problem: missing relicensing statement from mgatny
-
Mike Gatny authored
Solution: add it
-
Doron Somech authored
RELICENSE: Renamed license grants to use GitHub username
-
Roy Lenferink authored
Updated the license grants to the GitHub username of the contributor where possible. Corrected the content of some files as well.
-
Luca Boccassi authored
RELICENSE: Converted pnnl to markdown
-
Roy Lenferink authored
-
Doron Somech authored
RELICENSE: Received grant from Micromass UK Limited
-
Roy Lenferink authored
-
- 18 Feb, 2019 10 commits
-
-
Luca Boccassi authored
RELICENCE: Phillip Mienk grant
-
Phillip Mienk authored
-
Constantin Rack authored
Problem: no relicense grant from PNNL
-
Luca Boccassi authored
Solution: add the one received by email B671D81EAD34104986FFE7881B8036371ABEF4AF@EX10MBOX02.pnnl.gov
-
Simon Giesecke authored
Problem: missing relicense statement from Prarrot
-
Luca Boccassi authored
Solution: add the one received by email Message-ID: <CAHPFjttticWbCuZ93r55gGRDBMxAgNn==4r70op4LnQNEJM23Q@mail.gmail.com>
-
Luca Boccassi authored
Problem: missing relicensing statement from somdoron
-
somdoron authored
Solution: add it
-
Doron Somech authored
Relicense: Dylan Cali
-
Dylan Cali authored
Ref: #2376
-
- 17 Feb, 2019 15 commits
-
-
Simon Giesecke authored
Problem: non-linux build broken by last PR
-
Luca Boccassi authored
Solution: ifdef it
-
Luca Boccassi authored
Solution: name it ZMQapp instead of ZMQbg, as it's created by the application
-
Luca Boccassi authored
Solution: use LIBZMQ_UNUSED
-
Luca Boccassi authored
Solution: do it and remove ifndef windows
-
Luca Boccassi authored
Solution: start at 0
-
Luca Boccassi authored
Solution: use / like the rest of the names
-
Luca Boccassi authored
Solution: use the thread class function rather than one of the pthread functions, and take into account the thread prefix context option
-
Kymeta Corp authored
Solution: 1. Use optional name parameter in thread_t::start for operating systems that have thread names. 2. Give start_thread() an optional name parameter for the thread's name. If this parameter is set, it will be appended to "0MQ:". If not set, "0MQ" will be used as the thread's name. 3. Give epoll the ability to name its thread. Then use this in io_thread and reaper to name them.
-
Kymeta Corp authored
Solution: add relicense agreement
-
Doron Somech authored
RELICENSE: Arthur O'Dwyer grant
-
Arthur O'Dwyer authored
-
Luca Boccassi authored
Add permission to relicense
-
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 4 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
-