- 13 Mar, 2013 2 commits
-
-
Tommy Back authored
-
Tommy Back authored
-
- 12 Mar, 2013 10 commits
-
-
Ian Barber authored
Fixed copyrights in sources
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
* Starting draft ZMTP/2.1 protocol (revision 2) * Basis for adding security to the wire protocol * Maintains backward compatibility
-
Pieter Hintjens authored
-
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.
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 08 Mar, 2013 6 commits
-
-
Pieter Hintjens authored
Adapted zmq_socket_monitor man page to new API.
-
Guido Goldstein authored
-
Pieter Hintjens authored
Changed message structure for event notifications
-
Guido Goldstein authored
-
Pieter Hintjens authored
Simplified zmq_event_t structure.
-
Guido Goldstein authored
Simplified the zmq_event_t structure for easier access and better usability towards language bindings.
-
- 05 Mar, 2013 2 commits
-
-
Ian Barber authored
Fixed Linux compilation problem
-
Bjorn Reese authored
-
- 03 Mar, 2013 4 commits
-
-
Pieter Hintjens authored
remote_thr.cpp: port pthreads usage to win32 api
-
KIU Shueng Chuan authored
-
KIU Shueng Chuan authored
this follows what {local,remote}_lat.cpp and inproc_{thr,lat}.cpp do.
-
KIU Shueng Chuan authored
-
- 28 Feb, 2013 1 commit
-
-
Ian Barber authored
Windows: Fix rounding error in now_us. [Jira LIBZMQ-514]
-
- 27 Feb, 2013 1 commit
-
-
Duane Littleton authored
Improve accuracy of time calculations and avoid division by zero when ticksPerSecond.QuadPart < 1000000.
-
- 26 Feb, 2013 2 commits
-
-
Pieter Hintjens authored
Improvements and fixes for performance of PUSH/PULL in local_thr and rem...
-
Attila Mark authored
- option to set number of zmq threads on the command line for local_thr - option to set number of zmq_threads and workers in remote_thr - option to set SND/RCV buffer sizes on command line - option to set whether to PUSH/PULL on command line - option to set to use zmq_recv or zmq_msg for transfer on command line - better timing function - corrected and improved throughput reporting - HWM and DELAY socket options
-
- 25 Feb, 2013 2 commits
-
-
Ian Barber authored
Fixed overflow in results calculation
-
Pieter Hintjens authored
-
- 24 Feb, 2013 3 commits
-
-
Ian Barber authored
Static Library Linking for Windows
-
Sebastien Rombauts authored
+ ignore StaticRelease & StaticDebug intermediate files
-
Sebastien Rombauts authored
- New ZMQ_STATIC flag to enable "libzmq.lib" Windows static library (or "libzmq_d.lib" in Debug mode). - ZMQ_STATIC needs also to be defined by projects using static linking against "libzmq.lib" - New StaticDebug & StaticRelease configurations for libzmq Win32 projects under MSVC 2008 & 2010 - Tested with Visual Studio 2008 Express under Windows 7, and Visual Studio 2010 Express under Windows 8.
-
- 22 Feb, 2013 2 commits
-
-
Pieter Hintjens authored
Fixed module path with cmake < 2.8.3
-
Michel Zou authored
-
- 20 Feb, 2013 4 commits
-
-
Ian Barber authored
Corrected linking error in MSVC 2010 build + perf/projects compilation
-
Ian Barber authored
Fixed MAXMSGSIZE setsockopt, which I'd broken
-
Sébastien Rombauts authored
VS2008 & VS2010: adding the pre-build command to copy platform.hpp in perf/ directory to the two appropriate projects, for each MSVC version
-
Pieter Hintjens authored
-
- 19 Feb, 2013 1 commit
-
-
Sébastien Rombauts authored
-