- 24 Mar, 2013 4 commits
-
-
Pieter Hintjens authored
mingw32 fixes
-
Timothee Besset authored
-
Martin Hurton authored
Fixed test_last_endpoint (#80)
-
Pieter Hintjens authored
-
- 21 Mar, 2013 1 commit
-
-
Ian Barber authored
Reverted cleanups of copyrghts
-
- 20 Mar, 2013 3 commits
-
-
Pieter Hintjens authored
Optimize atomics implementaiton for the Tile architecture
-
Ken Steele authored
For atomic_counter and atomic_ptr classes, detect the Tile architecture using #if defined __tile__ matching ARM and Solaris and then use the Tile atomic instructions. Without this change, the default Mutex implementation is used, which is slower.
-
Pieter Hintjens authored
-
- 18 Mar, 2013 4 commits
-
-
Pieter Hintjens authored
Work around for LIBZMQ-496
-
Mika Fischer authored
The problem is that other threads might still be in mailbox::send() when it is destroyed. So as a workaround, we just acquire the mutex in the destructor. Therefore the running send will finish before the mailbox is destroyed. See also the fix for LIBZMQ-281 in zeromq2-x. Signed-off-by: Mika Fischer <mika.fischer@zoopnet.de>
-
Pieter Hintjens authored
Update PGM with recent changes
-
Martin Hurton authored
-
- 17 Mar, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 13 Mar, 2013 3 commits
-
-
Pieter Hintjens authored
Fixed CMake building after encoder/decoder changes
-
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.
-