- 27 Jan, 2020 1 commit
-
-
Simon Giesecke authored
Solution: use standard loop constructs and optimize some loops
-
- 09 Aug, 2018 1 commit
-
-
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
-
- 27 May, 2018 1 commit
-
-
Simon Giesecke authored
Problem: inconsistent naming style for private data members, conflicts with naming of local variables and member functions Solution: apply and check _lower_case naming style for private data members
-
- 26 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: remove else
-
- 18 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: replace by C++-style casts
-
- 05 Mar, 2018 1 commit
-
-
Luca Boccassi authored
Solution: run make clang-format-diff and commit the changes.
-
- 02 Mar, 2018 5 commits
-
-
Simon Giesecke authored
Solution: Return an enum from rm instead of a bool, and adapt existing uses
-
Simon Giesecke authored
Solution: introduce a type template argument
-
Simon Giesecke authored
Solution: added some TODO comments, improved existing documentation
-
Simon Giesecke authored
Solution: made mtrie generic (to remove complex dependency on pipe_t), and added some unit tests
-
Simon Giesecke authored
Solution: add const, introduce typedef
-
- 02 Feb, 2018 1 commit
-
-
sigiesec authored
Solution: applied clang-format
-
- 10 Oct, 2016 1 commit
-
-
Akhil Thampy authored
-
- 14 May, 2016 1 commit
-
-
evoskuil authored
-
- 18 Feb, 2016 1 commit
-
-
Osiris authored
Solution: Phase I - make precompiled.hpp be first file included in every source file
-
- 28 Jan, 2016 1 commit
-
-
Constantin Rack authored
Solution: update to 2016
-
- 06 Sep, 2015 1 commit
-
-
Constantin Rack authored
-
- 21 Aug, 2015 1 commit
-
-
Joe Eli McIlvain authored
Solution: Move the macros to a private header.
-
- 20 Aug, 2015 1 commit
-
-
Joe Eli McIlvain authored
Solution: Convert to spaces and remove trailing whitespace in these files.
-
- 16 Aug, 2015 1 commit
-
-
reza.ebrahimi authored
-
- 23 Jul, 2015 1 commit
-
-
Ricardo Catalinas Jiménez authored
Fixes not receiving unsubscription messages in XPUB socket with ZMQ_XPUB_VERBOSE and using a XSUB-XPUB proxy in front. This adds two modifications: - It adds a new flag, ZMQ_XPUB_VERBOSE_UNSUBSCRIBE, to enable verbose unsubscription messages, necessary when using a XSUB/XPUB proxy. - It adds a boolean switch to zmq::mtrie_t::rm () to control if the callback is invoked every time or only in the last removal. Necessary when a pipe is terminated and the verbose mode for unsubscriptions is enabled.
-
- 02 Jun, 2015 1 commit
-
-
Pieter Hintjens authored
Of course people still "can" distributed the sources under the LGPLv3. However we provide COPYING.LESSER with additional grants. Solution: specify these grants in the header of each source file.
-
- 22 Jan, 2015 1 commit
-
-
Pieter Hintjens authored
Solution: update for 2015 Fixes #1320
-
- 02 Jan, 2014 1 commit
-
-
Pieter Hintjens authored
-
- 04 Oct, 2013 1 commit
-
-
Volodymyr Korniichuk authored
-
- 12 Mar, 2013 1 commit
-
-
Pieter Hintjens authored
Copyrights had become ads for Sustrik's corporate sponsors, going against the original agreement to share copyrights with the community (that agreement was: one line stating iMatix copyright + one reference to AUTHORS file). The proliferation of corporate ads is also unfair to the many individual authors. I've removed ALL corporate title from the source files so the copyright statements can now be centralized in AUTHORS and source files can be properly updated on an annual basis.
-
- 24 Oct, 2012 1 commit
-
-
Pieter Hintjens authored
-
- 02 Jul, 2012 2 commits
-
-
Martin Hurton authored
-
Martin Hurton authored
-
- 25 Jun, 2012 1 commit
-
-
Martin Hurton authored
When removing keys for a specified value, make sure we drop empty node table. Failing to do this can lead to asserion failure. Refs: http://lists.zeromq.org/pipermail/zeromq-dev/2012-June/017589.html
-
- 28 May, 2012 1 commit
-
-
Martin Hurton authored
-
- 27 Feb, 2012 1 commit
-
-
Staffan Gimåker authored
Signed-off-by:
Staffan Gimåker <staffan@spotify.com>
-
- 16 Feb, 2012 1 commit
-
-
Staffan Gimåker authored
Signed-off-by:
Staffan Gimåker <staffan@spotify.com>
-
- 30 Jan, 2012 1 commit
-
-
Staffan Gimåker authored
Signed-off-by:
Staffan Gimåker <staffan@spotify.com>
-
- 26 Jan, 2012 1 commit
-
-
Staffan Gimåker authored
The cause behind the segfault was next.node being deleted but count still being non-zero. Signed-off-by:
Staffan Gimåker <staffan@spotify.com>
-
- 03 Jan, 2012 1 commit
-
-
Staffan Gimåker authored
Signed-off-by:
Staffan Gimåker <staffan@spotify.com>
-
- 05 Nov, 2011 1 commit
-
-
Martin Sustrik authored
When there were both '0' and '255' subnodes in (mtrie) the removal of the node resulted in an infinite loop. Fixed. Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 01 Nov, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 31 Oct, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 29 Sep, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-