- 22 Feb, 2013 1 commit
-
-
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 9 commits
-
-
Sébastien Rombauts authored
-
Sébastien Rombauts authored
- raw_encoder.cpp and raw_decoder.cpp where missing in Visual Studio 2010 project
-
Pieter Hintjens authored
Windows CE support : using standard _WIN32_WCE flag instead of WINCE
-
Sébastien Rombauts authored
- Windows CE does not manage security attributes (no SetSecurityDescriptorDacl(), SetEvent (NULL, xxx) ...) - Windows CE does not inheritance of sockets for child process (SetHandleInformation ((HANDLE) *w_, HANDLE_FLAG_INHERIT...) - see comments about story "Porting ZeroMQ to Windows Mobile" on webpage http://www.zeromq.org/story:5
-
Sébastien Rombauts authored
- tested for Windows CE 5.0 under Visual Studio 2008 Pro - tested for Windows XP under Visual Studio 2008 Pro
-
Sébastien Rombauts authored
- when compiling for Windows CE, a C++ project must define the preprocessor definitions: UNDER_CE=$(CEVersion),_WIN32_WCE=$(CEVersion) - choosing the "_WIN32_CE" form for uniformization with "_WIN32" and "_WIN32_WINNT" already used in libzmq (boost is using both forms) - see http://msdn.microsoft.com/en-us/library/ee479161(v=winembedded.60).aspx
-
Pieter Hintjens authored
Corrected some more linking errors in MSVC build
-
Sébastien Rombauts authored
Fixed 7 MSVC2008 Compiler Warning (level 3) C4800: 'const int' : forcing value to bool 'true' or 'false' (performance warning) - added explicit test "(xxx != 0)" to get a "bool" value out of the "int" expression - see the MSDN recommandation http://msdn.microsoft.com/en-us/library/b6801kcy(v=vs.90).aspx
-
Sébastien Rombauts authored
- raw_encoder.cpp and raw_decoder.cpp in missing in MSVC project
-
- 18 Feb, 2013 2 commits
-
-
Ian Barber authored
Updated NEWS for 3.2.2 stable
-
Pieter Hintjens authored
-
- 15 Feb, 2013 2 commits
-
-
Pieter Hintjens authored
release critical section on failure to create signaler fdpair
-
KIU Shueng Chuan authored
-
- 10 Feb, 2013 2 commits
-
-
Ian Barber authored
Fixed test_connect_resolve
-
Pieter Hintjens authored
-
- 07 Feb, 2013 2 commits
-
-
Ian Barber authored
broken tests compilation. Makefile.am
-
montoyaedu authored
-
- 05 Feb, 2013 2 commits
-
-
Pieter Hintjens authored
Corrected linking error in MSVC build
-
mjasperse authored
MSVC build fails with linking errors for unresolved symbols SetSecurityDescriptorDacl and InitializeSecurityDescriptor in signaler.obj Adding the relevant link library (Advapi32.lib) to VCLinkerTool fixes this (tested MSVC2010 on XP and Win7)
-
- 01 Feb, 2013 2 commits
-
-
Pieter Hintjens authored
LIBZMQ-497 there could be unsent bytes in encoder
-
Min(Dongmin Yu) authored
When we send a large message, the message can be splitted into two chunks. One is in the encoder buffer and the other is the zero-copy pointer. The session could get the term before the last chunk is sent.
-
- 31 Jan, 2013 8 commits
-
-
Chuck Remes authored
Added IPv6 option to context
-
Pieter Hintjens authored
-
Chuck Remes authored
IPv6 related changes and cleanups to test cases
-
Pieter Hintjens authored
-
Pieter Hintjens authored
* Removed or truncated sleeps so the tests run faster * Removed dependencies on zmq_utils * Rewrote a few tests that were confusing * Minor code cleanups
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 30 Jan, 2013 5 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
LIBZMQ-498 - Remove heap allocations in zmq_poll for small poll item sets
-
Bjorn Topel authored
Until now, zmq_poll always allocates the poll items on the heap. Now, small item sets, up to ZMQ_POLLITEMS_DFLT, are stack allocated and only larger sets are allocated on the heap.
-
- 27 Jan, 2013 1 commit
-
-
Pieter Hintjens authored
Fix using wrong name for windows.h check with cmake
-