- 20 Mar, 2012 9 commits
-
-
Martin Hurton authored
-
Chuck Remes authored
Wrote new ctx API, added ZMQ_MAX_SOCKETS and ZMQ_IO_THREADS
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Disable reconnection option
-
Emmanuel Taurel authored
Add value -1 to the ZMQ_RECONNECT_IVL to disable the reconnection algorithm
-
Ian Barber authored
Removed sys:// logging infrastructure
-
Pieter Hintjens authored
-
Mikko Koppanen authored
Removed last vestiges of thread-safe sockets
-
Pieter Hintjens authored
* Implemented new ctx API (_new, _destroy, _get, _set) * Removed 'typesafe' macros from zmq.h * Added support for MAX_SOCKETS (was tied into change for #337) * Created new man pages
-
- 19 Mar, 2012 2 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 17 Mar, 2012 2 commits
-
-
Mikko Koppanen authored
Fixed issue LIBZMQ-333 (zmq_devices is missing)
-
Pieter Hintjens authored
-
- 16 Mar, 2012 1 commit
-
-
Pieter Hintjens authored
- reverted commit 941be8d2. - fixed zmq_device implementation for latest socket_base class - added back zmq_device.3 man page
-
- 15 Mar, 2012 4 commits
-
-
Pieter Hintjens authored
An options to choose the behavior for unroutable messages in ZMQ_ROUTER sockets
-
Kobolog authored
-
Kobolog authored
-
Kobolog authored
-
- 14 Mar, 2012 2 commits
-
-
Ian Barber authored
Add WinCE support.
-
boris@boressoft.ru authored
* Added two new files: errno.hpp and errno.cpp. They are required to use errno functionality on WM. * zmq.cpp, msg.h: removed inclusion of errno.h because it is included in zmq.h that is also included by .cpp. * windows.hpp: process.h is included only for desktop builds. * thread.cpp: on CE CreateThread is used instead of __beginthreadex * socket_base.cpp, clock.cpp: on CE include cmnintrin.h instead on intrin.h * signaler.cpp: on Windows should use special macro around event name (for unicode builds) * err.hpp: make it include errno.hpp (my file) instead on errno.h when building for CE * err.cpp: use FormatMessage when building for CE (because CE does not have ANSI API functions) * zmq.h: do not include errno.h whe building for CE * libzmq.vcproj: add tro new files
-
- 12 Mar, 2012 2 commits
-
-
Pieter Hintjens authored
Eliminate unnecessary line break
-
staticfloat authored
-
- 06 Mar, 2012 2 commits
-
-
Ian Barber authored
Changed wrong file name in VC++ project.
-
boris@boressoft.ru authored
Name of the file in the project does not match actual file name: adress.cpp VS. address.cpp
-
- 01 Mar, 2012 2 commits
-
-
Pieter Hintjens authored
Fix IPC transport domain socket stream file not being removed when connection is closed
-
Rob Gagnon authored
-
- 27 Feb, 2012 4 commits
-
-
Pieter Hintjens authored
patch for LIBZMQ-328
-
Ben Gray authored
-
Ian Barber authored
Fixed a bug in the mtrie table compaction logic.
-
Staffan Gimåker authored
Signed-off-by: Staffan Gimåker <staffan@spotify.com>
-
- 21 Feb, 2012 2 commits
-
-
Ian Barber authored
Add missing files to Windows project files
-
Mikko Koppanen authored
-
- 20 Feb, 2012 4 commits
-
-
Ian Barber authored
Improve the test for last_endpoint, use the same ports as other tests
-
Pieter Hintjens authored
tcp_listener::get_address improvements
-
Mikko Koppanen authored
-
Mikko Koppanen authored
Minor fixes to get_address code to fix build on solaris and freebsd. Also service doesnt need to be discovered here
-
- 19 Feb, 2012 2 commits
-
-
Chuck Remes authored
Update docs for last endpoint and add test for IPC last endpoint retrieval
-
Ian Barber authored
Update documentation for last endpoint to mention inaddr_any and add a test for IPC last endpoint checking
-
- 18 Feb, 2012 2 commits
-
-
Ian Barber authored
More fixes based on CentOS 6.2 results
-
Mikko Koppanen authored
-