- 31 May, 2012 2 commits
-
-
Pieter Hintjens authored
Return error on invalid PGM url instead of raising assertion.
-
Steven McCoy authored
Fix Win32 build.
-
- 30 May, 2012 2 commits
-
-
Pieter Hintjens authored
Fix title on zmq_disconnect manpage.
-
Steven McCoy authored
-
- 29 May, 2012 2 commits
-
-
Pieter Hintjens authored
Fix issue #370
-
Martin Hurton authored
The patch extends the internal session's API with the reset method. This method is used to reset a session's state so that it can handle a new connection.
-
- 28 May, 2012 8 commits
-
-
Pieter Hintjens authored
Code cleanup
-
Martin Hurton authored
-
Martin Hurton authored
-
Pieter Hintjens authored
Fix issue #369
-
Martin Hurton authored
The bug was that after reconnect, the session did not handle identity messages properly.
-
Ian Barber authored
Fixed zmq_poll.txt manpage for issue #361
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Code cleanup
-
- 27 May, 2012 7 commits
-
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-
- 24 May, 2012 2 commits
-
-
Pieter Hintjens authored
Fix too long underline in zmq_ctx_set_monitor() docs
-
Lourens Naudé authored
-
- 23 May, 2012 2 commits
-
-
Pieter Hintjens authored
Rename monitor documentation source file to match zmq_ctx_set_monitor() API
-
Lourens Naudé authored
-
- 22 May, 2012 6 commits
-
-
Pieter Hintjens authored
Moves the monitoring infrastructure to a global zmq_ctx_set_monitor () API to avoid strict aliasing issues with function pointers and socket options.
-
Lourens Naudé authored
-
Lourens Naudé authored
-
Lourens Naudé authored
-
Lourens Naudé authored
-
Ian Barber authored
Fixed bogus reference to zmq_ctx_put
-
- 21 May, 2012 6 commits
-
-
Pieter Hintjens authored
-
Lourens Naudé authored
-
Lourens Naudé authored
-
Pieter Hintjens authored
Doc improvement: document interface omission in zmq_pgm.txt
-
Pieter Hintjens authored
Solaris/SunCC build fix: could not find a match for std::multimap<...>::insert(std::pair<...,...>)
-
Ricardo Catalinas Jiménez authored
The PGM transport supports the omission of the network interface to select the default one like: announce.connect("epgm://eth0;239.255.128.46:64646"); // Use eth0 announce.connect("epgm://239.255.128.46:64646"); // Use the default Also, mention C++ in the additional community bindings of 0MQ in zmq.txt.
-
- 20 May, 2012 3 commits
-
-
Lourens Naudé authored
Rename type zmq_monitor_fn -> zmq_monitor for a more natural callback definition API (zmq_monitor type, monitor.function callback)
-
Lourens Naudé authored
Change zmq_monitor_fn type to cast between pointer-to-object and pointer-to-function in a more standards compliant way
-
Ivan Pechorin authored
-