1. 27 Jan, 2012 3 commits
  2. 19 Dec, 2011 1 commit
  3. 18 Dec, 2011 4 commits
  4. 17 Dec, 2011 2 commits
  5. 16 Dec, 2011 1 commit
  6. 15 Dec, 2011 2 commits
    • Stuart Webster's avatar
      Added MSVC10 solution and project files for Windows · 3fb5c11b
      Stuart Webster authored
      These include configurations for both Win32 and x64 platforms. All project
      settings have been normalised in property sheets (the ".props" files under
      builds/msvc/properties) to simplify maintenance. Build artefacts are all
      generated in platform-specific subfolders of bin, lib and obj directories.
      
      Also enables the use of precompiled headers with MSVC10.
      
      This significantly reduces the time required to compile libzmq with Visual
      Studio on Windows. It should have no impact on other platforms.
      Signed-off-by: 's avatarStuart Webster <sw_webster@hotmail.com>
      3fb5c11b
    • Martin Lucina's avatar
      A synchronous connect() failure in ipc_connecter can result in Assertion · a9e03336
      Martin Lucina authored
      failed: s == retired_fd (ipc_connecter.cpp:174), as reported in LIBZMQ-294.
      
      This patch fixes the bug, and also an identical problem in tcp_connecter
      which has not hit people since TCP connect() usually completes via the
      asynchronous code path (poll, out_event).
      Signed-off-by: 's avatarMartin Lucina <martin@lucina.net>
      a9e03336
  7. 03 Dec, 2011 3 commits
  8. 22 Nov, 2011 1 commit
  9. 21 Nov, 2011 2 commits
  10. 19 Nov, 2011 2 commits
  11. 16 Nov, 2011 1 commit
  12. 15 Nov, 2011 2 commits
  13. 14 Nov, 2011 1 commit
  14. 13 Nov, 2011 1 commit
  15. 10 Nov, 2011 1 commit
  16. 09 Nov, 2011 3 commits
  17. 08 Nov, 2011 1 commit
  18. 06 Nov, 2011 2 commits
  19. 05 Nov, 2011 5 commits
  20. 04 Nov, 2011 2 commits